@font-face {
    font-family: "Cairo";
    src: url("6ba69b5aa3e9ac069f52.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("65488c1d35e779729250.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("60c73a68915bd490f473.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans";
    src: url("8e9a0845f041a9bcd0af.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans";
    src: url("e833a3bf0434490e9b6f.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Rondal";
    src: url("1eea41afc6b3582e3b30.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Bukra";
    src: url("ec0764d63071c504e283.woff2") format("woff2"),url(4d5cacbf1dbcdfd4d719.woff) format("woff"),url(ec1011a754ec252c9069.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Bukra";
    src: url("f7c7e8418af1b9e8242d.woff2") format("woff2"),url(d6c8a23326ba6579a160.woff) format("woff"),url(e061a398d95594773edc.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Bukra";
    src: url("eea9ce5062439d43087e.woff2") format("woff2"),url(ba08b24892dea058979c.woff) format("woff"),url(6360a2e774a8ca867477.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Bukra";
    src: url("9febbd2aa4171db05614.woff2") format("woff2"),url(4a701372eac0b34b1ba6.woff) format("woff"),url(91d71e601fd203004c83.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Bukra";
    src: url("708cad8ecc67c259e092.woff2") format("woff2"),url(5d37a58012c7ce8bc82f.woff) format("woff"),url(3e58d08aa647459ace34.ttf) format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Bukra";
    src: url("da0cb7d894ac2c20d06c.woff2") format("woff2"),url(ef4f7a0c15e4e7cd848e.woff) format("woff"),url(b11f296bfe672e1024cb.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Bukra";
    src: url("a8a3d80966d96e7f132a.woff2") format("woff2"),url(fd1215e15d513b3bc222.woff) format("woff"),url(c87e282b89ec8d9ca899.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@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 #ede8fc;
}
.colorContainer .box {
    width: 100%;
    height: 120px;
    margin: 0 auto;
}
.colorContainer .boxInfo {
    padding: 0 10px;
}
.colorContainer .purple-50 {
    background-color: #ede8fc;
}
.colorContainer .purple-100 {
    background-color: #dbd1f9;
}
.colorContainer .purple-150 {
    background-color: #cabdf3;
}
.colorContainer .purple-200 {
    background-color: #b7aaed;
}
.colorContainer .purple-250 {
    background-color: #a897e5;
}
.colorContainer .purple-300 {
    background-color: #9787dc;
}
.colorContainer .purple-350 {
    background-color: #8777d2;
}
.colorContainer .purple-400 {
    background-color: #7469c6;
}
.colorContainer .purple-450 {
    background-color: #665cb9;
}
.colorContainer .purple-500 {
    background-color: #5b52a9;
}
.colorContainer .purple-550 {
    background-color: #554f92;
}
.colorContainer .purple-600 {
    background-color: #4e4b7d;
}
.colorContainer .purple-650 {
    background-color: #44426b;
}
.colorContainer .purple-700 {
    background-color: #39385d;
}
.colorContainer .purple-750 {
    background-color: #2b2b4f;
}
.colorContainer .purple-800 {
    background-color: #1f2041;
}
.colorContainer .purple-850 {
    background-color: #141534;
}
.colorContainer .purple-900 {
    background-color: #0b0c25;
}
.colorContainer .purple-950 {
    background-color: #050513;
}
.colorContainer .green-50 {
    background-color: #eafbef;
}
.colorContainer .green-100 {
    background-color: #d5f8e0;
}
.colorContainer .green-150 {
    background-color: #bff4d2;
}
.colorContainer .green-200 {
    background-color: #aaf1c4;
}
.colorContainer .green-250 {
    background-color: #95edb8;
}
.colorContainer .green-300 {
    background-color: #80eaad;
}
.colorContainer .green-350 {
    background-color: #6ae6a3;
}
.colorContainer .green-400 {
    background-color: #55e299;
}
.colorContainer .green-450 {
    background-color: #40df91;
}
.colorContainer .green-500 {
    background-color: #2bdb8a;
}
.colorContainer .green-550 {
    background-color: #15d883;
}
.colorContainer .green-600 {
    background-color: #00d47e;
}
.colorContainer .green-650 {
    background-color: #00ba6e;
}
.colorContainer .green-700 {
    background-color: #009f5f;
}
.colorContainer .green-750 {
    background-color: #00854f;
}
.colorContainer .green-800 {
    background-color: #006a3f;
}
.colorContainer .green-850 {
    background-color: #006a3f;
}
.colorContainer .green-900 {
    background-color: #003520;
}
.colorContainer .green-950 {
    background-color: #001b10;
}
.colorContainer .white {
    background-color: #fff;
}
.colorContainer .black {
    background-color: #000;
}
.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: #aba7bc;
}
.colorContainer .gray-350 {
    background-color: #9d99b0;
}
.colorContainer .gray-400 {
    background-color: #8e8ba4;
}
.colorContainer .gray-450 {
    background-color: #807d98;
}
.colorContainer .gray-500 {
    background-color: #726f8c;
}
.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: #1f2041;
}
.colorContainer .gray-850 {
    background-color: #141534;
}
.colorContainer .gray-900 {
    background-color: #0b0c25;
}
.colorContainer .gray-950 {
    background-color: #050513;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1,
h2,
h3,
h4,
h5,
label,
p,
small {
    display: block;
    font-size: 1em;
    margin: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace;
    font-size: 1em;
}
a {
    background-color: rgba(0,0,0,0);
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.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;
    }
}
.hero__breadcrumb {
    display: flex;
    gap: 1em;
    align-items: flex-start;
}
.hero__breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.hero__breadcrumb-list-item {
    display: flex;
    align-items: center;
    opacity: 0.6;
    color: var(--color-white);
}
.hero__breadcrumb-list-item:hover {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s linear;
}
.hero__breadcrumb-list-item--active {
    opacity: 1;
}
.hero__breadcrumb-list-item .hero__breadcrumb-divider {
    color: #bff4d2;
}
.hero__breadcrumb-list-item .hero__breadcrumb-divider.rtl {
    transform: rotate(180deg);
}
.hero__breadcrumb-list-item:first-child:has(.hero__breadcrumb-divider) {
    display: none;
}
@media screen and (max-width: 575px) {
    .hero__breadcrumb-list-item::before {
        content: "...";
        margin-right: 1em;
    }
    .hero__breadcrumb-list-item:not(:last-child) {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .hero__breadcrumb-list-item::before {
        content: "...";
        margin-right: 1em;
    }
    .hero__breadcrumb-list-item:not(:last-child) {
        display: none;
    }
}
.a-icon {
    background-color: rgba(0,0,0,0);
    fill: currentColor;
    transition: fill 0.25s ease-in-out;
}
.a-custom-icon svg {
    display: block;
}
.flower-animation #Path_1,
.flower-animation #Path_2 {
    clip-path: circle(0%);
}
.flower-animation[data-playstate=running] #Path_1,
.flower-animation[data-playstate=running] #Path_2 {
    animation-name: clipIn;
    animation-play-state: running;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}
.flower-animation[data-playstate=running] #Path_2 {
    animation-delay: 1.5s;
}
@keyframes clipIn {
    100% {
        clip-path: circle(100%);
    }
}
.logo--dark {
    color: #0b0c25;
}
.logo--light {
    color: var(--color-white);
}
.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;
    }
}
.a-pre-display-normal {
    font-size: 5rem;
    text-transform: normal;
    line-height: 1.5 0.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: Bukra, 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: Bukra, 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-uppercase {
    font-size: 2.25rem;
    text-transform: normal;
    line-height: 1.5 0.12em;
}
@media screen and (min-width: 992px) {
    .a-pre-display-uppercase {
        font-size: 2.5rem;
        line-height: 1.6;
    }
}
.a-pre-display-uppercase.typography--static-ar,
[dir=rtl] .a-pre-display-uppercase {
    font-family: Bukra, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    line-height: normal;
}
.a-pre-display-uppercase.typography--static-ar else,
[dir=rtl] .a-pre-display-uppercase else {
    line-height: 1.6;
}
.a-pre-display-uppercase.typography--static-en,
[dir=ltr] .a-pre-display-uppercase {
    font-family: Bukra, sans-serif;
    font-weight: 300;
    letter-spacing: uppercase;
}
.a-pre-display-uppercase.typography--static-en else,
[dir=ltr] .a-pre-display-uppercase else {
    line-height: 1.6;
}
.a-pre-display-uppercase-map {
    font-size: 1.25rem;  /* font-udpated */
    text-transform: normal;
    line-height: 1.5 0.12em;
}
@media screen and (min-width: 992px) {
    .a-pre-display-uppercase-map {
        font-size: 2.25rem;
        line-height: 1.6;
    }
}
.a-pre-display-uppercase-map.typography--static-ar,
[dir=rtl] .a-pre-display-uppercase-map {
    font-family: Bukra, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    line-height: normal;
}
.a-pre-display-uppercase-map.typography--static-ar else,
[dir=rtl] .a-pre-display-uppercase-map else {
    line-height: 1.6;
}
.a-pre-display-uppercase-map.typography--static-en,
[dir=ltr] .a-pre-display-uppercase-map {
    font-family: Bukra, sans-serif;
    font-weight: 300;
    letter-spacing: uppercase;
}
.a-pre-display-uppercase-map.typography--static-en else,
[dir=ltr] .a-pre-display-uppercase-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: Bukra, 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: Bukra, 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-uppercase {
    font-size: 1.5rem; /* font-udpated */
    text-transform: uppercase;
    line-height: 1.5;
}
@media screen and (min-width: 992px) {
    .a-nav-display-uppercase {
        font-size: 1.25rem; /* font-udpated */
        line-height: 1.5;
    }
}
.a-nav-display-uppercase.typography--static-ar,
[dir=rtl] .a-nav-display-uppercase {
    font-family: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
}
.a-nav-display-uppercase.typography--static-ar else,
[dir=rtl] .a-nav-display-uppercase else {
    line-height: 1.5;
}
.a-nav-display-uppercase.typography--static-en,
[dir=ltr] .a-nav-display-uppercase {
    font-family: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: 0.12em;
}
.a-nav-display-uppercase.typography--static-en else,
[dir=ltr] .a-nav-display-uppercase else {
    line-height: 1.5;
}
.a-display-normal {
    font-size: 4rem;
    text-transform: none;
    line-height: 1.5;
}
@media screen and (min-width: 992px) {
    .a-display-normal {
        font-size: 7rem;
        line-height: 1.5;
    }
}
.a-display-normal.typography--static-ar,
[dir=rtl] .a-display-normal {
    font-family: Bukra, 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: Bukra, 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-uppercase {
    font-size: 5rem;
    text-transform: normal;
    line-height: 1.5;
}
@media screen and (min-width: 992px) {
    .a-display-uppercase {
        font-size: 9rem;
        line-height: 1.5;
    }
}
.a-display-uppercase.typography--static-ar,
[dir=rtl] .a-display-uppercase {
    font-family: Bukra, serif;
    font-weight: 500;
    letter-spacing: 0;
    line-height: normal;
}
.a-display-uppercase.typography--static-ar else,
[dir=rtl] .a-display-uppercase else {
    line-height: 1.5;
}
.a-display-uppercase.typography--static-en,
[dir=ltr] .a-display-uppercase {
    font-family: Bukra, serif;
    font-weight: 500;
    letter-spacing: normal;
}
.a-display-uppercase.typography--static-en else,
[dir=ltr] .a-display-uppercase 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: Bukra, 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: Bukra, 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: 4rem;
        line-height: 1.5;
    }
}
.a-title-normal-map.typography--static-ar,
[dir=rtl] .a-title-normal-map {
    font-family: Bukra, 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: Bukra, 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-uppercase {
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1.5;
}
@media screen and (min-width: 992px) {
    .a-title-uppercase {
        font-size: 5rem;
        line-height: 1;
    }
}
.a-title-uppercase.typography--static-ar,
[dir=rtl] .a-title-uppercase {
    font-family: Bukra, serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
}
.a-title-uppercase.typography--static-ar else,
[dir=rtl] .a-title-uppercase else {
    line-height: 1;
}
.a-title-uppercase.typography--static-en,
[dir=ltr] .a-title-uppercase {
    font-family: Bukra, serif;
    font-weight: 400;
    letter-spacing: normal;
}
.a-title-uppercase.typography--static-en else,
[dir=ltr] .a-title-uppercase else {
    line-height: 1;
}
.a-sub-title-normal {
    font-size: 2.5rem;
    text-transform: none;
    line-height: 1.5;
}
@media screen and (min-width: 992px) {
    .a-sub-title-normal {
        font-size: 3rem;
        line-height: 1;
    }
}
.a-sub-title-normal.typography--static-ar,
[dir=rtl] .a-sub-title-normal {
    font-family: Bukra, 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: Bukra, 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-uppercase {
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 1.5;
}
@media screen and (min-width: 992px) {
    .a-sub-title-uppercase {
        font-size: 4rem;
        line-height: 1;
    }
}
.a-sub-title-uppercase.typography--static-ar,
[dir=rtl] .a-sub-title-uppercase {
    font-family: Bukra, serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
}
.a-sub-title-uppercase.typography--static-ar else,
[dir=rtl] .a-sub-title-uppercase else {
    line-height: 1;
}
.a-sub-title-uppercase.typography--static-en,
[dir=ltr] .a-sub-title-uppercase {
    font-family: Bukra, serif;
    font-weight: 400;
    letter-spacing: normal;
}
.a-sub-title-uppercase.typography--static-en else,
[dir=ltr] .a-sub-title-uppercase else {
    line-height: 1;
}
.a-card-title-normal {
    font-size: 2.25rem;
    text-transform: none;
    line-height: 1.5;
}
@media screen and (min-width: 992px) {
    .a-card-title-normal {
        font-size: 3rem;
        line-height: 1.5;
    }
}
.a-card-title-normal.typography--static-ar,
[dir=rtl] .a-card-title-normal {
    font-family: Bukra, 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: Bukra, 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: uppercase;
    line-height: 1.6;
}
@media screen and (min-width: 992px) {
    .a-card-title-nav-mobile {
        font-size: 1.25rem;  /* font-udpated */
        line-height: 1.5;
    }
}
.a-card-title-nav-mobile.typography--static-ar,
[dir=rtl] .a-card-title-nav-mobile {
    font-family: Bukra, 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: Bukra, 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: 1.25rem;  /* font-udpated */
    text-transform: none;
    line-height: 1.5;
}
@media screen and (min-width: 992px) {
    .a-card-title-header {
        font-size: 1.25rem; /* font-udpated */
        line-height: 1.4;
    }
}
.a-card-title-header.typography--static-ar,
[dir=rtl] .a-card-title-header {
    font-family: Bukra, 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: Bukra, 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: 4rem;
        line-height: 1.5;
    }
}
.a-card-title-scroll-cards.typography--static-ar,
[dir=rtl] .a-card-title-scroll-cards {
    font-family: Bukra, 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: Bukra, 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: 1.25rem;  /* font-udpated */
    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: Bukra, 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: Bukra, 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: 1.25rem;  /* font-udpated */
        line-height: 1.8;
    }
}
.a-paragraph-big.typography--static-ar,
[dir=rtl] .a-paragraph-big {
    font-family: Bukra, 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: Bukra, 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: 1.25rem;  /* font-udpated */
        line-height: 1.5;
    }
}
.a-paragraph-medium.typography--static-ar,
[dir=rtl] .a-paragraph-medium {
    font-family: Bukra, 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: Bukra, 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: Bukra, 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: Bukra, 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: 1.25rem;  /* font-udpated */
    text-transform: none;
    line-height: 1.5;
}
@media screen and (min-width: 992px) {
    .a-language-picker {
        font-size: 1.25rem;  /* font-udpated */
        line-height: 1.5;
    }
}
.a-language-picker.typography--static-ar,
[dir=rtl] .a-language-picker {
    font-family: Bukra, 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: Bukra, 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: Bukra, 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: Bukra, 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: Bukra, 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: Bukra, 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: 0.95rem;  /* font-udpated */
    text-transform: none;
    line-height: 1.5;
}
@media screen and (min-width: 992px) {
    .a-paragraph-small {
        font-size: 1.25rem;  /* font-udpated */
        line-height: 1.6;
    }
}
.a-paragraph-small.typography--static-ar,
[dir=rtl] .a-paragraph-small {
    font-family: Bukra, 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: Bukra, 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: Bukra, 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: Bukra, 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: Bukra, 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: Bukra, 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: 1.25rem;  /* font-udpated */
    text-transform: uppercase;
    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: Bukra, 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: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: 0.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: uppercase;
    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: Bukra, 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: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: 0.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: 1.25rem;  /* font-udpated */
    text-transform: uppercase;
    line-height: 1.5;
}
@media screen and (min-width: 992px) {
    .a-button-text-big-style {
        font-size: 1.25rem;  /* font-udpated */
        line-height: 1.33;
    }
}
.a-button-text-big-style.typography--static-ar,
[dir=rtl] .a-button-text-big-style {
    font-family: Bukra, 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: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: 0.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: 4rem;
        line-height: 1;
    }
}
.a-headline1.typography--static-ar,
[dir=rtl] .a-headline1 {
    font-family: Bukra, 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: Bukra, 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: Bukra, 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: Bukra, 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: 1.25rem;  /* font-udpated */
        line-height: 1.8;
    }
}
.a-copy-text.typography--static-ar,
[dir=rtl] .a-copy-text {
    font-family: Bukra, 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: Bukra, 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: #000;
    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: 0.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;
    }
}
@media screen and (min-width: 1200px) {
    .accordion__content {
        padding: 4rem 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: uppercase;
    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: uppercase;
    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: Bukra, 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: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: 0.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: 1.25rem;  /* font-udpated */
    text-transform: uppercase;
    line-height: 1.5;
}
@media screen and (min-width: 992px) {
    .button--large {
        font-size: 1.25rem;  /* font-udpated */
        line-height: 1.33;
    }
}
.button--large.typography--static-ar,
[dir=rtl] .button--large {
    font-family: Bukra, 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: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: 0.12em;
}
.button--large.typography--static-en else,
[dir=ltr] .button--large else {
    line-height: 1.33;
}
.button--primary {
    background-color: #00d47e;
    color: #1f2041;
    border-radius: 4rem;
}
.button--primary:hover {
    background-color: #55e299;
}
.button--primary:focus {
    outline-width: 0.5rem;
    outline-color: #bff4d2;
}
.button--primary:disabled {
    background-color: #d5f8e0;
    color: #aba7bc;
}
.button--secondary {
    background-color: var(--color-white);
    color: #1f2041;
    border-radius: 4rem;
    border: 1px solid #d5d2de;
}
.button--secondary:hover {
    border-color: #55e299;
}
.button--secondary:focus {
    outline-width: 0.5rem;
    outline-color: #bff4d2;
}
.button--secondary:disabled {
    border-color: #f1f0f4;
    color: #aba7bc;
}
.button--secondary-dark {
    background-color: var(--color-white);
    color: #1f2041;
    border-radius: 4rem;
    border: 1px solid #d5d2de;
    background-color: rgba(0,0,0,0);
    color: var(--color-white);
    border-color: #aba7bc;
}
.button--secondary-dark:hover {
    border-color: #55e299;
}
.button--secondary-dark:focus {
    outline-width: 0.5rem;
    outline-color: #bff4d2;
}
.button--secondary-dark:disabled {
    border-color: #f1f0f4;
    color: #aba7bc;
}
.button--secondary-dark:focus {
    outline-color: #484667;
    border-color: #726f8c;
}
.button--secondary-dark:disabled {
    border-color: #726f8c;
    color: #726f8c;
}
.button--text-light {
    color: #1f2041;
    height: 3rem;
    padding: 0;
}
.button--text-light:hover {
    color: #00d47e;
}
.button--text-light:focus {
    outline-width: 0.25rem;
    outline-color: #bff4d2;
    color: #1f2041;
}
.button--text-light:disabled {
    color: #aba7bc;
}
.button--text-dark {
    color: var(--color-white);
    height: 3rem;
    padding: 0;
}
.button--text-dark:hover {
    color: #00d47e;
}
.button--text-dark:focus {
    outline-width: 0.25rem;
    outline-color: #484667;
    color: var(--color-white);
}
.button--text-dark:disabled {
    color: #726f8c;
}
.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 0.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--objectives {
    aspect-ratio: 16/15;
}
@supports(container-type: inline-size) {
     @container cardlistitem (min-width: 360px){
        .card--objectives {
            aspect-ratio: 16/13;
        }
    }
    @container cardlistitem(min-width: 500px) {
        .card--objectives {
            aspect-ratio: 16/10;
        }
    }
}
.card--objectives .card__title {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 991px) {
    .card--objectives .card__title {
        font-size: 2.25rem;
    }
}
@media screen and (min-width: 992px)and (max-width: 1199px) {
    .card--objectives .card__title {
        font-size: 2.25rem;
    }
}
.card--objectives .card__body {
    flex: 1;
    border-radius: 1rem;
}
.card--objectives:hover .card__body {
    padding-top: 1,25rem;  /* font-udpated */
}
@media screen and (max-width: 991px) {
    .card--objectives:hover .card__body {
        padding-top: 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 0.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;
    transition: all ease-in-out 0.12s;
}
.card__category {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #726f8c;
}
.card__pre-title {
    color: #726f8c;
    text-transform: uppercase;
}
.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: Bukra, 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: Bukra, 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: #726f8c;
}
.chip {
    height: 5rem;
    border: 0;
    width: fit-content;
    border-radius: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 3rem;
    cursor: pointer;
    margin: 0;
    background-color: #f1f0f4;
    transition: all ease-in-out 0.25s;
}
@media(hover: hover) {
    .chip:not(.chip--active):hover {
        background-color: rgba(58,57,91,.7215686275);
    }
}
.chip--light {
    background-color: #f1f0f4;
}
.chip--light > * {
    color: #1f2041;
}
@media(hover: hover) {
    .chip--light:not(.chip--active):hover {
        background-color: #e3e1e9;
    }
}
.chip--dark {
    color: var(--color-white);
    background-color: #39385d;
    color: var(--color-white);
}
@media(hover: hover) {
    .chip--dark:not(.chip--active):hover {
        background-color: #44426b;
    }
}
.chip--transparent {
    background-color: rgba(255,255,255,.24);
    color: var(--color-white);
}
@media(hover: hover) {
    .chip--transparent.chip--active,
    .chip--transparent:not(.chip--active):hover {
        background-color: #bff4d2;
    }
    .chip--transparent.chip--active .chip__text,
    .chip--transparent:not(.chip--active):hover .chip__text {
        color: #1f2041;
    }
}
.chip--image {
    background-color: rgba(255,255,255,.2392156863);
}
.chip--image > * {
    color: #f1f0f4;
}
@media(hover: hover) {
    .chip--image:not(.chip--active):hover {
        background-color: inherit;
    }
    .chip--image:not(.chip--active):hover > * {
        color: #1f2041;
    }
}
.chip--file {
    padding: 0.5rem 2rem;
    height: 4rem;
}
.chip--file.chip--dark {
    background-color: #7469c6;
}
.chip--file.chip--dark > * {
    color: var(--color-white);
}
@media(hover: hover) {
    .chip--file.chip--dark:not(.chip--active):hover {
        background-color: #5b52a9;
    }
}
.chip--active {
    background-color: #bff4d2;
}
.chip--active > * {
    color: #1f2041;
}
.chip__text {
    white-space: nowrap;
}
.dropdown-wrapper {
    transition: transform 250ms ease-in 250ms, ease-in 250ms;
    border-top: 1px solid #ede8fc;
}
.dropdown-wrapper .dropdown-menu {
    padding: 0 !important;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
@media screen and (min-width: 0px) {
    .dropdown-wrapper .dropdown-menu {
        max-width: none !important;
    }
}
@media screen and (min-width: 576px) {
    .dropdown-wrapper .dropdown-menu {
        max-width: 540px !important;
    }
}
@media screen and (min-width: 768px) {
    .dropdown-wrapper .dropdown-menu {
        max-width: 720px !important;
    }
}
@media screen and (min-width: 992px) {
    .dropdown-wrapper .dropdown-menu {
        max-width: 960px !important;
    }
}
@media screen and (min-width: 1200px) {
    .dropdown-wrapper .dropdown-menu {
        max-width: 1140px !important;
    }
}
@media screen and (min-width: 1400px) {
    .dropdown-wrapper .dropdown-menu {
        max-width: 1320px !important;
    }
}
@media screen and (min-width: 0px) {
    .dropdown-wrapper .dropdown-menu {
        padding-inline: 1rem;
    }
}
@media screen and (min-width: 768px) {
    .dropdown-wrapper .dropdown-menu {
        padding-inline: 1.5rem;
    }
}
@media screen and (max-width: 991px) {
    .dropdown-wrapper .dropdown-menu {
        display: none;
    }
}
.dropdown-wrapper .dropdown-menu .u-row {
    padding-top: 5rem;
    padding-bottom: 5rem;
    opacity: 0;
    animation: fadeIn 200ms ease-in 100ms 1 forwards;
}
.dropdown-wrapper .dropdown-menu .u-col {
    margin-bottom: 3rem;
}
.dropdown-wrapper .dropdown-menu a {
    text-decoration: none;
    color: #1f2041;
}
.dropdown-wrapper .dropdown-menu p {
    text-transform: uppercase;
}
.dropdown-wrapper .dropdown-menu .hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #00d47e;
}
.dropdown-wrapper .dropdown-menu .hover-underline-animation::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 0.125rem;
    bottom: 0;
    left: 0;
    background-color: #00d47e;
    transform-origin: bottom left;
    transition: transform 300ms ease-in;
}
.dropdown-wrapper .dropdown-menu .hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
[dir=rtl] .dropdown-wrapper .dropdown-menu .hover-underline-animation::after {
    transform-origin: bottom right;
}
.dropdown-menu--up-animation {
    max-height: 110rem;
    animation: slideDownToUp 250ms ease-out 50ms 1 forwards;
}
.dropdown-menu--animate {
    max-height: 0;
    overflow: hidden;
    animation: slideUpToDown 500ms ease-in forwards;
}
.dropdown-menu__overlay {
    background-color: rgba(31,32,65,.92);
    backdrop-filter:blur(20px);
    animation: fadeIn 500ms ease-in-out 750ms both;
    position: absolute;
    width: 100%;
    height: 100vh;
    bottom: -100vh;
    left: 0;
}
@media screen and (max-width: 767px) {
    .dropdown-menu__overlay {
        display: none;
    }
}
.dropdown-menu__headline {
    color: #726f8c;
}
.language-picker:hover .language-picker__dropdown {
    display: flex;
    align-items: center;
    height: 100%;
    margin-inline-start: 1.5rem;
}
.language-picker:hover svg {
    display: none !important;
}
.language-picker:hover .language-picker__current-language,
.language-picker:hover .language-picker__dropdown-option a {
    color: rgba(11,12,37,.48);
}
.language-picker:hover .language-picker__current-language:hover,
.language-picker:hover .language-picker__dropdown-option a:hover {
    color: #0b0c25;
}
.language-picker .language-picker__current-language {
    margin-bottom: 0;
    color: #000;
}
.language-picker svg {
    color: #00d47e;
}
.language-picker--light:hover .language-picker__current-language,
.language-picker--light:hover .language-picker__dropdown-option a {
    color: rgba(255,255,255,.48);
}
.language-picker--light:hover .language-picker__current-language:hover,
.language-picker--light:hover .language-picker__dropdown-option a:hover {
    color: var(--color-white);
}
.language-picker--light .language-picker__current-language {
    color: var(--color-white);
}
.language-picker--light .language-picker__dropdown-option > a {
    color: rgba(255,255,255,.48);
}
.language-picker__dropdown {
    position: relative;
    z-index: 1;
}
.language-picker--light .language-picker__dropdown::before {
    border-color: var(--color-white);
}
.language-picker--light .language-picker__dropdown .language-picker__dropdown-option a {
    color: rgba(255,255,255,.48);
}
.language-picker__dropdown::before {
    content: "";
    border-left: 1px solid var(--color-black);
    height: 3rem;
    opacity: 48%;
}
.language-picker__dropdown .language-picker__dropdown-option {
    margin-top: 0;
}
.language-picker__dropdown .language-picker__dropdown-option a {
    color: rgba(11,12,37,.48);
    text-decoration: none;
    margin: 0 1.5rem;
}
.nav-list {
    display: block;
}
.nav-list__list {
    list-style: none;
    display: flex;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
@media screen and (max-width: 991px) {
    .nav-list__list {
        display: none;
    }
}
.nav-list__list:hover .nav-list__list-item-text:not(:hover) {
    opacity: 0.48;
}
.nav-list__list-item-button {
    background: none;
    appearance: none;
    border: none;
}
.nav-list__list-item {
    display: flex;
    align-items: center;
    margin-inline: 3rem;
    cursor: pointer;
}
@media screen and (max-width: 1199px) {
    .nav-list__list-item {
        margin-inline: 1,25rem;  /* font-udpated */
    }
}
.nav-list__list-item-link {
    text-align: center;
}
.nav-list__list-item-text {
    color: #000;
    cursor: pointer;
    margin-block-end: 0;
    transition: opacity 0.25s ease-in-out;
}
.nav-list--light .nav-list__list-item-text {
    color: var(--color-white);
}
.nav-list__list-item-text-active {
    color: #000;
    cursor: pointer;
    margin-block-end: 0;
    transition: opacity 0.25s ease-in-out;
    font-weight: 700 !important;
}
.nav-list--light .nav-list__list-item-text-active {
    color: var(--color-white);
}
.nav-list__list-item-icon {
    color: #00d47e;
}
.progress-bar {
    background-color: rgba(255,255,255,.24);
    border-radius: 0.125rem;
    height: 0.25rem;
    position: relative;
    transition: width 0.12s linear;
    width: 5rem;
}
.progress-bar--inactive {
    width: 1.5rem;
}
.progress-bar__bar {
    background-color: #bff4d2;
    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 0.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;
}
.m-chip {
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.5;
    width: auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;
    cursor: pointer;
    margin: 0;
}
@media screen and (min-width: 992px) {
    .m-chip {
        font-size: 1.5rem;
        line-height: 1.33;
    }
}
.m-chip.typography--static-ar,
[dir=rtl] .m-chip {
    font-family: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
}
.m-chip.typography--static-ar else,
[dir=rtl] .m-chip else {
    line-height: 1.33;
}
.m-chip.typography--static-en,
[dir=ltr] .m-chip {
    font-family: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: 0.12em;
}
.m-chip.typography--static-en else,
[dir=ltr] .m-chip else {
    line-height: 1.33;
}
.m-chip--hero {
    color: var(--color-white);
    background-color: rgba(114,111,140,.7215686275);
}
.m-chip--hero:hover {
    background-color: rgba(58,57,91,.7215686275);
}
.m-chip--body {
    color: #1f2041;
    background-color: #f1f0f4;
}
.m-chip--body:hover {
    background-color: #e3e1e9;
}
.m-chip--body.dark-bg {
    color: var(--color-white);
    background-color: #39385d;
}
.m-chip--body.dark-bg:hover {
    background-color: #44426b;
}
.m-chip--body.image-bg {
    color: #f1f0f4;
    background-color: var(--color-white);
}
.m-chip--body.image-bg:hover {
    color: #1f2041;
}
.m-chip.active:not(.dark-bg) {
    background-color: #bff4d2;
    color: #1f2041;
}
.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 0.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 0.12s;
    opacity: 0.75;
    background: linear-gradient(0deg, rgb(31, 32, 65) 0%, rgba(31, 32, 65, 0.32) 50%, rgba(31, 32, 65, 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 0.12s;
}
.thumbnail-card:hover .thumbnail-card__thumbnail {
    transform: scale(1.1);
}
.thumbnail-card__title {
    font-size: 2.25rem;
    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 0.12s;
}
@media screen and (min-width: 992px) {
    .thumbnail-card__title {
        font-size: 3rem;
        line-height: 1.5;
    }
}
.thumbnail-card__title.typography--static-ar,
[dir=rtl] .thumbnail-card__title {
    font-family: Bukra, 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: Bukra, 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: 1.25rem;  /* font-udpated */
        line-height: 1.5;
    }
}
.thumbnail-card__media-text.typography--static-ar,
[dir=rtl] .thumbnail-card__media-text {
    font-family: Bukra, 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: Bukra, 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__next-arrow,
.card-carousel__prev-arrow {
    background: rgba(0,0,0,0);
    border: 0.125rem solid rgba(0,0,0,0);
    width: 8rem;
    border-radius: 125rem;
    transition: border ease-in-out 0.25s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    bottom: 0;
    display: none;
    pointer-events: auto;
    position: relative;
}
.card-carousel__next-arrow:hover,
.card-carousel__prev-arrow:hover {
    border-color: #1f2041;
}
.card-carousel__next-arrow svg,
.card-carousel__prev-arrow svg {
    pointer-events: none;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .card-carousel__next-arrow,
    .card-carousel__prev-arrow {
        display: block;
    }
}
.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;
    }
}
.card-carousel__scrollbar {
    width: 45rem;
    background-color: #e3e1e9;
    height: 0.125rem;
    border-radius: 1rem;
}
.card-carousel__scrollbar-drag {
    background-color: #1f2041;
    border-radius: 1rem;
    width: 5rem;
    height: 0.375rem;
    margin-top: -1px;
    pointer-events: auto;
    cursor: pointer;
}
.card-list {
    background-color: var(--color-white);
}
.card-list--light h2 {
    color: #1f2041;
}
.card-list--dark {
    margin-top: 8rem;
    background-image: linear-gradient(#1f2041 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(#1f2041 53.5rem, var(--color-white) 53.625rem);
    }
}
@media screen and (min-width: 768px) {
    .card-list--dark {
        background-image: linear-gradient(#1f2041 64.5rem, var(--color-white) 64.625rem);
    }
}
.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__cta {
    margin-top: 3rem;
}
@media screen and (min-width: 768px) {
    .card-list__cta {
        margin-top: 5rem;
    }
}
.card-list__cta > button {
    margin: 0 auto;
}
.card-list__chips {
    display: flex;
    gap: 1,25rem;  /* font-udpated */
    overflow-x: scroll;
}
@media screen and (min-width: 768px) {
    .card-list__chips {
        flex-wrap: wrap;
        overflow-x: hidden;
    }
}
.card-list__chips::-webkit-scrollbar {
    display: none;
}
.numeric-data-border-cs {
    border: 1px solid #e3e1e9;
}
.card-list__card-animation {
    animation: cardSlideUp 0.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: uppercase;
}
.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: 1,25rem;  /* font-udpated */
    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;
    }
}
.download-card {
    border: 1px solid #e3e1e9;
    border-radius: 1rem;
    padding: 4rem 3rem 3rem;
    aspect-ratio: 5/4;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: var(--color-white);
}
.download-card:hover .download-card__top {
    top: 3rem;
}
.download-card:hover .download-card__download-icon {
    color: var(--color-black);
}
.download-card__download-icon {
    color: #726f8c;
    flex: 1;
    transition: color 0.12s ease-in-out;
}
.download-card__category {
    color: #726f8c;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download-card__title {
    color: #1f2041;
    margin-top: 1rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download-card__top {
    flex: 1;
    position: absolute;
    top: 4rem;
    transition: top 0.12s ease-in-out;
}
.download-card__bottom {
    display: flex;
    margin-top: auto;
    align-items: center;
}
.download-card__tag {
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.5;
    margin: 0;
    margin-inline-end: 1.5rem;
    height: 3rem;
    user-select: none;
}
@media screen and (min-width: 992px) {
    .download-card__tag {
        font-size: 1.5rem;
        line-height: 1.33;
    }
}
.download-card__tag.typography--static-ar,
[dir=rtl] .download-card__tag {
    font-family: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
}
.download-card__tag.typography--static-ar else,
[dir=rtl] .download-card__tag else {
    line-height: 1.33;
}
.download-card__tag.typography--static-en,
[dir=ltr] .download-card__tag {
    font-family: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: 0.12em;
}
.download-card__tag.typography--static-en else,
[dir=ltr] .download-card__tag else {
    line-height: 1.33;
}
.download-card__file-size {
    color: #726f8c;
}
.downloads-carousel {
    padding-top: 10rem;
}
@media screen and (max-width: 767px) {
    .downloads-carousel {
        padding-top: 8rem;
    }
}
@media screen and (max-width: 991px) {
    .downloads-carousel {
        padding-inline: 1rem;
    }
}
.downloads-carousel__carousel {
    position: relative;
}
.downloads-carousel__card--reveal {
    animation: cardSlideUp 0.3s ease-in-out both;
}
.downloads-carousel__headline {
    margin-bottom: 5rem;
}
.footer {
    color: var(--color-white);
    padding-top: 8rem;
    padding-bottom: 6rem;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .footer {
        padding-bottom: 3.5rem; /* next html */
        padding-top: 3.5rem; /* next html */
    }
}
.footer__flowerPatternContainer {
    position: absolute;
    top: -130%;
    z-index: 1;
    inset-inline-start: calc(50% - 46rem);
    inset-inline-end: 0;
    inset-block-end: 0;
    opacity: 0.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: 29rem;
        inset-inline-start: calc(50% - 14.5rem);
    }
}
@media screen and (max-width: 575px) {
    .footer__flowerPatternContainer {
        top: -60%;
    }
}
.footer__bottomContent,
.footer__topContent {
    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 #3a395b;
    padding-top: 5rem;
}
@media screen and (max-width: 1199px) {
    .footer__bottomContent {
        align-items: center;
        margin-left: 28%;
        margin-right: 28%;
        padding-top: 2.1rem; /* next html */
    }
}
.footer__legalMenu {
    display: flex;
    gap: 3rem;
    justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
    .footer__legalMenu {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1,25rem;  /* font-udpated */
    }
}
.footer__legalMenuItem {
    color: var(--color-white);
}
.footer__legalMenuItem:hover,
.footer__socialMediaLink:hover {
    color: #00d47e;
}
.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;
}
@media screen and (max-width: 1199px) {
    .footer__backToTopContainer {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .footer__logoContainer {
        display: flex;
        justify-content: center;
    }
}
.footer__backToTop {
    color: var(--color-white);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    cursor: pointer;
}
.footer__backToTop:hover {
    color: #00d47e;
}
.footer__menuItemsContainer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media screen and (max-width: 1199px) {
    .footer__menuItemsContainer {
        justify-content: center;
        height: 3.4rem; /* next html */
    }
}
.footer__menu {
    display: flex;
    justify-content: flex-end;
    gap: 6rem;
    opacity: 1;
}
.footer__menu:hover > .footer__menuItem {
    opacity: 0.48;
}
.footer__menu > .footer__menuItem:hover {
    opacity: 1;
}
@media screen and (max-width: 1199px) {
    .footer__menu {
        gap: 4.5rem;
        flex-direction: column;
        margin: 7.5rem 0;
    }
}
@media screen and (max-width: 575px) {
    .footer__menu {
        margin: 5rem 0;
    }
}
.footer__menuItem {
    transition: opacity 0.12s linear;
}
.footer__menuItemLink {
    text-transform: uppercase;
    margin: 0;
    color: var(--color-white);
}
.footer__socialMediaLinks {
    display: flex;
    gap: 1.85rem; /* next html */
    align-items: baseline;
    justify-content: center;
}
@media screen and (max-width: 1199px) {
    .footer__socialMediaLinks {
        margin: 1.24rem 0; /* next html */
    }
}
a {
    color: currentColor;
    text-decoration: none;
    transition: color 0.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: #726f8c;
}
.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: #1f2041;
}
@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(31, 32, 65, 0.144) 50%, rgba(31, 32, 65, 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: uppercase;
    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 0.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: #00d47e;
    border-radius: 125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    border: none;
    margin: 0;
    opacity: 0.72;
}
.full-width-media__play-icon svg {
    display: flex;
}
.full-width-media__play-icon--hide,
.full-width-media__video-cta-label--hide,
.full-width-media__video-thumbnail-wrapper--hide {
    display: none !important;
}
.full-width-media__carousel {
    height: 100%;
    color: var(--color-white);
}
.hero {
    position: relative;
}
.hero .flower-pattern {
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    bottom: 0;
    z-index: 1;
    opacity: 0.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 0.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: #1f2041;
}
.hero__slider .hero__slider-background-media {
    visibility: hidden;
}
.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: 0.15;
    pointer-events: none;
}
.hero__slider-pattern .flower-animation-container {
    min-width: 600px;
}
.hero__slider-buttons {
    position: absolute;
    inset-block-start: 1,25rem;  /* font-udpated */
    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 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: 0.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: 0.5fr;
    overflow: hidden;
}
@media screen and (max-width: 575px) {
    .hero__slider-caption {
        grid-template-columns: 0.9fr;
    }
}
.hero__slider-caption-pre-title {
    margin-bottom: 0.75em;
}
.hero__slider-caption-title {
    display: block;
    margin-bottom: 1,25rem;  /* font-udpated */
}
.hero__slider-caption-pre-title,
.hero__slider-caption-subtitle,
.hero__slider-caption-title {
    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;
    background-color: #00d47e;
    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-description,
.hero-inline__content-pre-title,
.hero-inline__content-title {
    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-description--reveal,
.hero-inline__content-pre-title--reveal,
.hero-inline__content-title--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;
    }
}
@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 .chip__container,
.hero__sub-banner .hero__breadcrumb-container,
.hero__sub-banner .hero__content-pre-title,
.hero__sub-banner .hero__content-title {
    opacity: 0;
}
.hero__sub-banner .chip__container--reveal,
.hero__sub-banner .hero__breadcrumb-container--reveal,
.hero__sub-banner .hero__content-pre-title--reveal,
.hero__sub-banner .hero__content-title--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: uppercase;
}
.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: 1.25rem;  /* font-udpated */
    text-transform: uppercase;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    padding: 0.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: 1.25rem;  /* font-udpated */
        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: Bukra, 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: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: 0.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: #00d47e;
    }
    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;
    }
    100%,
    60% {
        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%;
}
.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: #00d47e;
    border-radius: 125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    margin: 0;
    opacity: 0.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 .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);
}
.inpage-navigation {
    background-color: var(--color-white);
    position: relative;
    inset-block-start: 0;
    inset-inline: 0;
    z-index: 21;
    transition: inset 0.3s ease-in-out;
    border-top: 1px solid #d5f8e0;
}
.inpage-navigation--fixed {
    position: fixed;
}
.inpage-navigation__container {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.inpage-navigation__container::-webkit-scrollbar {
    display: none;
}
.inpage-navigation__list {
    all: unset;
    list-style: none;
    display: flex;
}
.inpage-navigation__list:hover .inpage-navigation__list-item-button:not(:hover) {
    color: rgba(114,111,140,.48);
}
.inpage-navigation__list-item {
    border-bottom: 0.5rem solid rgba(0,0,0,0);
}
.inpage-navigation__list-item--active {
    border-color: #00d47e;
}
.inpage-navigation__list-item-button {
    all: unset;
    padding-block: 3rem;
    padding-inline: 4rem;
    color: #726f8c;
    white-space: nowrap;
    cursor: pointer;
}
.main-navigation {
    position: fixed;
    z-index: 20;
    inset: 0 0 auto 0;
    transition: transform 0.3s ease-in-out;
    width: 100%;
}
.main-navigation .u-container {
    max-width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
}
@media screen and (max-width: 991px) {
    .main-navigation .u-container {
        padding: 1.5rem 1.25rem; /* updated to match html for next html */
    }
}
.main-navigation .dropdown-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.main-navigation--animate-in {
    animation: slideDown 2s ease-in-out 2s 1 normal both;
}
.main-navigation:not(.main-navigation--transparent) {
    background-color: var(--color-white);
}
.main-navigation--hidden {
    transform: translateY(-100%);
}
.main-navigation.reverse {
    direction: rtl;
}
@media screen and (max-width: 991px) {
    .main-navigation.reverse.mainNavHamburger {
        margin-inline-start: 0;
        margin-inline-end: 3.75rem;
    }
}
.main-navigation .navigation-item {
    transition: color 0.3s ease-in-out;
}
.main-navigation.main-navigation--transparent .navigation .icon-search {
    color: var(--color-white);
}
.main-navigation__logo-link {
    line-height: 0;
}
@media screen and (min-width: 768px) {
    .main-navigation__small-logo {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .main-navigation__big-logo {
        display: none;
    }
}
.language-picker__dropdown {
    display: none;
}
.mobile-navigation {
    background-color: var(--color-white);
    height: 0;
    overflow: hidden;
    animation: heightZeroToGrow 500ms ease-in 500ms 1 forwards;
    padding: 2.5rem;
}
@media screen and (min-width: 768px) {
    .mobile-navigation {
        padding: 2.5rem 4.5rem;
    }
}
@media screen and (max-width: 991px) {
    .mobile-navigation {
        overflow-y: auto;
        -ms-overflow-style: none;
    }
    .mobile-navigation::-webkit-scrollbar {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .mobile-navigation {
        animation: heightZeroToGrow_393 500ms ease-in 500ms 1 forwards;
    }
}
.mobile-navigation a {
    text-decoration: none;
    color: #393939;
}
.mobile-navigation a:hover {
    cursor: pointer;
}
.mobile-navigation span:hover {
    cursor: pointer;
}
.mobile-navigation .mobile-nav-label {
    padding: 3rem 0;
    border-bottom: 1px solid #e3e1e9;
}
@media screen and (max-width: 991px) {
    .mobile-navigation .mobile-nav-label {
        padding: 1.5rem 0;
    }
}
.mobile-navigation .mobile-nav-label .drop-down-child {
    max-height: 0;
    overflow: hidden;
}
.mobile-navigation .mobile-nav-label .drop-down-child p {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.mobile-navigation .mobile-nav-label .drop-down-child.show-mobile-dropdown {
    max-height: 0;
    padding: 3rem 3rem 0;
    animation: slideUpToDown 1s ease-in forwards;
}
.mobile-navigation .mobile-nav-label .card-title-nav-mobile {
    color: #393939;
}
.mobile-navigation .mobile-nav-label > div:first-child {
    display: flex;
    align-items: center;
}
.mobile-navigation .mobile-nav-label > div:first-child svg {
    color: #393939;
}
.mobile-navigation .mobile-nav-label > div > span {
    flex: 1;
}
.mobile-navigation .mobile-nav-label > div span {
    margin-bottom: 0;
}
.mobile-navigation .u-row {
    margin-inline: 1rem;
}
.mobile-navigation .u-row > div:last-child {
    border-bottom: 1px solid var(--color-white);
}
.mobile-navigation.mobile-up-animation {
    height: calc(100vh - 144px);
    animation: heightShrinkToZero 500ms ease-in 250ms 1 forwards;
}
@media screen and (max-width: 575px) {
    .mobile-navigation.mobile-up-animation {
        height: calc(100vh - 72px);
        animation: heightShrinkToZero_393 500ms ease-in 250ms 1 forwards;
    }
}
.main-navigation__search-icon {
    color: #0b0c25;
}
.main-navigation--transparent .main-navigation__search-icon {
    color: var(--color-white);
}
.main-navigation__search-container {
    max-width: 100%;
    height: 0;
    animation: heightZeroToGrow 500ms ease-in forwards;
    overflow: clip;
    padding-inline: 1rem;
}
@media screen and (max-width: 575px) {
    .main-navigation__search-container {
        animation: heightZeroToGrow_393 500ms ease-in 500ms 1 forwards;
    }
}
.main-navigation__search-container > .u-row {
    padding-top: 10rem;
}
.main-navigation__search-container.search-animation-up {
    animation: heightShrinkToZero 500ms ease-out forwards;
}
.main-navigation__container {
    height: 100%;
}
.main-navigation__container .logo {
    display: flex;
    align-items: center;
}
.main-navigation__container .logo .language-picker {
    display: flex;
    margin-inline-start: 3rem;
    align-items: center;
    z-index: 1;
}
.main-navigation__container .navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
[dir=rtl] .main-navigation__container .navigation .button--minimal {
    margin-right: 3rem;
}
[dir=ltr] .main-navigation__container .navigation .button--minimal {
    margin-left: 3rem;
}
.main-navigation__container .navigation svg:hover {
    cursor: pointer;
}
.main-navigation__container .navigation svg.display-none-search {
    display: none;
}
.main-navigation__hamburger-button {
    display: none;
    color: #0b0c25;
}
.main-navigation--transparent .main-navigation__hamburger-button {
    color: var(--color-white);
}
@media screen and (max-width: 991px) {
    .main-navigation__hamburger-button {
        display: unset;
        margin-inline-start: 3.75rem;
    }
}
@media screen and (max-width: 991px) {
    .main-navigation__close-menu-button {
        display: unset;
        margin-inline-start: 3.75rem;
    }
}
.search-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 3rem;
    max-height: 100%;
    padding-top: 8rem;
}
@media screen and (min-width: 768px) {
    .search-wrapper {
        max-width: 86.75rem;
        padding-top: 10rem;
    }
}
@media screen and (min-width: 1200px) {
    .search-wrapper {
        max-width: 92rem;
    }
}
@media screen and (min-width: 1400px) {
    .search-wrapper {
        max-width: 134.5rem;
    }
}
.search-wrapper__input {
    height: 5rem;
    position: relative;
    animation: fadeIn 1s both 500ms;
}
.search-wrapper__input-field {
    font-size: 2.25rem;
    text-transform: none;
    line-height: 1.5;
    font-size: 1.75rem;
    width: 100%;
    position: absolute;
    top: 0;
    border: none;
    border-bottom: 1px solid #726f8c;
    outline: none;
    background-color: rgba(0,0,0,0);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-inline-start: 4rem;
    padding-inline-end: 6rem;
    transition: all ease-in-out 0.25s;
}
@media screen and (min-width: 992px) {
    .search-wrapper__input-field {
        font-size: 1.25rem;  /* font-udpated */
        line-height: 1.5;
    }
}
.search-wrapper__input-field.typography--static-ar,
[dir=rtl] .search-wrapper__input-field {
    font-family: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
}
.search-wrapper__input-field.typography--static-ar else,
[dir=rtl] .search-wrapper__input-field else {
    line-height: 1.5;
}
.search-wrapper__input-field.typography--static-en,
[dir=ltr] .search-wrapper__input-field {
    font-family: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}
.search-wrapper__input-field.typography--static-en else,
[dir=ltr] .search-wrapper__input-field else {
    line-height: 1.5;
}
.search-wrapper__input-field--error {
    border-color: var(--color-uiError);
}
.search-wrapper__input-field:focus,
.search-wrapper__input-field:not(.search-wrapper__input-field:disabled):hover {
    border-color: #00d47e;
}
.search-wrapper__input-field:disabled {
    border-color: #d5d2de;
}
.search-wrapper__search-icon {
    position: absolute;
    inset-inline-start: 0;
    top: 1rem;
}
.search-wrapper__search-icon--disabled {
    color: #aba7bc;
}
.search-wrapper__clear-button {
    position: absolute;
    inset-inline-end: 0;
    top: 1rem;
    width: auto;
}
.search-wrapper__results {
    display: grid;
    gap: 1,25rem;  /* font-udpated */
    overflow-y: auto;
    padding-inline-end: 1.5rem;
    margin-bottom: 3rem;
}
.search-wrapper__results::-webkit-scrollbar {
    height: 1px;
    width: 3px;
    background: #f1f0f4;
}
.search-wrapper__results::-webkit-scrollbar-thumb {
    background: #1f2041;
    border-radius: 10px;
    -webkit-border-radius: 1ex;
}
@media screen and (min-width: 768px) {
    .search-wrapper__results {
        grid-template-columns: auto 1fr;
        gap: 3rem 8rem;
    }
}
.search-wrapper__group-category {
    font-size: 1.25rem;  /* font-udpated */
    text-transform: none;
    line-height: 1.5;
    text-transform: uppercase;
    color: #726f8c;
    padding-top: 1rem;
}
@media screen and (min-width: 992px) {
    .search-wrapper__group-category {
        font-size: 1.25rem;  /* font-udpated */
        line-height: 1.6;
    }
}
.search-wrapper__group-category.typography--static-ar,
[dir=rtl] .search-wrapper__group-category {
    font-family: Bukra, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    line-height: normal;
}
.search-wrapper__group-category.typography--static-ar else,
[dir=rtl] .search-wrapper__group-category else {
    line-height: 1.6;
}
.search-wrapper__group-category.typography--static-en,
[dir=ltr] .search-wrapper__group-category {
    font-family: Bukra, sans-serif;
    font-weight: 300;
    letter-spacing: normal;
}
.search-wrapper__group-category.typography--static-en else,
[dir=ltr] .search-wrapper__group-category else {
    line-height: 1.6;
}
.search-wrapper__group-results {
    font-size: 1.75rem; /* font-udpated */
    text-transform: none;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 1,25rem;  /* font-udpated */
}
@media screen and (min-width: 992px) {
    .search-wrapper__group-results {
        font-size: 1.25rem;  /* font-udpated */
        line-height: 1.5;
    }
}
.search-wrapper__group-results.typography--static-ar,
[dir=rtl] .search-wrapper__group-results {
    font-family: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
}
.search-wrapper__group-results.typography--static-ar else,
[dir=rtl] .search-wrapper__group-results else {
    line-height: 1.5;
}
.search-wrapper__group-results.typography--static-en,
[dir=ltr] .search-wrapper__group-results {
    font-family: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}
.search-wrapper__group-results.typography--static-en else,
[dir=ltr] .search-wrapper__group-results else {
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    .search-wrapper__result {
        border-radius: 1rem;
        transition: background-color ease-in-out 0.12s;
        padding: 1rem 2rem;
    }
    .search-wrapper__result--is-active,
    .search-wrapper__result:hover {
        background-color: #f1f0f4;
    }
}
.search-wrapper__no-results {
    color: #726f8c;
}
.slick-dots li {
    background: #e3e1e9;
    height: 4px;
    width: 20px;
    border-radius: 8px;
    margin: 0 12px;
}
.slick-dots li.slick-active {
    background: #1f2041;
    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: #1f2041;
}
.slick-slide img {
    height: 100%;
    position: unset;
}
.carousel__scrollbar {
    text-align: center;
    width: 100%;
}
.carousel__scrollbar input[type=range] {
    -webkit-appearance: none;
    width: auto;
}
.carousel__scrollbar input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.125rem;
    cursor: pointer;
    background: #e3e1e9;
    border-radius: 1rem;
}
.carousel__scrollbar input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 0.375rem;
    width: 5rem;
    border-radius: 8rem;
    background: #1f2041;
    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 0.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 0.3s ease-in-out forwards 0.12s;
}
@keyframes videoFadeIn {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.video-modal__youtube-player iframe {
    border-radius: 0.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: #00d47e;
    border-radius: 125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    margin: 0;
    opacity: 0.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: #726f8c;
}
.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: #1f2041;
}
@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(31, 32, 65, 0.144) 50%, rgba(31, 32, 65, 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: uppercase;
    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 0.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: #00d47e;
    border-radius: 125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    border: none;
    margin: 0;
    opacity: 0.72;
}
.full-width-media__play-icon svg {
    display: flex;
}
.full-width-media__play-icon--hide,
.full-width-media__video-cta-label--hide,
.full-width-media__video-thumbnail-wrapper--hide {
    display: none !important;
}
.full-width-media__carousel {
    height: 100%;
    color: var(--color-white);
}
.images-carousel__carousel {
    position: relative;
}
.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: 1,25rem;  /* font-udpated */
    padding-right: 1,25rem;  /* font-udpated */
}
@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: #1f2041;
}
.accordion-list__variant-background--light {
    color: #1f2041;
    background-color: #ede8fc;
}
.accordion-list__variant-background--transparent {
    color: #1f2041;
}
.accordion-list__pre-title {
    color: #726f8c;
}
.accordion-list__item {
    position: sticky;
    transition: top 0.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__next-arrow,
.card-carousel__prev-arrow {
    background: rgba(0,0,0,0);
    border: 0.125rem solid rgba(0,0,0,0);
    width: 8rem;
    border-radius: 125rem;
    transition: border ease-in-out 0.25s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    bottom: 0;
    display: none;
    pointer-events: auto;
    position: relative;
}
.card-carousel__next-arrow:hover,
.card-carousel__prev-arrow:hover {
    border-color: #1f2041;
}
.card-carousel__next-arrow svg,
.card-carousel__prev-arrow svg {
    pointer-events: none;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .card-carousel__next-arrow,
    .card-carousel__prev-arrow {
        display: block;
    }
}
.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;
    }
}
.card-carousel__scrollbar {
    width: 45rem;
    background-color: #e3e1e9;
    height: 0.125rem;
    border-radius: 1rem;
}
.card-carousel__scrollbar-drag {
    background-color: #1f2041;
    border-radius: 1rem;
    width: 5rem;
    height: 0.375rem;
    margin-top: -1px;
    pointer-events: auto;
    cursor: pointer;
}
.downloads-carousel {
    padding-top: 10rem;
}
@media screen and (max-width: 767px) {
    .downloads-carousel {
        padding-top: 8rem;
    }
}
@media screen and (max-width: 991px) {
    .downloads-carousel {
        padding-inline: 1rem;
    }
}
.downloads-carousel__carousel {
    position: relative;
}
.downloads-carousel__card--reveal {
    animation: cardSlideUp 0.3s ease-in-out both;
}
.downloads-carousel__headline {
    margin-bottom: 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: uppercase;
}
.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: 1,25rem;  /* font-udpated */
    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;
    }
}
.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 0.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 0.3s ease-in-out forwards 0.12s;
}
@keyframes videoFadeIn {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.video-modal__youtube-player iframe {
    border-radius: 0.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 0.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__image-container {
    opacity: 0;
    transform: translateY(-40px);
    animation: imageFadeIn 0.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__image {
    width: 100%;
    max-height: 100%;
    border-radius: 1rem;
    object-fit: contain;
}
.gallery-modal__flower-pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100rem;
    animation: overlayFadeIn 0.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;
}
.search-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 3rem;
    max-height: 100%;
    padding-top: 8rem;
}
@media screen and (min-width: 768px) {
    .search-wrapper {
        max-width: 86.75rem;
        padding-top: 10rem;
    }
}
@media screen and (min-width: 1200px) {
    .search-wrapper {
        max-width: 92rem;
    }
}
@media screen and (min-width: 1400px) {
    .search-wrapper {
        max-width: 134.5rem;
    }
}
.search-wrapper__input {
    height: 5rem;
    position: relative;
    animation: fadeIn 1s both 500ms;
}
.search-wrapper__input-field {
    font-size: 2.25rem;
    text-transform: none;
    line-height: 1.5;
    font-size: 1.75rem;
    width: 100%;
    position: absolute;
    top: 0;
    border: none;
    border-bottom: 1px solid #726f8c;
    outline: none;
    background-color: rgba(0,0,0,0);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-inline-start: 4rem;
    padding-inline-end: 6rem;
    transition: all ease-in-out 0.25s;
}
@media screen and (min-width: 992px) {
    .search-wrapper__input-field {
        font-size: 1.25rem;  /* font-udpated */
        line-height: 1.5;
    }
}
.search-wrapper__input-field.typography--static-ar,
[dir=rtl] .search-wrapper__input-field {
    font-family: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
}
.search-wrapper__input-field.typography--static-ar else,
[dir=rtl] .search-wrapper__input-field else {
    line-height: 1.5;
}
.search-wrapper__input-field.typography--static-en,
[dir=ltr] .search-wrapper__input-field {
    font-family: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}
.search-wrapper__input-field.typography--static-en else,
[dir=ltr] .search-wrapper__input-field else {
    line-height: 1.5;
}
.search-wrapper__input-field--error {
    border-color: var(--color-uiError);
}
.search-wrapper__input-field:focus,
.search-wrapper__input-field:not(.search-wrapper__input-field:disabled):hover {
    border-color: #00d47e;
}
.search-wrapper__input-field:disabled {
    border-color: #d5d2de;
}
.search-wrapper__search-icon {
    position: absolute;
    inset-inline-start: 0;
    top: 1rem;
}
.search-wrapper__search-icon--disabled {
    color: #aba7bc;
}
.search-wrapper__clear-button {
    position: absolute;
    inset-inline-end: 0;
    top: 1rem;
    width: auto;
}
.search-wrapper__results {
    display: grid;
    gap: 1,25rem;  /* font-udpated */
    overflow-y: auto;
    padding-inline-end: 1.5rem;
    margin-bottom: 3rem;
}
.search-wrapper__results::-webkit-scrollbar {
    height: 1px;
    width: 3px;
    background: #f1f0f4;
}
.search-wrapper__results::-webkit-scrollbar-thumb {
    background: #1f2041;
    border-radius: 10px;
    -webkit-border-radius: 1ex;
}
@media screen and (min-width: 768px) {
    .search-wrapper__results {
        grid-template-columns: auto 1fr;
        gap: 3rem 8rem;
    }
}
.search-wrapper__group-category {
    font-size: 1.25rem;  /* font-udpated */
    text-transform: none;
    line-height: 1.5;
    text-transform: uppercase;
    color: #726f8c;
    padding-top: 1rem;
}
@media screen and (min-width: 992px) {
    .search-wrapper__group-category {
        font-size: 1.25rem;  /* font-udpated */
        line-height: 1.6;
    }
}
.search-wrapper__group-category.typography--static-ar,
[dir=rtl] .search-wrapper__group-category {
    font-family: Bukra, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    line-height: normal;
}
.search-wrapper__group-category.typography--static-ar else,
[dir=rtl] .search-wrapper__group-category else {
    line-height: 1.6;
}
.search-wrapper__group-category.typography--static-en,
[dir=ltr] .search-wrapper__group-category {
    font-family: Bukra, sans-serif;
    font-weight: 300;
    letter-spacing: normal;
}
.search-wrapper__group-category.typography--static-en else,
[dir=ltr] .search-wrapper__group-category else {
    line-height: 1.6;
}
.search-wrapper__group-results {
    font-size: 1.25rem; /* font-udpated */
    text-transform: none;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 1,25rem;  /* font-udpated */
}
@media screen and (min-width: 992px) {
    .search-wrapper__group-results {
        font-size: 1.25rem;  /* font-udpated */
        line-height: 1.5;
    }
}
.search-wrapper__group-results.typography--static-ar,
[dir=rtl] .search-wrapper__group-results {
    font-family: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
}
.search-wrapper__group-results.typography--static-ar else,
[dir=rtl] .search-wrapper__group-results else {
    line-height: 1.5;
}
.search-wrapper__group-results.typography--static-en,
[dir=ltr] .search-wrapper__group-results {
    font-family: Bukra, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}
.search-wrapper__group-results.typography--static-en else,
[dir=ltr] .search-wrapper__group-results else {
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    .search-wrapper__result {
        border-radius: 1rem;
        transition: background-color ease-in-out 0.12s;
        padding: 1rem 2rem;
    }
    .search-wrapper__result--is-active,
    .search-wrapper__result:hover {
        background-color: #f1f0f4;
    }
}
.search-wrapper__no-results {
    color: #726f8c;
}
.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 0.3s ease-in-out 0.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 0.3s ease-in-out 0.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: uppercase;
    color: #726f8c;
}
.video-carousel__cta-button {
    margin-top: 3rem;
}
.video-carousel__cta-button--reveal {
    animation: cardSlideUp 0.3s ease-in-out 0.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__background {
    position: absolute;
    bottom: -12px;
    left: 0;
    height: calc(50% + 10rem);
    width: 100%;
    z-index: -1;
}
@media screen and (min-width: 1200px) {
    .video-carousel__background {
        height: calc(50% + 15rem);
        bottom: 45px;
    }
}
.video-carousel__background--dark {
    background-color: #1f2041;
}
.video-carousel__background--light {
    background-color: #ede8fc;
}
.video-carousel__image {
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.12s ease-in-out;
    transform: scale(1.5);
}
.video-carousel__image--reveal {
    transform: scale(1);
    transition: transform 500ms ease-in-out;
}
.video-carousel__image-container {
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 1rem;
    transition: transform 0.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: 90vh;
        min-height: 87.5rem;
        max-height: 125rem;
        padding-bottom: 15rem;
    }
}
.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-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 0.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__next-arrow,
.video-carousel__carousel .card-carousel__prev-arrow {
    display: none;
}
@media screen and (min-width: 1200px) {
    .video-carousel__carousel .card-carousel__next-arrow,
    .video-carousel__carousel .card-carousel__prev-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__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: 0.72;
}
.video-carousel__play-button svg {
    color: #00d47e;
}
@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);
    }
}
.region-map {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.region-map__back-button,
.region-map__place-dot,
.region-map__place-dot-inner,
.region-map__place-item,
.region-map__place-item,
.region-map__place-item-text,
.region-map__place-read-more,
.region-map__place-title,
.region-map__region-image,
.region-map__region-item,
.region-map__region-item-content,
.region-map__region-selected-container,
.region-map__region-selected-image,
.region-map__region-title,
.region-map__svg-wrapper,
.region-map__svp-wrapper {
    transition: all ease-in-out 0.25s;
}
.region-map__region-headline {
    color: #fff;
}
.region-map__place-item,
.region-map__region-item {
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    height: auto;
    width: auto;
    direction: ltr;
}
.region-map__region-item:hover {
    z-index: 4;
}
.region-map__region-item:hover .region-map__region-item-content {
    transform: scale(1.1);
}
.region-map__region-item:hover .region-map__region-title {
    opacity: 1;
    left: 115%;
    visibility: visible;
}
.region-map__region-item {
    z-index: 3;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.region-map__region-item.position-calculated {
    opacity: 1;
}
.region-map__region-item-content {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    position: relative;
}
.region-map__region-image {
    width: 5.25rem;
    height: 5.25rem;
    border-radius: 50%;
    position: relative;
}
@media screen and (max-width: 767px) {
    .region-map__region-image {
        width: 2.75rem;
        height: 2.75rem;
    }
}
.region-map__region-title {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    white-space: nowrap;
}
.region-map__region-selected-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    inset: 0;
}
.region-map__overlay-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.region-map__overlay-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.region-map__region-selected-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.region-map__svg-wrapper svg {
    width: 100%;
    height: auto;
}
@media(max-width: 768px) {
    .region-map__svg-wrapper svg {
        max-width: 100%;
        height: auto;
    }
}
.region-map__top-container {
    padding-top: 10rem;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
    .region-map__top-container {
        padding-top: 8rem;
    }
}
.region-map__place-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.125rem;
    z-index: 3;
    position: absolute;
}
.region-map__place-item-mobile-selected .region-map__place-title,
.region-map__place-item:active .region-map__place-title,
.region-map__place-item:hover .region-map__place-title {
    font-weight: 600;
    color: #00d47e;
}
@media screen and (max-width: 991px) {
    .region-map__place-item-mobile-selected .region-map__place-title,
    .region-map__place-item:active .region-map__place-title,
    .region-map__place-item:hover .region-map__place-title {
        font-weight: normal;
    }
}
.region-map__place-item-mobile-selected .region-map__place-dot,
.region-map__place-item:active .region-map__place-dot,
.region-map__place-item:hover .region-map__place-dot {
    border-color: #00d47e;
}
.region-map__place-item-mobile-selected .region-map__place-dot-inner,
.region-map__place-item:active .region-map__place-dot-inner,
.region-map__place-item:hover .region-map__place-dot-inner {
    background-color: #00d47e;
}
.region-map__place-item-mobile-selected .region-map__place-read-more,
.region-map__place-item:active .region-map__place-read-more,
.region-map__place-item:hover .region-map__place-read-more {
    color: #00d47e;
    display: flex;
}
.region-map__place-item-text {
    position: absolute;
    right: 0;
    padding-right: 4rem;
}
@media screen and (max-width: 991px) {
    .region-map__place-item-text {
        opacity: 0;
        visibility: hidden;
        padding: 0;
        white-space: nowrap;
        width: max-content;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 991px) {
    .region-map__place-item-mobile-selected .region-map__place-item-text {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -170%);
        color: #00d47e;
    }
    [dir=rtl] .region-map__place-item-mobile-selected .region-map__place-item-text {
        transform: translate(-50%, -150%);
    }
}
.region-map__place-title-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    flex-direction: column;
    width: max-content;
}
.region-map__place-dot {
    width: 2.75rem;
    height: 2.75rem;
    background-color: rgba(0,0,0,0);
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .region-map__place-dot {
        width: 1,25rem;  /* font-udpated */
        height: 1,25rem;  /* font-udpated */
    }
}
.region-map__place-dot-inner {
    width: 1,25rem;  /* font-udpated */
    height: 1,25rem;  /* font-udpated */
    background-color: #fff;
    border-radius: 50%;
    animation: pulse 2s infinite;
}
@media screen and (max-width: 767px) {
    .region-map__place-dot-inner {
        width: 1.25rem;
        height: 1.25rem;
    }
}
.region-map__place-read-more {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    display: none;
}
.region-map__back-button {
    gap: 1rem;
    justify-content: start;
}
.region-map__back-button:focus {
    outline: none;
}
.region-map__back-button:hover {
    gap: 1.5rem;
}
[dir=rtl] .region-map__back-button > .a-custom-icon svg {
    transform: rotate(180deg);
}
.region-map__svg-wrapper {
    background: #000;
}
.region-map__svg-wrapper.visible {
    opacity: 1;
    visibility: visible;
}
.region-map__svg-wrapper.hidden {
    opacity: 0;
    visibility: hidden;
}
.region-map__place-title,
.region-map__region-title {
    font-family: Bukra, serif !important;
    letter-spacing: normal !important;
}
[dir=rtl] .region-map__place-title,
[dir=rtl] .region-map__region-title {
    font-family: Bukra, serif !important;
}
.page-not-found-container {
    height: 100%;
}
.page-not-found-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page-not-found-section__pre-title {
    margin-bottom: 1.5rem;
}
.page-not-found-section__title {
    margin-bottom: 6rem;
}
.page-not-found-section__subtitle {
    margin-bottom: 6rem;
}
.page-not-found .footer {
    position: sticky;
    bottom: 0;
    z-index: 1 !important;
}
.page-not-found .main-navigation--transparent .logo--light {
    color: #0b0c25;
}
.page-not-found .language-picker--light:hover .language-picker__current-language,
.page-not-found .language-picker--light:hover .language-picker__dropdown-option a {
    color: rgba(11,12,37,.48);
}
.page-not-found .language-picker--light:hover .language-picker__current-language:hover,
.page-not-found .language-picker--light:hover .language-picker__dropdown-option a:hover {
    color: #0b0c25;
}
.page-not-found .language-picker--light .language-picker__current-language {
    color: #0b0c25;
}
.page-not-found .language-picker--light .language-picker__dropdown-option > a {
    color: rgba(11,12,37,.48);
}
.page-not-found .language-picker--light .language-picker__dropdown::before {
    border-color: var(--color-black);
}
.page-not-found .language-picker--light .language-picker__dropdown-option > a {
    color: rgba(0,0,0,.48);
}
.page-not-found .nav-list--light .nav-list__list-item-text {
    color: #0b0c25;
}
.page-not-found .main-navigation--transparent .main-navigation__hamburger-button {
    color: #0b0c25;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*,
*:after,
*:before {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
    font-size: 8px;
    height: 100%;
    margin: 0;
    -ms-overflow-style: scrollbar;
}
.layout {
    position: relative;
}
.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;
    }
}
body {
    color: var(--contrast-body);
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    background-color: #1f2041;
    font-family: Bukra, sans-serif;
}
[dir=rtl] body {
    font-family: Bukra, sans-serif;
}
.overflow {
    overflow: clip;
    display: flow-root;
}
: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=main.css.map*/
body {
  min-height: 100vh;
  width: 100%;
  font-size: 0.833333333vw;
}
html {
    font-family: Bukra,Arial,sans-seri;
    font-weight: 400;
    font-size: .833333333vw;
    height: 100%;
    width: 100%
}

/* html[dir=ltr] {
    direction: ltr
}

html[dir=rtl] {
    font-family: Bukra,Arial,sans-seri;
    direction: rtl
} */

@media(max-width: 991px) {
    html {
        font-size:1.3333334vw
    }
}

@media(max-width: 600px) {
    html {
        font-size:4.102564103vw
    }
}
