.everise-slider-location {
    padding: 0 !important;
    display: flex;
    position: relative;
}

.everise-slider-location .paragraph-header {
    display: flex;
    flex-direction: column;
    padding: 0 228px 80px 228px;
    row-gap: 10px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.everise-slider-location .paragraph-header h2,
.everise-slider-location .paragraph-header p
{
    color: #FFFFFF !important;
}
.everise-slider-location .paragraph-header h2 {
    font-weight: 600;
    font-size: clamp(2.25rem, 1.8252rem + 1.8123vw, 4rem);
    line-height: clamp(2.8125rem, 2.2816rem + 2.2654vw, 5rem);
    letter-spacing: -0.02em;
    color: #182F43;
    margin-bottom: 10px;
    text-align: center;
}
.everise-slider-location .paragraph-header p {
    font-weight: 400;
    font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
    line-height: clamp(1.75rem, 1.6438rem + 0.4531vw, 2.1875rem);
    letter-spacing: 0.02em;
    color: #182F43;
    margin: 0px;
    text-align: center;
}

.everise-slider-location-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
}

.everise-slider-location .container {
    padding-top: 132px;
    padding-bottom: 260px;
}

.everise-slider-location .everise-slider-location-content {
    width: 100%;
    height: 486px;
    border-radius: 16px;
    background: #FFFFFF;
    margin: 0;
    display: flex;
}


.everise-slider-location .slider-left {
    padding: 68px 193px 67px 80px;
}

.everise-slider-location .slider-left .topic {
    font-family: var(--wp--preset--font-family--heading);
    font-size: clamp(1.375rem, 0.7069rem + 1.0776vw, 2rem);
    line-height: clamp(2.0625rem, 1.0603rem + 1.6164vw, 3rem);
    color: #182F43;
    letter-spacing: -0.02em;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    margin: 0;
    font-style: normal;
}

.everise-slider-location .slider-left .title {
    font-family: var(--wp--preset--font-family--heading);
    font-size: clamp(1.375rem, 0.7069rem + 1.0776vw, 2rem);
    line-height: clamp(2.0625rem, 1.0603rem + 1.6164vw, 3rem);
    color: #182F43;
    letter-spacing: -0.02em;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    margin: 0;
    font-style: normal;
}

.everise-slider-location .slider-left .description {
    font-size: clamp(1rem, 0.7328rem + 0.431vw, 1.25rem);
    line-height: clamp(1.75rem, 1.2823rem + 0.7543vw, 2.1875rem);
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.81);
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    margin: 20px 0 40px 0;
}

.everise-slider-location .slider-left .btn-location {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 20px 16px 24px;
    gap: 12px;
    width: fit-content;
    min-height: 55px;
    background: #FF671D;
    border-radius: 8px;
    font-weight: 500;
    font-size: clamp(0.75rem, 0.3491rem + 0.6466vw, 1.125rem);
    line-height: 23px;
    color: #FFFFFF;
}

.everise-slider-location .slider-left .btn-location i {
    font-size: 12px;
}

.everise-slider-location .pattern-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.everise-slider-location .pattern-image .list-image {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.everise-slider-location .pattern-image .list-image.active {
    animation: fadeIn 2s forwards;
}

.everise-slider-location .pattern-image .list-image img.location-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.everise-slider-location .everise-slider-location-arrow-left {
    position: absolute;
    width: 48px;
    height: 48px;
    z-index: 1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc(50% - 68px);
    bottom: -132px;
    background: #FFFFFF;
    border-radius: 4px;
}

.everise-slider-location .everise-slider-location-arrow-left i {
    color: #231F20;
}

.everise-slider-location .everise-slider-location-arrow-right {
    position: absolute;
    width: 48px;
    height: 48px;
    z-index: 1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    bottom: -132px;
    background: #FFFFFF;
    border-radius: 4px;
}

.everise-slider-location .everise-slider-location-arrow-right i {
    color: #231F20;

}

/* Dark */
.everise-slider-location-dark .everise-slider-location-content {
    background: rgba(0, 0, 0, 0.08);
}

.everise-slider-location-dark .slider-left .title, .everise-slider-location-dark .slider-left .topic {
    color: #FFFFFF;
}

.everise-slider-location-dark .slider-left .description {
    color: rgba(255, 255, 255, 0.94);
}

.everise-slider-location-dark .slider-left .btn-location {
    background: #FFFFFF;
    color: #625D9C;

}

.everise-slider-location-dark .slider-left .btn-location i {
    font-size: 12px;
}

.everise-slider-location-dark .pattern-image .list-image {
    /*display: block !important;*/
}

.everise-slider-location-dark .everise-slider-location-arrow-left i, .everise-slider-location-dark .everise-slider-location-arrow-right i {
    color: #625D9C;
}

.everise-slider-location-dark .pattern-image .list-image img.location-image {
    border-radius: 16px;
}

@media (max-width: 992px) {
    .animated-small-background {
        display: none;
    }

    .everise-slider-location .paragraph-header {
        align-items: flex-start;
        padding: 0;
    }
    .everise-slider-location .paragraph-header h2 {
        font-family: var(--wp--preset--font-family--heading);
        text-align: left;
        margin-bottom: 36px;
        font-weight: 600;
        font-size: 36px;
        line-height: 45px;
        color: #000000;
    }
    .everise-slider-location .paragraph-header p {
        text-align: left;
        margin-bottom: 36px;
    }

    .animated-small-background.everise-slider-location-dark-animated {
        display: block;
    }

    .everise-slider-location {
        background: linear-gradient(90deg, #7C9ABF 0%, #625D9C 100%);
    }

    .everise-slider-location .container {
        padding: 66px 23px 154px 23px;
        margin: 0;
        height: auto;
    }

    .everise-slider-location .everise-slider-location-content {
        padding: 20px;
        height: 100%;
    }

    .everise-slider-location .slider-left {
        padding: 0;
        border-radius: 12px;
    }

    .everise-slider-location .slider-left .description {
        -webkit-line-clamp: unset;
        padding: 20px 0;
        margin: 0;
    }

    .everise-slider-location .slider-left .btn-location {
        height: 48px;
        margin-bottom: 30px;
    }

    .everise-slider-location .slider-left .btn-location i {
        font-size: 8px;
    }

    .everise-slider-location .pattern-image .list-image {
        animation: unset;
        display: block;
        height: 202.97px;
    }

    .everise-slider-location .pattern-image .list-image img.location-image {
        border-radius: 16px;
    }

    .everise-slider-location .everise-slider-location-arrow-left, .everise-slider-location .everise-slider-location-arrow-right {
        bottom: -70px;
    }

    /* Dark */
    .everise-slider-location .everise-slider-location-dark .everise-slider-location-content {
        padding: 0;
    }

    .everise-slider-location .everise-slider-location-dark .everise-slider-location-content .slider-left {
        padding: 30px 20px 0 20px;
    }

    .everise-slider-location .everise-slider-location-dark .pattern-image .list-image {
        height: 231px;
    }

    .everise-slider-location .everise-slider-location-dark .pattern-image .list-image .location-image {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
}

/* Background animation */
div:has(> .animated-small-background) {
    position: relative;
}

div:has(> .animated-small-background:not(.active)) h2,
div:has(> .animated-small-background:not(.active)) p,
div:has(> .animated-small-background:not(.active)) label {
    color: #000000;
}

div:has(> .animated-small-background.active) h2,
div:has(> .animated-small-background.active) p,
div:has(> .animated-small-background.active) label {
    color: #FFFFFF;
}

.animated-small-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #625D9C;
    overflow: hidden;
    opacity: 1;
    z-index: 1;
}

.animated-small-background .animated-small-background-container {
    position: absolute;
    width: 1920px;
    height: 100%;
    left: calc(50% - 960px);
}

.animated-small-background .animated-small-background-container .ellipse-7 {
    position: absolute;
    animation-name: animated-small-background-contact-form-ellipse-7;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform: translateY(-800px);
}

.animated-small-background .animated-small-background-container .ellipse-8 {
    position: absolute;
    animation-name: animated-small-background-contact-form-ellipse-8;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform: translateY(-800px);
}

.animated-small-background.active {
    animation: fadeIn .2s both;
}

@keyframes animated-small-background-contact-form-ellipse-7 {
    0% {
        width: 742.18px;
        height: 1028.18px;
        left: 0px;
        top: 491.53px;
        background: linear-gradient(196.86deg, rgba(0, 190, 214, 0.75) 15.97%, rgba(0, 190, 214, 0) 104.22%);
        filter: blur(200px);
    }
    9% {
        width: 514.5px;
        height: 908.78px;
        left: 587.89px;
        top: 646.7px;
        background: linear-gradient(196.86deg, rgba(0, 190, 214, 0.75) 15.97%, rgba(0, 190, 214, 0) 104.22%);
        filter: blur(200px);
        transform: rotate(26.97deg);
    }
    18% {
        width: 917.37px;
        height: 1270.88px;
        left: 560.37px;
        top: 474.42px;
        background: linear-gradient(196.86deg, rgba(0, 190, 214, 0.75) 15.97%, rgba(0, 190, 214, 0) 104.22%);
        filter: blur(200px);
        transform: rotate(-18.33deg);
    }
    27% {
        width: 934.68px;
        height: 1294.86px;
        left: 809.9px;
        top: 645.79px;
        background: linear-gradient(196.86deg, rgba(0, 190, 214, 0.75) 15.97%, rgba(0, 190, 214, 0) 104.22%);
        filter: blur(200px);
        transform: rotate(-18.33deg);
    }
    36% {
        width: 683.05px;
        height: 946.27px;
        left: 61.9px;
        top: 1251.1px;
        background: linear-gradient(196.86deg, rgba(0, 190, 214, 0.75) 15.97%, rgba(0, 190, 214, 0) 104.22%);
        filter: blur(200px);
        transform: rotate(-59.12deg);
    }
    45% {
        width: 813.15px;
        height: 1126.5px;
        left: 251.08px;
        top: 1077.93px;
        background: linear-gradient(196.86deg, rgba(0, 190, 214, 0.75) 15.97%, rgba(0, 190, 214, 0) 104.22%);
        filter: blur(200px);
        transform: rotate(-29.44deg);
    }
    54% {
        width: 745.68px;
        height: 1033.03px;
        left: -99.96px;
        top: 1234.09px;
        background: linear-gradient(196.86deg, rgba(0, 190, 214, 0.75) 15.97%, rgba(0, 190, 214, 0) 104.22%);
        filter: blur(200px);
        transform: rotate(-29.44deg);
    }
    63% {
        width: 683.05px;
        height: 946.27px;
        left: -5.5px;
        top: 899.6px;
        background: linear-gradient(196.86deg, rgba(0, 190, 214, 0.75) 15.97%, rgba(0, 190, 214, 0) 104.22%);
        filter: blur(200px);
        transform: rotate(-29.44deg);
    }
    72% {
        width: 759.95px;
        height: 1052.8px;
        left: 137.16px;
        top: 830.57px;
        background: linear-gradient(196.86deg, rgba(0, 190, 214, 0.75) 15.97%, rgba(0, 190, 214, 0) 104.22%);
        filter: blur(200px);
        transform: rotate(-29.44deg);
    }
    81% {
        width: 957.01px;
        height: 1325.8px;
        left: 31.1px;
        top: 478.69px;
        background: linear-gradient(196.86deg, rgba(0, 190, 214, 0.75) 15.97%, rgba(0, 190, 214, 0) 104.22%);
        filter: blur(200px);
        transform: rotate(-29.44deg);
    }
    90% {
        width: 759.95px;
        height: 1052.8px;
        left: 0;
        top: 333.7px;
        background: linear-gradient(196.86deg, rgba(0, 190, 214, 0.75) 15.97%, rgba(0, 190, 214, 0) 104.22%);
        filter: blur(200px);
        transform: rotate(-29.44deg);
    }
    100% {
        width: 742.18px;
        height: 1028.18px;
        left: 0;
        top: 511.53px;
        background: linear-gradient(196.86deg, rgba(0, 190, 214, 0.75) 15.97%, rgba(0, 190, 214, 0) 104.22%);
        filter: blur(200px);
    }
}

@keyframes animated-small-background-contact-form-ellipse-8 {
    0% {
        width: 987.23px;
        height: 1365.22px;
        left: 222.11px;
        top: 591.36px;
        background: linear-gradient(164.06deg, #7C9ABF 3.56%, rgba(124, 154, 191, 0) 104.83%);
        filter: blur(200px);
        transform: rotate(-31.64deg);
    }
    9% {
        width: 773.49px;
        height: 1069.64px;
        left: 587.89px;
        top: 1099.03px;
        background: linear-gradient(164.06deg, #7C9ABF 3.56%, rgba(124, 154, 191, 0) 104.83%);
        filter: blur(200px);
        transform: rotate(-13.64deg);
    }
    18% {
        width: 1015.46px;
        height: 1404.26px;
        left: -244.59px;
        top: 924.97px;

        background: linear-gradient(164.06deg, #7C9ABF 3.56%, rgba(124, 154, 191, 0) 104.83%);
        filter: blur(200px);
        transform: rotate(-47.29deg);
    }
    27% {
        width: 607.1px;
        height: 1069.64px;
        left: 538px;
        top: 1341.5px;
        background: linear-gradient(164.06deg, #7C9ABF 3.56%, rgba(124, 154, 191, 0) 104.83%);
        filter: blur(200px);
        transform: rotate(-63.82deg);
    }
    36% {
        width: 795.9px;
        height: 1402.28px;
        left: 327.26px;
        top: 806.73px;
        background: linear-gradient(164.06deg, #7C9ABF 3.56%, rgba(124, 154, 191, 0) 104.83%);
        filter: blur(200px);
        transform: rotate(-63.82deg);
    }
    45% {
        width: 607.1px;
        height: 1069.64px;
        left: 670.78px;
        top: 753.21px;
        background: linear-gradient(164.06deg, #7C9ABF 3.56%, rgba(124, 154, 191, 0) 104.83%);
        filter: blur(200px);
        transform: rotate(-63.82deg);
    }
    54% {
        width: 736.82px;
        height: 1185.14px;
        left: 363.09px;
        top: 733.19px;

        background: linear-gradient(164.06deg, #7C9ABF 3.56%, rgba(124, 154, 191, 0) 104.83%);
        filter: blur(200px);
        transform: rotate(-33.95deg);
    }
    63% {
        width: 607.1px;
        height: 1438.72px;
        left: 414.03px;
        top: 511.3px;

        background: linear-gradient(164.06deg, #7C9ABF 3.56%, rgba(124, 154, 191, 0) 104.83%);
        filter: blur(200px);
        transform: rotate(13.82deg);
    }
    72% {
        width: 607.1px;
        height: 976.49px;
        left: -184.61px;
        top: 460.38px;

        background: linear-gradient(164.06deg, #7C9ABF 3.56%, rgba(124, 154, 191, 0) 104.83%);
        filter: blur(200px);
        transform: rotate(13.82deg);
    }
    81% {
        width: 764.52px;
        height: 1229.7px;
        left: 164.67px;
        top: 67.37px;

        background: linear-gradient(164.06deg, #7C9ABF 3.56%, rgba(124, 154, 191, 0) 104.83%);
        filter: blur(200px);
        transform: rotate(13.82deg);
    }
    90% {
        width: 607.1px;
        height: 976.49px;
        left: 356.46px;
        top: 497.02px;

        background: linear-gradient(164.06deg, #7C9ABF 3.56%, rgba(124, 154, 191, 0) 104.83%);
        filter: blur(200px);
        transform: rotate(13.82deg);
    }
    100% {
        width: 987.23px;
        height: 1365.22px;
        left: 222.11px;
        top: 93.5px;
        background: linear-gradient(164.06deg, #7C9ABF 3.56%, rgba(124, 154, 191, 0) 104.83%);
        filter: blur(200px);
        transform: rotate(-31.64deg);
    }
}
