html {
    font-size: 8px;
    height: 100%;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
@keyframes cardSlideUp {
    from {
        opacity: 0;
        transform: translateY(5rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes heightZeroToGrow {
    from {
        height: 0
    }

    to {
        height: 100vh
    }
}

@keyframes heightZeroToGrow_393 {
    from {
        height: 0
    }

    to {
        height: calc(100vh - 72px)
    }
}

@keyframes heightShrinkToZero {
    from {
        height: calc(100vh - 144px);
        opacity: 1
    }

    to {
        height: 0;
        opacity: 0
    }
}

@keyframes heightShrinkToZero_393 {
    from {
        height: calc(100vh - 72px);
        opacity: 1
    }

    to {
        height: 0;
        opacity: 0
    }
}

@keyframes slideUpToDown {
    from {
        max-height: 0
    }

    to {
        max-height: 110rem
    }
}

@keyframes slideDownToUp {
    from {
        max-height: 110rem;
        opacity: 1
    }

    to {
        max-height: 0;
        opacity: 0
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes navControlUp {
    0% {
        top: 0
    }

    100% {
        top: -144px
    }
}

@keyframes navControlDown {
    0% {
        top: -144px
    }

    100% {
        top: 0
    }
}

@keyframes navControlUpMobile {
    0% {
        top: 0
    }

    100% {
        top: -72px
    }
}

@keyframes navControlDownMobile {
    0% {
        top: -72px
    }

    100% {
        top: 0
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%)
    }
}

.colorContainer {
    display: flex;
    flex-wrap: wrap
}

.colorContainer .boxContainer {
    margin: 5px 12px;
    border: 1px solid #B51339
}

.colorContainer .box {
    width: 100%;
    height: 120px;
    margin: 0 auto
}

.colorContainer .boxInfo {
    padding: 0 10px
}

.colorContainer .purple-50 {
    background-color: #B51339
}

.colorContainer .purple-800 {
    background-color: #B51339
}

.colorContainer .purple-850 {
    background-color: #141534
}

.colorContainer .purple-900 {
    background-color: #B51339
}

.colorContainer .purple-950 {
    background-color: #050513
}

.colorContainer .green-50 {
    background-color: #eafbef
}

.colorContainer .green-100 {
    background-color: #d7939e
}

.colorContainer .green-150 {
    background-color: #d7939e
}

.colorContainer .green-400 {
    background-color: #d7939e
}

.colorContainer .green-600 {
    background-color: #fcc916
}

.colorContainer .white {
    background-color: #fff
}

.colorContainer .black {
    background-color: #585858
}

.colorContainer .gray-50 {
    background-color: #f1f0f4
}

.colorContainer .gray-100 {
    background-color: #e3e1e9
}

.colorContainer .gray-150 {
    background-color: #d5d2de
}

.colorContainer .gray-200 {
    background-color: #c7c4d3
}

.colorContainer .gray-250 {
    background-color: #b9b5c7
}

.colorContainer .gray-300 {
    background-color: #c86a7a
}

.colorContainer .gray-350 {
    background-color: #9d99b0
}

.colorContainer .gray-400 {
    background-color: #8e8ba4
}

.colorContainer .gray-450 {
    background-color: #807d98
}

.colorContainer .gray-500 {
    background-color: #858585
}

.colorContainer .gray-550 {
    background-color: #646180
}

.colorContainer .gray-600 {
    background-color: #565474
}

.colorContainer .gray-650 {
    background-color: #484667
}

.colorContainer .gray-700 {
    background-color: #3a395b
}

.colorContainer .gray-750 {
    background-color: #2c2c4e
}

.colorContainer .gray-800 {
    background-color: #B51339
}

.colorContainer .gray-850 {
    background-color: #141534
}

.colorContainer .gray-900 {
    background-color: #B51339
}

.colorContainer .gray-950 {
    background-color: #050513
}

.u-container {
    margin: 0 auto;
    width: 100%;
    position: relative
}

@media screen and (min-width: 0px) {
    .u-container {
        max-width: none
    }
}

@media screen and (min-width: 576px) {
    .u-container {
        max-width: 540px
    }
}

@media screen and (min-width: 768px) {
    .u-container {
        max-width: 720px
    }
}

@media screen and (min-width: 992px) {
    .u-container {
        max-width: 960px
    }
}

@media screen and (min-width: 1200px) {
    .u-container {
        max-width: 1140px
    }
}

@media screen and (min-width: 1400px) {
    .u-container {
        max-width: 1320px
    }
}

@media screen and (min-width: 0px) {
    .u-container {
        padding-inline: 1rem
    }
}

@media screen and (min-width: 768px) {
    .u-container {
        padding-inline: 1.5rem
    }
}

.u-col {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%
}

@media screen and (min-width: 0px) {
    .u-col {
        padding-inline: 1rem
    }
}

@media screen and (min-width: 768px) {
    .u-col {
        padding-inline: 1.5rem
    }
}

.u-col--0 {
    flex: 0 0 0%;
    max-width: 0%
}

.u-col--1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.u-col--2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.u-col--3 {
    flex: 0 0 25%;
    max-width: 25%
}

.u-col--4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.u-col--5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.u-col--6 {
    flex: 0 0 50%;
    max-width: 50%
}

.u-col--7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.u-col--8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.u-col--9 {
    flex: 0 0 75%;
    max-width: 75%
}

.u-col--10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.u-col--11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.u-col--12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media screen and (min-width: 0px) {
    .none\:u-col--0 {
        flex: 0 0 0%;
        max-width: 0%
    }

    .none\:u-col--1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .none\:u-col--2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .none\:u-col--3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .none\:u-col--4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .none\:u-col--5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .none\:u-col--6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .none\:u-col--7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .none\:u-col--8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .none\:u-col--9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .none\:u-col--10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .none\:u-col--11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .none\:u-col--12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 576px) {
    .mobile\:u-col--0 {
        flex: 0 0 0%;
        max-width: 0%
    }

    .mobile\:u-col--1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .mobile\:u-col--2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .mobile\:u-col--3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .mobile\:u-col--4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .mobile\:u-col--5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .mobile\:u-col--6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .mobile\:u-col--7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .mobile\:u-col--8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .mobile\:u-col--9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .mobile\:u-col--10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .mobile\:u-col--11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .mobile\:u-col--12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 768px) {
    .tablet\:u-col--0 {
        flex: 0 0 0%;
        max-width: 0%
    }

    .tablet\:u-col--1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .tablet\:u-col--2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .tablet\:u-col--3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .tablet\:u-col--4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .tablet\:u-col--5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .tablet\:u-col--6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .tablet\:u-col--7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .tablet\:u-col--8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .tablet\:u-col--9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .tablet\:u-col--10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .tablet\:u-col--11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .tablet\:u-col--12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 992px) {
    .lg-tablet\:u-col--0 {
        flex: 0 0 0%;
        max-width: 0%
    }

    .lg-tablet\:u-col--1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .lg-tablet\:u-col--2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .lg-tablet\:u-col--3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .lg-tablet\:u-col--4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .lg-tablet\:u-col--5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .lg-tablet\:u-col--6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .lg-tablet\:u-col--7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .lg-tablet\:u-col--8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .lg-tablet\:u-col--9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .lg-tablet\:u-col--10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .lg-tablet\:u-col--11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .lg-tablet\:u-col--12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 1200px) {
    .laptop\:u-col--0 {
        flex: 0 0 0%;
        max-width: 0%
    }

    .laptop\:u-col--1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .laptop\:u-col--2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .laptop\:u-col--3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .laptop\:u-col--4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .laptop\:u-col--5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .laptop\:u-col--6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .laptop\:u-col--7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .laptop\:u-col--8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .laptop\:u-col--9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .laptop\:u-col--10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .laptop\:u-col--11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .laptop\:u-col--12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 1400px) {
    .desktop\:u-col--0 {
        flex: 0 0 0%;
        max-width: 0%
    }

    .desktop\:u-col--1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .desktop\:u-col--2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .desktop\:u-col--3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .desktop\:u-col--4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .desktop\:u-col--5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .desktop\:u-col--6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .desktop\:u-col--7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .desktop\:u-col--8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .desktop\:u-col--9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .desktop\:u-col--10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .desktop\:u-col--11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .desktop\:u-col--12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.column {
    margin: 0 auto
}

.u-moduleWrapper {
    margin: 0 auto;
    max-width: 320rem;
    padding-top: 8rem;
    position: relative
}

@media screen and (min-width: 1200px) {
    .u-moduleWrapper {
        padding-top: 10rem
    }
}

.u-moduleWrapper[data-color=black] {
    background-color: var(--color-black);
    color: var(--contrast-black)
}

.u-moduleWrapper[data-color=black]+[data-color=black] {
    padding-top: 0
}

.u-moduleWrapper[data-color=grayDark] {
    background-color: var(--color-grayDark);
    color: var(--contrast-grayDark)
}

.u-moduleWrapper[data-color=grayDark]+[data-color=grayDark] {
    padding-top: 0
}

.u-moduleWrapper[data-color=gray] {
    background-color: var(--color-gray);
    color: var(--contrast-gray)
}

.u-moduleWrapper[data-color=gray]+[data-color=gray] {
    padding-top: 0
}

.u-moduleWrapper[data-color=grayLight] {
    background-color: var(--color-grayLight);
    color: var(--contrast-grayLight)
}

.u-moduleWrapper[data-color=grayLight]+[data-color=grayLight] {
    padding-top: 0
}

.u-moduleWrapper[data-color=white] {
    background-color: var(--color-white);
    color: var(--contrast-white)
}

.u-moduleWrapper[data-color=white]+[data-color=white] {
    padding-top: 0
}

.u-moduleWrapper[data-color=primary] {
    background-color: var(--color-primary);
    color: var(--contrast-primary)
}

.u-moduleWrapper[data-color=primary]+[data-color=primary] {
    padding-top: 0
}

.u-moduleWrapper[data-color=primaryLight] {
    background-color: var(--color-primaryLight);
    color: var(--contrast-primaryLight)
}

.u-moduleWrapper[data-color=primaryLight]+[data-color=primaryLight] {
    padding-top: 0
}

.u-moduleWrapper[data-color=secondary] {
    background-color: var(--color-secondary);
    color: var(--contrast-secondary)
}

.u-moduleWrapper[data-color=secondary]+[data-color=secondary] {
    padding-top: 0
}

.u-moduleWrapper[data-color=secondaryLight] {
    background-color: var(--color-secondaryLight);
    color: var(--contrast-secondaryLight)
}

.u-moduleWrapper[data-color=secondaryLight]+[data-color=secondaryLight] {
    padding-top: 0
}

.u-moduleWrapper[data-color=tertiary] {
    background-color: var(--color-tertiary);
    color: var(--contrast-tertiary)
}

.u-moduleWrapper[data-color=tertiary]+[data-color=tertiary] {
    padding-top: 0
}

.u-moduleWrapper[data-color=tertiaryLight] {
    background-color: var(--color-tertiaryLight);
    color: var(--contrast-tertiaryLight)
}

.u-moduleWrapper[data-color=tertiaryLight]+[data-color=tertiaryLight] {
    padding-top: 0
}

.u-moduleWrapper[data-color=quaternary] {
    background-color: var(--color-quaternary);
    color: var(--contrast-quaternary)
}

.u-moduleWrapper[data-color=quaternary]+[data-color=quaternary] {
    padding-top: 0
}

.u-moduleWrapper[data-color=quaternaryLight] {
    background-color: var(--color-quaternaryLight);
    color: var(--contrast-quaternaryLight)
}

.u-moduleWrapper[data-color=quaternaryLight]+[data-color=quaternaryLight] {
    padding-top: 0
}

.u-offset--0 {
    margin-left: 0%
}

.u-offset--1 {
    margin-left: 8.3333333333%
}

.u-offset--2 {
    margin-left: 16.6666666667%
}

.u-offset--3 {
    margin-left: 25%
}

.u-offset--4 {
    margin-left: 33.3333333333%
}

.u-offset--5 {
    margin-left: 41.6666666667%
}

.u-offset--6 {
    margin-left: 50%
}

.u-offset--7 {
    margin-left: 58.3333333333%
}

.u-offset--8 {
    margin-left: 66.6666666667%
}

.u-offset--9 {
    margin-left: 75%
}

.u-offset--10 {
    margin-left: 83.3333333333%
}

.u-offset--11 {
    margin-left: 91.6666666667%
}

.u-offset--12 {
    margin-left: 100%
}

@media screen and (min-width: 0px) {
    .none\:u-offset--0 {
        margin-left: 0%
    }

    .none\:u-offset--1 {
        margin-left: 8.3333333333%
    }

    .none\:u-offset--2 {
        margin-left: 16.6666666667%
    }

    .none\:u-offset--3 {
        margin-left: 25%
    }

    .none\:u-offset--4 {
        margin-left: 33.3333333333%
    }

    .none\:u-offset--5 {
        margin-left: 41.6666666667%
    }

    .none\:u-offset--6 {
        margin-left: 50%
    }

    .none\:u-offset--7 {
        margin-left: 58.3333333333%
    }

    .none\:u-offset--8 {
        margin-left: 66.6666666667%
    }

    .none\:u-offset--9 {
        margin-left: 75%
    }

    .none\:u-offset--10 {
        margin-left: 83.3333333333%
    }

    .none\:u-offset--11 {
        margin-left: 91.6666666667%
    }

    .none\:u-offset--12 {
        margin-left: 100%
    }
}

@media screen and (min-width: 576px) {
    .mobile\:u-offset--0 {
        margin-left: 0%
    }

    .mobile\:u-offset--1 {
        margin-left: 8.3333333333%
    }

    .mobile\:u-offset--2 {
        margin-left: 16.6666666667%
    }

    .mobile\:u-offset--3 {
        margin-left: 25%
    }

    .mobile\:u-offset--4 {
        margin-left: 33.3333333333%
    }

    .mobile\:u-offset--5 {
        margin-left: 41.6666666667%
    }

    .mobile\:u-offset--6 {
        margin-left: 50%
    }

    .mobile\:u-offset--7 {
        margin-left: 58.3333333333%
    }

    .mobile\:u-offset--8 {
        margin-left: 66.6666666667%
    }

    .mobile\:u-offset--9 {
        margin-left: 75%
    }

    .mobile\:u-offset--10 {
        margin-left: 83.3333333333%
    }

    .mobile\:u-offset--11 {
        margin-left: 91.6666666667%
    }

    .mobile\:u-offset--12 {
        margin-left: 100%
    }
}

@media screen and (min-width: 768px) {
    .tablet\:u-offset--0 {
        margin-left: 0%
    }

    .tablet\:u-offset--1 {
        margin-left: 8.3333333333%
    }

    .tablet\:u-offset--2 {
        margin-left: 16.6666666667%
    }

    .tablet\:u-offset--3 {
        margin-left: 25%
    }

    .tablet\:u-offset--4 {
        margin-left: 33.3333333333%
    }

    .tablet\:u-offset--5 {
        margin-left: 41.6666666667%
    }

    .tablet\:u-offset--6 {
        margin-left: 50%
    }

    .tablet\:u-offset--7 {
        margin-left: 58.3333333333%
    }

    .tablet\:u-offset--8 {
        margin-left: 66.6666666667%
    }

    .tablet\:u-offset--9 {
        margin-left: 75%
    }

    .tablet\:u-offset--10 {
        margin-left: 83.3333333333%
    }

    .tablet\:u-offset--11 {
        margin-left: 91.6666666667%
    }

    .tablet\:u-offset--12 {
        margin-left: 100%
    }
}

@media screen and (min-width: 992px) {
    .lg-tablet\:u-offset--0 {
        margin-left: 0%
    }

    .lg-tablet\:u-offset--1 {
        margin-left: 8.3333333333%
    }

    .lg-tablet\:u-offset--2 {
        margin-left: 16.6666666667%
    }

    .lg-tablet\:u-offset--3 {
        margin-left: 25%
    }

    .lg-tablet\:u-offset--4 {
        margin-left: 33.3333333333%
    }

    .lg-tablet\:u-offset--5 {
        margin-left: 41.6666666667%
    }

    .lg-tablet\:u-offset--6 {
        margin-left: 50%
    }

    .lg-tablet\:u-offset--7 {
        margin-left: 58.3333333333%
    }

    .lg-tablet\:u-offset--8 {
        margin-left: 66.6666666667%
    }

    .lg-tablet\:u-offset--9 {
        margin-left: 75%
    }

    .lg-tablet\:u-offset--10 {
        margin-left: 83.3333333333%
    }

    .lg-tablet\:u-offset--11 {
        margin-left: 91.6666666667%
    }

    .lg-tablet\:u-offset--12 {
        margin-left: 100%
    }
}

@media screen and (min-width: 1200px) {
    .laptop\:u-offset--0 {
        margin-left: 0%
    }

    .laptop\:u-offset--1 {
        margin-left: 8.3333333333%
    }

    .laptop\:u-offset--2 {
        margin-left: 16.6666666667%
    }

    .laptop\:u-offset--3 {
        margin-left: 25%
    }

    .laptop\:u-offset--4 {
        margin-left: 33.3333333333%
    }

    .laptop\:u-offset--5 {
        margin-left: 41.6666666667%
    }

    .laptop\:u-offset--6 {
        margin-left: 50%
    }

    .laptop\:u-offset--7 {
        margin-left: 58.3333333333%
    }

    .laptop\:u-offset--8 {
        margin-left: 66.6666666667%
    }

    .laptop\:u-offset--9 {
        margin-left: 75%
    }

    .laptop\:u-offset--10 {
        margin-left: 83.3333333333%
    }

    .laptop\:u-offset--11 {
        margin-left: 91.6666666667%
    }

    .laptop\:u-offset--12 {
        margin-left: 100%
    }
}

@media screen and (min-width: 1400px) {
    .desktop\:u-offset--0 {
        margin-left: 0%
    }

    .desktop\:u-offset--1 {
        margin-left: 8.3333333333%
    }

    .desktop\:u-offset--2 {
        margin-left: 16.6666666667%
    }

    .desktop\:u-offset--3 {
        margin-left: 25%
    }

    .desktop\:u-offset--4 {
        margin-left: 33.3333333333%
    }

    .desktop\:u-offset--5 {
        margin-left: 41.6666666667%
    }

    .desktop\:u-offset--6 {
        margin-left: 50%
    }

    .desktop\:u-offset--7 {
        margin-left: 58.3333333333%
    }

    .desktop\:u-offset--8 {
        margin-left: 66.6666666667%
    }

    .desktop\:u-offset--9 {
        margin-left: 75%
    }

    .desktop\:u-offset--10 {
        margin-left: 83.3333333333%
    }

    .desktop\:u-offset--11 {
        margin-left: 91.6666666667%
    }

    .desktop\:u-offset--12 {
        margin-left: 100%
    }
}

.u-order-1 {
    order: 1
}

.u-order-2 {
    order: 2
}

.u-order-3 {
    order: 3
}

.u-order-4 {
    order: 4
}

.u-order-5 {
    order: 5
}

.u-order-6 {
    order: 6
}

.u-order-7 {
    order: 7
}

.u-order-8 {
    order: 8
}

.u-order-9 {
    order: 9
}

.u-order-10 {
    order: 10
}

.u-order-11 {
    order: 11
}

.u-order-12 {
    order: 12
}

@media screen and (min-width: 0px) {
    .none\:u-order--0 {
        order: 0
    }

    .none\:u-order--1 {
        order: 1
    }

    .none\:u-order--2 {
        order: 2
    }

    .none\:u-order--3 {
        order: 3
    }

    .none\:u-order--4 {
        order: 4
    }

    .none\:u-order--5 {
        order: 5
    }

    .none\:u-order--6 {
        order: 6
    }

    .none\:u-order--7 {
        order: 7
    }

    .none\:u-order--8 {
        order: 8
    }

    .none\:u-order--9 {
        order: 9
    }

    .none\:u-order--10 {
        order: 10
    }

    .none\:u-order--11 {
        order: 11
    }

    .none\:u-order--12 {
        order: 12
    }
}

@media screen and (min-width: 576px) {
    .mobile\:u-order--0 {
        order: 0
    }

    .mobile\:u-order--1 {
        order: 1
    }

    .mobile\:u-order--2 {
        order: 2
    }

    .mobile\:u-order--3 {
        order: 3
    }

    .mobile\:u-order--4 {
        order: 4
    }

    .mobile\:u-order--5 {
        order: 5
    }

    .mobile\:u-order--6 {
        order: 6
    }

    .mobile\:u-order--7 {
        order: 7
    }

    .mobile\:u-order--8 {
        order: 8
    }

    .mobile\:u-order--9 {
        order: 9
    }

    .mobile\:u-order--10 {
        order: 10
    }

    .mobile\:u-order--11 {
        order: 11
    }

    .mobile\:u-order--12 {
        order: 12
    }
}

@media screen and (min-width: 768px) {
    .tablet\:u-order--0 {
        order: 0
    }

    .tablet\:u-order--1 {
        order: 1
    }

    .tablet\:u-order--2 {
        order: 2
    }

    .tablet\:u-order--3 {
        order: 3
    }

    .tablet\:u-order--4 {
        order: 4
    }

    .tablet\:u-order--5 {
        order: 5
    }

    .tablet\:u-order--6 {
        order: 6
    }

    .tablet\:u-order--7 {
        order: 7
    }

    .tablet\:u-order--8 {
        order: 8
    }

    .tablet\:u-order--9 {
        order: 9
    }

    .tablet\:u-order--10 {
        order: 10
    }

    .tablet\:u-order--11 {
        order: 11
    }

    .tablet\:u-order--12 {
        order: 12
    }
}

@media screen and (min-width: 992px) {
    .lg-tablet\:u-order--0 {
        order: 0
    }

    .lg-tablet\:u-order--1 {
        order: 1
    }

    .lg-tablet\:u-order--2 {
        order: 2
    }

    .lg-tablet\:u-order--3 {
        order: 3
    }

    .lg-tablet\:u-order--4 {
        order: 4
    }

    .lg-tablet\:u-order--5 {
        order: 5
    }

    .lg-tablet\:u-order--6 {
        order: 6
    }

    .lg-tablet\:u-order--7 {
        order: 7
    }

    .lg-tablet\:u-order--8 {
        order: 8
    }

    .lg-tablet\:u-order--9 {
        order: 9
    }

    .lg-tablet\:u-order--10 {
        order: 10
    }

    .lg-tablet\:u-order--11 {
        order: 11
    }

    .lg-tablet\:u-order--12 {
        order: 12
    }
}

@media screen and (min-width: 1200px) {
    .laptop\:u-order--0 {
        order: 0
    }

    .laptop\:u-order--1 {
        order: 1
    }

    .laptop\:u-order--2 {
        order: 2
    }

    .laptop\:u-order--3 {
        order: 3
    }

    .laptop\:u-order--4 {
        order: 4
    }

    .laptop\:u-order--5 {
        order: 5
    }

    .laptop\:u-order--6 {
        order: 6
    }

    .laptop\:u-order--7 {
        order: 7
    }

    .laptop\:u-order--8 {
        order: 8
    }

    .laptop\:u-order--9 {
        order: 9
    }

    .laptop\:u-order--10 {
        order: 10
    }

    .laptop\:u-order--11 {
        order: 11
    }

    .laptop\:u-order--12 {
        order: 12
    }
}

@media screen and (min-width: 1400px) {
    .desktop\:u-order--0 {
        order: 0
    }

    .desktop\:u-order--1 {
        order: 1
    }

    .desktop\:u-order--2 {
        order: 2
    }

    .desktop\:u-order--3 {
        order: 3
    }

    .desktop\:u-order--4 {
        order: 4
    }

    .desktop\:u-order--5 {
        order: 5
    }

    .desktop\:u-order--6 {
        order: 6
    }

    .desktop\:u-order--7 {
        order: 7
    }

    .desktop\:u-order--8 {
        order: 8
    }

    .desktop\:u-order--9 {
        order: 9
    }

    .desktop\:u-order--10 {
        order: 10
    }

    .desktop\:u-order--11 {
        order: 11
    }

    .desktop\:u-order--12 {
        order: 12
    }
}

.u-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media screen and (min-width: 0px) {
    .u-row {
        margin-inline: -1rem
    }
}

@media screen and (min-width: 768px) {
    .u-row {
        margin-inline: -1.5rem
    }
}

.margin-token {
    height: inherit
}

.margin-token__top--default {
    margin-top: 0
}

.margin-token__top--small {
    margin-top: 2.5rem
}

@media screen and (min-width: 768px) {
    .margin-token__top--small {
        margin-top: 5rem
    }
}

.margin-token__top--medium {
    margin-top: 5rem
}

@media screen and (min-width: 768px) {
    .margin-token__top--medium {
        margin-top: 7.5rem
    }
}

@media screen and (min-width: 1200px) {
    .margin-token__top--medium {
        margin-top: 10rem
    }
}

.margin-token__top--large {
    margin-top: 7.5rem
}

@media screen and (min-width: 768px) {
    .margin-token__top--large {
        margin-top: 10rem
    }
}

@media screen and (min-width: 1200px) {
    .margin-token__top--large {
        margin-top: 15rem
    }
}

.margin-token__bottom--default {
    margin-bottom: 0
}

.margin-token__bottom--small {
    margin-bottom: 2.5rem
}

@media screen and (min-width: 768px) {
    .margin-token__bottom--small {
        margin-bottom: 5rem
    }
}

.margin-token__bottom--medium {
    margin-bottom: 5rem
}

@media screen and (min-width: 768px) {
    .margin-token__bottom--medium {
        margin-bottom: 7.5rem
    }
}

@media screen and (min-width: 1200px) {
    .margin-token__bottom--medium {
        margin-bottom: 10rem
    }
}

.margin-token__bottom--large {
    margin-bottom: 7.5rem
}

@media screen and (min-width: 768px) {
    .margin-token__bottom--large {
        margin-bottom: 10rem
    }
}

@media screen and (min-width: 1200px) {
    .margin-token__bottom--large {
        margin-bottom: 15rem
    }
}

.a-icon {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
    transition: fill .25s ease-in-out
}

.footer__socialMediaLink .a-custom-icon svg {
    display: block;
    color:#fff;
}

.a-custom-icon svg {
    display: block;
}

.a-custom-icon svg:hover {
    display: block;
    color:#fcc916;
}

.footer__socialMediaLink .a-custom-icon svg {
    display: block;
    color:#fff;
}
.footer__socialMediaLink .a-custom-icon svg:hover {
    display: block;
    color:#fcc916;
}


@keyframes clipIn {
    100% {
        clip-path: circle(100%)
    }
}


.text-module {
    display: flex;
    flex-direction: column;
    gap: 3rem
}

.text-module a,
.text-module button {
    margin-top: auto
}

.text-module__container {
    margin-inline: auto;
    margin-top: 5rem
}

@media screen and (min-width: 1200px) {
    .text-module__container {
        margin-top: 10rem
    }
}

.text-module__text>* {
    text-underline-offset: .3em
}

.text-module__text h1 {
    font-size: 2.5rem;
    text-transform: none;
    line-height: 1.5;
    margin-bottom: 5rem;
    color: #B51339
}

@media screen and (min-width: 992px) {
    .text-module__text h1 {
        font-size: 38px;
        line-height: 1
    }
}

.text-module__text h1.typography--static-ar,
[dir=rtl] .text-module__text h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.text-module__text h1.typography--static-ar else,
[dir=rtl] .text-module__text h1 else {
    line-height: 1
}

.text-module__text h1.typography--static-en,
[dir=ltr] .text-module__text h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.35
}

.text-module__text h1.typography--static-en else,
[dir=ltr] .text-module__text h1 else {
    line-height: 1
}

@media screen and (min-width: 768px) {
    .text-module__text h1 {
        margin-bottom: 6rem
    }
}

.text-module__text h2 {
    font-size: 2.25rem;
    text-transform: none;
    line-height: 1.5;
    margin-bottom: 3rem;
    color: #B51339
}

@media screen and (min-width: 992px) {
    .text-module__text h2 {
        font-size: 3rem;
        line-height: 1.6
    }
}

.text-module__text h2.typography--static-ar,
[dir=rtl] .text-module__text h2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.text-module__text h2.typography--static-ar else,
[dir=rtl] .text-module__text h2 else {
    line-height: 1.6
}

.text-module__text h2.typography--static-en,
[dir=ltr] .text-module__text h2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.text-module__text h2.typography--static-en else,
[dir=ltr] .text-module__text h2 else {
    line-height: 1.6
}

.text-module__text p,
.text-module__text li {
    font-size: 1.75rem;
    text-transform: none;
    line-height: 1.5;
    line-height: 1.8;
    color: #858585
}

@media screen and (min-width: 992px) {

    .text-module__text p,
    .text-module__text li {
        font-size: 2rem;
        line-height: 1.8
    }
}

.text-module__text p.typography--static-ar,
[dir=rtl] .text-module__text p,
.text-module__text li.typography--static-ar,
[dir=rtl] .text-module__text li {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0
}

.text-module__text p.typography--static-ar else,
[dir=rtl] .text-module__text p else,
.text-module__text li.typography--static-ar else,
[dir=rtl] .text-module__text li else {
    line-height: 1.8
}

.text-module__text p.typography--static-en,
[dir=ltr] .text-module__text p,
.text-module__text li.typography--static-en,
[dir=ltr] .text-module__text li {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.text-module__text p.typography--static-en else,
[dir=ltr] .text-module__text p else,
.text-module__text li.typography--static-en else,
[dir=ltr] .text-module__text li else {
    line-height: 1.8
}

.text-module__text p.intro-text {
    font-size: 2rem;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .text-module__text p.intro-text {
        font-size: 2.25rem;
        line-height: 1.5
    }
}

.text-module__text p.intro-text.typography--static-ar,
[dir=rtl] .text-module__text p.intro-text {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.text-module__text p.intro-text.typography--static-ar else,
[dir=rtl] .text-module__text p.intro-text else {
    line-height: 1.5
}

.text-module__text p.intro-text.typography--static-en,
[dir=ltr] .text-module__text p.intro-text {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.text-module__text p.intro-text.typography--static-en else,
[dir=ltr] .text-module__text p.intro-text else {
    line-height: 1.5
}

.text-module__text u {
    text-decoration: underline
}

.text-module__text a {
    text-decoration: underline;
    text-decoration-color: #fcc916
}

.text-module__text a:hover {
    color: #fcc916
}

.text-module__text blockquote {
    font-size: 2rem;
    text-transform: capitalize;
    line-height: 1.5;
    border-inline-start: .5rem solid #a797e4;
    padding-inline-start: 4.5rem;
    margin-inline: 0
}

@media screen and (min-width: 992px) {
    .text-module__text blockquote {
        font-size: 2.5rem;
        line-height: 1.4
    }
}

.text-module__text blockquote.typography--static-ar,
[dir=rtl] .text-module__text blockquote {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.text-module__text blockquote.typography--static-ar else,
[dir=rtl] .text-module__text blockquote else {
    line-height: 1.4
}

.text-module__text blockquote.typography--static-en,
[dir=ltr] .text-module__text blockquote {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: .12em
}

.text-module__text blockquote.typography--static-en else,
[dir=ltr] .text-module__text blockquote else {
    line-height: 1.4
}

.text-module__text blockquote::before {
    content: url(d8d61f87327ec2b5a49c.svg);
    position: relative;
    top: .5rem;
    line-height: .5;
    display: block
}

.text-module__text blockquote p {
    color: #B51339;
    margin: 1rem 0 0
}

.text-module__text blockquote cite {
    display: block;
    margin-top: 1rem;
    color: #c86a7a;
    font-style: normal
}

.text-module__text blockquote>* {
    text-transform: capitalize
}

.a-pre-display-normal {
    font-size: 5rem;
    text-transform: normal;
    line-height: 1.5 .12em
}

@media screen and (min-width: 992px) {
    .a-pre-display-normal {
        font-size: 9rem;
        line-height: 1.8
    }
}

.a-pre-display-normal.typography--static-ar,
[dir=rtl] .a-pre-display-normal {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0
}

.a-pre-display-normal.typography--static-ar else,
[dir=rtl] .a-pre-display-normal else {
    line-height: 1.8
}

.a-pre-display-normal.typography--static-en,
[dir=ltr] .a-pre-display-normal {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: none
}

.a-pre-display-normal.typography--static-en else,
[dir=ltr] .a-pre-display-normal else {
    line-height: 1.8
}

.a-pre-display-capitalize {
    font-size: 2.25rem;
    text-transform: normal;
    line-height: 1.5 .12em
}

@media screen and (min-width: 992px) {
    .a-pre-display-capitalize {
        font-size: 2.5rem;
        line-height: 1.6
    }
}

.a-pre-display-capitalize.typography--static-ar,
[dir=rtl] .a-pre-display-capitalize {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    line-height: normal
}

.a-pre-display-capitalize.typography--static-ar else,
[dir=rtl] .a-pre-display-capitalize else {
    line-height: 1.6
}

.a-pre-display-capitalize.typography--static-en,
[dir=ltr] .a-pre-display-capitalize {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    letter-spacing: capitalize
}

.a-pre-display-capitalize.typography--static-en else,
[dir=ltr] .a-pre-display-capitalize else {
    line-height: 1.6
}

.a-pre-display-capitalize-map {
    font-size: 2rem;
    text-transform: normal;
    line-height: 1.5 .12em
}

@media screen and (min-width: 992px) {
    .a-pre-display-capitalize-map {
        font-size: 2.25rem;
        line-height: 1.6
    }
}

.a-pre-display-capitalize-map.typography--static-ar,
[dir=rtl] .a-pre-display-capitalize-map {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    line-height: normal
}

.a-pre-display-capitalize-map.typography--static-ar else,
[dir=rtl] .a-pre-display-capitalize-map else {
    line-height: 1.6
}

.a-pre-display-capitalize-map.typography--static-en,
[dir=ltr] .a-pre-display-capitalize-map {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    letter-spacing: capitalize
}

.a-pre-display-capitalize-map.typography--static-en else,
[dir=ltr] .a-pre-display-capitalize-map else {
    line-height: 1.6
}

.a-pre-display-cs {
    font-size: 2.25rem;
    text-transform: normal;
    line-height: 1.6
}

@media screen and (min-width: 992px) {
    .a-pre-display-cs {
        font-size: 2.5rem;
        line-height: 1.8
    }
}

.a-pre-display-cs.typography--static-ar,
[dir=rtl] .a-pre-display-cs {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    letter-spacing: 0
}

.a-pre-display-cs.typography--static-ar else,
[dir=rtl] .a-pre-display-cs else {
    line-height: 1.8
}

.a-pre-display-cs.typography--static-en,
[dir=ltr] .a-pre-display-cs {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    letter-spacing: normal
}

.a-pre-display-cs.typography--static-en else,
[dir=ltr] .a-pre-display-cs else {
    line-height: 1.8
}

.a-nav-display-capitalize {
    font-size: 1.75rem;
    text-transform: capitalize;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-nav-display-capitalize {
        font-size: 2rem;
        line-height: 1.5
    }
}

.a-nav-display-capitalize.typography--static-ar,
[dir=rtl] .a-nav-display-capitalize {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-nav-display-capitalize.typography--static-ar else,
[dir=rtl] .a-nav-display-capitalize else {
    line-height: 1.5
}

.a-nav-display-capitalize.typography--static-en,
[dir=ltr] .a-nav-display-capitalize {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: .12em
}

.a-nav-display-capitalize.typography--static-en else,
[dir=ltr] .a-nav-display-capitalize else {
    line-height: 1.5
}

.a-display-normal {
    font-size: 38px;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-display-normal {
        font-size: 38px;
        line-height: 1.5
    }
}

.a-display-normal.typography--static-ar,
[dir=rtl] .a-display-normal {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-display-normal.typography--static-ar else,
[dir=rtl] .a-display-normal else {
    line-height: 1.5
}

.a-display-normal.typography--static-en,
[dir=ltr] .a-display-normal {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.a-display-normal.typography--static-en else,
[dir=ltr] .a-display-normal else {
    line-height: 1.5
}

.a-display-capitalize {
    font-size: 5rem;
    text-transform: normal;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-display-capitalize {
        font-size: 9rem;
        line-height: 1.5
    }
}

.a-display-capitalize.typography--static-ar,
[dir=rtl] .a-display-capitalize {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    line-height: normal
}

.a-display-capitalize.typography--static-ar else,
[dir=rtl] .a-display-capitalize else {
    line-height: 1.5
}

.a-display-capitalize.typography--static-en,
[dir=ltr] .a-display-capitalize {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: normal
}

.a-display-capitalize.typography--static-en else,
[dir=ltr] .a-display-capitalize else {
    line-height: 1.5
}

.a-title-normal {
    font-size: 3rem;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-title-normal {
        font-size: 5rem;
        line-height: 1.5
    }
}

.a-title-normal.typography--static-ar,
[dir=rtl] .a-title-normal {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-title-normal.typography--static-ar else,
[dir=rtl] .a-title-normal else {
    line-height: 1.5
}

.a-title-normal.typography--static-en,
[dir=ltr] .a-title-normal {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.a-title-normal.typography--static-en else,
[dir=ltr] .a-title-normal else {
    line-height: 1.5
}

.a-title-normal-map {
    font-size: 2.5rem;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-title-normal-map {
        font-size: 38px;
        line-height: 1.5
    }
}

.a-title-normal-map.typography--static-ar,
[dir=rtl] .a-title-normal-map {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-title-normal-map.typography--static-ar else,
[dir=rtl] .a-title-normal-map else {
    line-height: 1.5
}

.a-title-normal-map.typography--static-en,
[dir=ltr] .a-title-normal-map {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.a-title-normal-map.typography--static-en else,
[dir=ltr] .a-title-normal-map else {
    line-height: 1.5
}

.a-title-capitalize {
    font-size: 3rem;
    text-transform: capitalize;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-title-capitalize {
        font-size: 5rem;
        line-height: 1
    }
}

.a-title-capitalize.typography--static-ar,
[dir=rtl] .a-title-capitalize {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-title-capitalize.typography--static-ar else,
[dir=rtl] .a-title-capitalize else {
    line-height: 1
}

.a-title-capitalize.typography--static-en,
[dir=ltr] .a-title-capitalize {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.a-title-capitalize.typography--static-en else,
[dir=ltr] .a-title-capitalize else {
    line-height: 1
}

.a-sub-title-normal {
    font-size: 38px;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-sub-title-normal {
        font-size: 38px;
        line-height: 1
    }
}

.a-sub-title-normal.typography--static-ar,
[dir=rtl] .a-sub-title-normal {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-sub-title-normal.typography--static-ar else,
[dir=rtl] .a-sub-title-normal else {
    line-height: 1
}

.a-sub-title-normal.typography--static-en,
[dir=ltr] .a-sub-title-normal {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.35
}

.a-sub-title-normal.typography--static-en else,
[dir=ltr] .a-sub-title-normal else {
    line-height: 1
}

.a-sub-title-capitalize {
    font-size: 38px;
    text-transform: capitalize;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-sub-title-capitalize {
        font-size: 38px;
        line-height: 1
    }
}

.a-sub-title-capitalize.typography--static-ar,
[dir=rtl] .a-sub-title-capitalize {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-sub-title-capitalize.typography--static-ar else,
[dir=rtl] .a-sub-title-capitalize else {
    line-height: 1
}

.a-sub-title-capitalize.typography--static-en,
[dir=ltr] .a-sub-title-capitalize {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.a-sub-title-capitalize.typography--static-en else,
[dir=ltr] .a-sub-title-capitalize else {
    line-height: 1
}

.a-card-title-normal {
    font-size: 30px;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-card-title-normal {
        font-size: 30px;
        line-height: 1.5
    }
}

.a-card-title-normal.typography--static-ar,
[dir=rtl] .a-card-title-normal {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    line-height: normal
}

.a-card-title-normal.typography--static-ar else,
[dir=rtl] .a-card-title-normal else {
    line-height: 1.5
}

.a-card-title-normal.typography--static-en,
[dir=ltr] .a-card-title-normal {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: normal
}

.a-card-title-normal.typography--static-en else,
[dir=ltr] .a-card-title-normal else {
    line-height: 1.5
}

.a-card-title-nav-mobile {
    font-size: 1.75rem;
    text-transform: capitalize;
    line-height: 1.6
}

@media screen and (min-width: 992px) {
    .a-card-title-nav-mobile {
        font-size: 2rem;
        line-height: 1.5
    }
}

.a-card-title-nav-mobile.typography--static-ar,
[dir=rtl] .a-card-title-nav-mobile {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-card-title-nav-mobile.typography--static-ar else,
[dir=rtl] .a-card-title-nav-mobile else {
    line-height: 1.5
}

.a-card-title-nav-mobile.typography--static-en,
[dir=ltr] .a-card-title-nav-mobile {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.a-card-title-nav-mobile.typography--static-en else,
[dir=ltr] .a-card-title-nav-mobile else {
    line-height: 1.5
}

.a-card-title-header {
    font-size: 2rem;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-card-title-header {
        font-size: 2.25rem;
        line-height: 1.4
    }
}

.a-card-title-header.typography--static-ar,
[dir=rtl] .a-card-title-header {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-card-title-header.typography--static-ar else,
[dir=rtl] .a-card-title-header else {
    line-height: 1.4
}

.a-card-title-header.typography--static-en,
[dir=ltr] .a-card-title-header {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.a-card-title-header.typography--static-en else,
[dir=ltr] .a-card-title-header else {
    line-height: 1.4
}

.a-card-title-scroll-cards {
    font-size: 3rem;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-card-title-scroll-cards {
        font-size: 38px;
        line-height: 1.5
    }
}

.a-card-title-scroll-cards.typography--static-ar,
[dir=rtl] .a-card-title-scroll-cards {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-card-title-scroll-cards.typography--static-ar else,
[dir=rtl] .a-card-title-scroll-cards else {
    line-height: 1.5
}

.a-card-title-scroll-cards.typography--static-en,
[dir=ltr] .a-card-title-scroll-cards {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.a-card-title-scroll-cards.typography--static-en else,
[dir=ltr] .a-card-title-scroll-cards else {
    line-height: 1.5
}

.a-pre-paragraph {
    font-size: 2rem;
    text-transform: none;
    line-height: 1.4
}

@media screen and (min-width: 992px) {
    .a-pre-paragraph {
        font-size: 2.25rem;
        line-height: 1.4
    }
}

.a-pre-paragraph.typography--static-ar,
[dir=rtl] .a-pre-paragraph {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-pre-paragraph.typography--static-ar else,
[dir=rtl] .a-pre-paragraph else {
    line-height: 1.4
}

.a-pre-paragraph.typography--static-en,
[dir=ltr] .a-pre-paragraph {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.a-pre-paragraph.typography--static-en else,
[dir=ltr] .a-pre-paragraph else {
    line-height: 1.4
}

.a-paragraph-big {
    font-size: 1.75rem;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-paragraph-big {
        font-size: 2rem;
        line-height: 1.8
    }
}

.a-paragraph-big.typography--static-ar,
[dir=rtl] .a-paragraph-big {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0
}

.a-paragraph-big.typography--static-ar else,
[dir=rtl] .a-paragraph-big else {
    line-height: 1.8
}

.a-paragraph-big.typography--static-en,
[dir=ltr] .a-paragraph-big {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: normal
}

.a-paragraph-big.typography--static-en else,
[dir=ltr] .a-paragraph-big else {
    line-height: 1.8
}

.a-paragraph-medium {
    font-size: 2.25rem;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-paragraph-medium {
        font-size: 2rem;
        line-height: 1.5
    }
}

.a-paragraph-medium.typography--static-ar,
[dir=rtl] .a-paragraph-medium {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-paragraph-medium.typography--static-ar else,
[dir=rtl] .a-paragraph-medium else {
    line-height: 1.5
}

.a-paragraph-medium.typography--static-en,
[dir=ltr] .a-paragraph-medium {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.a-paragraph-medium.typography--static-en else,
[dir=ltr] .a-paragraph-medium else {
    line-height: 1.5
}

.a-paragraph-medium-cs {
    font-size: 1.5rem;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-paragraph-medium-cs {
        font-size: 1.75rem;
        line-height: 1.5
    }
}

.a-paragraph-medium-cs.typography--static-ar,
[dir=rtl] .a-paragraph-medium-cs {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-paragraph-medium-cs.typography--static-ar else,
[dir=rtl] .a-paragraph-medium-cs else {
    line-height: 1.5
}

.a-paragraph-medium-cs.typography--static-en,
[dir=ltr] .a-paragraph-medium-cs {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.a-paragraph-medium-cs.typography--static-en else,
[dir=ltr] .a-paragraph-medium-cs else {
    line-height: 1.5
}

.a-language-picker {
    font-size: 2rem;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-language-picker {
        font-size: 2rem;
        line-height: 1.5
    }
}

.a-language-picker.typography--static-ar,
[dir=rtl] .a-language-picker {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-language-picker.typography--static-ar else,
[dir=rtl] .a-language-picker else {
    line-height: 1.5
}

.a-language-picker.typography--static-en,
[dir=ltr] .a-language-picker {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 1.92px
}

.a-language-picker.typography--static-en else,
[dir=ltr] .a-language-picker else {
    line-height: 1.5
}

.a-paragraph-medium-hero {
    font-size: 2.25rem;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-paragraph-medium-hero {
        font-size: 2.5rem;
        line-height: 1.8
    }
}

.a-paragraph-medium-hero.typography--static-ar,
[dir=rtl] .a-paragraph-medium-hero {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: 0
}

.a-paragraph-medium-hero.typography--static-ar else,
[dir=rtl] .a-paragraph-medium-hero else {
    line-height: 1.8
}

.a-paragraph-medium-hero.typography--static-en,
[dir=ltr] .a-paragraph-medium-hero {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: normal
}

.a-paragraph-medium-hero.typography--static-en else,
[dir=ltr] .a-paragraph-medium-hero else {
    line-height: 1.8
}

.a-paragraph-light {
    font-size: 1.75rem;
    text-transform: none;
    line-height: 1.6
}

@media screen and (min-width: 992px) {
    .a-paragraph-light {
        font-size: 2.5rem;
        line-height: 1.8
    }
}

.a-paragraph-light.typography--static-ar,
[dir=rtl] .a-paragraph-light {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    letter-spacing: 0
}

.a-paragraph-light.typography--static-ar else,
[dir=rtl] .a-paragraph-light else {
    line-height: 1.8
}

.a-paragraph-light.typography--static-en,
[dir=ltr] .a-paragraph-light {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    letter-spacing: normal
}

.a-paragraph-light.typography--static-en else,
[dir=ltr] .a-paragraph-light else {
    line-height: 1.8
}

.a-paragraph-small {
    font-size: 2rem;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-paragraph-small {
        font-size: 2rem;
        line-height: 1.6
    }
}

.a-paragraph-small.typography--static-ar,
[dir=rtl] .a-paragraph-small {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    line-height: normal
}

.a-paragraph-small.typography--static-ar else,
[dir=rtl] .a-paragraph-small else {
    line-height: 1.6
}

.a-paragraph-small.typography--static-en,
[dir=ltr] .a-paragraph-small {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    letter-spacing: normal
}

.a-paragraph-small.typography--static-en else,
[dir=ltr] .a-paragraph-small else {
    line-height: 1.6
}

.a-paragraph-small-cs {
    font-size: 1.5rem;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-paragraph-small-cs {
        font-size: 1.5rem;
        line-height: 1.6
    }
}

.a-paragraph-small-cs.typography--static-ar,
[dir=rtl] .a-paragraph-small-cs {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    line-height: normal
}

.a-paragraph-small-cs.typography--static-ar else,
[dir=rtl] .a-paragraph-small-cs else {
    line-height: 1.6
}

.a-paragraph-small-cs.typography--static-en,
[dir=ltr] .a-paragraph-small-cs {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    letter-spacing: normal
}

.a-paragraph-small-cs.typography--static-en else,
[dir=ltr] .a-paragraph-small-cs else {
    line-height: 1.6
}

.a-slider-small {
    font-size: 1.5rem;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-slider-small {
        font-size: 1.5rem;
        line-height: 1.66
    }
}

.a-slider-small.typography--static-ar,
[dir=rtl] .a-slider-small {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0
}

.a-slider-small.typography--static-ar else,
[dir=rtl] .a-slider-small else {
    line-height: 1.66
}

.a-slider-small.typography--static-en,
[dir=ltr] .a-slider-small {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.a-slider-small.typography--static-en else,
[dir=ltr] .a-slider-small else {
    line-height: 1.66
}

.a-paragraph-blockquote {
    font-size: 2rem;
    text-transform: capitalize;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-paragraph-blockquote {
        font-size: 2.5rem;
        line-height: 1.4
    }
}

.a-paragraph-blockquote.typography--static-ar,
[dir=rtl] .a-paragraph-blockquote {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-paragraph-blockquote.typography--static-ar else,
[dir=rtl] .a-paragraph-blockquote else {
    line-height: 1.4
}

.a-paragraph-blockquote.typography--static-en,
[dir=ltr] .a-paragraph-blockquote {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: .12em
}

.a-paragraph-blockquote.typography--static-en else,
[dir=ltr] .a-paragraph-blockquote else {
    line-height: 1.4
}

.a-button-text-style {
    font-size: 1.5rem;
    text-transform: capitalize;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-button-text-style {
        font-size: 1.5rem;
        line-height: 1.33
    }
}

.a-button-text-style.typography--static-ar,
[dir=rtl] .a-button-text-style {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-button-text-style.typography--static-ar else,
[dir=rtl] .a-button-text-style else {
    line-height: 1.33
}

.a-button-text-style.typography--static-en,
[dir=ltr] .a-button-text-style {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: .12em
}

.a-button-text-style.typography--static-en else,
[dir=ltr] .a-button-text-style else {
    line-height: 1.33
}

.a-button-text-big-style {
    font-size: 2rem;
    text-transform: capitalize;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-button-text-big-style {
        font-size: 2rem;
        line-height: 1.33
    }
}

.a-button-text-big-style.typography--static-ar,
[dir=rtl] .a-button-text-big-style {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-button-text-big-style.typography--static-ar else,
[dir=rtl] .a-button-text-big-style else {
    line-height: 1.33
}

.a-button-text-big-style.typography--static-en,
[dir=ltr] .a-button-text-big-style {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: .12em
}

.a-button-text-big-style.typography--static-en else,
[dir=ltr] .a-button-text-big-style else {
    line-height: 1.33
}

.a-headline1 {
    font-size: 2.5rem;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-headline1 {
        font-size: 38px;
        line-height: 1
    }
}

.a-headline1.typography--static-ar,
[dir=rtl] .a-headline1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-headline1.typography--static-ar else,
[dir=rtl] .a-headline1 else {
    line-height: 1
}

.a-headline1.typography--static-en,
[dir=ltr] .a-headline1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.35
}

.a-headline1.typography--static-en else,
[dir=ltr] .a-headline1 else {
    line-height: 1
}

.a-headline2 {
    font-size: 2.25rem;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-headline2 {
        font-size: 3rem;
        line-height: 1.6
    }
}

.a-headline2.typography--static-ar,
[dir=rtl] .a-headline2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.a-headline2.typography--static-ar else,
[dir=rtl] .a-headline2 else {
    line-height: 1.6
}

.a-headline2.typography--static-en,
[dir=ltr] .a-headline2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.a-headline2.typography--static-en else,
[dir=ltr] .a-headline2 else {
    line-height: 1.6
}

.a-copy-text {
    font-size: 1.75rem;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .a-copy-text {
        font-size: 2rem;
        line-height: 1.8
    }
}

.a-copy-text.typography--static-ar,
[dir=rtl] .a-copy-text {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0
}

.a-copy-text.typography--static-ar else,
[dir=rtl] .a-copy-text else {
    line-height: 1.8
}

.a-copy-text.typography--static-en,
[dir=ltr] .a-copy-text {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.a-copy-text.typography--static-en else,
[dir=ltr] .a-copy-text else {
    line-height: 1.8
}

.a-copy-text bold,
.a-copy-text strong {
    font-weight: 500
}

.accordion {
    position: sticky;
    overflow: hidden;
    border-radius: 1rem;
    height: 67.5rem;
    background-color: #585858;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .accordion {
        height: 50rem
    }
}

.accordion__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .75
}

.accordion__content {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 3rem
}

@media screen and (min-width: 768px) {
    .accordion__content {
        padding: 4rem 2.5rem 5rem 2.5rem
    }
}

@media screen and (min-width: 1200px) {
    .accordion__content {
        padding: 4rem 5rem 5rem 5rem
    }
}

.accordion__header {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    align-items: center;
    width: 100%;
    height: fit-content;
    color: var(--color-white);
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, .24)
}

@media screen and (min-width: 768px) {
    .accordion__header {
        grid-template-columns: auto 1fr auto;
        padding-bottom: 3rem
    }
}

.accordion__header .accordion__header-number {
    width: 9rem;
    font-size: 3rem;
    line-height: 1.8;
    font-weight: 300
}

.accordion__header .accordion__header-title {
    color: var(--color-white)
}

@media screen and (max-width: 767px) {
    .accordion__header .accordion__header-title {
        order: 3;
        grid-column: 1/span 2
    }
}

.accordion__body {
    line-height: 1.8
}

@media screen and (min-width: 768px) {
    .accordion__body {
        padding: 0 9rem
    }
}

.accordion__body p {
    color: var(--color-white)
}

.button {
    font-size: 1.5rem;
    text-transform: capitalize;
    line-height: 1.5;
    display: inline-block;
    background: rgba(0, 0, 0, 0);
    border: none;
    width: fit-content;
    margin: 0;
    padding: 2.5rem 5rem;
    text-decoration: none;
    text-transform: capitalize;
    appearance: none;
    cursor: pointer;
    transition: all ease-in-out 120ms;
    display: flex;
    justify-content: center;
    align-items: center;
    color: currentColor;
    gap: 2.25rem
}

@media screen and (min-width: 992px) {
    .button {
        font-size: 1.5rem;
        line-height: 1.33
    }
}

.button.typography--static-ar,
[dir=rtl] .button {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.button.typography--static-ar else,
[dir=rtl] .button else {
    line-height: 1.33
}

.button.typography--static-en,
[dir=ltr] .button {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: .12em
}

.button.typography--static-en else,
[dir=ltr] .button else {
    line-height: 1.33
}

.button:disabled {
    pointer-events: none
}

@media screen and (max-width: 575px) {
    .button {
        width: 100%
    }
}

.button--large {
    font-size: 2rem;
    text-transform: capitalize;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .button--large {
        font-size: 2rem;
        line-height: 1.33
    }
}

.button--large.typography--static-ar,
[dir=rtl] .button--large {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.button--large.typography--static-ar else,
[dir=rtl] .button--large else {
    line-height: 1.33
}

.button--large.typography--static-en,
[dir=ltr] .button--large {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: .12em
}

.button--large.typography--static-en else,
[dir=ltr] .button--large else {
    line-height: 1.33
}

.button--primary {
    background-color: #fcca1600;
    color: #B51339;
    border: 1px solid #B51339;
    border-radius: 4rem
}

.button--primary:hover {
    background-color: #d7939e
}

.button--primary:focus {
    outline-width: .5rem;
    outline-color: #d7939e
}

.button--primary:disabled {
    background-color: #d7939e;
    color: #c86a7a
}

.button--secondary {
    background-color: var(--color-white);
    color: #B51339;
    border-radius: 4rem;
    border: 1px solid #B51339
}

.button--secondary:hover {
    border-color: #d7939e
}

.button--secondary:focus {
    outline-width: .5rem;
    outline-color: #d7939e
}

.button--secondary:disabled {
    border-color: #f1f0f4;
    color: #c86a7a
}

.button--secondary-dark {
    background-color: var(--color-white);
    color: #B51339;
    border-radius: 4rem;
    border: 1px solid #B51339;
    background-color: rgba(0, 0, 0, 0);
    color: var(--color-white);
    border-color: #c86a7a
}

.button--secondary-dark:hover {
    border-color: #d7939e
}

.button--secondary-dark:focus {
    outline-width: .5rem;
    outline-color: #d7939e
}

.button--secondary-dark:disabled {
    border-color: #f1f0f4;
    color: #c86a7a
}

.button--secondary-dark:focus {
    outline-color: #484667;
    border-color: #858585
}

.button--secondary-dark:disabled {
    border-color: #858585;
    color: #858585
}

.button--text-light {
    color: #B51339;
    height: 3rem;
    padding: 0
}

.button--text-light:hover {
    color: #fcc916
}

.button--text-light:focus {
    outline-width: .25rem;
    outline-color: #d7939e;
    color: #B51339
}

.button--text-light:disabled {
    color: #c86a7a
}

.button--text-dark {
    color: var(--color-white);
    height: 3rem;
    padding: 0
}

.button--text-dark:hover {
    color: #fcc916
}

.button--text-dark:focus {
    outline-width: .25rem;
    outline-color: #484667;
    color: var(--color-white)
}

.button--text-dark:disabled {
    color: #858585
}

.button--minimal {
    all: unset;
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: currentColor
}

.button--minimal:hover {
    background-color: unset;
    border: unset
}

.button--minimal:focus-visible {
    outline: auto
}

.button svg {
    color: currentColor
}

.card {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    animation: cardSlideUp .3s ease-in-out both
}

.card:not(.card--numeric-data):hover .card__body {
    border-color: #c7c4d3
}

.card--article-commitments {
    border: 1px solid #e3e1e9;
    margin-bottom: 1px;
    aspect-ratio: 3/4
}

.card--article-commitments:hover .card__img {
    transform: scale(1.1)
}

.card--article-commitments:hover .card__body {
    padding-bottom: 4rem
}

@media screen and (max-width: 991px) {
    .card--article-commitments:hover .card__body {
        padding-bottom: 0
    }
}

.card--numeric-data {
    border-top: none;
    aspect-ratio: 1/1
}

.objective-container-cs {
    border: 1px solid #e3e1e9
}

.objective-container-cs .card__body {
    border-top: 0
}

.card__img-wrapper {
    flex: 1;
    overflow: hidden
}

.card__img {
    display: block;
    object-fit: cover;
    object-position: center top;
    transition: transform ease-in-out .12s;
    width: 100%;
    height: 100%
}

.card__body {
    border-top: 1px solid #e3e1e9;
    background-color: var(--color-white);
    margin-bottom: 2.5rem;
    padding: 2.5rem 2.5rem 0 2.5rem;
    transition: all ease-in-out .12s
}

.card__category {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #858585
}

.card__pre-title {
    color: #858585;
    text-transform: capitalize
}

.card__title {
    font-size: 2.25rem;
    text-transform: none;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (min-width: 992px) {
    .card__title {
        font-size: 3rem;
        line-height: 1.5
    }
}

.card__title.typography--static-ar,
[dir=rtl] .card__title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    line-height: normal
}

.card__title.typography--static-ar else,
[dir=rtl] .card__title else {
    line-height: 1.5
}

.card__title.typography--static-en,
[dir=ltr] .card__title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: normal
}

.card__title.typography--static-en else,
[dir=ltr] .card__title else {
    line-height: 1.5
}

.card__description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1rem;
    color: #858585
}

.progress-bar {
    background-color: rgba(255, 255, 255, .24);
    border-radius: .125rem;
    height: .25rem;
    position: relative;
    transition: width .12s linear;
    width: 5rem
}

.progress-bar--inactive {
    width: 1.5rem
}

.progress-bar__bar {
    background-color: #d7939e;
    height: 100%;
    width: 0%;
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    animation-name: progress-fill;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-timing-function: linear
}

.progress-bar--inactive .progress-bar__bar {
    width: 0;
    animation-name: none
}

.progress-bar__pagination {
    color: var(--color-white);
    opacity: 1;
    transition: opacity .25s ease-in-out
}

.progress-bar__pagination--hidden {
    opacity: 0
}

@keyframes progress-fill {
    to {
        width: 100%
    }
}

.tags-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em
}

.thumbnail-card {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    position: relative;
    border-radius: 1rem;
    border: none;
    overflow: hidden;
    padding: 2.25rem;
    text-decoration: none;
    cursor: pointer;
    animation: cardSlideUp .3s ease-in-out both;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

@media screen and (min-width: 768px) {
    .thumbnail-card {
        padding: 3rem
    }
}

.thumbnail-card--big {
    aspect-ratio: 1/1
}

@media screen and (min-width: 768px) {
    .thumbnail-card--big {
        aspect-ratio: 3/4
    }
}

.thumbnail-card--small {
    aspect-ratio: 4/3
}

.thumbnail-card__shadow {
    position: absolute;
    inset: 0;
    transition: opacity ease-in-out .12s;
    opacity: .75;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 5
}

.thumbnail-card:hover .thumbnail-card__shadow {
    opacity: 1
}

.thumbnail-card__thumbnail {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform ease-in-out .12s
}

.thumbnail-card:hover .thumbnail-card__thumbnail {
    transform: scale(1.1)
}

.thumbnail-card__title {
    font-size: 1.9rem;
    text-transform: none;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color-white);
    z-index: 10;
    transition: margin ease-in-out .12s
}

@media screen and (min-width: 992px) {
    .thumbnail-card__title {
        font-size: 1.9rem;
        line-height: 1.5
    }
}

.thumbnail-card__title.typography--static-ar,
[dir=rtl] .thumbnail-card__title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    line-height: normal
}

.thumbnail-card__title.typography--static-ar else,
[dir=rtl] .thumbnail-card__title else {
    line-height: 1.5
}

.thumbnail-card__title.typography--static-en,
[dir=ltr] .thumbnail-card__title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: normal
}

.thumbnail-card__title.typography--static-en else,
[dir=ltr] .thumbnail-card__title else {
    line-height: 1.5
}

.thumbnail-card:hover .thumbnail-card__title {
    margin-bottom: 1rem
}

.thumbnail-card__media-info {
    z-index: 10;
    display: flex;
    gap: 1.5rem;
    color: var(--color-white);
    margin-block-end: 1rem
}

.thumbnail-card__media-text {
    font-size: 2.25rem;
    text-transform: none;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .thumbnail-card__media-text {
        font-size: 2rem;
        line-height: 1.5
    }
}

.thumbnail-card__media-text.typography--static-ar,
[dir=rtl] .thumbnail-card__media-text {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.thumbnail-card__media-text.typography--static-ar else,
[dir=rtl] .thumbnail-card__media-text else {
    line-height: 1.5
}

.thumbnail-card__media-text.typography--static-en,
[dir=ltr] .thumbnail-card__media-text {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.thumbnail-card__media-text.typography--static-en else,
[dir=ltr] .thumbnail-card__media-text else {
    line-height: 1.5
}

.card-carousel__prev-arrow,
.card-carousel__next-arrow {
    background: rgba(0, 0, 0, 0);
    border: .125rem solid rgba(0, 0, 0, 0);
    width: 8rem;
    border-radius: 125rem;
    transition: border ease-in-out .25s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    bottom: 0;
    display: none;
    pointer-events: auto;
    position: relative
}

.card-carousel__prev-arrow.swiper-button-lock,
.card-carousel__next-arrow.swiper-button-lock {
    display: inherit
}

.card-carousel__prev-arrow:hover,
.card-carousel__next-arrow:hover {
    border-color: #B51339
}

.card-carousel__prev-arrow svg,
.card-carousel__next-arrow svg {
    pointer-events: none;
    margin: 0 auto
}

@media screen and (min-width: 768px) {

    .card-carousel__prev-arrow,
    .card-carousel__next-arrow {
        display: block
    }
}

.card-carousel .swiper-slide {
    user-select: none
}

.swiper-pagination {
    position: absolute !important;
    bottom: 2rem !important
}

.swiper-button-disabled {
    opacity: .6;
    pointer-events: none
}

.swiper-button-disabled:hover {
    border: none;
    cursor: inherit
}

.card-carousel__prev-arrow {
    left: calc(10% - 4rem)
}

.card-carousel__prev-arrow-rtl {
    right: calc(10% - 4rem);
    left: unset;
    transform: rotate(-180deg)
}

.card-carousel__next-arrow {
    right: calc(10% - 4rem)
}

.card-carousel__next-arrow-rtl {
    left: calc(10% - 4rem);
    right: unset;
    transform: rotate(-180deg)
}

.card-carousel__navigation-container {
    transform: translateY(-2px);
    z-index: 1;
    pointer-events: none
}

@media screen and (min-width: 1200px) {
    .card-carousel__navigation-container {
        transform: translateY(40px);
        z-index: 1;
        pointer-events: none
    }
}

.card-carousel__navigation-container--center {
    margin-inline: 0
}

.card-carousel__navigation-column {
    display: flex;
    justify-content: center;
    max-width: 162.5rem;
    gap: calc(10% - 4rem);
    align-items: center
}

@media screen and (min-width: 768px) {
    .card-carousel__navigation-column {
        justify-content: space-between
    }
}

.swiper-pagination {
    width: 100% !important;
    overflow: hidden
}

@media screen and (min-width: 576px) {
    .swiper-pagination {
        width: 50% !important;
        left: 25% !important
    }
}

.swiper-pagination-bullet {
    width: 2.5rem !important;
    height: .5rem !important;
    border-radius: 1rem !important;
    background-color: #8e8ba4 !important;
    transition: all 300ms ease;
    pointer-events: auto;
    cursor: pointer
}

.swiper-pagination-bullet-active {
    width: 5rem !important;
    background-color: #B51339 !important
}

.card-carousel__scrollbar {
    width: 45rem;
    background-color: #e3e1e9;
    height: .125rem;
    border-radius: 1rem
}

.card-carousel__scrollbar-drag {
    background-color: #B51339;
    border-radius: 1rem;
    width: 5rem;
    height: .375rem;
    margin-top: -1px;
    pointer-events: auto;
    cursor: pointer
}

.card-list {
    background-color: var(--color-white)
}

.card-list--light h2 {
    color: #B51339
}

.card-list--dark {
    margin-top: 8rem;
    background-image: linear-gradient(#B51339 52.5rem, var(--color-white) 52.625rem)
}

.card-list--dark h2 {
    color: var(--color-white)
}

@media screen and (min-width: 768px) {
    .card-list--dark {
        margin-top: 10rem
    }
}

@media screen and (min-width: 768px) {
    .card-list--dark {
        background-image: linear-gradient(#B51339 53.5rem, var(--color-white) 53.625rem)
    }
}

@media screen and (min-width: 768px) {
    .card-list--dark {
        background-image: linear-gradient(#B51339 64.5rem, var(--color-white) 64.625rem)
    }
}

.card-list .swiper-slide {
    width: auto !important
}

.card-list__header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-bottom: 3rem;
    padding-top: 8rem
}

@media screen and (min-width: 768px) {
    .card-list__header-content {
        padding-bottom: 5rem;
        padding-top: 10rem
    }
}

.card-list__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem
}

@media screen and (min-width: 768px) {
    .card-list__grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width: 992px) {
    .card-list__grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (min-width: 1200px) {
    .card-list__grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

.card-list__grid-cs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem
}

@media screen and (min-width: 768px) {
    .card-list__grid-cs {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width: 992px) {
    .card-list__grid-cs {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width: 1200px) {
    .card-list__grid-cs {
        grid-template-columns: repeat(3, 1fr)
    }
}

.card-list__carousel .card,
.card-list__carousel .thumbnail-card {
    width: 32.25rem
}

@media screen and (min-width: 768px) {

    .card-list__carousel .card,
    .card-list__carousel .thumbnail-card {
        width: 29rem
    }
}

@media screen and (min-width: 1200px) {

    .card-list__carousel .card,
    .card-list__carousel .thumbnail-card {
        width: 31.5rem
    }
}

@media screen and (min-width: 1400px) {

    .card-list__carousel .card,
    .card-list__carousel .thumbnail-card {
        width: 39rem
    }
}

.card-list__carousel .swiper-wrapper {
    padding-bottom: 5rem
}

@media screen and (min-width: 1200px) {
    .card-list__carousel .swiper-wrapper {
        padding-bottom: 7.25rem
    }
}

.card-list__carousel .swiper-initialized .card-carousel__navigation-container {
    transform: translateY(-60%)
}

.numeric-data-border-cs {
    border: 1px solid #e3e1e9
}

.card-list__card-animation {
    animation: cardSlideUp .3s ease-in-out forwards;
    container-type: normal;
    container-name: cardlistitem;
    opacity: 0;
    transform: translateY(5rem)
}

.content-highlight {
    overflow: hidden;
    height: 100%;
    margin-top: 10rem
}

@media screen and (min-width: 768px) {
    .content-highlight {
        margin-top: 15rem
    }
}

@media screen and (min-width: 1200px) {
    .content-highlight {
        margin-top: 20rem
    }
}

.content-highlight__pre-title {
    color: var(--color-white);
    margin-bottom: 1.5rem;
    text-transform: capitalize
}

.content-highlight__title {
    color: var(--color-white);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.content-highlight__headline {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 12.5rem
}

.content-highlight__image-container {
    position: relative;
    border-radius: 0;
    height: 56.25rem;
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .content-highlight__image-container {
        height: 47.5rem;
        padding: 4.5rem
    }
}

@media screen and (min-width: 1200px) {
    .content-highlight__image-container {
        height: 75rem;
        padding: 6.5rem;
        border-radius: 1rem;
        width: 152.5rem
    }
}

@media screen and (min-width: 1400px) {
    .content-highlight__image-container {
        padding: 19rem;
        width: 200rem
    }
}

.content-highlight__image-container-image {
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center
}

.content-highlight__cards-carousel {
    transform: translateY(-100px);
    position: relative
}

.content-highlight__cards-carousel .card,
.content-highlight__cards-carousel .thumbnail-card {
    width: 32.25rem
}

@media screen and (min-width: 768px) {

    .content-highlight__cards-carousel .card,
    .content-highlight__cards-carousel .thumbnail-card {
        width: 29rem
    }
}

@media screen and (min-width: 1200px) {

    .content-highlight__cards-carousel .card,
    .content-highlight__cards-carousel .thumbnail-card {
        width: 31.5rem
    }
}

@media screen and (min-width: 1400px) {

    .content-highlight__cards-carousel .card,
    .content-highlight__cards-carousel .thumbnail-card {
        width: 39rem
    }
}

.content-highlight__cards-carousel .swiper-wrapper {
    padding-bottom: 8rem
}

.content-highlight__cards-carousel .swiper-slide {
    width: auto !important
}

.content-highlight__cards-carousel .swiper-initialized .card-carousel__navigation-container {
    transform: translateY(-60%)
}

.swiper-scrollbar {
    position: absolute !important;
    bottom: 2rem !important;
    left: calc(50% - 15rem) !important;
    width: 30rem !important
}

@media screen and (min-width: 768px) {
    .swiper-scrollbar {
        left: calc(50% - 22.5rem) !important;
        width: 45rem !important
    }
}

.footer {
    color: var(--color-white);
    padding-top: 8rem;
    padding-bottom: 6rem;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    background: transparent;
}

@media screen and (max-width: 767px) {
    .footer {
        padding-bottom: 7.5rem
    }
}

@media screen and (max-width: 575px) {
    .footer {
        padding-top: 6rem;
        padding-bottom: 5rem
    }
}

.footer__flowerPatternContainer {
    position: absolute;
    top: -130%;
    z-index: 1;
    inset-inline-start: calc(50% - 46rem);
    inset-inline-end: 0;
    inset-block-end: 0;
    opacity: .12;
    pointer-events: none;
    width: 91.875rem
}

    .footer__flowerPatternContainer .flower-animation-container {
        width: 100%
    }

@media screen and (max-width: 1199px) {
    .footer__flowerPatternContainer {
        top: -50%;
        width: 62.375rem;
        inset-inline-start: calc(50% - 31.25rem)
    }
}

@media screen and (max-width: 575px) {
    .footer__flowerPatternContainer {
        top: -60%
    }
}

.footer__topContent,
.footer__bottomContent {
    display: flex;
    justify-content: space-between
}

.footer__topContent {
    padding-bottom: 8rem
}

@media screen and (max-width: 1199px) {
    .footer__topContent {
        padding-bottom: 0
    }
}

.footer__bottomContent {
    border-top: 1px solid #fcc916;
    padding-top: 6rem
}

@media screen and (max-width: 1199px) {
    .footer__bottomContent {
        margin-top: 3rem;
        /* align-items: center;
        padding-top: 3rem */
    }
}

.footer__legalMenu {
    display: flex;
    gap: 3rem;
    justify-content: center
}

.footer__legalMenu h2 {
    font-size: 16px;
   color: #fff;
}

@media screen and (max-width: 1199px) {
    .footer__legalMenu {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 2rem
    }
}

.footer__legalMenuItem {
    color: var(--color-white)
}

    .footer__legalMenuItem:hover,
    .footer__socialMediaLink:hover {
        color: #fcc916
    }

.footer__copyright {
    color: var(--color-white)
}

@media screen and (max-width: 1199px) {
    .footer__copyright {
        text-align: center
    }
}

.footer__backToTopContainer {
    display: flex;
    justify-content: right;
    margin-bottom: 7.5rem;
}

.footer__logoContainer {
    top: 130px;
}
@media screen and (max-width: 768px) {
    .footer__logoContainer {
        display: flex;
        justify-content: center;
        top: unset;
    }
    .footer__backToTopContainer {
        display: none
    }
}

.footer__backToTop a {
    color: var(--color-white);
    text-transform: capitalize;
    letter-spacing: .12em;
    cursor: pointer
}

    .footer__backToTop a:hover {
        color: #fcc916
    }

.footer__menuItemsContainer {
    display: flex;
}

@media screen and (max-width: 768px) {
    .footer__menuItemsContainer {
        display: none;
        visibility: hidden;
    }
}

.footer__menu {
    display: flex;
    justify-content: flex-end;
    gap: 3rem;
    opacity: 1
}

    .footer__menu:hover > .footer__menuItem {
        opacity: .48
    }

    .footer__menu > .footer__menuItem:hover {
        opacity: 1
    }

@media screen and (max-width: 1199px) {
    .footer__menu {
        gap: 2.5rem;
        flex-direction: column;
        margin: 7.5rem 0
    }
}

@media screen and (max-width: 575px) {
    .footer__menu {
        margin: 5rem 0
    }
}

.footer__menuItem {
    transition: opacity .12s linear
}

.footer__menuItemLink {
    text-transform: capitalize;
    margin: 0;
    color: var(--color-white)
}

.footer__socialMediaLinks {
    display: flex;
    gap: 4rem;
    align-items: end;
    justify-content: end
}

@media screen and (max-width: 1199px) {
    .footer__socialMediaLinks {
        margin: 6rem 0;
        align-items: center;
        justify-content: center
    }
}
a {
    color: currentColor;
    text-decoration: none;
    transition: color .12s linear
}

.full-width-media__container {
    text-align: center;
    margin-top: 10rem
}

@media screen and (max-width: 767px) {
    .full-width-media__container {
        padding-bottom: 5rem
    }
}

.full-width-media__container .card-carousel__navigation-container {
    transform: translateY(-150%)
}

.full-width-media__container .card-carousel__scrollbar-drag {
    background-color: var(--color-white)
}

.full-width-media__pre-display-text {
    color: #858585
}

.full-width-media__text-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 5rem
}

@media screen and (max-width: 1199px) {
    .full-width-media__text-container {
        padding-bottom: 6rem
    }
}

@media screen and (max-width: 767px) {
    .full-width-media__text-container {
        padding-bottom: 3rem
    }
}

.full-width-media__headline {
    color: #B51339
}

@media screen and (max-width: 767px) {
    .full-width-media__headline {
        font-size: 5rem
    }
}

.full-width-media__image-container,
.full-width-media__video-container {
    height: 100vh;
    overflow: hidden;
    position: relative;
    padding-bottom: 10rem
}

@media screen and (max-width: 1199px) {

    .full-width-media__image-container,
    .full-width-media__video-container {
        height: 100%;
        padding-bottom: 8rem
    }
}

.full-width-media__carousel-container {
    height: 100vh;
    position: relative
}

@media screen and (max-width: 1199px) {
    .full-width-media__carousel-container {
        height: 70rem
    }
}

@media screen and (max-width: 767px) {
    .full-width-media__carousel-container {
        height: 40rem
    }
}

.full-width-media__video-container:hover .full-width-media__video-thumbnail {
    transform: scale(1.05)
}

.full-width-media__video-container--show-overlay::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.144) 50%, rgba(0, 0, 0, 0.72) 100%)
}

.full-width-media__image,
.full-width-media__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9
}

.full-width-media__video {
    opacity: 0
}

.full-width-media__video--show {
    opacity: 1
}

.full-width-media__image-wrapper {
    width: 100%;
    height: 100%
}

.full-width-media__media-container {
    position: relative;
    overflow: hidden
}

.full-width-media__video-cta-label {
    color: var(--color-white);
    position: absolute;
    top: 80%;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    z-index: 2
}

.full-width-media__video-thumbnail-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: inherit
}

.full-width-media__video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .25s ease-in-out !important
}

.full-width-media__play-icon {
    position: absolute;
    left: calc(50% - 4.5rem);
    top: calc(50% - 4.5rem);
    width: 9rem;
    height: 9rem;
    background-color: var(--color-white);
    color: #fcc916;
    border-radius: 125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    border: none;
    margin: 0;
    opacity: .72
}

.full-width-media__play-icon svg {
    display: flex
}

.full-width-media__play-icon--hide,
.full-width-media__video-thumbnail-wrapper--hide,
.full-width-media__video-cta-label--hide {
    display: none !important
}

.full-width-media__carousel {
    height: 100%;
    color: var(--color-white)
}

.hero {
    position: relative
}

.hero .swiper-wrapper {
    height: 100vh !important
}

.hero .swiper-wrapper img,
.hero .swiper-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    aspect-ratio: 16/9
}

.hero .swiper-wrapper .swiper-slide {
    max-width: 1920px !important;
    padding-inline: 0 !important
}

.hero .flower-pattern {
    position: absolute;
    left: 0;
    right: 0%;
    top: -100%;
    bottom: 0;
    z-index: 1;
    opacity: .3;
    display: grid;
    place-items: center;
    place-content: center;
    overflow: hidden
}

.hero .flower-pattern div[title] {
    min-width: 600px
}

.progress {
    width: 40px;
    height: 2px;
    transition: all 120ms linear
}

.progress.is-active {
    background: rgba(255, 255, 255, .24)
}

.progress.inactive {
    width: 20px;
    background: rgba(255, 255, 255, .24)
}

.progress.inactive+.hero-slider-page {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity .5s linear
}

.progress-bar {
    background-color: var(--color-white)
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    z-index: 1
}

.carousel-item img,
.carousel-item video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    aspect-ratio: 16/9
}

.carousel-item::after {
    background-image: linear-gradient(180deg, rgba(31, 32, 65, 0.48) 0%, rgba(31, 32, 65, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ""
}

.carousel-indicators {
    transition: all 120ms linear;
    align-items: flex-end;
    gap: 1.2em;
    margin-bottom: 3.75em
}

@media screen and (min-width: 576px) {
    .carousel-indicators {
        display: none
    }
}

.carousel-indicators>:not(.active) {
    width: 2px;
    height: 20px;
    transition: all 150ms linear
}

.carousel-indicators>.active {
    height: 40px;
    width: 2px;
    transition: all 150ms linear
}

.hero__slider {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100vh;
    height: 100dvh;
    background-color: #B51339
}

.hero__slider .swiper {
    width: 100%
}

.hero__slider .hero__slider-background-media {
    visibility: hidden
}

.hero__slider .swiper-slide-visible .hero__slider-background-media {
    visibility: visible
}

.hero__slider-pattern {
    position: absolute;
    top: -100%;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    place-content: center;
    place-items: center;
    opacity: .15;
    pointer-events: none
}

.hero__slider-pattern .flower-animation-container {
    min-width: 600px
}

.hero__slider-buttons {
    position: absolute;
    inset-block-start: 2rem;
    inset-inline-end: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 1em;
    margin-inline-end: 5em
}

@media screen and (max-width: 767px) {
    .hero__slider-buttons {
        visibility: hidden
    }
}

.hero__slider-buttons .swiper-button-disabled {
    pointer-events: none
}

.hero__slider-buttons .swiper-button-disabled svg {
    opacity: .5
}

.hero__slider-buttons svg {
    transition: all 120ms linear
}

.hero__slider-buttons .hero__slider-buttons,
.hero__slider-buttons .hero__slider-pagination {
    animation-name: fadeInUp;
    animation-duration: 400ms;
    animation-timing-function: ease-in;
    animation-delay: 2000ms;
    animation-fill-mode: both;
    animation-iteration-count: 1
}

.hero__slider-buttons .hero__slider-button {
    cursor: pointer;
    appearance: none;
    background: none;
    border: none;
    color: inherit;
    font: inherit
}

.hero__slider-buttons .hero__slider-button--next svg:hover {
    transform: translateX(1rem)
}

.hero__slider-buttons .hero__slider-button--prev svg:hover {
    transform: translateX(-1rem)
}

.hero__slider-buttons .hero__slider-button-icon {
    display: inline-block
}

.hero__slider-pagination {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 1rem;
    margin-inline-start: 5em
}

@media screen and (max-width: 575px) {
    .hero__slider-pagination {
        visibility: hidden
    }
}

@media screen and (max-width: 767px) {
    .hero__slider-pagination {
        visibility: hidden
    }
}

.hero__slider-progress {
    display: flex;
    align-items: center;
    gap: 1em;
    animation: fadeInDown ease 2s both;
    animation-iteration-count: 1;
    opacity: 0
}

.hero__slider-progress .pagination {
    position: absolute;
    transform: translateX(50px)
}

.hero__slider-indicator {
    position: absolute;
    bottom: 2em;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: flex-end;
    gap: 2em;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .hero__slider-indicator {
        visibility: hidden
    }
}

.hero__slider-indicator-item {
    height: 1.25rem;
    width: .25rem;
    border-radius: 1px;
    background-color: rgba(255, 255, 255, .24);
    transition: all 120ms linear
}

.hero__slider-indicator-item--active {
    height: 2.5rem;
    background-color: var(--color-white)
}

.hero_slider-dimmer::after {
    background-image: linear-gradient(180deg, rgba(31, 32, 65, 0.48) 0%, rgba(31, 32, 65, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    pointer-events: none
}

.hero__slider-buttons {
    animation-name: fadeInDown;
    animation-duration: 3s;
    animation-timing-function: ease-in
}

.hero__slider-caption {
    height: 100%;
    display: grid;
    place-content: center;
    place-items: center;
    text-align: center;
    grid-gap: 1em;
    grid-template-columns: .5fr;
    overflow: hidden
}

@media screen and (max-width: 575px) {
    .hero__slider-caption {
        grid-template-columns: .9fr
    }
}

.hero__slider-caption-pre-title {
    margin-bottom: .75em
}

.hero__slider-caption-title {
    display: block;
    margin-bottom: 2rem
}

.hero__slider-caption-title,
.hero__slider-caption-pre-title,
.hero__slider-caption-subtitle {
    color: var(--color-white);
    animation-name: fadeInUp;
    animation-duration: 400ms;
    animation-timing-function: ease-in;
    animation-delay: 3000ms;
    animation-fill-mode: both;
    animation-iteration-count: 1
}

.hero__slider-caption-subtitle {
    margin-bottom: 6rem;
    animation-delay: 2500ms
}

.hero__slider-caption-cta-button {
    min-height: 6.25rem;
    box-sizing: border-box;
    animation: animateButton 1s ease both;
    animation-delay: 2500ms;
    animation-iteration-count: 1
}

.hero__slider-caption-cta-button:hover::before {
    visibility: hidden
}

.hero__slider-caption-cta-button::before {
    content: "";
    position: absolute;
    display: block;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 125rem;
    animation: fadeTop 1.5s ease-in-out both
}

.hero__slider-caption-cta-button-text {
    opacity: 0;
    overflow: hidden;
    animation: slideUp 2s ease-in-out forwards 1.7s
}

.hero-inline {
    position: relative;
    height: 100%
}

@media screen and (min-width: 1200px) {
    .hero-inline {
        height: 50rem
    }
}

.hero-inline img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0
}

.hero-inline__container {
    height: 100%
}

.hero-inline__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 6rem 2rem
}

@media screen and (min-width: 1200px) {
    .hero-inline__content {
        padding: 7.25rem 0;
        align-items: start;
        max-width: 92rem
    }
}

@media screen and (min-width: 1400px) {
    .hero-inline__content {
        max-width: 107rem
    }
}

.hero-inline__content-pre-title,
.hero-inline__content-title,
.hero-inline__content-description {
    color: var(--color-white)
}

.hero-inline__content-pre-title {
    margin-bottom: 1.5rem
}

.hero-inline__content-title {
    text-align: center;
    margin: 0;
    padding-bottom: 3rem
}

@media screen and (min-width: 1200px) {
    .hero-inline__content-title {
        text-align: start
    }
}

.hero-inline__content-description {
    text-align: center;
    margin-bottom: 6rem
}

@media screen and (min-width: 1200px) {
    .hero-inline__content-description {
        text-align: start;
        margin-bottom: 0;
        flex: 1
    }
}

.hero-inline__content-title--reveal,
.hero-inline__content-pre-title--reveal,
.hero-inline__content-description--reveal {
    color: var(--color-white)
}

.hero-inline__cta {
    min-height: 6.25rem;
    box-sizing: border-box
}

.hero__sub-banner {
    height: 67.5rem;
    position: relative;
    overflow: hidden
}

.hero__sub-banner .hero__breadcrumb-container .u-container {
    padding: 9rem 3rem 0
}

@media screen and (min-width: 768px) {
    .hero__sub-banner .hero__breadcrumb-container .u-container {
        padding: 18rem 4.5rem
    }
}

@media screen and (min-width: 1200px) {
    .hero__sub-banner .hero__breadcrumb-container .u-container {
        padding: 18rem 0 0 0
    }
}

@media screen and (max-width: 991px) {
    .hero__sub-banner .hero__breadcrumb-container .u-container {
        max-width: none
    }
}

.hero__sub-banner .hero__sub-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.hero__sub-banner .hero__content-title,
.hero__sub-banner .hero__content-pre-title,
.hero__sub-banner .chip__container,
.hero__sub-banner .hero__breadcrumb-container {
    opacity: 0
}

.hero__sub-banner .hero__content-title--reveal,
.hero__sub-banner .hero__content-pre-title--reveal,
.hero__sub-banner .chip__container--reveal,
.hero__sub-banner .hero__breadcrumb-container--reveal {
    color: var(--color-white);
    animation-name: fadeInUp;
    animation-duration: 400ms;
    animation-timing-function: ease-in;
    animation-delay: 2500ms;
    animation-fill-mode: both;
    animation-iteration-count: 1
}

.hero__sub-banner .chip__container--reveal,
.hero__sub-banner .hero__breadcrumb-container--reveal {
    animation-delay: 2000ms
}

.hero__sub-banner .hero__content {
    color: var(--color-white);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

[dir=ltr] .hero__sub-banner .hero__content {
    text-align: left
}

[dir=rtl] .hero__sub-banner .hero__content {
    text-align: right
}

.hero__sub-banner .hero__content .tags-container {
    margin: 6rem 0
}

@media screen and (max-width: 767px) {
    .hero__sub-banner .hero__content {
        display: initial
    }
}

.hero__sub-banner .hero__content::-webkit-scrollbar {
    display: none
}

@media screen and (max-width: 575px) {

    .hero__sub-banner .hero__content .hero__content-pre-title,
    .hero__sub-banner .hero__content .hero__content-title {
        padding: 0 3rem
    }
}

.hero__sub-banner .hero__content .hero__content-pre-title {
    color: var(--color-white);
    margin-bottom: 0;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize
}

.hero__sub-banner .hero__content .hero__content-title {
    color: var(--color-white);
    word-wrap: break-word;
    margin: 1.5rem 0 0
}

.hero__sub-banner .hero__content .chip__container {
    display: flex;
    gap: 1.5em;
    margin: 6rem 0 0;
    overflow-x: scroll;
    justify-content: center
}

@media screen and (max-width: 575px) {
    .hero__sub-banner .hero__content .chip__container {
        justify-content: start
    }
}

.hero__sub-banner .hero__content .chip__container::-webkit-scrollbar {
    display: none
}

.hero__sub-banner .hero__content .chip__container .hero-sub__tag {
    font-size: 2rem;
    text-transform: capitalize;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    padding: .5rem 2rem;
    background-color: rgba(114, 111, 140, .7215686275);
    border-radius: 2.5rem;
    white-space: nowrap
}

@media screen and (min-width: 992px) {
    .hero__sub-banner .hero__content .chip__container .hero-sub__tag {
        font-size: 2rem;
        line-height: 1.33
    }
}

.hero__sub-banner .hero__content .chip__container .hero-sub__tag.typography--static-ar,
[dir=rtl] .hero__sub-banner .hero__content .chip__container .hero-sub__tag {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.hero__sub-banner .hero__content .chip__container .hero-sub__tag.typography--static-ar else,
[dir=rtl] .hero__sub-banner .hero__content .chip__container .hero-sub__tag else {
    line-height: 1.33
}

.hero__sub-banner .hero__content .chip__container .hero-sub__tag.typography--static-en,
[dir=ltr] .hero__sub-banner .hero__content .chip__container .hero-sub__tag {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: .12em
}

.hero__sub-banner .hero__content .chip__container .hero-sub__tag.typography--static-en else,
[dir=ltr] .hero__sub-banner .hero__content .chip__container .hero-sub__tag else {
    line-height: 1.33
}

.hero__sub-banner .hero__content .chip__container .hero-sub__tag:first-of-type {
    margin-inline-start: 3rem
}

.hero__sub-banner .hero__content .chip__container .hero-sub__tag:last-of-type {
    margin-inline-end: 3rem
}

.hero__sub-banner .hero__content .u-container {
    padding-left: 3rem;
    padding-right: 3rem
}

@media screen and (min-width: 768px) {
    .hero__sub-banner .hero__content .u-container {
        padding-left: 4.5rem;
        padding-right: 4.5rem
    }
}

@media screen and (min-width: 1200px) {
    .hero__sub-banner .hero__content .u-container {
        padding: 0
    }
}

@media screen and (max-width: 991px) {
    .hero__sub-banner .hero__content .u-container {
        max-width: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes clipToTop {
    from {
        transform: translateY(-100%);
        bottom: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes animateButton {
    0% {
        font-size: 0;
        transform: translateX(0);
        border-radius: 125rem;
        background-color: rgba(0, 0, 0, 0)
    }

    1% {
        background-color: #fcc916
    }

    100% {
        transform: translateX(1);
        border-radius: 4rem
    }
}

@keyframes fadeTop {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideUp {

    0%,
    50% {
        transform: translateY(100%);
        opacity: 0
    }

    60%,
    100% {
        transform: translateY(0%);
        opacity: 1
    }
}

.image-with-text {
    background-color: var(--color-white)
}

@media screen and (max-width: 767px) {
    .image-with-text {
        margin: 0 3rem
    }
}

.image-with-text--reverse {
    flex-direction: row-reverse
}

.image-with-text--image-cover {
    height: 100%;
    width: 100%
}

.image-with-text--image-cover>img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 1rem
}

.image-with-text .u-row {
    justify-content: space-between
}

.image-with-text .image-with-text__text-block {
    padding-top: 5rem
}

.image-with-text .image-with-text__image {
    position: sticky;
    top: 0;
    width: 100%;
    transition: transform 0.08s ease-in-out; 
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.164);
}

    .image-with-text .image-with-text__image:hover {
        transform: scale(1.05);
        box-shadow: 0px 8px 16px 0px rgba(181, 19, 57, 0.394)
    }
.image-with-text .image-with-text__image-video-container {
    position: relative;
    height: 100%;
    width: 100%
}

.image-with-text .image-with-text__play-icon {
    position: absolute;
    left: calc(50% - 4.5rem);
    top: calc(50% - 4.5rem);
    width: 9rem;
    height: 9rem;
    background-color: var(--color-white);
    color: #fcc916;
    border-radius: 125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    margin: 0;
    opacity: .72
}

.image-with-text .image-with-text__play-icon--hide {
    display: none
}

.image-with-text .image-with-text__play-icon svg {
    display: flex
}

.image-with-text .image-with-text__video {
    opacity: 0;
    height: auto;
    width: 100%;
    position: absolute;
    z-index: 20
}

.image-with-text .image-with-text__video--show {
    opacity: 1;
    top: 0;
    height: 100%
}

.images-carousel__carousel {
    position: relative
}

.images-carousel__carousel .swiper {
    height: 100%
}

.images-carousel__carousel .swiper-slide {
    border-radius: 1rem
}

.images-carousel__carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem
}

.images-carousel__carousel .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.144) 50%, rgba(0, 0, 0, 0.72) 100%)
}

.images-carousel__carousel .card-carousel__scrollbar-drag {
    background-color: var(--color-white) !important
}

.images-carousel__carousel .card-carousel__next-arrow,
.images-carousel__carousel .card-carousel__prev-arrow {
    color: var(--color-white);
    z-index: 2
}

.images-carousel__carousel .card-carousel__next-arrow:hover,
.images-carousel__carousel .card-carousel__prev-arrow:hover {
    border-color: var(--color-white)
}

.slick-dots li {
    background: #e3e1e9;
    height: 4px;
    width: 20px;
    border-radius: 8px;
    margin: 0 12px
}

.slick-dots li.slick-active {
    background: #B51339;
    height: 4px;
    width: 40px;
    border-radius: 8px
}

.slick-dots li.slick-active button {
    width: 40px
}

.slick-dots li.slick-active button::before {
    width: 100%
}

.slick-dots li button::before {
    content: " "
}

.slick-dots li:hover {
    background: #B51339
}

.slick-slide img {
    height: 100%;
    position: unset
}

.carousel__scrollbar {
    text-align: center;
    width: 100%
}

.carousel__scrollbar input[type=range] {
    width: auto
}

.carousel__scrollbar input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: .125rem;
    cursor: pointer;
    background: #e3e1e9;
    border-radius: 1rem
}

.carousel__scrollbar input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: .375rem;
    width: 5rem;
    border-radius: 8rem;
    background: #B51339;
    cursor: pointer;
    margin-top: -1px
}

.slick-next:before,
.slick-prev:before {
    color: red
}

.video-modal__overlay {
    top: 0;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    z-index: 40;
    background-color: var(--color-white);
    opacity: 0;
    animation: overlayFadeIn .3s linear forwards
}

@keyframes overlayFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.video-modal__container {
    display: flex;
    flex-direction: column;
    padding: 6rem 0;
    justify-content: space-between;
    height: 100%
}

@media screen and (min-width: 576px) {
    .video-modal__container {
        padding: 8rem 0 6rem
    }
}

@media screen and (min-width: 992px) {
    .video-modal__container {
        justify-content: flex-start
    }
}

.video-modal__header {
    width: 100%;
    text-align: center;
    margin-bottom: 6rem;
    position: relative;
    padding: 0 8rem
}

.video-modal__youtube-player {
    width: 100%;
    opacity: 0;
    transform: translateY(-40px)
}

.video-modal__youtube-player-container {
    margin: auto
}

.video-modal__youtube-player--is-ready {
    animation: videoFadeIn .3s ease-in-out forwards .12s
}

@keyframes videoFadeIn {
    from {
        opacity: 0;
        transform: translateY(-40px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.video-modal__youtube-player iframe {
    border-radius: .5rem;
    aspect-ratio: 16/9;
    height: auto;
    max-height: calc(100vh - 22.5rem)
}

.video-modal__close-icon-desktop,
.video-modal__close-icon-mobile {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.video-modal__close-icon-desktop {
    position: absolute;
    top: 0;
    right: 8rem;
    display: none;
    width: 3rem;
    height: 100%
}

@media screen and (min-width: 576px) {
    .video-modal__close-icon-desktop {
        display: flex
    }
}

.video-modal__close-icon-mobile {
    display: flex;
    width: 100%
}

@media screen and (min-width: 576px) {
    .video-modal__close-icon-mobile {
        display: none
    }
}

.youtube-player iframe {
    width: 100%;
    height: 100%
}

.image-with-text {
    background-color: var(--color-white)
}

@media screen and (max-width: 767px) {
    .image-with-text {
        margin: 0 3rem
    }
}

.image-with-text--reverse {
    flex-direction: row-reverse
}

.image-with-text--image-cover {
    height: 100%;
    width: 100%
}

.image-with-text--image-cover>img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 1rem
}

.image-with-text .u-row {
    justify-content: space-between
}

.image-with-text .image-with-text__text-block {
    padding-top: 5rem
}

.image-with-text .image-with-text__image {
    position: sticky;
    top: 0;
    width: 100%
}

.image-with-text .image-with-text__image-video-container {
    position: relative;
    height: 100%;
    width: 100%
}

.image-with-text .image-with-text__play-icon {
    position: absolute;
    left: calc(50% - 4.5rem);
    top: calc(50% - 4.5rem);
    width: 9rem;
    height: 9rem;
    background-color: var(--color-white);
    color: #fcc916;
    border-radius: 125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    margin: 0;
    opacity: .72
}

.image-with-text .image-with-text__play-icon--hide {
    display: none
}

.image-with-text .image-with-text__play-icon svg {
    display: flex
}

.image-with-text .image-with-text__video {
    opacity: 0;
    height: auto;
    width: 100%;
    position: absolute;
    z-index: 20
}

.image-with-text .image-with-text__video--show {
    opacity: 1;
    top: 0;
    height: 100%
}

.full-width-media__container {
    text-align: center;
    margin-top: 10rem
}

@media screen and (max-width: 767px) {
    .full-width-media__container {
        padding-bottom: 5rem
    }
}

.full-width-media__container .card-carousel__navigation-container {
    transform: translateY(-150%)
}

.full-width-media__container .card-carousel__scrollbar-drag {
    background-color: var(--color-white)
}

.full-width-media__pre-display-text {
    color: #858585
}

.full-width-media__text-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 5rem
}

@media screen and (max-width: 1199px) {
    .full-width-media__text-container {
        padding-bottom: 6rem
    }
}

@media screen and (max-width: 767px) {
    .full-width-media__text-container {
        padding-bottom: 3rem
    }
}

.full-width-media__headline {
    color: #B51339
}

@media screen and (max-width: 767px) {
    .full-width-media__headline {
        font-size: 5rem
    }
}

.full-width-media__image-container,
.full-width-media__video-container {
    height: 100vh;
    overflow: hidden;
    position: relative;
    padding-bottom: 10rem
}

@media screen and (max-width: 1199px) {

    .full-width-media__image-container,
    .full-width-media__video-container {
        height: 100%;
        padding-bottom: 8rem
    }
}

.full-width-media__carousel-container {
    height: 100vh;
    position: relative
}

@media screen and (max-width: 1199px) {
    .full-width-media__carousel-container {
        height: 70rem
    }
}

@media screen and (max-width: 767px) {
    .full-width-media__carousel-container {
        height: 40rem
    }
}

.full-width-media__video-container:hover .full-width-media__video-thumbnail {
    transform: scale(1.05)
}

.full-width-media__video-container--show-overlay::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.144) 50%, rgba(0, 0, 0, 0.72) 100%)
}

.full-width-media__image,
.full-width-media__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9
}

.full-width-media__video {
    opacity: 0
}

.full-width-media__video--show {
    opacity: 1
}

.full-width-media__image-wrapper {
    width: 100%;
    height: 100%
}

.full-width-media__media-container {
    position: relative;
    overflow: hidden
}

.full-width-media__video-cta-label {
    color: var(--color-white);
    position: absolute;
    top: 80%;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    z-index: 2
}

.full-width-media__video-thumbnail-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: inherit
}

.full-width-media__video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .25s ease-in-out !important
}

.full-width-media__play-icon {
    position: absolute;
    left: calc(50% - 4.5rem);
    top: calc(50% - 4.5rem);
    width: 9rem;
    height: 9rem;
    background-color: var(--color-white);
    color: #fcc916;
    border-radius: 125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    border: none;
    margin: 0;
    opacity: .72
}

.full-width-media__play-icon svg {
    display: flex
}

.full-width-media__play-icon--hide,
.full-width-media__video-thumbnail-wrapper--hide,
.full-width-media__video-cta-label--hide {
    display: none !important
}

.full-width-media__carousel {
    height: 100%;
    color: var(--color-white)
}

.images-carousel__carousel {
    position: relative
}

.images-carousel__carousel .swiper {
    height: 100%
}

.images-carousel__carousel .swiper-slide {
    border-radius: 1rem
}

.images-carousel__carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem
}

.images-carousel__carousel .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.144) 50%, rgba(0, 0, 0, 0.72) 100%)
}

.images-carousel__carousel .card-carousel__scrollbar-drag {
    background-color: var(--color-white) !important
}

.images-carousel__carousel .card-carousel__next-arrow,
.images-carousel__carousel .card-carousel__prev-arrow {
    color: var(--color-white);
    z-index: 2
}

.images-carousel__carousel .card-carousel__next-arrow:hover,
.images-carousel__carousel .card-carousel__prev-arrow:hover {
    border-color: var(--color-white)
}

.youtube-player iframe {
    width: 100%;
    height: 100%
}

.accordion-list {
    position: relative;
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    height: 417rem
}

@media screen and (min-width: 768px) {
    .accordion-list {
        height: 365rem
    }
}

.accordion-list .u-container {
    display: flex;
    flex-direction: column;
    gap: 62.5rem;
    position: absolute;
    top: 173px;
    padding-left: 2rem;
    padding-right: 2rem
}

@media screen and (min-width: 768px) {
    .accordion-list .u-container {
        top: 220px
    }
}

.accordion-list__variant-background {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    top: -31.5rem;
    height: 63rem;
    width: 100%;
    padding-top: 8rem
}

@media screen and (min-width: 768px) {
    .accordion-list__variant-background {
        grid-gap: 2.25rem;
        padding-top: 8rem;
        height: 40.25rem;
        top: -20.125rem
    }
}

@media screen and (min-width: 1200px) {
    .accordion-list__variant-background {
        padding-top: 8rem;
        height: 50.75rem;
        top: -25.375rem
    }
}

@media screen and (min-width: 1400px) {
    .accordion-list__variant-background {
        height: 73rem;
        top: -36.5rem
    }
}

.accordion-list__variant-background--dark {
    color: var(--color-white);
    background-color: #B51339
}

.accordion-list__variant-background--light {
    color: #B51339;
    background-color: #fff2c4;
    top:11vh;
/*    background-image: url('/images/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
}

.accordion-list__variant-background--transparent {
    color: #B51339
}

.accordion-list__pre-title {
    color: #858585
}

.accordion-list__item {
    position: sticky;
    transition: top .3s ease-in-out
}

.accordion-list__item:nth-child(1) .accordion__header-number::before {
    display: block;
    content: "01"
}

.accordion-list__item:nth-child(2) .accordion__header-number::before {
    display: block;
    content: "02"
}

.accordion-list__item:nth-child(3) .accordion__header-number::before {
    display: block;
    content: "03"
}

.accordion-list__sticky-fix {
    position: sticky
}

.card-carousel__prev-arrow,
.card-carousel__next-arrow {
    background: rgba(0, 0, 0, 0);
    border: .125rem solid rgba(0, 0, 0, 0);
    width: 8rem;
    border-radius: 125rem;
    transition: border ease-in-out .25s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    bottom: 0;
    display: none;
    pointer-events: auto;
    position: relative
}

.card-carousel__prev-arrow.swiper-button-lock,
.card-carousel__next-arrow.swiper-button-lock {
    display: inherit
}

.card-carousel__prev-arrow:hover,
.card-carousel__next-arrow:hover {
    border-color: #B51339
}

.card-carousel__prev-arrow svg,
.card-carousel__next-arrow svg {
    pointer-events: none;
    margin: 0 auto
}

@media screen and (min-width: 768px) {

    .card-carousel__prev-arrow,
    .card-carousel__next-arrow {
        display: block
    }
}

.card-carousel .swiper-slide {
    user-select: none
}

.swiper-pagination {
    position: absolute !important;
    bottom: 2rem !important
}

.swiper-button-disabled {
    opacity: .6;
    pointer-events: none
}

.swiper-button-disabled:hover {
    border: none;
    cursor: inherit
}

.card-carousel__prev-arrow {
    left: calc(10% - 4rem)
}

.card-carousel__prev-arrow-rtl {
    right: calc(10% - 4rem);
    left: unset;
    transform: rotate(-180deg)
}

.card-carousel__next-arrow {
    right: calc(10% - 4rem)
}

.card-carousel__next-arrow-rtl {
    left: calc(10% - 4rem);
    right: unset;
    transform: rotate(-180deg)
}

.card-carousel__navigation-container {
    transform: translateY(-2px);
    z-index: 1;
    pointer-events: none
}

@media screen and (min-width: 1200px) {
    .card-carousel__navigation-container {
        transform: translateY(40px);
        z-index: 1;
        pointer-events: none
    }
}

.card-carousel__navigation-container--center {
    margin-inline: 0
}

.card-carousel__navigation-column {
    display: flex;
    justify-content: center;
    max-width: 162.5rem;
    gap: calc(10% - 4rem);
    align-items: center
}

@media screen and (min-width: 768px) {
    .card-carousel__navigation-column {
        justify-content: space-between
    }
}

.downloads-carousel__headline {
    margin-bottom: 5rem
}

.swiper-pagination {
    width: 100% !important;
    overflow: hidden
}

@media screen and (min-width: 576px) {
    .swiper-pagination {
        width: 50% !important;
        left: 25% !important
    }
}

.swiper-pagination-bullet {
    width: 2.5rem !important;
    height: .5rem !important;
    border-radius: 1rem !important;
    background-color: #8e8ba4 !important;
    transition: all 300ms ease;
    pointer-events: auto;
    cursor: pointer
}

.swiper-pagination-bullet-active {
    width: 5rem !important;
    background-color: #B51339 !important
}

.card-carousel__scrollbar {
    width: 45rem;
    background-color: #e3e1e9;
    height: .125rem;
    border-radius: 1rem
}

.card-carousel__scrollbar-drag {
    background-color: #B51339;
    border-radius: 1rem;
    width: 5rem;
    height: .375rem;
    margin-top: -1px;
    pointer-events: auto;
    cursor: pointer
}

.swiper-scrollbar {
    position: absolute !important;
    bottom: 2rem !important;
    left: calc(50% - 15rem) !important;
    width: 30rem !important
}

@media screen and (min-width: 768px) {
    .swiper-scrollbar {
        left: calc(50% - 22.5rem) !important;
        width: 45rem !important
    }
}

.content-highlight {
    overflow: hidden;
    height: 100%;
    margin-top: 10rem
}

@media screen and (min-width: 768px) {
    .content-highlight {
        margin-top: 15rem
    }
}

@media screen and (min-width: 1200px) {
    .content-highlight {
        margin-top: 20rem
    }
}

.content-highlight__pre-title {
    color: var(--color-white);
    margin-bottom: 1.5rem;
    text-transform: capitalize
}

.content-highlight__title {
    color: var(--color-white);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.content-highlight__headline {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 12.5rem
}

.content-highlight__image-container {
    position: relative;
    border-radius: 0;
    height: 56.25rem;
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .content-highlight__image-container {
        height: 47.5rem;
        padding: 4.5rem
    }
}

@media screen and (min-width: 1200px) {
    .content-highlight__image-container {
        height: 75rem;
        padding: 6.5rem;
        border-radius: 1rem;
        width: 152.5rem
    }
}

@media screen and (min-width: 1400px) {
    .content-highlight__image-container {
        padding: 19rem;
        width: 200rem
    }
}

.content-highlight__image-container-image {
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center
}

.content-highlight__cards-carousel {
    transform: translateY(-100px);
    position: relative
}

.content-highlight__cards-carousel .card,
.content-highlight__cards-carousel .thumbnail-card {
    width: 32.25rem
}

@media screen and (min-width: 768px) {

    .content-highlight__cards-carousel .card,
    .content-highlight__cards-carousel .thumbnail-card {
        width: 29rem
    }
}

@media screen and (min-width: 1200px) {

    .content-highlight__cards-carousel .card,
    .content-highlight__cards-carousel .thumbnail-card {
        width: 31.5rem
    }
}

@media screen and (min-width: 1400px) {

    .content-highlight__cards-carousel .card,
    .content-highlight__cards-carousel .thumbnail-card {
        width: 39rem
    }
}

.content-highlight__cards-carousel .swiper-wrapper {
    padding-bottom: 8rem
}

.content-highlight__cards-carousel .swiper-slide {
    width: auto !important
}

.content-highlight__cards-carousel .swiper-initialized .card-carousel__navigation-container {
    transform: translateY(-60%)
}

.video-modal__overlay {
    top: 0;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    z-index: 40;
    background-color: var(--color-white);
    opacity: 0;
    animation: overlayFadeIn .3s linear forwards
}

@keyframes overlayFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.video-modal__container {
    display: flex;
    flex-direction: column;
    padding: 6rem 0;
    justify-content: space-between;
    height: 100%
}

@media screen and (min-width: 576px) {
    .video-modal__container {
        padding: 8rem 0 6rem
    }
}

@media screen and (min-width: 992px) {
    .video-modal__container {
        justify-content: flex-start
    }
}

.video-modal__header {
    width: 100%;
    text-align: center;
    margin-bottom: 6rem;
    position: relative;
    padding: 0 8rem
}

.video-modal__youtube-player {
    width: 100%;
    opacity: 0;
    transform: translateY(-40px)
}

.video-modal__youtube-player-container {
    margin: auto
}

.video-modal__youtube-player--is-ready {
    animation: videoFadeIn .3s ease-in-out forwards .12s
}

@keyframes videoFadeIn {
    from {
        opacity: 0;
        transform: translateY(-40px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.video-modal__youtube-player iframe {
    border-radius: .5rem;
    aspect-ratio: 16/9;
    height: auto;
    max-height: calc(100vh - 22.5rem)
}

.video-modal__close-icon-desktop,
.video-modal__close-icon-mobile {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.video-modal__close-icon-desktop {
    position: absolute;
    top: 0;
    right: 8rem;
    display: none;
    width: 3rem;
    height: 100%
}

@media screen and (min-width: 576px) {
    .video-modal__close-icon-desktop {
        display: flex
    }
}

.video-modal__close-icon-mobile {
    display: flex;
    width: 100%
}

@media screen and (min-width: 576px) {
    .video-modal__close-icon-mobile {
        display: none
    }
}

.gallery-modal__overlay {
    top: 0;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    z-index: 40;
    background-color: var(--color-white);
    opacity: 0;
    animation: fadeIn .3s linear forwards
}

.gallery-modal__overlay .card-carousel__navigation-container {
    transform: translateY(-100%)
}

.gallery-modal__container {
    display: flex;
    flex-direction: column;
    padding: 6rem 0;
    justify-content: space-between;
    height: 100%;
    position: relative
}

@media screen and (min-width: 576px) {
    .gallery-modal__container {
        padding: 8rem 0 6rem
    }
}

@media screen and (min-width: 992px) {
    .gallery-modal__container {
        justify-content: flex-start
    }
}

.gallery-modal__header {
    width: 100%;
    text-align: center;
    margin-bottom: 6rem;
    position: relative;
    padding: 0 8rem
}

.gallery-modal__close-icon {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 8rem;
    display: flex;
    width: 3rem;
    height: 100%
}

.gallery-modal__images-carousel {
    margin: auto 0;
    height: 100%;
    max-height: calc(100vh - 22.5rem)
}

@media screen and (min-width: 768px) {
    .gallery-modal__images-carousel {
        max-height: calc(100vh - 22.5rem)
    }
}

.gallery-modal__images-carousel .swiper {
    height: 100%
}

.gallery-modal__image-container {
    opacity: 0;
    transform: translateY(-40px);
    animation: imageFadeIn .3s ease-in-out forwards;
    display: flex;
    align-items: center
}

@keyframes imageFadeIn {
    from {
        opacity: 0;
        transform: translateY(-40px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.gallery-modal__images-carousel .swiper-wrapper {
    padding-bottom: 8rem
}

.gallery-modal__image {
    width: 100%;
    max-height: 100%;
    border-radius: 1rem;
    object-fit: contain
}

.gallery-modal__images-carousel .swiper-slide {
    border-radius: 1rem
}

@media screen and (min-width: 768px) {
    .gallery-modal__images-carousel .swiper-slide {
        max-width: 80vw;
        background-color: rgba(0, 0, 0, 0);
        width: auto !important;
        flex-shrink: 0;
        display: block;
        height: 100%;
        max-height: 100%
    }
}

.gallery-modal__images-carousel .swiper-wrapper {
    display: flex;
    align-items: center;
    max-height: 100%;
    height: 100%
}

.gallery-modal__flower-pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100rem;
    animation: overlayFadeIn .3s linear forwards;
    z-index: -1
}

@media screen and (max-width: 575px) {
    .gallery-modal__flower-pattern {
        display: none
    }
}

.gallery-modal__image-container {
    height: 100%
}

.gallery-modal__images-carousel .card-carousel__prev-arrow {
    left: calc(20% - 4rem)
}

.gallery-modal__images-carousel .card-carousel__prev-arrow-rtl {
    right: calc(20% - 4rem);
    left: unset
}

.gallery-modal__images-carousel .card-carousel__next-arrow {
    right: calc(20% - 4rem)
}

.gallery-modal__images-carousel .card-carousel__next-arrow-rtl {
    left: calc(20% - 4rem);
    right: unset
}


.video-carousel__heading {
    width: 50%;
    margin-top: 5rem
}

@media screen and (max-width: 1199px) {
    .video-carousel__heading {
        width: 100%;
        margin-top: 3.75rem
    }
}

.video-carousel__heading--reveal {
    animation: cardSlideUp .3s ease-in-out .12s both
}

.video-carousel__text-container {
    flex-direction: column;
    display: flex
}

.video-carousel__text-desktop {
    display: none
}

@media screen and (min-width: 1200px) {
    .video-carousel__text-desktop {
        display: flex;
        flex-direction: column;
        width: 30%;
        align-self: flex-end;
        margin-top: -6rem
    }
}

.video-carousel__text--reveal {
    animation: cardSlideUp .3s ease-in-out .36s both
}

.video-carousel__text-mobile {
    display: flex;
    flex-direction: column;
    padding: 0
}

@media screen and (min-width: 1200px) {
    .video-carousel__text-mobile {
        display: none
    }
}

.video-carousel__pre-title {
    margin-bottom: 3rem;
    text-transform: capitalize;
    color: #858585
}

.video-carousel__cta-button {
    margin-top: 3rem
}

.video-carousel__cta-button--reveal {
    animation: cardSlideUp .3s ease-in-out .72s both
}

.video-carousel__carousel-container {
    margin-top: 3rem;
    position: relative
}

@media screen and (min-width: 1200px) {
    .video-carousel__carousel-container {
        margin-top: 10rem
    }
}

.video-carousel__carousel-container--dark .video-carousel__video-description,
.video-carousel__carousel-container--dark .video-carousel__video-title,
.video-carousel__carousel-container--dark .video-carousel__carousel .swiper-pagination-fraction,
.video-carousel__carousel-container--dark .video-carousel__carousel .card-carousel__prev-arrow,
.video-carousel__carousel-container--dark .video-carousel__carousel .card-carousel__next-arrow {
    color: var(--color-white)
}

.video-carousel__carousel-container--dark .video-carousel__carousel .card-carousel__prev-arrow:hover,
.video-carousel__carousel-container--dark .video-carousel__carousel .card-carousel__next-arrow:hover {
    border-color: var(--color-white)
}

.video-carousel__background {
    position: absolute;
    
    left: 0;
    height: calc(50% + 10rem);
    width: 100%;
    z-index: -1
}

@media screen and (min-width: 1200px) {
    .video-carousel__background {
        height: calc(50% + 15rem);
      
    }
}

.video-carousel__background--dark {
    background-color: #B51339
}

.video-carousel__background--light {
    background-color: #B51339
}

.video-carousel__image {
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform .12s ease-in-out;
    transform: scale(1.5)
}

.video-carousel__image--reveal {
    transform: scale(1);
    transition: transform 500ms ease-in-out
}

.video-carousel__carousel .swiper-slide:not(.swiper-slide-active) .video-carousel__image-container {
    transform: scale(0.95)
}

.video-carousel__image-container {
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 1rem;
    transition: transform .3s ease-in-out
}

.video-carousel__image-container:hover .video-carousel__image {
    transform: scale(1.05)
}

.video-carousel__carousel {
    margin: auto 0;
    height: 70vh;
    min-height: 62.5rem;
    padding-bottom: 6rem
}

@media screen and (min-width: 1200px) {
    .video-carousel__carousel {
        height: 100vh;
        min-height: 87.5rem;
        max-height: 125rem;
        padding-bottom: 15rem
    }
}

.video-carousel__carousel .swiper {
    height: 100%
}

.video-carousel__carousel .card-carousel__navigation-container {
    transform: translateY(2px)
}

@media screen and (min-width: 1200px) {
    .video-carousel__carousel .card-carousel__navigation-container {
        transform: translateY(-60%)
    }
}

.video-carousel__carousel .swiper,
.video-carousel__carousel .swiper-wrapper {
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-bottom: 10rem
}

@media screen and (min-width: 1200px) {

    .video-carousel__carousel .swiper,
    .video-carousel__carousel .swiper-wrapper {
        padding-bottom: 12rem
    }
}

.video-carousel__carousel .swiper-initialized .swiper-slide {
    border-radius: 1rem;
    background-color: rgba(0, 0, 0, 0);
    flex-shrink: 0;
    display: block;
    height: 100%;
    max-height: 100%
}

@media screen and (max-width: 575px) {
    .video-carousel__carousel .swiper-initialized .swiper-slide {
        padding-inline: 1rem
    }
}

@media screen and (min-width: 768px) {
    .video-carousel__carousel .swiper-initialized .swiper-slide {
        width: 165rem;
        max-height: 100%
    }
}

@media screen and (min-width: 1400px) {
    .video-carousel__carousel .swiper-initialized .swiper-slide {
        width: 165rem;
        max-height: 75rem
    }
}

.video-carousel__carousel-container .card-carousel__navigation-column {
    margin-top: 15rem
}

.video-carousel__carousel-container .video-carousel__video-information {
    text-align: center;
    margin-top: -9rem;
    opacity: 0;
    animation: fadeIn .3s ease-in-out forwards
}

.video-carousel__carousel-container .video-carousel__video-description {
    max-width: 80%;
    margin: 2rem auto 0
}

@media screen and (min-width: 768px) {
    .video-carousel__carousel-container .video-carousel__video-description {
        max-width: 75rem
    }
}

@media screen and (min-width: 1400px) {
    .video-carousel__carousel-container .video-carousel__video-description {
        max-width: 20%
    }
}

.video-carousel__carousel .card-carousel__prev-arrow,
.video-carousel__carousel .card-carousel__next-arrow {
    display: none
}

@media screen and (min-width: 1200px) {

    .video-carousel__carousel .card-carousel__prev-arrow,
    .video-carousel__carousel .card-carousel__next-arrow {
        display: block
    }
}

.video-carousel__carousel .card-carousel__prev-arrow {
    left: calc(15% - 4rem)
}

@media screen and (min-width: 1400px) {
    .video-carousel__carousel .card-carousel__prev-arrow {
        left: calc(30% - 4rem)
    }
}

.video-carousel__carousel .card-carousel__prev-arrow-rtl {
    right: calc(15% - 4rem);
    left: unset
}

@media screen and (min-width: 1400px) {
    .video-carousel__carousel .card-carousel__prev-arrow-rtl {
        right: calc(30% - 4rem)
    }
}

.video-carousel__carousel .card-carousel__next-arrow {
    right: calc(15% - 4rem)
}

@media screen and (min-width: 1400px) {
    .video-carousel__carousel .card-carousel__next-arrow {
        right: calc(30% - 4rem)
    }
}

.video-carousel__carousel .card-carousel__next-arrow-rtl {
    left: calc(15% - 4rem);
    right: unset
}

@media screen and (min-width: 1400px) {
    .video-carousel__carousel .card-carousel__next-arrow-rtl {
        left: calc(30% - 4rem)
    }
}

.video-carousel__carousel .swiper-pagination-fraction {
    font-size: 5rem;
    z-index: 2;
    margin-bottom: 8rem
}

@media screen and (max-width: 1199px) {
    .video-carousel__carousel .swiper-pagination-fraction {
        margin-bottom: 15rem
    }
}

.video-carousel__play-button {
    position: absolute;
    top: calc(50% - 15rem);
    left: calc(50% - 4.5rem);
    z-index: 3;
    width: 9rem;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
    border-radius: 125rem;
    border: none;
    cursor: pointer;
    opacity: .72
}

.video-carousel__play-button svg {
    color: #fcc916
}

@media screen and (min-width: 768px) {
    .video-carousel__play-button {
        top: calc(50% - 20rem)
    }
}

@media screen and (min-width: 1200px) {
    .video-carousel__play-button {
        top: calc(50% - 22.5rem)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: border-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-initialized .swiper-slide {
    margin: 0
}

@media screen and (min-width: 0px) {
    .swiper-initialized .swiper-slide {
        max-width: none
    }
}

@media screen and (min-width: 576px) {
    .swiper-initialized .swiper-slide {
        max-width: 540px
    }
}

@media screen and (min-width: 768px) {
    .swiper-initialized .swiper-slide {
        max-width: 720px
    }
}

@media screen and (min-width: 992px) {
    .swiper-initialized .swiper-slide {
        max-width: 960px
    }
}

@media screen and (min-width: 1200px) {
    .swiper-initialized .swiper-slide {
        max-width: 1140px
    }
}

@media screen and (min-width: 1400px) {
    .swiper-initialized .swiper-slide {
        max-width: 1320px
    }
}

@media screen and (min-width: 0px) {
    .swiper-initialized .swiper-slide {
        padding-inline: 0
    }
}

@media screen and (min-width: 768px) {
    .swiper-initialized .swiper-slide {
        padding-inline: 0
    }
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
    display: none !important
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #585858);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
*:before,
*:after {
    box-sizing: inherit
}



.layout {
    position: relative;
    margin-top: -12px;
}


.main {
    height: 100%;
    background: var(--color-white);
    z-index: 2;
    position: relative
}

.main>:last-child {
    padding-bottom: 8rem
}

@media screen and (min-width: 768px) {
    .main>:last-child {
        padding-bottom: 10rem
    }
}


:root {
    --color-body: #fff;
    --color-black: #05051e;
    --color-grayDark: #60607d;
    --color-gray: #aeaebc;
    --color-grayLight: #e5e5e9;
    --color-white: #fff;
    --color-primary: #5b19c4;
    --color-primaryLight: #996ddf;
    --color-secondary: #06757e;
    --color-secondaryLight: #439ca3;
    --color-tertiary: #00cacf;
    --color-tertiaryLight: #a2f9fb;
    --color-quaternary: #ffdc69;
    --color-quaternaryLight: #fff3cd;
    --color-uiDisable: #e5e5e9;
    --color-uiError: #f23a1d;
    --color-uiInfo: #12295d;
    --color-uiSuccess: #06757e;
    --color-uiWarning: #ffdc69;
    --contrast-body: #05051e;
    --contrast-black: #fff;
    --contrast-grayDark: #fff;
    --contrast-gray: #05051e;
    --contrast-grayLight: #05051e;
    --contrast-white: #05051e;
    --contrast-primary: #fff;
    --contrast-primaryLight: #fff;
    --contrast-secondary: #fff;
    --contrast-secondaryLight: #fff;
    --contrast-tertiary: #fff;
    --contrast-tertiaryLight: #05051e;
    --contrast-quaternary: #05051e;
    --contrast-quaternaryLight: #05051e;
    --contrast-uiDisable: #05051e;
    --contrast-uiError: #fff;
    --contrast-uiInfo: #fff;
    --contrast-uiSuccess: #fff;
    --contrast-uiWarning: #05051e
}





/*# sourceMappingURL=style.css.map */
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0;
    border-top: 0;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 0;
}

table.dataTable tbody tr, table.dataTable tbody td {
    background: transparent !important;
}

table.dataTable thead th {
    color: #454545;
    font-weight: 600;
}

[data-theme-version="dark"] table.dataTable thead th {
    color: #fff;
}

table.dataTable tbody td {
    padding: 15px 18px;
}

table.dataTable tr.selected {
    color: #126616;
}

table.dataTable tfoot th {
    color: #454545;
    font-weight: 600;
}

[data-theme-version="dark"] table.dataTable tfoot th {
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border-radius: 50%;
    color: #126616 !important;
    background: rgba(89, 59, 219, 0.1);
    border: 0 !important;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-radius: 50%;
    color: #126616 !important;
    background: rgba(89, 59, 219, 0.1);
    border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
        background: transparent;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
        background: transparent;
    }

.dataTables_wrapper input[type="search"], .dataTables_wrapper input[type="text"], .dataTables_wrapper select {
    border: 1px solid #e2e2e2;
    padding: .3rem 0.5rem;
    color: #715d5d;
    border-radius: 5px;
}

[data-theme-version="dark"] .dataTables_wrapper input[type="search"], [data-theme-version="dark"] .dataTables_wrapper input[type="text"], [data-theme-version="dark"] .dataTables_wrapper select {
    background: #2A2C32;
    border-color: #424D63;
    color: #fff;
}

table.dataTable.no-footer {
    border-bottom: 0;
}

.dataTables_scroll {
    padding: 2.5rem 0;
}

.dataTables_scrollFoot {
    padding-top: 1rem;
}

@media (max-width: 991.98px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        text-align: left;
    }
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-color: #eaeaea;
}

[data-theme-version="dark"] table.dataTable.row-border tbody th, [data-theme-version="dark"]
table.dataTable.row-border tbody td, [data-theme-version="dark"]
table.dataTable.display tbody th, [data-theme-version="dark"]
table.dataTable.display tbody td {
    border-color: #424D63;
}
