﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");

#embedContainer {
    max-width: 1440px !important;
    margin: 0 auto !important;
    width: 100% !important;
    padding: 60px !important;
}

.fade-in {
    animation: fadein 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-out {
    animation: fadeOut 1s;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-290px);
    }

    75% {
        transform: translateY(-290px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes scroll-mobile {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-215px);
    }

    75% {
        transform: translateY(-215px);
    }

    100% {
        transform: translateY(0);
    }
}

html,
body {
    font-family: "Alexandria", sans-serif;
    font-weight: 400;
    color: #2b254b;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 162px;
}

@media (max-width: 1199.98px) {
    .container {
        padding: 0 120px;
    }
}

@media (max-width: 767.98px) {
    .container {
        padding: 0 27px;
    }
}

.container--padding-right {
    padding-inline-start: 0;
}

.container--padding-left {
    padding-inline-end: 0;
}

.container--margin-lg {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media (max-width: 767.98px) {
    .container--margin-lg {
        padding: 60px 30px;
    }
}

.container--margin-md {
    padding-top: 60px;
    padding-bottom: 60px;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.horizontal-ruler--auto {
    width: 100%;
    height: 2px;
    background-color: #e5e5e5;
}

.horizontal-ruler--full {
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100vw;
    left: calc(-50vw + 50%);
    height: 2px;
    background-color: #e5e5e5;
}

.no-transition {
    transition: none !important;
}

.link-sticky {
    max-width: 149px;
    background-color: #e2a947;
    position: fixed;
    left: 0;
    top: 50vh;
    padding-block: 14.5px;
    padding-inline: 8px 12px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    gap: 4px;
    box-shadow: 0px 20px 24px -12px rgba(0, 0, 0, 0.1607843137);
    z-index: 9;
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

html[dir=rtl] .link-sticky {
    left: auto;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

@media (max-width: 767.98px) {
    .link-sticky {
        top: 175px;
        padding-block: 12px;
        font-size: 10px;
        line-height: 12px;
    }
}

.link-sticky:hover, .link-sticky:focus {
    opacity: 0.8;
}

.link-sticky-icon {
    width: 20px;
    height: 21px;
}

@media (max-width: 767.98px) {
    .link-sticky-icon {
        height: 17px;
        width: 16px;
    }
}

.link-chat {
    height: 80px;
    width: 80px;
    position: fixed;
    inset-block-end: 30px;
    inset-inline-end: 30px;
    background-color: #e2a947;
    border-radius: 50%;
    padding: 24px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.0784313725);
    z-index: 9;
}

@media (max-width: 767.98px) {
    .link-chat {
        height: 60px;
        width: 60px;
        inset-block-end: 45px;
        inset-inline-end: 17px;
        transform: none;
        padding: 12px;
    }
}

.link-chat:hover, .link-chat:focus {
    opacity: 0.8;
}

.link-chat-icon {
    height: 32px;
    width: 32px;
}

.sticky {
    position: sticky;
    position: -webkit-sticky;
}

@media (max-width: 479.98px) {
    .zsiq_flt_rel {
        height: 40px !important;
        width: 40px !important;
    }
}

@media (max-width: 479.98px) {
    #zsiq_agtpic::before {
        font-size: 22px !important;
        line-height: 36px !important;
    }
}

@media (max-width: 479.98px) {
    .zsiq_theme1.zsiq_floatmain {
        width: 40px !important;
    }
}

input[type=text].input--search {
    padding-block: 9px;
    padding-inline: 34px 16px;
    border: 2px solid #f4f4f6;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #2b254b;
    height: 46px;
    width: 295px;
    outline-color: #2b254b;
    background-image: url("/assets/img/img/search-normal.svg");
    background-repeat: no-repeat;
    background-size: 12.67px 12.67px;
    background-position-y: 50%;
    background-position-x: 16px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

html[dir=rtl] input[type=text].input--search {
    background-position-x: calc(100% - 16px);
}

@media (max-width: 479.98px) {
    input[type=text].input--search {
        width: 100%;
        height: 32px;
        padding-block: 6px;
        font-size: 12px;
        font-weight: 300;
    }
}

input[type=text].input--search ::placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #6b7280;
}

@media (max-width: 479.98px) {
    input[type=text].input--search ::placeholder {
        font-size: 12px;
        font-weight: 300;
    }
}

dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.8980392157);
}

.background-pattern--top {
    background-image: url("/assets/img/img/pattern-top-en.svg");
    background-repeat: no-repeat;
    background-size: 31.5%;
    background-position: 101.5% -8%;
}

html[dir=rtl] .background-pattern--top {
    background-image: url("/assets/img/img/pattern-top.svg");
    background-size: 31.5%;
    background-position: -1.5% -8%;
}

@media (max-width: 767.98px) {
    .background-pattern--top {
        background-image: none;
    }
}

.background-pattern--top-small {
    background-image: url("/assets/img/img/pattern-top-en.svg");
    background-repeat: no-repeat;
    background-size: 28.5%;
    background-position: 100% -17%;
}

html[dir=rtl] .background-pattern--top-small {
    background-image: url("/assets/img/img/pattern-top.svg");
    background-size: 28.5%;
    background-position: 0% -17%;
}

@media (max-width: 767.98px) {
    .background-pattern--top-small {
        background-image: none;
    }
}

.background-pattern--top-bottom {
    background-image: url("/assets/img/img/pattern-top-en.svg"), url("/assets/img/img/pattern-bottom-en.svg");
    background-repeat: no-repeat, no-repeat;
    background-size: 33%, 73%;
    background-position: 100% -11%, -27% -24%;
}

html[dir=rtl] .background-pattern--top-bottom {
    background-image: url("/assets/img/img/pattern-top.svg"), url("/assets/img/img/pattern-bottom.svg");
    background-size: 33%, 73%;
    background-position: 0% -11%, 127% -24%;
}

@media (max-width: 767.98px) {
    .background-pattern--top-bottom {
        background-image: none;
    }
}

.background-pattern--bottom-small {
    background-image: url("/assets/img/img/pattern-bottom-en.svg");
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: 0% 128%;
}

html[dir=rtl] .background-pattern--bottom-small {
    background-image: url("/assets/img/img/pattern-bottom.svg");
    background-size: 45%;
    background-position: 104% 133%;
}

@media (max-width: 767.98px) {
    .background-pattern--bottom-small {
        background-image: none;
    }
}

.flex {
    display: flex;
    flex-wrap: nowrap;
}

.flex--wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex--justify-space-around {
    justify-content: space-around;
}

.flex--justify-between {
    justify-content: space-between;
}

.flex--justify-center {
    justify-content: center;
}

.flex--justify-end {
    justify-content: flex-end;
}

.flex--justify-even {
    justify-content: space-evenly;
}

.flex--align-center {
    align-items: center;
}

.flex--align-start {
    align-items: flex-start;
}

.flex--align-end {
    align-items: flex-end;
}

.flex--row {
    flex-direction: row;
}

.flex--row-reverse {
    flex-direction: row-reverse;
}

.flex--column {
    flex-direction: column;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: currentColor;
    border: none;
    background: none;
}

    *:hover,
    *::before:hover,
    *::after:hover {
        text-decoration: none;
    }

ul,
ol {
    list-style: none;
}

address {
    font-style: normal;
}

a {
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    a:hover, a:focus {
        color: currentColor;
        opacity: 1;
    }

img {
    display: block;
    width: 100%;
}

    img.inline {
        width: unset;
    }

@media (max-width: 479.98px) {
    .hidden--sm-down {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .hidden--md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden--lg-up {
        display: none !important;
    }
}

.hidden-element {
    display: none;
}

.sticky {
    position: sticky;
    position: -webkit-sticky;
}

/*=============================================
=                  Accordion                 =
=============================================*/
.accordion {
    background-color: #f4f4f6;
    border-radius: 24px;
    gap: 16px;
    padding: 40px;
}

html[dir=rtl] .accordion .link__image {
    transform: scaleX(-1);
}

.accordion__top {
    margin-bottom: 8px;
    gap: 16px;
}

.accordion__title {
    color: #4b5563;
    line-height: 24px;
    font-weight: 500;
    font-size: 20px;
}

.accordion__subtitle {
    color: #4b5563;
    line-height: 24px;
    font-weight: 500;
}

.accordion__items {
    gap: 12px;
}

.accordion__item {
    position: relative;
    background-color: #f4f4f6;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .accordion__item::before {
        content: "+";
        position: absolute;
        left: 0;
        top: 20px;
        left: 24px;
        right: auto;
        height: 20px;
        width: 20px;
        background-color: #2b254b;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        pointer-events: none;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

html[dir=rtl] .accordion__item::before {
    left: auto;
    right: 24px;
}

.accordion__item[open]::before {
    content: "-";
    background-color: #e2a947;
}

.accordion__item-title {
    color: #4b5563;
    line-height: 26px;
    font-size: 14px;
}

.accordion__item-title-container {
    cursor: pointer;
    padding: 16px 24px;
    padding-inline-start: 52px;
    border-bottom: 1px solid #d1d5db;
    border-radius: 16px;
    background-color: #fff;
}

    .accordion__item-title-container::-webkit-details-marker {
        display: none;
    }

.accordion__item-text {
    color: #6b7280;
    line-height: 26px;
    font-size: 14px;
}

.accordion__item-inner {
    padding-block: 12px 24px;
}

/*=====  End of Accordion  ======*/
/*=============================================
=            admins board Component            =
=============================================*/
.board {
    padding-block-end: 60px;
    position: relative;
}

.board__images {
    gap: 60px 24px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .board__images {
        flex-direction: column;
        margin-bottom: 24px;
    }
}

.board__image-container {
    min-height: 396px;
    position: relative;
    height: auto;
    overflow: hidden;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 16px 10px;
    min-height: 396px;
    min-width: 325px;
}

@media (max-width: 479.98px) {
    .board__image-container {
        min-height: 300px;
    }
}

.board__image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.board__image-container--overlay::after {
    background-color: rgba(43, 37, 75, 0.6980392157);
    opacity: 0;
}

.board__image-container--active .people__text {
    opacity: 1;
}

.board__image-container--active::after {
    opacity: 1;
}

.board__image-container:hover .people__text, .board__image-container:focus .people__text {
    opacity: 1;
}

.board__image-container:hover::after, .board__image-container:focus::after {
    opacity: 1;
}

.board__image-container-square {
    min-height: 297px;
}

.board__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.board__text {
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 23.84px;
    z-index: 1;
    text-align: center;
    margin-top: 126px;
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .board__text {
        margin-top: 60px;
    }
}

.board__box {
    color: #fff;
    z-index: 1;
    outline: 1px solid #f4f4f6;
    border-radius: 15px;
    gap: 4px;
    width: 100%;
    padding: 16px 8px;
    text-align: center;
    backdrop-filter: blur(10px);
    background-color: rgba(43, 37, 75, 0.5803921569);
}

.board__box-title {
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    max-width: 200px;
}

.board__box-subtitle {
    line-height: 21.24px;
    font-size: 12px;
    font-weight: 300;
    max-width: 270px;
}

/*=====  End of admins board Component  ======*/
/*=============================================
=            articleCard            =
=============================================*/
.article-card {
    height: 100%;
}

.article-card__top {
    height: -webkit-fill-available;
    border: solid 1px 1px 0 1px #D1D5DB;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    padding: 24px 0 10px;
}

.article-card__top-content {
    height: 100%;
    padding: 0px 24px 0px 24px;
    gap: 12px;
}

.article-card__top-content-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Alexandria", sans-serif;
    letter-spacing: -0.4px;
}

.article-card__top-content-image {
    width: 100%;
    height: 86px;
    border-radius: 9px;
    margin-right: auto;
    margin-left: auto;
    object-fit: cover;
}

.article-card__top-content-description {
    font-weight: 300;
    font-size: 12px;
    line-height: 21.24px;
}

.article-card__top-content-date {
    gap: 8px;
    font-size: 12px;
    line-height: 15px;
    color: #6b6681;
    margin-top: auto;
}

.article-card__top-content-date-description {
    color: #6B7280;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .article-card__top-content-date {
        font-weight: 300;
        gap: 4px;
    }
}

.article-card__top-content-date-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 767.98px) {
    .article-card__top-content-date-icon {
        height: 12px;
        width: 12px;
    }
}

.article-card__bottom {
    border: solid 1px #D1D5DB;
    border-top: none;
    border-radius: 0px 0px 12px 12px;
}

.article-card__bottom__content {
    gap: 16px;
    padding: 14px 0;
    margin-left: 24px;
    margin-right: 24px;
    border-top: solid 1px #D1D5DB;
}

.article-card__bottom__content__views {
    gap: 4px;
}

.article-card__bottom__content__views-icon {
    width: 16px;
    height: 16px;
}

.article-card__bottom__content__views-content {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #6B7280;
}

.article-card__bottom__content__article-type {
    gap: 4px;
}

.article-card__bottom__content__article-type-icon {
    width: 16px;
    height: 16px;
}

.article-card__bottom__content__article-type-content {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #6B7280;
}

.article-card__bottom__content__author {
    gap: 4px;
}

.article-card__bottom__content__author-icon {
    width: 16px;
    height: 16px;
}

.article-card__bottom__content__author-content {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #6B7280;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*=====  End of articleCard  ======*/
/*=============================================
=            articleDetails            =
=============================================*/
.article-detail {
    padding-block-end: 60px;
    position: relative;
    gap: 24px;
}

@media (max-width: 767.98px) {
    .article-detail__header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.article-detail__header-button-download.button, .article-detail__header-button-share.button {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .article-detail__header-button-download.button .button__image, .article-detail__header-button-share.button .button__image {
        height: 28px;
        width: 28px;
        min-height: 28px;
        min-width: 28px;
    }

.article-detail__header-buttons {
    gap: 12px;
}

.article-detail__title {
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    color: #575756;
    line-height: 48px;
}

@media (max-width: 767.98px) {
    .article-detail__title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
        letter-spacing: -0.6px;
    }
}

.article-detail__text {
    font-size: 14px;
    line-height: 26px;
    color: #6b7280;
}

.article-detail__main {
    padding: 40px;
    background-color: #f8fafc;
    border-radius: 24px;
    margin-block-end: 30px;
}

.article-detail__main-image {
    border-radius: inherit;
    width: 100%;
    max-height: 378px;
    object-fit: contain;
}

@media (max-width: 767.98px) {
    .article-detail__main-image {
        max-height: 278px;
    }
}

.article-detail__main-image-container {
    overflow: hidden;
    border-radius: 24px;
    width: fit-content;
    margin-inline: auto;
    margin-block-end: 24px;
}

.article-detail__date {
    gap: 8px;
    font-size: 12px;
    line-height: 15px;
    color: #6b6681;
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .article-detail__date {
        font-weight: 300;
        gap: 4px;
    }
}

.article-detail__date-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 767.98px) {
    .article-detail__date-icon {
        height: 12px;
        width: 12px;
    }
}

.article-detail__icons {
    margin: 24px 0;
    gap: 16px;
}

.article-detail__icons__item {
    gap: 5px;
}

.article-detail__icons__item-icon {
    width: 16px;
    height: 16px;
}

.article-detail__icons__item-text {
    font-size: 12px;
    line-height: 14.4px;
    font-weight: 400;
    color: #6B7280;
}

.article-detail__content {
    gap: 24px;
}

.article-detail__item {
    position: relative;
    padding-inline-start: 27px;
    font-size: 14px;
    line-height: 26px;
    color: #6b7280;
}

    .article-detail__item::before {
        content: "";
        position: absolute;
        background-color: #e2a947;
        height: 10px;
        width: 19px;
        border-radius: 3px;
        left: 0;
        right: auto;
        top: 8px;
    }

html[dir=rtl] .article-detail__item::before {
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

/*=====  End of articleDetails  ======*/
/*=============================================
=            articleListFilters            =
=============================================*/
.article-list-filters {
    position: relative;
    padding-block: 0 60px;
    margin-top: 16px;
}

.article-list-filters__filters {
    z-index: 1;
}

.article-list-filters__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(242px, 1fr));
    gap: 24px;
    width: 100%;
}

.article-list-filters__card {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    position: relative;
    padding-block: 38px 24px;
    padding-inline: 24px;
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-radius: 15px;
    gap: 12px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .article-list-filters__card:hover, .article-list-filters__card:focus {
        border-color: #6b6681;
    }

.article-list-filters__card-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.article-list-filters__card-image-container {
    height: 86.5px;
    border-radius: 9px;
    overflow: hidden;
}

.article-list-filters__card-link {
    border: 1px solid #2b254b;
    outline: none;
    padding-inline: 14px;
}

    .article-list-filters__card-link:hover, .article-list-filters__card-link:focus {
        color: #2b254b;
    }

    .article-list-filters__card-link .link__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .article-list-filters__card-link .link__image {
    transform: scaleX(1);
}

.article-list-filters__card-tag {
    background-color: #e2a947;
    color: #fff;
    padding: 6px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    top: 0;
    right: auto;
    left: 24px;
    font-size: 12px;
    line-height: 14px;
}

html[dir=rtl] .article-list-filters__card-tag {
    right: 24px;
    left: auto;
}

.article-list-filters__card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #4b5563;
}

.article-list-filters__card-text {
    font-weight: 300;
    line-height: 21px;
    font-size: 12px;
    color: #6b7280;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.article-list-filters__card-bottom {
    gap: 8px;
    flex-wrap: wrap-reverse;
    height: fit-content;
    margin-top: auto;
}

.article-list-filters__card-buttons {
    gap: 4px;
}

.article-list-filters__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 16px;
}

.article-list-filters__button {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    background: none;
    padding: 10px;
    gap: 8px;
    border: 2px solid #f4f4f6;
    border-radius: 8px;
    height: 46px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 479.98px) {
    .article-list-filters__button {
        height: 32px;
        font-size: 12px;
        font-weight: 300;
    }
}

.article-list-filters__button-count {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #edf2f8;
    width: 21px;
    height: 24px;
}

.article-list-filters__button-count-content {
    margin-left: auto;
    margin-right: auto;
}

.article-list-filters__button-icon {
    width: 22px;
    height: 18px;
}

.article-list-filters__filters {
    gap: 16px;
}

@media (max-width: 479.98px) {
    .article-list-filters__filters {
        gap: 8px;
    }
}

@media (max-width: 767.98px) {
    .article-list-filters__filters .sort-filter {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .article-list-filters__filters .sort-filter__icon-container {
        justify-content: space-between;
        width: 100%;
    }
}

.article-list-filters__search {
    gap: 16px;
    width: 100%;
    z-index: 2;
}

    .article-list-filters__search .sort-filter {
        transform: translateY(-1px);
    }

.article-list-filters__link {
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid #2b254b;
    border-radius: 16px;
    color: #2b254b;
    font-size: 14px;
    line-height: 24px;
}

.article-list-filters__link-icon {
    height: 20px;
    width: 20px;
    transform: scaleX(-1);
}

html[dir=rtl] .article-list-filters__link-icon {
    transform: none;
}

.article-list-filters__main {
    gap: 24px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .article-list-filters__main {
        flex-direction: column;
    }
}

.article-list-filters__categories-container {
    border: 1px solid #e9eaf0;
    min-width: 261px;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .article-list-filters__categories-container {
        width: 100%;
        min-width: auto;
    }
}

.article-list-filters__categories-container[open] .article-list-filters__categories-title-icon {
    transform: rotate(180deg);
    filter: invert(65%) sepia(79%) saturate(351%) hue-rotate(357deg) brightness(93%) contrast(90%);
}

.article-list-filters__categories-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4b5563;
}

.article-list-filters__categories-title-container {
    background: #f4f4f6;
    padding: 16px;
    border-bottom: 1px solid #e9eaf0;
}

@media (max-width: 767.98px) {
    .article-list-filters__categories-title-container {
        padding: 15px 10px;
    }
}

.article-list-filters__categories-title-icon {
    height: 16px;
    width: 16px;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.article-list-filters__categories-list input[type=checkbox]:checked + label {
    color: #2b254b;
}

    .article-list-filters__categories-list input[type=checkbox]:checked + label .search-results__category-tick {
        opacity: 1;
    }

.article-list-filters__categories-list input[type=checkbox]:checked + label {
    color: #2b254b;
}

    .article-list-filters__categories-list input[type=checkbox]:checked + label .search-results__category-tick {
        opacity: 1;
    }

.article-list-filters__summary::marker {
    content: "";
}

.article-list-filters__details {
    border-bottom: 1px solid #e9eaf0;
}

    .article-list-filters__details[open] .article-list-filters__category-title:after {
        transform: rotate(180deg);
        filter: invert(65%) sepia(79%) saturate(351%) hue-rotate(357deg) brightness(93%) contrast(90%);
    }

.article-list-filters__summary {
    padding: 16px;
}

.article-list-filters__summary-views {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.article-list-filters__sub-filters {
    gap: 10px;
    padding-inline: 16px;
    padding-block-end: 12px;
}

.article-list-filters__sub-filters-text {
    gap: 12px;
}

.article-list-filters__sub-filters-text-checkbox {
    display: none;
}

    .article-list-filters__sub-filters-text-checkbox:checked + label::after {
        border-color: #625b80;
        background: url("/assets/img/img/icons/tick-medium.svg");
        background-size: 12px 12px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #f4f4f6;
    }

.article-list-filters__sub-filters-text-name {
    position: relative;
    color: #6b7280;
    width: 100%;
    cursor: pointer;
    padding-inline-start: 28px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .article-list-filters__sub-filters-text-name::after {
        content: "";
        position: absolute;
        inset-inline-start: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 16px;
        width: 16px;
        background-color: #f4f4f6;
        border: 1px solid #d1d5db;
        border-radius: 4px;
    }

.article-list-filters__sub-filters-text-number {
    margin-inline-start: auto;
    color: #6b7280;
}

.article-list-filters__category {
    padding: 16px;
    overflow: hidden;
    background-color: #fff;
    gap: 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .article-list-filters__category:not(:last-child) {
        border-bottom: 1px solid #e9eaf0;
    }

    .article-list-filters__category:hover, .article-list-filters__category:focus {
        background-color: #f4f4f6;
    }

.article-list-filters__category-title {
    color: #4b5563;
}

    .article-list-filters__category-title::after {
        content: url("/assets/img/img/chevron-down-slim-icon-.svg");
        display: inline-block;
        margin-inline-start: 10px; /* Adjust spacing as needed */
        vertical-align: middle;
        margin-inline-start: auto;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

.article-list-filters__category-text {
    margin-inline-end: auto;
}

.article-list-filters__category-icon, .article-list-filters__category-tick {
    height: 16px;
    width: 16px;
    margin-inline-end: 8px;
}

.article-list-filters__category-tick {
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.article-list-filters__category-text {
    font-size: 14px;
    line-height: 26px;
    color: #4b5563;
}

.article-list-filters__text-container {
    gap: 4px;
    padding: 16px 0 24px 4px;
}

.article-list-filters__text, .article-list-filters__number {
    min-width: fit-content;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.4px;
    color: #6b7280;
}

.article-list-filters__number {
    font-size: 14px;
    color: #2b254b;
}

.article-list-filters__accordions {
    gap: 24px;
}

@media (max-width: 767.98px) {
    .article-list-filters__accordions {
        width: 100%;
    }
}

/*=====  End of articleListFilters  ======*/
/*=============================================
=            articlesList            =
=============================================*/
.articles-list {
    padding-block-end: 60px;
    position: relative;
}

.articles-list__header {
    padding-block-end: 72px;
    gap: 24px;
}

.articles-list__header-button-download, .articles-list__header-button-share {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .articles-list__header-button-download .button__image, .articles-list__header-button-share .button__image {
        height: 28px;
        width: 28px;
    }

.articles-list__header-buttons {
    gap: 12px;
}

.articles-list__top-button-download, .articles-list__top-button-share {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .articles-list__top-button-download .button__image, .articles-list__top-button-share .button__image {
        height: 28px;
        width: 28px;
    }

.articles-list__top-buttons {
    gap: 12px;
}

.articles-list__title {
    color: #4b5563;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    line-height: 48px;
}

.articles-list__grid {
    display: grid;
    grid-template-columns: repeat(4, 261px);
    row-gap: 18px;
    column-gap: 24px;
}

/*=====  End of articlesList  ======*/
/*=============================================
=            Awards Accreditations Detail            =
=============================================*/
.awards-detail {
    padding-block-end: 60px;
    position: relative;
}

.awards-detail__header {
    padding-block-end: 92px;
    gap: 24px;
}

@media (max-width: 767.98px) {
    .awards-detail__header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.awards-detail__header-button-download.button, .awards-detail__header-button-share.button {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .awards-detail__header-button-download.button .button__image, .awards-detail__header-button-share.button .button__image {
        height: 28px;
        width: 28px;
        min-height: 28px;
        min-width: 28px;
    }

.awards-detail__header-buttons {
    gap: 12px;
}

.awards-detail__title {
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    color: #575756;
    line-height: 48px;
}

@media (max-width: 767.98px) {
    .awards-detail__title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
        letter-spacing: -0.6px;
    }
}

.awards-detail__text {
    font-size: 14px;
    line-height: 26px;
    color: #6b7280;
}

.awards-detail__main {
    padding: 40px;
    background-color: #f4f4f6;
    border-radius: 24px;
}

.awards-detail__main-image {
    border-radius: 24px;
    width: 100%;
    height: 378px;
    margin-block-end: 24px;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .awards-detail__main-image {
        height: 278px;
    }
}

.awards-detail__date {
    gap: 8px;
    font-size: 12px;
    line-height: 15px;
    color: #6b6681;
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .awards-detail__date {
        font-weight: 300;
        gap: 4px;
    }
}

.awards-detail__date-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 767.98px) {
    .awards-detail__date-icon {
        height: 12px;
        width: 12px;
    }
}

.awards-detail .details-survey {
    background-color: #f4f4f6;
}

/*=====  End of Awards Accreditations Detail  ======*/
/*=============================================
=            Awards Accreditations List            =
=============================================*/
.awards-list {
    padding-block-end: 60px;
    position: relative;
}

.awards-list__header {
    padding-block-end: 92px;
    gap: 24px;
}

.awards-list__header-button-download, .awards-list__header-button-share {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .awards-list__header-button-download .button__image, .awards-list__header-button-share .button__image {
        height: 28px;
        width: 28px;
    }

.awards-list__header-buttons {
    gap: 12px;
}

.awards-list__top-button-download.button, .awards-list__top-button-share.button {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .awards-list__top-button-download.button .button__image, .awards-list__top-button-share.button .button__image {
        height: 28px;
        width: 28px;
        min-height: 28px;
        min-width: 28px;
    }

.awards-list__top-buttons {
    gap: 12px;
}

.awards-list__title {
    color: #4b5563;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    line-height: 48px;
}

.awards-list__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}

@media (max-width: 479.98px) {
    .awards-list__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.awards-list__filters {
    padding-bottom: 48px;
    gap: 24px;
}

.awards-list__tabs {
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 8px 12px;
    gap: 12px;
    color: #2b254b;
}

@media (max-width: 479.98px) {
    .awards-list__tabs {
        width: 100%;
    }
}

.awards-list__tab {
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .awards-list__tab {
        width: 100%;
    }
}

.awards-list__tab:hover, .awards-list__tab:focus {
    opacity: 0.8;
}

.awards-list__tab--active {
    background-color: #e2a947;
    color: #fff;
}

    .awards-list__tab--active:hover, .awards-list__tab--active:focus {
        opacity: 1;
    }

    .awards-list__tab--active .awards-list__tab-title {
        line-height: 19px;
        font-size: 16px;
        font-weight: 600;
    }

    .awards-list__tab--active .awards-list__tab-icon {
        filter: invert(100%) brightness(200%);
    }

.awards-list__tab-icon {
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .awards-list__tab-icon {
        height: 12px;
        width: 12px;
    }
}

.awards-list__tab-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16.8px;
    font-family: "Alexandria", sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.awards-list__search {
    gap: 16px;
}

    .awards-list__search input.awards-list__search-input {
        width: 295px;
        background-color: #fff;
    }

@media (max-width: 479.98px) {
    .awards-list__search input.awards-list__search-input {
        width: 100%;
    }
}

.awards-list__card {
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-radius: 15px;
    gap: 10px;
    padding: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .awards-list__card:hover, .awards-list__card:focus {
        border-color: #6b6681;
    }

.awards-list__card-icon {
    height: 24px;
    width: 24px;
}

.awards-list__card-image {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.awards-list__card-image-container {
    height: 80px;
    width: 80px;
    border-radius: 8px;
    border: 0.5px solid rgba(0, 0, 0, 0.231372549);
    overflow: hidden;
}

.awards-list__card-title {
    color: #575756;
    line-height: 22px;
    font-weight: 500;
    font-size: 16px;
}

.awards-list__card-text {
    margin-top: auto;
    color: #425466;
    line-height: 23px;
    font-weight: 300;
    font-size: 12px;
}

.awards-list__card-date {
    gap: 8px;
}

.awards-list__card-date-text {
    font-size: 12px;
    line-height: 14px;
    color: #6b7280;
}

/*=====  End of Awards Accreditations List  ======*/
/*=============================================
=            Banner With Image            =
=============================================*/
.banner-with-image {
    position: relative;
    padding: 48.5px 40px;
    border-radius: 24px;
    gap: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 40px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .banner-with-image {
        flex-direction: column;
    }
}

.banner-with-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(43, 37, 75, 0.8);
    backdrop-filter: blur(10px);
}

.banner-with-image__content {
    z-index: 1;
    gap: 16px;
    width: 100%;
}

.banner-with-image__link {
    margin-top: 16px;
}

    .banner-with-image__link.link {
        min-width: auto;
    }

    .banner-with-image__link .link__label {
        font-size: 16px;
    }

.banner-with-image__title {
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 479.98px) {
    .banner-with-image__title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
        letter-spacing: -0.6px;
    }
}

.banner-with-image__text {
    font-size: 16px;
    line-height: 25.44px;
    max-width: 560px;
}

@media (max-width: 479.98px) {
    .banner-with-image__text {
        font-size: 14px;
    }
}

.banner-with-image__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.banner-with-image__image-container {
    border-radius: 20px;
    z-index: 1;
    align-self: normal;
    max-width: 351px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .banner-with-image__image-container {
        max-width: none;
    }
}

/*=====  End of Banner With Image  ======*/
/*=============================================
=            Breadcrumbs            =
=============================================*/
.breadcrumbs {
    padding-block: 50px 24px;
    gap: 4px;
}

.breadcrumbs__icon {
    height: 13px;
    width: 13px;
}

.breadcrumbs__link {
    gap: 6px;
    font-size: 14px;
    line-height: 24px;
    color: #6b7280;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .breadcrumbs__link:hover, .breadcrumbs__link:focus {
        color: #2b254b;
    }

    .breadcrumbs__link:first-child {
        color: #2b254b;
    }

@media (max-width: 767.98px) {
    .breadcrumbs__link {
        display: none;
    }

        .breadcrumbs__link:nth-last-child(-n+2) {
            display: block;
        }
}

.breadcrumbs__arrow {
    height: 16px;
    width: 16px;
    transform: rotate(180deg);
}

    .breadcrumbs__arrow:last-of-type {
        display: none;
    }

html[dir=rtl] .breadcrumbs__arrow {
    transform: rotate(0);
}

@media (max-width: 767.98px) {
    .breadcrumbs__arrow {
        display: none;
    }

        .breadcrumbs__arrow:nth-last-child(3) {
            display: block;
            rotate: 180deg;
            filter: brightness(70%);
        }
}

/*=====  End of Breadcrumbs  ======*/
/*=============================================
=            brochures List            =
=============================================*/
.brochures-list {
    position: relative;
    padding-block: 0 60px;
}

.brochures-list__top {
    padding-block-end: 92px;
}

.brochures-list__top-button-download, .brochures-list__top-button-share {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .brochures-list__top-button-download .button__image, .brochures-list__top-button-share .button__image {
        height: 28px;
        width: 28px;
    }

.brochures-list__top-buttons {
    gap: 12px;
}

.brochures-list__title {
    color: #4b5563;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    line-height: 48px;
}

.brochures-list__filters {
    padding-block-end: 48px;
}

.brochures-list__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 24px;
}

@media (max-width: 479.98px) {
    .brochures-list__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.brochures-list__item {
    position: relative;
    height: 100%;
    gap: 24px;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #d1d5db;
    padding: 24px;
}

@media (max-width: 991.98px) {
    .brochures-list__item {
        width: 100%;
    }
}

.brochures-list__item__top {
    width: 100%;
}

.brochures-list__item-date {
    gap: 8px;
    font-size: 12px;
    line-height: 15px;
    color: #6b6681;
    margin-bottom: auto;
}

.brochures-list__item-date-text {
    gap: 8px;
    font-size: 12px;
    line-height: 15px;
    color: #6b7280;
}

.brochures-list__item-date-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 767.98px) {
    .brochures-list__item-date-icon {
        height: 12px;
        width: 12px;
    }
}

.brochures-list__item__image {
    height: 118px;
    width: 133px;
    border-radius: 15px;
    object-fit: cover;
}

.brochures-list__item__image-container {
    margin-left: 20px;
}

.brochures-list__item__bottom {
    gap: 16px;
}

.brochures-list__item__buttons {
    gap: 8px;
}

.brochures-list__item__title {
    color: #4b5563;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: auto;
}

.brochures-list__item__text {
    color: #6b7280;
    font-size: 12px;
    font-weight: 300;
    line-height: 21.24px;
    margin-bottom: auto;
}

.brochures-list__button-share, .brochures-list__button-favourite {
    padding: 8px;
}

    .brochures-list__button-share .button__image, .brochures-list__button-favourite .button__image {
        height: 16px;
        width: 16px;
    }

.brochures-list__filters {
    gap: 16px;
}

.brochures-list__dropdowns {
    gap: 16px;
}

.brochures-list__search {
    gap: 16px;
}

.brochures-list__search-input {
    width: 295px;
}

@media (max-width: 479.98px) {
    .brochures-list__search-input {
        width: 100%;
    }
}

.brochures-list .link__image {
    transform: scaleX(-1);
}

html[dir=rtl] .brochures-list .link__image {
    transform: scaleX(1);
}

/*=====  End of brochures List  ======*/
/*=============================================
=            Button            =
=============================================*/
.button {
    cursor: pointer;
    padding: 10px 15px;
    gap: 10px;
    min-width: max-content;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
}

    .button:disabled {
        opacity: 0.5;
        pointer-events: none;
    }

.button--primary {
    background-color: #2b254b;
    color: #fff;
    border: 2px solid #2b254b;
}

    .button--primary:hover, .button--primary:focus {
        background-color: #fff;
        color: #2b254b;
    }

        .button--primary:hover .button__image, .button--primary:focus .button__image {
            filter: invert(1);
        }

    .button--primary .button__image {
        height: 24px;
        width: 24px;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

.button--primary-white {
    background-color: #fff;
    color: #2b254b;
    border: 1px solid transparent;
}

    .button--primary-white:hover, .button--primary-white:focus {
        background-color: #2b254b;
        color: #fff;
        border-color: #fff;
    }

.button--simple {
    padding: 0;
    color: #2b254b;
}

    .button--simple:hover, .button--simple:focus {
        color: #000;
    }

.button--simple-white {
    padding: 0;
}

    .button--simple-white:hover, .button--simple-white:focus {
        color: #000;
    }

.button--round-small {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    background-color: #f4f4f6;
    border: 1px solid transparent;
}

    .button--round-small:hover, .button--round-small:focus {
        border-color: #2b254b;
    }

    .button--round-small .button__image {
        height: 20px;
        width: 20px;
    }

.button--round-large {
    border-radius: 50%;
    height: 48px;
    width: 48px;
    min-height: 32px;
    min-width: 32px;
    background-color: #f4f4f6;
    border: 1px solid transparent;
}

    .button--round-large:hover, .button--round-large:focus {
        border-color: #2b254b;
    }

    .button--round-large .button__image {
        height: 28px;
        width: 28px;
    }

.button--round-tiny {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    background-color: #f4f4f6;
    border: 1px solid transparent;
}

    .button--round-tiny:hover, .button--round-tiny:focus {
        border-color: #2b254b;
    }

    .button--round-tiny .button__image {
        height: 16px;
        width: 16px;
    }

.button--secondary {
    background-color: #fff;
    color: #2b254b;
    border: 2px solid #2b254b;
}

    .button--secondary:hover, .button--secondary:focus {
        background-color: #2b254b;
        color: #fff;
    }

        .button--secondary:hover .button__image, .button--secondary:focus .button__image {
            filter: invert(100%) brightness(200%);
        }

    .button--secondary:disabled {
        color: #4b5563;
        background-color: #fff;
        border-color: #d1d5db;
        pointer-events: none;
    }

    .button--secondary .button__image {
        height: 24px;
        width: 24px;
        filter: none;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

.button--secondary-long {
    padding: 8px 42.5px;
    border-radius: 16px;
    background-color: #fff;
    color: #2b254b;
    border: 1px solid #2b254b;
}

@media (max-width: 479.98px) {
    .button--secondary-long {
        padding: 8px 15px;
    }
}

.button--secondary-long:hover, .button--secondary-long:focus {
    color: #2b254b;
    background-color: #f4f4f6;
}

.button--secondary-long:disabled {
    color: #4b5563;
    background-color: #fff;
    border-color: #d1d5db;
    pointer-events: none;
}

.button--secondary-long .button__image {
    height: 24px;
    width: 24px;
}

.button--tertiary {
    background-color: #2b254b;
    background-color: #fff;
    color: #2b254b;
}

    .button--tertiary .button__image {
        height: 24px;
        width: 24px;
    }

    .button--tertiary:hover, .button--tertiary:focus {
        background-color: #f4f4f6;
        color: #2b254b;
    }

    .button--tertiary:disabled {
        color: #4b5563;
        background-color: #e5e7eb;
        pointer-events: none;
    }

.button--favourite-small {
    height: 32px;
    width: 32px;
    padding: 0;
    background-image: url("/assets/img/img/heart-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-color: #f4f4f6;
    border-radius: 50%;
    border: 1px solid transparent;
}

    .button--favourite-small:hover {
        border-color: #2b254b;
        background-image: url("/assets/img/img/heart-icon-filled.svg");
    }

    .button--favourite-small.active {
        background-image: url("/assets/img/img/heart-icon-filled.svg");
    }

        .button--favourite-small.active:hover {
            background-image: url("/assets/img/img/heart-icon.svg");
        }

.button--favourite-large {
    height: 48px;
    width: 48px;
    padding: 0;
    background-image: url("/assets/img/img/heart-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-color: #f4f4f6;
    border-radius: 50%;
    border: 1px solid transparent;
}

    .button--favourite-large:hover {
        border-color: #2b254b;
        background-image: url("/assets/img/img/heart-icon-filled.svg");
    }

    .button--favourite-large.active {
        background-image: url("/assets/img/img/heart-icon-filled.svg");
    }

        .button--favourite-large.active:hover {
            background-image: url("/assets/img/img/heart-icon.svg");
        }

.button--favourite-white {
    background-image: url("/assets/img/img/heart-icon-filled-white.svg");
    background-color: hsla(0deg, 0%, 100%, 0.1019607843);
}

    .button--favourite-white:hover {
        background-image: url("/assets/img/img/heart-icon-white.svg");
    }

    .button--favourite-white.active {
        background-image: url("/assets/img/img/heart-icon-filled-white.svg");
        border-color: #2b254b;
    }

        .button--favourite-white.active:hover {
            background-image: url("/assets/img/img/heart-icon-white.svg");
        }

.button--transparent {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 9px 18.5px -12px rgba(0, 0, 0, 0.1098039216);
}

    .button--transparent .button__image {
        height: 24px;
        width: 24px;
    }

    .button--transparent:hover, .button--transparent:focus {
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
    }

    .button--transparent:disabled {
        color: #4b5563;
        background-color: #e5e7eb;
        pointer-events: none;
    }

/*=====  End of Button  ======*/
.toast {
    visibility: hidden;
    min-width: 150px;
    background-color: #2b254b;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    transition: visibility 0s, opacity 0.5s ease-in-out;
    opacity: 0;
    border-radius: 8px;
}

    .toast.show {
        visibility: visible;
        opacity: 1;
    }

.calendar-options {
    visibility: hidden;
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    z-index: 2;
    max-width: 300px;
    text-align: left;
}

    .calendar-options a {
        color: #333;
        text-decoration: none;
        display: flex;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }

        .calendar-options a:last-child {
            border-bottom: none;
        }

        .calendar-options a:hover {
            text-shadow: 0 0 black;
        }

    .calendar-options img {
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }

    .calendar-options.show {
        visibility: visible;
        opacity: 1;
        display: block;
    }

/*=============================================
=            Competition Panels            =
=============================================*/
.competition-panels {
    padding-block-end: 60px;
    position: relative;
}

.competition-panels__title {
    color: #2b254b;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 767.98px) {
    .competition-panels__title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
        letter-spacing: -0.6px;
    }
}

.competition-panels__main {
    padding: 40px;
    background-color: #f4f4f6;
    border-radius: 24px;
}

@media (max-width: 479.98px) {
    .competition-panels__main {
        padding: 20px;
        border-radius: 12px;
    }
}

.competition-panels__images {
    gap: 22px;
}

@media (max-width: 991.98px) {
    .competition-panels__images {
        flex-direction: column;
    }
}

.competition-panels__item {
    flex: 1;
    min-height: 279px;
    height: 100%;
    gap: 42px;
}

    .competition-panels__item:nth-child(2) {
        min-height: 436px;
    }

@media (max-width: 991.98px) {
    .competition-panels__item {
        width: 100%;
    }

        .competition-panels__item:nth-child(2) {
            min-height: 279px;
        }
}

.competition-panels__image-container {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: inherit;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #d1d5db;
    box-shadow: 0px 41px 89px 0px rgba(0, 0, 0, 0.1019607843);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 24px;
}

    .competition-panels__image-container::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(360deg, rgba(109, 103, 103, 0) 2.87%, #090909 114.87%);
    }

.competition-panels__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.competition-panels__text {
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    z-index: 1;
}

.competition-panels__box {
    color: #fff;
    z-index: 1;
    border: 1px solid #f4f4f6;
    border-radius: 15px;
    gap: 4px;
    width: 100%;
    padding: 16px 42px;
    text-align: center;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1);
}

.competition-panels__box-text {
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}

.competition-panels__number {
    font-weight: 500;
    font-size: 32px;
    line-height: 38.4px;
}

/*=====  End of Competition Panels  ======*/
/*=============================================
=            Programs List            =
=============================================*/
.competitions-list {
    padding-block-end: 60px;
    position: relative;
}

.competitions-list__title {
    color: #2b254b;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 767.98px) {
    .competitions-list__title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
        letter-spacing: -0.6px;
    }
}

.competitions-list__images {
    gap: 33px;
}

.competitions-list__item {
    position: relative;
    min-height: 344px;
    height: 100%;
    gap: 42px;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 24px 40px;
}

    .competitions-list__item.sticky {
        position: sticky;
    }

    .competitions-list__item::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(180deg, rgba(8, 1, 23, 0.8) -63.11%, rgba(8, 1, 23, 0) 130.82%), linear-gradient(90deg, rgba(8, 1, 23, 0.8) -19.12%, rgba(8, 1, 23, 0) 28.11%);
    }

@media (max-width: 991.98px) {
    .competitions-list__item {
        width: 100%;
    }
}

.competitions-list__item-content {
    z-index: 1;
    max-width: 577px;
    gap: 24px;
    margin-inline-end: 88px;
}

@media (max-width: 479.98px) {
    .competitions-list__item-content {
        margin-inline-end: 0;
    }
}

.competitions-list__item-link {
    margin-top: auto;
    width: fit-content;
    margin-inline-start: auto;
    z-index: 1;
}

    .competitions-list__item-link .link__label {
        font-size: 16px;
    }

    .competitions-list__item-link .link__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .competitions-list__item-link .link__image {
    transform: none;
}

.competitions-list__buttons {
    position: absolute;
    top: 24px;
    right: 40px;
    left: auto;
    z-index: 1;
    gap: 8px;
}

html[dir=rtl] .competitions-list__buttons {
    left: 40px;
    right: auto;
}

@media (max-width: 479.98px) {
    .competitions-list__buttons {
        position: static;
    }
}

.competitions-list__button {
    background-color: rgba(255, 255, 255, 0.1019607843);
    box-shadow: 0px 6.65px 13.66px -8.86px rgba(0, 0, 0, 0.1098039216);
}

.competitions-list__title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: fit-content;
}

.competitions-list__text {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

/*=====  End of Programs List  ======*/
/*=============================================
=            Contact Us            =
=============================================*/
.contact-us {
    padding-block-end: 60px;
    position: relative;
}

.contact-us__inner {
    background-color: #f4f4f6;
    padding: 40px;
    border-radius: 24px;
    gap: 40px;
}

@media (max-width: 1199.98px) {
    .contact-us__inner {
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .contact-us__inner {
        padding: 20px;
    }
}

.contact-us__side {
    position: relative;
    flex: 0.7;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 15px;
    padding: 40px;
    overflow: hidden;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .contact-us__side {
        width: 100%;
    }
}

@media (max-width: 479.98px) {
    .contact-us__side {
        padding: 24px;
    }
}

.contact-us__side:after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(43, 37, 75, 0.2784313725);
    backdrop-filter: blur(4px);
    z-index: -1;
}

.contact-us__side::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(360deg, rgba(8, 1, 23, 0) 50.08%, rgba(8, 1, 23, 0.58) 100%);
    z-index: -1;
}

.contact-us__side-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
}

.contact-us__side-text {
    font-size: 14px;
    line-height: 26px;
}

.contact-us__side-icon {
    height: 24px;
    width: 24px;
}

.contact-us__side-icon-container {
    background-color: #e2a947;
    border-radius: 50%;
    height: 44px;
    width: 44px;
}

.contact-us__side-link {
    gap: 8px;
}

@media (max-width: 479.98px) {
    .contact-us__side-link {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
}

.contact-us__side-link:hover .contact-us__side-item-text, .contact-us__side-link:focus .contact-us__side-item-text {
    border-color: #fff;
}

@media (max-width: 479.98px) {
    .contact-us__side-item {
        width: 100%;
    }
}

.contact-us__side-item-content {
    gap: 8px;
}

.contact-us__side-item-title {
    font-size: 16px;
    line-height: 25.44px;
}

.contact-us__side-item-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.contact-us__side-list {
    gap: 50.5px;
    margin-top: 40px;
}

@media (max-width: 479.98px) {
    .contact-us__side-list {
        gap: 20px;
    }
}

.contact-us__side-top {
    text-align: center;
    gap: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
}

.contact-us__form {
    flex: 1;
    height: 100%;
}

@media (max-width: 1199.98px) {
    .contact-us__form {
        width: 100%;
    }
}

.contact-us__form .field-validation-error {
    color: #d14e48;
    font-size: 10px;
    line-height: 26px;
}

.contact-us__form legend {
    font-size: 14px;
    line-height: 16.8px;
    color: #4b5563;
}

.contact-us__form .umbraco-forms-page {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (max-width: 767.98px) {
    .contact-us__form .umbraco-forms-page {
        gap: 24px;
    }
}

.contact-us__form .umbraco-forms-legend {
    padding-bottom: 16px;
}

.contact-us__form .radiobuttonlist {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@media (max-width: 479.98px) {
    .contact-us__form .radiobuttonlist {
        flex-direction: column;
    }
}

.contact-us__form .radiobuttonlist br {
    display: none;
}

.contact-us__form .radiobuttonlist input[type=radio] {
    accent-color: #8079a8;
    display: none;
}

    .contact-us__form .radiobuttonlist input[type=radio]:checked {
        border-color: #8079a8;
    }

        .contact-us__form .radiobuttonlist input[type=radio]:checked + label::before {
            border-width: 1px;
            border-color: #625b80;
            box-shadow: inset 0 0 0 4px #f4f2f7;
            background-color: #625b80;
        }

.contact-us__form .radiobuttonlist label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    padding: 4px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    flex: 1;
    box-shadow: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #4b5563;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .contact-us__form .radiobuttonlist label:hover, .contact-us__form .radiobuttonlist label:focus {
        border-color: #8079a8;
    }

    .contact-us__form .radiobuttonlist label::before {
        content: "";
        height: 16px;
        width: 16px;
        min-height: 16px;
        min-width: 16px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #d1d5db;
    }

.contact-us__form .umbraco-forms-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .contact-us__form .umbraco-forms-container {
        flex-direction: column;
        gap: 24px;
    }
}

.contact-us__form .row-fluid {
    display: flex;
    gap: 24px;
}

@media (max-width: 767.98px) {
    .contact-us__form .row-fluid {
        flex-direction: column;
    }
}

.contact-us__form .umbraco-forms-field {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-us__form .umbraco-forms-field-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .contact-us__form .umbraco-forms-field-wrapper .country-dropdown__number {
        color: #4b5563;
        background-color: #fff;
        height: 45px;
    }

    .contact-us__form .umbraco-forms-field-wrapper .country-dropdown__inner {
        height: 45px;
        background-color: #fff;
    }

    .contact-us__form .umbraco-forms-field-wrapper textarea {
        resize: none;
        padding: 8px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 300;
        line-height: 26px;
        font-family: "Alexandria", sans-serif;
        color: #4b5563;
        background-color: #fff;
    }

        .contact-us__form .umbraco-forms-field-wrapper textarea::placeholder {
            font-size: 14px;
            font-weight: 300;
            line-height: 26px;
            font-family: "Alexandria", sans-serif;
            color: #6b7280;
        }

.contact-us__form .umbraco-forms-field label {
    font-size: 14px;
    line-height: 25.6px;
    color: #4b5563;
}

.contact-us__form .umbraco-forms-field input[type=text],
.contact-us__form .umbraco-forms-field input[type=email],
.contact-us__form .umbraco-forms-field input[type=number] {
    background-color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #4b5563;
}

    .contact-us__form .umbraco-forms-field input[type=text]::placeholder,
    .contact-us__form .umbraco-forms-field input[type=email]::placeholder,
    .contact-us__form .umbraco-forms-field input[type=number]::placeholder {
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
        font-family: "Alexandria", sans-serif;
        color: #6b7280;
    }

    .contact-us__form .umbraco-forms-field input[type=text].country-dropdown__search,
    .contact-us__form .umbraco-forms-field input[type=email].country-dropdown__search,
    .contact-us__form .umbraco-forms-field input[type=number].country-dropdown__search {
        width: -webkit-fill-available;
        outline: none;
        background-color: #F4F4F6;
        color: #6b7280;
        border-radius: 8px;
        padding: 8px;
        padding-inline-start: 30px;
        font-size: 14px;
        font-weight: 300;
        line-height: 16.8px;
        font-family: "Alexandria", sans-serif;
        margin: 4px;
        background-image: url("/assets/img/img/search-normal.svg");
        background-position-x: 4px;
        background-position-y: 8px;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        outline: none;
    }

.contact-us__form .umbraco-forms-field select {
    outline: 1px solid #dddddd;
    background-color: #fff;
    color: #333333;
    font-size: 14px;
    line-height: 17px;
    font-family: "Alexandria", sans-serif;
    padding: 12.5px 15px;
    padding-inline-end: 36px;
    border-radius: 8px;
    cursor: pointer;
    appearance: none;
    background-image: url("/assets/img/img/chevron-down-slim-icon-.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: 50%;
}

html[dir=rtl] .contact-us__form .umbraco-forms-field select {
    background-position-x: 15px;
    background-position-y: 50%;
}

.contact-us__form .umbraco-forms-hidden {
    display: none;
}

.contact-us__form .umbraco-forms-navigation {
    align-items: flex-end;
}

.contact-us__form input[type=submit] {
    padding: 8px 16px;
    padding-inline-end: 48px;
    background-color: #2b254b;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-family: "Alexandria", sans-serif;
    border-radius: 8px;
    border: 1px solid transparent;
    background-image: url("/assets/img/img/arrow-right-up--white.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position-x: calc(100% - 16px);
    background-position-y: 8px;
    margin-inline-start: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

html[dir=rtl] .contact-us__form input[type=submit] {
    background-image: url("/assets/img/img/arrow-top-left.svg");
    background-position-x: 16px;
}

.contact-us__form input[type=submit]:hover, .contact-us__form input[type=submit]:focus {
    background-color: #fff;
    color: #2b254b;
    border-color: #2b254b;
    background-image: url("/assets/img/img/arrow-top-left-dark-flipped.svg");
}

html[dir=rtl] .contact-us__form input[type=submit]:hover, html[dir=rtl] .contact-us__form input[type=submit]:focus {
    background-image: url("/assets/img/img/arrow-top-left-dark.svg");
}

.contact-us__form input[type=button].reset-button {
    padding: 8px 16px;
    margin: 0 8px;
    padding-inline-end: 48px;
    background-color: #fff;
    color: #2b254b;
    font-size: 14px;
    line-height: 24px;
    font-family: "Alexandria", sans-serif;
    border-radius: 8px;
    border: 1px solid #2b254b;
    background-image: url("/assets/img/img/redo.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position-x: calc(100% - 16px);
    background-position-y: 8px;
    margin-inline-start: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

html[dir=rtl] .contact-us__form input[type=button].reset-button {
    background-image: url("/assets/img/img/redo.svg");
    background-position-x: 16px;
}

.contact-us__form input[type=button].reset-button:hover, .contact-us__form input[type=button].reset-button:focus {
    background-color: #fff;
    color: #2b254b;
    border-color: #2b254b;
    background-image: url("/assets/img/img/redo.svg");
}

html[dir=rtl] .contact-us__form input[type=button].reset-button:hover, html[dir=rtl] .contact-us__form input[type=button].reset-button:focus {
    background-image: url("/assets/img/img/redo.svg");
}

.contact-us__form .umbraco-forms-submitmessage-html {
    text-align: center;
}

/*=====  End of Contact Us  ======*/
/*=============================================
=            Country Code Dropdown            =
=============================================*/
.country-dropdown:focus {
    outline: 1.5px solid #000;
}

.country-dropdown__wrapper {
    position: relative;
    width: fit-content;
}

.country-dropdown__inner {
    border: 1px solid #d1d5db;
    padding: 12px 8px;
    border-radius: 8px;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    height: 43px;
    position: relative;
    width: auto;
    text-align: center;
    cursor: pointer;
}

    .country-dropdown__inner:focus {
        outline: 1.5px solid #000;
    }

.country-dropdown__title {
    pointer-events: none;
    font-size: 14px;
    line-height: 20px;
    color: #2b254b;
}

.country-dropdown__flag {
    height: auto;
    width: 20px;
    min-width: 20px;
    margin-inline-end: 8px;
    pointer-events: none;
    border-radius: 2px;
}

.country-dropdown__options {
    position: absolute;
    top: 47px;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    display: none;
    z-index: 1;
}

    .country-dropdown__options::before {
        position: absolute;
        content: "";
        left: 1rem;
        top: -1.2rem;
        width: 0;
        height: 0;
    }

    .country-dropdown__options.active {
        display: block;
    }

.country-dropdown__search {
    width: -webkit-fill-available;
    outline: none;
    background-color: #F4F4F6;
    color: #6b7280;
    border-radius: 8px;
    padding: 8px;
    padding-inline-start: 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
    font-family: "Alexandria", sans-serif;
    margin: 4px;
    background-image: url("/assets/img/img/search-normal.svg");
    background-position-x: 4px;
    background-position-y: 8px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    outline: none;
}

.country-dropdown__number {
    padding: 8.5px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    border-inline-start: none;
    font-family: "Alexandria", sans-serif;
    font-size: 16px;
    line-height: 25.44px;
    color: #2b254b;
    height: 43px;
    width: 100%;
}

.country-dropdown__list {
    list-style: none;
    max-height: 130px;
    overflow: overlay;
}

    .country-dropdown__list::-webkit-scrollbar {
        width: 4px;
        cursor: pointer;
    }

    .country-dropdown__list::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
    }

    .country-dropdown__list::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 2px;
        cursor: pointer;
    }

        .country-dropdown__list::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.5);
        }

.country-dropdown__country-item {
    padding: 4px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .country-dropdown__country-item.hide {
        display: none;
    }

    .country-dropdown__country-item:hover {
        background-color: #f4f4f6;
    }

.country-dropdown__country-name {
    margin-inline-start: 4px;
}

.country-dropdown__country-code {
    font-size: 14px;
    line-height: 20px;
    color: #2b254b;
    pointer-events: none;
}

/*=====  End of Country Code Dropdown  ======*/
/*=============================================
=            Curriculums            =
=============================================*/
.curriculums {
    padding-block-end: 60px;
    position: relative;
}

.curriculums__inner {
    gap: 31px;
}

.curriculums__main {
    padding: 40px;
    background-color: #f8fafc;
    border-radius: 24px;
    gap: 37px;
}

@media (max-width: 991.98px) {
    .curriculums__main {
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .curriculums__main {
        padding: 20px;
    }
}

.curriculums__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.curriculums__image-container {
    border-radius: 24px;
    overflow: hidden;
    flex: 0.975;
    background-color: #DFE4E8;
    height: 375px;
}

@media (max-width: 991.98px) {
    .curriculums__image-container {
        flex: 1;
        width: 100%;
    }
}

.curriculums .rte {
    flex: 1;
}

    .curriculums .rte p {
        font-size: 14px;
    }

.curriculums .details-survey {
    margin-block-start: 30px;
}

.curriculums__models {
    gap: 24px;
}

.curriculums__models-title {
    color: #4b5563;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.curriculums__models-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(405px, 1fr));
    gap: 24px;
}

@media (max-width: 991.98px) {
    .curriculums__models-cards {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*=====  End of Curriculums  ======*/
/*=============================================
=            Date Range Filter            =
=============================================*/
.date-range {
    position: relative;
    height: 46px;
    width: 46px;
    min-height: 46px;
    min-width: 46px;
}

.date-range--long {
    width: 208px;
}

    .date-range--long .date-range__icon-container {
        padding: 9px 16px;
        width: 208px;
        height: 46px;
        border: 2px solid #edf2f8;
        background-color: #fff;
        background-image: url("/assets/img/img/chevron-down-gray.svg");
        background-repeat: no-repeat;
        background-size: 12px 6px;
        background-position-y: 50%;
        background-position-x: calc(100% - 18px);
    }

        .date-range--long .date-range__icon-container:hover {
            border-color: #edf2f8;
            background-color: #f4f7fb;
        }

        .date-range--long .date-range__icon-container:focus {
            border-color: black;
            background-color: #f4f7fb;
        }

html[dir=rtl] .date-range--long .date-range__icon-container {
    background-position-x: 18px;
}

.date-range--long .date-range__long {
    display: flex;
    width: 100%;
}

.date-range--long .date-range__long-icon {
    height: 16px;
    width: 16px;
    margin: auto 0;
}

.date-range--long .date-range__icon {
    display: none;
}

.date-range--long .date-range__inner {
    right: 2px;
    top: calc(100% + 5px);
}

@media (max-width: 767.98px) {
    .date-range--long .date-range__inner {
        flex-direction: column;
        min-width: 150px;
    }
}

html[dir=rtl] .date-range--long .date-range__inner {
    left: -2px;
}

.date-range__long {
    display: none;
    gap: 4px;
}

.date-range__long-text {
    color: #4b5563;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.date-range__icon {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.date-range__icon-container {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 42px;
    width: 42px;
    background-color: #f4f2f7;
    border-radius: 8px;
    border: 2px solid #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .date-range__icon-container:hover, .date-range__icon-container:focus {
        border-color: #2b254b;
    }

.date-range__inner {
    position: absolute;
    top: calc(100% + 2px);
    left: auto;
    right: 0;
    gap: 8px;
    min-width: 272px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    box-shadow: 0px 20px 24px -12px rgba(0, 0, 0, 0.1607843137);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .date-range__inner:focus-within {
        opacity: 1;
        visibility: visible;
    }

html[dir=rtl] .date-range__inner {
    left: 0;
    right: auto;
}

.date-range__inner--active {
    opacity: 1;
    visibility: visible;
}

.date-range__input {
    text-align: end;
    width: 100%;
    height: 37px;
    border: 1px solid #d1d5db;
    border-radius: 15px;
    padding-inline-end: 8px;
    padding-block-start: 1px;
    cursor: pointer;
    font-family: "Alexandria", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 21px;
    color: #6b7280;
}

html[dir=rtl] .date-range__input {
    text-align: start;
}

.date-range__input:hover, .date-range__input:focus {
    border-color: #2b254b;
}

.date-range__input::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.date-range__input-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.date-range__input-icon {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.date-range__input-icon-container {
    position: absolute;
    top: 50%;
    right: auto;
    left: 12px;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 5px;
    pointer-events: none;
}

html[dir=rtl] .date-range__input-icon-container {
    right: 12px;
    left: auto;
}

.date-range__input-overlay {
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    padding-inline-start: 36px;
    background-color: #fff;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    pointer-events: none;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 300;
    line-height: 21px;
    color: #6b7280;
}

.date-range__input-overlay--hidden {
    display: none;
}

.date-range__column {
    gap: 6px;
    width: 100%;
}

.date-range__title {
    font-weight: 300;
    line-height: 16.8px;
    font-size: 14px;
    color: #111928;
}

/*=====  End of Date Range Filter  ======*/
/*=============================================
=            Digital Library            =
=============================================*/
.digital-library-list {
    padding-block-end: 60px;
    position: relative;
}

.digital-library-list__title {
    color: #2b254b;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 767.98px) {
    .digital-library-list__title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
        letter-spacing: -0.6px;
    }
}

.digital-library-list__images {
    gap: 33px;
}

.digital-library-list__item {
    position: relative;
    min-height: 344px;
    height: 100%;
    gap: 42px;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 24px 40px;
}

    .digital-library-list__item.sticky {
        position: sticky;
    }

    .digital-library-list__item::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(180deg, rgba(8, 1, 23, 0.8) -63.11%, rgba(8, 1, 23, 0) 130.82%), linear-gradient(90deg, rgba(8, 1, 23, 0.8) -19.12%, rgba(8, 1, 23, 0) 28.11%);
    }

@media (max-width: 991.98px) {
    .digital-library-list__item {
        width: 100%;
    }
}

.digital-library-list__item-content {
    z-index: 1;
    max-width: 577px;
    gap: 24px;
    margin-inline-end: 88px;
}

@media (max-width: 479.98px) {
    .digital-library-list__item-content {
        margin-inline-end: 0;
    }
}

.digital-library-list__item-link {
    margin-top: auto;
    width: fit-content;
    margin-inline-start: auto;
    z-index: 1;
}

    .digital-library-list__item-link .link__label {
        font-size: 16px;
    }

    .digital-library-list__item-link .link__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .digital-library-list__item-link .link__image {
    transform: none;
}

.digital-library-list__buttons {
    position: absolute;
    top: 24px;
    right: 40px;
    left: auto;
    z-index: 1;
    gap: 8px;
}

html[dir=rtl] .digital-library-list__buttons {
    left: 40px;
    right: auto;
}

@media (max-width: 479.98px) {
    .digital-library-list__buttons {
        position: static;
    }
}

.digital-library-list__button {
    background-color: rgba(255, 255, 255, 0.1019607843);
    box-shadow: 0px 6.65px 13.66px -8.86px rgba(0, 0, 0, 0.1098039216);
}

.digital-library-list__title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: fit-content;
}

.digital-library-list__text {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

/*=====  End of Digital Library  ======*/
/*=============================================
=            Discovering Talent            =
=============================================*/
.discover-talent {
    padding-block-end: 60px;
    position: relative;
}

.discover-talent__title {
    color: #2b254b;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 700;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 1199.98px) {
    .discover-talent__title {
        margin: auto;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .discover-talent__title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
        letter-spacing: -0.6px;
    }
}

.discover-talent__inner {
    padding: 40px;
    background-color: #f4f4f6;
    border-radius: 24px;
}

@media (max-width: 479.98px) {
    .discover-talent__inner {
        padding: 20px;
        border-radius: 12px;
    }
}

.discover-talent__main {
    gap: 24px;
    height: 100%;
    width: 100%;
}

.discover-talent__main-container {
    background-color: #fff;
    gap: 40px;
    width: 100%;
    height: 100%;
    padding: 24px;
    border-radius: 24px;
}

@media (max-width: 1199.98px) {
    .discover-talent__main-container {
        flex-wrap: wrap;
    }
}

.discover-talent__items {
    gap: 24px;
}

.discover-talent__item {
    flex: 1;
    border: 1px solid #d1d5db;
    border-radius: 20px;
    padding: 16px 24px;
    height: auto;
    gap: 16px;
}

.discover-talent__item-content {
    gap: 8px;
}

.discover-talent__item-title {
    color: #4b5563;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}

.discover-talent__item-subtitle {
    color: #625b80;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
}

.discover-talent__icon {
    height: 19px;
    width: 19px;
}

.discover-talent__icon-container {
    border-radius: 50%;
    background-color: #f4f4f6;
    height: 56px;
    width: 56px;
    min-height: 56px;
    min-width: 56px;
}

.discover-talent__image {
    max-width: 304px;
    border-radius: 15px;
    object-fit: cover;
    vertical-align: middle;
    margin: 0 auto;
    height: auto;
}

/*=====  End of Discovering Talent  ======*/
/*=============================================
=            Dropdown Filter            =
=============================================*/
.dropdown-filter {
    position: relative;
}

.dropdown-filter__button-container {
    position: absolute;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 272px;
    min-width: 208px;
    display: none;
    padding-block: 4px;
    padding-inline: 4px;
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-bottom: none;
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 3px;
    height: 35px;
}

    .dropdown-filter__button-container::-webkit-scrollbar {
        height: 4px;
        cursor: pointer;
    }

    .dropdown-filter__button-container::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
    }

    .dropdown-filter__button-container::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 2px;
        cursor: pointer;
    }

        .dropdown-filter__button-container::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.5);
        }

.dropdown-filter__button-container--active {
    display: flex;
    z-index: 1;
}

.dropdown-filter__trigger {
    padding-block: 8px;
    padding-inline: 12px 35px;
    border: 2px solid #edf2f8;
    border-radius: 8px;
    cursor: pointer;
    max-width: 272px;
    min-width: 208px;
    font-size: 16px;
    line-height: 26px;
    color: #2b254b;
    background-image: url("/assets/img/img/chevron-down-gray.svg");
    background-repeat: no-repeat;
    background-size: 12px 6px;
    background-position-y: 50%;
    background-position-x: calc(100% - 18px);
    background-color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .dropdown-filter__trigger:hover, .dropdown-filter__trigger:focus {
        background-color: #f4f7fb;
    }

@media (max-width: 479.98px) {
    .dropdown-filter__trigger {
        font-size: 12px;
        line-height: 16px;
        padding-block: 6px;
    }
}

html[dir=rtl] .dropdown-filter__trigger {
    background-position-x: 18px;
}

.dropdown-filter__trigger--active {
    border-color: #2b254b;
}

.dropdown-filter__multi-select-container {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    padding: 3px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    padding-bottom: 0px;
    color: #555;
    background-color: #fff;
    max-height: 33px;
    flex-wrap: nowrap;
    display: none;
}

.dropdown-filter__multi-select-container--active {
    display: flex;
}

.dropdown-filter__multi-select-container .btn-group {
    display: none !important;
}

.dropdown-filter__autocomplete-list {
    max-height: 130px;
    overflow-y: auto;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}

    .dropdown-filter__autocomplete-list::-webkit-scrollbar {
        width: 4px;
        cursor: pointer;
    }

    .dropdown-filter__autocomplete-list::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
    }

    .dropdown-filter__autocomplete-list::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 2px;
        cursor: pointer;
    }

        .dropdown-filter__autocomplete-list::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.5);
        }

    .dropdown-filter__autocomplete-list li {
        display: flex;
        align-items: center;
        position: relative;
        padding-inline: 44px 4px;
        height: 36px;
        font-size: 14px;
        font-weight: 300;
        line-height: 16.8px;
        color: #111928;
    }

html[dir=rtl] .dropdown-filter__autocomplete-list li::after {
    right: 20px;
    left: auto;
}

.dropdown-filter__autocomplete-list li.item--active::after {
    background-image: url("/assets/img/img/checkbox-active.svg");
}

.dropdown-filter__autocomplete-list li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: auto;
    left: 20px;
    transform: translateY(-50%);
    background-image: url("/assets/img/img/checkbox-inactive.svg");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}

.dropdown-filter__autocomplete-list li.not-cursor {
    padding-inline: 6px;
    pointer-events: none;
}

    .dropdown-filter__autocomplete-list li.not-cursor::after {
        content: none;
    }

.dropdown-filter__selected-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    display: inline-block;
    display: flex;
    gap: 5px;
    flex-direction: row-reverse;
    border: 1px solid #d9d9d9;
    background-color: #f4f4f6;
    white-space: nowrap;
    padding-inline: 10px 12px;
    padding-block: 4px;
    height: 26px;
    vertical-align: top;
    cursor: default;
}

    .dropdown-filter__selected-wrapper .selected-close {
        content: url("/assets/img/img/close-circle-filter.svg");
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        height: 100%;
        color: #6b7280;
        cursor: pointer;
    }

    .dropdown-filter__selected-wrapper .selected-label {
        max-width: 514px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
        font-size: 12px;
        font-weight: 300;
        line-height: 18px;
        color: #6b7280;
    }

.dropdown-filter__search-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 5px 10px 10px;
    border-left: 1px solid #d1d5db;
    border-right: 1px solid #d1d5db;
    background-color: #fff;
    z-index: 1;
}

    .dropdown-filter__search-container::after {
        content: "";
        position: absolute;
        top: 0;
        left: 4px;
        height: calc(100% - 8px);
        width: calc(100% - 8px);
        background-color: #f4f4f6;
        border-radius: 8px;
        z-index: -1;
        height: 33px;
    }

    .dropdown-filter__search-container .selected-input {
        background: none;
        border: 0;
        height: 20px;
        width: 100%;
        padding: 0;
        padding-inline-start: 30px;
        margin-bottom: 6px;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-family: "Alexandria", sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 16.8px;
        color: #6b7280;
        background-image: url("/assets/img/img/search-normal.svg");
        background-position-x: 1%;
        background-position-y: 3px;
        background-repeat: no-repeat;
        background-size: 16px 16px;
    }

html[dir=rtl] .dropdown-filter__search-container .selected-input {
    background-position-x: 99%;
}

.dropdown-filter__search-container .selected-input:focus {
    outline: none;
}

.dropdown-filter__search-container .dropdown-filter__dropdown-icon {
    display: inline-block;
    padding: 10px 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23818181%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23818181%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    display: none;
}

.dropdown-filter__search-container ul {
    position: absolute;
    list-style: none;
    padding: 0;
    z-index: 3;
    margin-top: 33px;
    width: 100%;
    right: 0px;
    background: #fff;
    border-top: none;
    max-width: 272px;
    min-width: 208px;
    flex: 1;
    transform: translateX(1px);
}

    .dropdown-filter__search-container ul:focus {
        outline: none;
    }

    .dropdown-filter__search-container ul li {
        min-height: 36px;
        height: auto;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

        .dropdown-filter__search-container ul li::before {
            position: absolute;
            top: 0;
            left: 4px;
            width: calc(100% - 8px);
            height: 100%;
            z-index: -1;
            padding: 4px;
            border-radius: 8px;
            -webkit-transition: all 0.2s ease 0s;
            -moz-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
        }

        .dropdown-filter__search-container ul li:first-child {
            border-top: 1px solid #ccc;
            border-radius: 4px 0px 0 0;
            border: none;
        }

        .dropdown-filter__search-container ul li:last-child {
            border-radius: 4px 0px 0 0;
        }

        .dropdown-filter__search-container ul li:hover.not-cursor {
            cursor: default;
        }

        .dropdown-filter__search-container ul li:hover {
            cursor: pointer;
        }

            .dropdown-filter__search-container ul li:hover::before {
                content: "";
                background-color: #f4f4f6;
            }

.dropdown-filter__dropdown-icon.active {
    transform: rotateX(180deg);
}

.dropdown-filter select[data-multi-select-plugin] {
    display: none !important;
}

.dropdown-filter .multiselect-native-select .multiselect-container {
    width: 100%;
}

/*=====  End of Dropdown Filter  ======*/
/*=============================================
=            Electronic Services            =
=============================================*/
.e-services {
    padding-block: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767.98px) {
    .e-services {
        padding-block: 40px;
    }
}

.e-services__top {
    padding-block-end: 24px;
    position: relative;
    color: #2b254b;
}

.e-services__bottom {
    position: relative;
    width: 100%;
}

@media (max-width: 767.98px) {
    .e-services__bottom {
        gap: 24px;
    }
}

@media (max-width: 767.98px) {
    .e-services__link--desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .e-services__link--mobile {
        display: none;
    }
}

.e-services__link.link {
    font-size: 16px;
    background-color: #2b254b;
    color: #fff;
}

@media (max-width: 767.98px) {
    .e-services__link.link {
        outline: none;
        border: 1px solid #2b254b;
        margin-block-start: 24px;
        width: 100%;
        padding: 8px 24px;
        font-size: 12px;
    }
}

.e-services__link.link:hover, .e-services__link.link:focus {
    background-color: #2b254b;
    color: #fff;
    filter: brightness(140%);
}

.e-services__link.link .link__image {
    width: 20px;
    height: 20px;
    transform: scaleX(1);
}

html[dir=rtl] .e-services__link.link .link__image {
    transform: scaleX(-1);
}

.e-services__header {
    position: relative;
    padding-block-end: 24px;
    width: 100%;
    z-index: 1;
}

    .e-services__header::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #e2a947;
    }

.e-services__title {
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    gap: 8px;
    line-height: 48px;
}

@media (max-width: 767.98px) {
    .e-services__title {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }
}

.e-services__title-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 767.98px) {
    .e-services__title-icon {
        height: 16px;
        width: 16px;
    }
}

.e-services__tabs {
    margin: auto;
    margin-block-end: 40px;
    width: fit-content;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 24px;
    background-color: #f4f4f6;
    color: #2b254b;
}

@media (max-width: 767.98px) {
    .e-services__tabs {
        padding: 8px;
        gap: 5px;
        margin-block-end: 24px;
    }
}

.e-services__tab {
    gap: 8px;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 24px;
    background-color: transparent;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .e-services__tab {
        width: fit-content;
        justify-content: center;
        padding: 4px 7px;
    }
}

.e-services__tab--active {
    background-color: #e2a947;
    color: #fff;
}

    .e-services__tab--active .e-services__tab-title {
        line-height: 21px;
        font-size: 18px;
        font-weight: 800;
    }

@media (max-width: 767.98px) {
    .e-services__tab--active .e-services__tab-title {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
    }
}

.e-services__tab--active .e-services__tab-icon {
    display: initial;
    filter: invert(100%) brightness(200%);
}

@media (max-width: 767.98px) {
    .e-services__tab--active .e-services__tab-icon {
        height: 12px;
        width: 12px;
    }
}

.e-services__tab:hover, .e-services__tab:focus {
    opacity: 0.8;
}

.e-services__tab-icon {
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .e-services__tab-icon {
        display: none;
    }
}

.e-services__tab-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    font-family: "Alexandria", sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .e-services__tab-title {
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
    }
}

.e-services__carousel {
    width: 100%;
    overflow: hidden;
    height: 0;
    pointer-events: none;
}

    .e-services__carousel .e-services__controls {
        display: none;
    }

.e-services__carousel--active {
    height: auto;
    pointer-events: all;
}

    .e-services__carousel--active .e-services__controls {
        display: block;
    }

@media (max-width: 767.98px) {
    .e-services__carousel--active .e-services__controls {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .e-services__carousel-slides {
        flex-direction: column;
        gap: 24px;
        transform: none !important;
        width: 100% !important;
    }
}

.e-services__card {
    position: relative;
    padding-block: 38px 24px;
    padding-inline: 24px;
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-radius: 15px;
    gap: 12px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .e-services__card {
        width: 100% !important;
        margin: 0 !important;
        display: none;
    }
}

.e-services__card:hover, .e-services__card:focus {
    border-color: #6b6681;
}

.e-services__card-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.e-services__card-image-container {
    height: 86.5px;
    border-radius: 9px;
    overflow: hidden;
}

.e-services__card-link.link {
    border: 1px solid #2b254b;
    outline: none;
    padding: 8px 6.5px;
    border-radius: 16px;
}

    .e-services__card-link.link:hover, .e-services__card-link.link:focus {
        color: #2b254b;
    }

    .e-services__card-link.link .link__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .e-services__card-link.link .link__image {
    transform: scaleX(1);
}

.e-services__card-availability {
    background-color: #82b989;
    color: #fff;
    padding: 6px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    top: 0;
    right: auto;
    left: 24px;
    font-size: 12px;
    line-height: 14px;
}

html[dir=rtl] .e-services__card-availability {
    right: 24px;
    left: auto;
}

.e-services__card-availability--unavailable {
    background-color: #575756;
}

.e-services__card-closed {
    background-color: #f4f4f6 !important;
    color: #2b254b !important;
}

.e-services__card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #4b5563;
}

.e-services__card-text {
    font-weight: 300;
    line-height: 21px;
    font-size: 12px;
    color: #6b7280;
}

.e-services__card-bottom {
    gap: 8px;
    flex-wrap: wrap-reverse;
    height: fit-content;
    margin-top: auto;
}

.e-services__card-buttons {
    gap: 4px;
}

.e-services__card--active {
    display: flex;
}

.e-services__button-share, .e-services__button-favourite {
    padding: 8px;
}

    .e-services__button-share .button__image, .e-services__button-favourite .button__image {
        height: 16px;
        width: 16px;
    }

.e-services__controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.e-services__controls--prev {
    left: 53px;
    right: auto;
}

.e-services__controls--next {
    right: 53px;
    left: auto;
    transform: rotate(180deg) translateY(50%);
}

.e-services__arrow {
    background: #fff;
    border-radius: 50%;
    height: 56px;
    width: 56px;
    border: 1px solid #d1d5db;
    cursor: pointer;
    filter: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .e-services__arrow {
        display: none;
    }
}

.e-services__arrow:hover, .e-services__arrow:focus {
    background: #f4f4f6;
}

.e-services__arrow-icon {
    width: 7.1px;
    height: 15.84px;
}

/*=====  Electronic Services  ======*/
/*=============================================
=            employee-access-component            =
=============================================*/
.employee-access-component__wrapper {
    padding: 40px;
    gap: 40px;
    border-radius: 24px;
    margin-bottom: 70px;
}

@media (max-width: 991.98px) {
    .employee-access-component__wrapper {
        flex-direction: column;
    }
}

.employee-access-component__card-section {
    gap: 35px;
    flex: 40%;
}

.employee-access-component__content-section {
    gap: 16px;
}

.employee-access-component__image-container {
    max-width: 588px;
    max-height: 396px;
    flex: 60%;
}

.employee-access-component__image-container__image {
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

.employee-access-component__email-card {
    border-radius: 24px;
    padding: 24px;
    border: solid 1px #D1D5DB;
    background-color: white;
    gap: 16px;
}

.employee-access-component__email-card__content--title {
    font-weight: 500;
    size: 16px;
    line-height: 24px;
    font: Alexandria;
}

.employee-access-component__email-card__content--description {
    font-weight: 300;
    font-size: 12px;
    line-height: 21.24px;
    color: #6B7280;
}

.employee-access-component__email-card__content--button {
    width: 85%;
    border-radius: 16px;
    border: solid 2px #2B254B;
    padding: 8px 32px 8px 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    gap: 8px;
}

.employee-access-component__email-card__content-section {
    gap: 16px;
}

.employee-access-component__email-card__content-section-icon-container {
    width: 32px;
    height: 32px;
    background-color: #F4F4F6;
    border-radius: 100%;
    cursor: pointer;
}

.employee-access-component__email-card__content-section-icon {
    width: 9.61px;
    height: 14.35px;
}

.employee-access-component__icon-container {
    width: 115px;
    height: 74px;
    border: solid 1px #D1D5DB;
    border-radius: 15px;
}

.employee-access-component__card-icon {
    width: 48px;
    height: 48px;
}

/*=====  End of employee-access-component  ======*/
/*=============================================
=            Enrich Knowledge            =
=============================================*/
.enrich-knowledge-list {
    position: relative;
    padding-block-end: 60px;
}

.enrich-knowledge-list__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    row-gap: 18px;
    column-gap: 24px;
    padding: 40px;
    background-color: #F4F4F6;
    border-radius: 24px;
}

@media (max-width: 479.98px) {
    .enrich-knowledge-list__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.enrich-knowledge-list__card {
    position: relative;
    padding: 16px 24.67px;
    border: 1px solid #d1d5db;
    border-radius: 24px;
    gap: 10px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .enrich-knowledge-list__card:hover, .enrich-knowledge-list__card:focus {
        border-color: #6b6681;
    }

.enrich-knowledge-list__card-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.enrich-knowledge-list__card-image-container {
    height: 280px;
    border-radius: 12px;
    overflow: hidden;
}

.enrich-knowledge-list__card-link {
    border: 1px solid #2b254b;
    outline: none;
    padding-inline: 14px;
}

    .enrich-knowledge-list__card-link:hover, .enrich-knowledge-list__card-link:focus {
        color: #2b254b;
    }

    .enrich-knowledge-list__card-link .link__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .enrich-knowledge-list__card-link .link__image {
    transform: scaleX(1);
}

.enrich-knowledge-list__card-tag {
    background-color: #e2a947;
    color: #fff;
    padding: 6px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    width: fit-content;
    font-size: 12px;
    line-height: 14px;
}

.enrich-knowledge-list__card-icon {
    height: 24px;
    width: 24px;
    margin-inline-end: 8px;
}

.enrich-knowledge-list__card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #2b254b;
}

.enrich-knowledge-list__card-bottom {
    flex-wrap: wrap-reverse;
    height: fit-content;
    margin-top: auto;
}

.enrich-knowledge-list__card-number {
    margin-inline-end: 4px;
}

.enrich-knowledge {
    padding-block-end: 60px;
    overflow: hidden;
}

.enrich-knowledge__banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 24px;
    padding: 47.5px 40px;
    overflow: hidden;
}

@media (max-width: 479.98px) {
    .enrich-knowledge__banner {
        padding: 16px;
    }
}

.enrich-knowledge__banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: rgba(43, 37, 75, 0.8);
    backdrop-filter: blur(20px);
}

.enrich-knowledge__banner-inner {
    color: #fff;
    z-index: 1;
    position: inherit;
    width: 100%;
    height: 100%;
    gap: 24px;
    min-height: 227px;
}

@media (max-width: 991.98px) {
    .enrich-knowledge__banner-inner {
        flex-direction: column;
    }
}

.enrich-knowledge__banner-left {
    gap: 16px;
    flex: 1;
}

.enrich-knowledge__banner-right {
    gap: 16px;
    width: 351px;
    overflow: hidden;
    border-radius: 20px;
    min-height: 225px;
}

@media (max-width: 991.98px) {
    .enrich-knowledge__banner-right {
        width: 100%;
    }
}

.enrich-knowledge__banner-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
}

@media (max-width: 991.98px) {
    .enrich-knowledge__banner-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }
}

.enrich-knowledge__banner-link.link {
    margin-top: 32px;
    font-size: 16px;
}

@media (max-width: 479.98px) {
    .enrich-knowledge__banner-link.link {
        padding: 8px 32px;
        min-width: auto;
    }
}

.enrich-knowledge__banner-link.link .link__image {
    transform: scaleX(-1);
}

html[dir=rtl] .enrich-knowledge__banner-link.link .link__image {
    transform: none;
}

.enrich-knowledge__banner-link.link .link__label {
    font-size: 16px;
}

.enrich-knowledge__banner-list {
    margin-top: 16px;
}

.enrich-knowledge__banner-list-item {
    padding-inline-start: 12px;
    position: relative;
}

    .enrich-knowledge__banner-list-item::after {
        content: "•";
        position: absolute;
        inset-inline-start: 0;
        top: 1px;
    }

.enrich-knowledge__banner-list-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .enrich-knowledge__banner-list-text {
        font-size: 14px;
    }
}

.enrich-knowledge__banner-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: inherit;
}

.enrich-knowledge__tabs {
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 8px 12px;
    gap: 12px;
    color: #2b254b;
    margin-block: 32px 60px;
}

@media (max-width: 479.98px) {
    .enrich-knowledge__tabs {
        width: 100%;
    }
}

.enrich-knowledge__tab {
    gap: 8px;
    cursor: pointer;
    padding: 12px 0;
    border-radius: 24px;
    flex: auto;
    background-color: transparent;
    min-width: max-content;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .enrich-knowledge__tab {
        width: 100%;
    }
}

.enrich-knowledge__tab:hover, .enrich-knowledge__tab:focus {
    opacity: 0.8;
}

.enrich-knowledge__tab--active {
    background-color: #e2a947;
    color: #fff;
    padding: 12px 16px;
}

    .enrich-knowledge__tab--active:hover, .enrich-knowledge__tab--active:focus {
        opacity: 1;
    }

    .enrich-knowledge__tab--active .enrich-knowledge__tab-title {
        line-height: 19px;
        font-size: 20px;
        font-weight: 500;
    }

    .enrich-knowledge__tab--active .enrich-knowledge__tab-icon {
        filter: invert(100%) brightness(200%);
    }

.enrich-knowledge__tab-icon {
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .enrich-knowledge__tab-icon {
        height: 12px;
        width: 12px;
    }
}

.enrich-knowledge__tab-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 16.8px;
    font-family: "Alexandria", sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.enrich-knowledge__section {
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.enrich-knowledge__section--active {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.enrich-knowledge__accordion {
    position: relative;
    background-color: #f4f4f6;
    border-radius: 24px;
    gap: 12px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .enrich-knowledge__accordion::before {
        content: "+";
        position: absolute;
        left: 0;
        top: 37.5px;
        left: 40px;
        right: auto;
        height: 20px;
        width: 20px;
        background-color: #2b254b;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        pointer-events: none;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

html[dir=rtl] .enrich-knowledge__accordion::before {
    left: auto;
    right: 40px;
}

.enrich-knowledge__accordion:not(:last-child) {
    margin-bottom: 32px;
}

.enrich-knowledge__accordion[open]::before {
    content: "-";
    background-color: #e2a947;
}

.enrich-knowledge__accordion[open] .enrich-knowledge__accordion-title-container {
    padding-block-end: 24px;
}

.enrich-knowledge__accordion-title {
    color: #111928;
    line-height: 16.8px;
    font-size: 20px;
    font-weight: 500;
}

.enrich-knowledge__accordion-title-container {
    cursor: pointer;
    padding: 40px;
    padding-inline-start: 74px;
}

    .enrich-knowledge__accordion-title-container::-webkit-details-marker {
        display: none;
    }

.enrich-knowledge__accordion-text {
    color: #4b5563;
    line-height: 26px;
    font-size: 14px;
}

.enrich-knowledge__accordion-table .enrich-knowledge__accordion-inner {
    padding: 0;
    margin: 40px;
    overflow-x: auto;
}

.enrich-knowledge__accordion-inner {
    padding-inline: 40px;
    padding-block-end: 40px;
}

.enrich-knowledge__content .rte {
    color: #6b7280;
}

    .enrich-knowledge__content .rte p {
        font-size: 14px;
    }

    .enrich-knowledge__content .rte table {
        border: 0px;
        background-color: #fff;
        border-radius: 8px;
        border-spacing: 0;
        width: 100%;
        overflow: auto;
    }

        .enrich-knowledge__content .rte table tbody tr {
            border-bottom: 1px solid #d1d5db;
        }

            .enrich-knowledge__content .rte table tbody tr:first-child {
                background-color: #d1d5db;
                font-size: 10px;
                font-weight: 600;
                border-bottom: 1px solid #fff;
            }

                .enrich-knowledge__content .rte table tbody tr:first-child td {
                    color: #2b254b;
                }

                    .enrich-knowledge__content .rte table tbody tr:first-child td:first-child {
                        border-start-start-radius: 8px;
                    }

                    .enrich-knowledge__content .rte table tbody tr:first-child td:last-child {
                        border-start-end-radius: 8px;
                    }

            .enrich-knowledge__content .rte table tbody tr:last-child {
                border-bottom: 0px;
            }

            .enrich-knowledge__content .rte table tbody tr td {
                padding: 16px 12px;
                color: #6b7280;
                font-size: 12px;
                line-height: 14.4px;
                border: 0;
            }

                .enrich-knowledge__content .rte table tbody tr td img {
                    width: auto;
                    display: inline;
                }

                .enrich-knowledge__content .rte table tbody tr td p {
                    font-size: 14px;
                }

/*=====  End of Enrich Knowledge  ======*/
/*=============================================
=            Event Details            =
=============================================*/
.event-details {
    padding-block-end: 60px;
}

.event-details__header {
    padding-block-end: 60px;
}

@media (max-width: 479.98px) {
    .event-details__header {
        flex-direction: column-reverse;
        align-items: start;
        gap: 20px;
        padding-block-end: 24px;
    }
}

.event-details__header-button-download, .event-details__header-button-share {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .event-details__header-button-download .button__image, .event-details__header-button-share .button__image {
        height: 28px;
        width: 28px;
    }

.event-details__header-buttons {
    gap: 12px;
}

.event-details__title {
    color: #4b5563;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    line-height: 48px;
}

.event-details__available, .event-details__unavailable {
    width: fit-content;
    position: relative;
    color: #64a86c;
    background-color: #fafffb;
    padding-block: 8.5px;
    padding-inline: 22px 8px;
    border-radius: 8px;
    border: 1px solid #64a86c;
}

    .event-details__available:after, .event-details__unavailable:after {
        position: absolute;
        inset-inline-start: 10px;
        inset-block-start: 15px;
        content: "";
        width: 6px;
        height: 6px;
        background-color: #64a86c;
        border-radius: 50%;
    }

.event-details__unavailable {
    color: #575756;
    border: 1px solid #575756;
    background-color: transparent;
}

    .event-details__unavailable:after {
        background-color: #575756;
    }

.event-details__main {
    display: flex;
    gap: 24px;
    border-radius: 25px;
    margin-block-end: 60px;
}

@media (max-width: 991.98px) {
    .event-details__main {
        display: flex;
        flex-direction: column;
    }
}

.event-details__side {
    max-width: 450px;
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 24px;
    flex: 1;
}

@media (max-width: 991.98px) {
    .event-details__side {
        max-width: 100%;
    }
}

@media (max-width: 479.98px) {
    .event-details__side-top {
        flex-direction: column-reverse;
        gap: 10px;
    }
}

.event-details__side-title {
    color: #4b5563;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
}

.event-details__event {
    height: auto;
    background-color: #f4f4f6;
    gap: 16px;
    border-radius: 24px;
    padding: 24px;
    flex: 1;
}

.event-details__event-title {
    color: #4b5563;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
}

.event-details__event-image {
    aspect-ratio: 2/1;
    border-radius: 24px;
}

.event-details__event-text {
    font-size: 14px;
    line-height: 26px;
    color: #6b7280;
}

.event-details__box {
    gap: 40px;
}

.event-details__section {
    font-size: 14px;
    gap: 24px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d1d5db;
}

    .event-details__section:first-child {
        border: none;
        padding-block-end: 0;
    }

    .event-details__section:last-child {
        border: none;
        padding-block-end: 0;
        gap: 40px;
    }

.event-details__section--details {
    font-weight: 500;
}

.event-details__section--split {
    width: 100%;
    gap: 8px;
}

@media (max-width: 479.98px) {
    .event-details__section--split {
        justify-content: start;
        gap: 25px;
    }
}

.event-details__section--split-title {
    min-width: 58px;
}

.event-details__section--split a {
    min-width: fit-content;
}

.event-details__text {
    gap: 4px;
}

.event-details__row {
    gap: 16px;
    flex-wrap: wrap;
}

.event-details__row-title {
    color: #6b7280;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.8px;
}

.event-details__row-title-bold {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2b254b;
    margin-inline-start: 4px;
}

.event-details__row-title-small .service-details__row-icon {
    margin-inline-end: 8px;
}

.event-details__row-title-dark {
    color: #4b5563;
}

.event-details__row-icon {
    height: 24px;
    width: 24px;
    margin-inline-end: 12px;
}

.event-details__row-text {
    color: #4b5563;
    font-size: 14px;
    line-height: 26px;
}

.event-details__row-text-large {
    color: #2b254b;
    font-weight: 500;
    font-size: 22px;
    line-height: 26.4px;
}

.event-details__row-text--active {
    position: relative;
    background-color: #ecfdf3;
    border-radius: 16px;
    color: #027a48;
    padding-inline: 26px 10px;
    padding-block: 4px;
}

    .event-details__row-text--active::after {
        content: "";
        position: absolute;
        background-color: #027a48;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        left: 11px;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
    }

html[dir=rtl] .event-details__row-text--active::after {
    right: 11px;
    left: auto;
}

.event-details__row-images {
    gap: 31px;
}

.event-details__row-image {
    max-height: 20px;
    object-fit: contain;
}

.event-details__row-link {
    font-size: 14px;
    line-height: 24px;
    color: #2b254b;
    text-decoration: underline;
}

.event-details__row-rating {
    color: #e2a947;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.event-details__alert {
    gap: 8px;
    color: #d14e48;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.8px;
}

.event-details__alert-icon {
    height: 24px;
    width: 24px;
}

.event-details__links {
    gap: 16px;
}

.event-details__link .link__label {
    font-size: 16px;
}

.event-details__link .link__image {
    height: 12px;
    width: 12px;
}

.event-details__link .link__image {
    transform: scaleX(-1);
}

html[dir=rtl] .event-details__link .link__image {
    transform: scaleX(1);
}

.event-details__students {
    gap: 8px;
    margin-block-start: auto;
}

.event-details__students-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.event-details__students-image-container {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1.5px solid #fff;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #6b7280;
}

    .event-details__students-image-container:nth-child(1) {
        z-index: 5;
    }

    .event-details__students-image-container:nth-child(2) {
        position: absolute;
        right: auto;
        left: 24px;
        z-index: 4;
    }

html[dir=rtl] .event-details__students-image-container:nth-child(2) {
    left: auto;
    right: 24px;
}

.event-details__students-image-container:nth-child(3) {
    position: absolute;
    right: auto;
    left: 48px;
    z-index: 3;
}

html[dir=rtl] .event-details__students-image-container:nth-child(3) {
    left: auto;
    right: 48px;
}

.event-details__students-image-container:nth-child(4) {
    position: absolute;
    right: auto;
    left: 72px;
    z-index: 2;
}

html[dir=rtl] .event-details__students-image-container:nth-child(4) {
    left: auto;
    right: 72px;
}

.event-details__students-image-container:nth-child(5) {
    position: absolute;
    right: auto;
    left: 96px;
    z-index: 1;
}

html[dir=rtl] .event-details__students-image-container:nth-child(5) {
    left: auto;
    right: 96px;
}

.event-details__students-images {
    position: relative;
    min-width: 128px;
}

.event-details__students-text {
    font-size: 14px;
    line-height: 18px;
    padding-inline-start: 10px;
    color: #6b7280;
}

.event-details__students-text-bold {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #6b7280;
}

.event-details__cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 24px;
}

@media (max-width: 767.98px) {
    .event-details__cards {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 12px;
    }
}

.event-details__cards-title {
    color: #4b5563;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-block-end: 24px;
}

/*=====  End of Event Details  ======*/
/*=============================================
=            Events            =
=============================================*/
.events {
    padding-block-end: 32px;
}

@media (max-width: 767.98px) {
    .events {
        padding-block-end: 14px;
    }
}

.events__top {
    padding-block-start: 40px;
    padding-block-end: 100px;
    position: relative;
    min-height: 326px;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .events__top::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(43, 37, 75, 0.8);
        z-index: 0;
    }

@media (max-width: 767.98px) {
    .events__top {
        padding-block-end: 72px;
    }
}

.events__bottom {
    position: relative;
    width: 100%;
    transform: translateY(-71px);
}

@media (max-width: 767.98px) {
    .events__bottom {
        padding-inline-end: 0;
        transform: translateY(-49px);
    }
}

.events__link.link {
    font-size: 16px;
}

    .events__link.link .link__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .events__link.link .link__image {
    transform: scaleX(1);
}

@media (max-width: 767.98px) {
    .events__link.link {
        background-color: transparent;
        border: none;
        outline: none;
        color: #fff;
        padding: 0;
    }

        .events__link.link:hover, .events__link.link:focus {
            background-color: transparent;
            color: #fff;
        }

        .events__link.link .link__image {
            filter: brightness(1000%);
        }

        .events__link.link .link__label {
            text-decoration: underline;
        }
}

.events__header {
    position: relative;
    padding-block-end: 24px;
    width: 100%;
    z-index: 1;
}

    .events__header::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #d1d5db;
    }

.events__title {
    gap: 8px;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    line-height: 48px;
}

@media (max-width: 767.98px) {
    .events__title {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }
}

.events__title-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 767.98px) {
    .events__title-icon {
        height: 16px;
        width: 16px;
    }
}

.events__main {
    z-index: 1;
    gap: 16px;
    padding-block-start: 24px;
}

.events__tabs {
    gap: 12px;
    padding: 16.5px 16px;
    border-radius: 24px;
    background-color: #fff;
    color: #2b254b;
}

@media (max-width: 1199.98px) {
    .events__tabs {
        margin: auto;
    }
}

@media (max-width: 767.98px) {
    .events__tabs {
        width: 100%;
        padding: 8px 16.5px;
    }
}

.events__tab {
    gap: 8px;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .events__tab {
        width: 100%;
        justify-content: center;
        padding: 8.5px 8px;
    }
}

.events__tab--active {
    background-color: #e2a947;
    color: #fff;
}

    .events__tab--active .events__tab-title {
        line-height: 21px;
        font-size: 18px;
        font-weight: 600;
    }

@media (max-width: 479.98px) {
    .events__tab--active .events__tab-title {
        font-size: 12px;
        line-height: 15px;
    }
}

.events__tab--active .events__tab-icon {
    filter: invert(100%) brightness(200%);
}

.events__tab:hover, .events__tab:focus {
    opacity: 0.8;
}

.events__tab-icon {
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .events__tab-icon {
        height: 12px;
        width: 12px;
    }
}

.events__tab-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 479.98px) {
    .events__tab-title {
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
    }
}

.events__days {
    gap: 16px;
    overflow-x: auto;
}

@media (max-width: 1199.98px) {
    .events__days {
        margin: auto;
    }
}

.events__day {
    padding: 10px 9px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    min-width: 80px;
    min-height: 80px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .events__day {
        min-width: 51px;
        padding: 0;
    }
}

.events__day:hover, .events__day:focus {
    background-color: rgba(255, 255, 255, 0.5019607843);
    border-color: #d1d5db;
}

.events__day--active {
    background-color: rgba(255, 255, 255, 0.5019607843);
    border-color: #d1d5db;
}

.events__day-number {
    margin-inline-start: auto;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 767.98px) {
    .events__day-number {
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        padding: 10px 9px;
    }
}

.events__day-text {
    line-height: 14px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 767.98px) {
    .events__day-text {
        font-size: 12px;
        line-height: 14px;
        font-weight: 300;
        padding: 10px 4.2px;
    }
}

.events__carousel {
    width: 100%;
    overflow: hidden;
    height: 0;
    pointer-events: none;
}

    .events__carousel .events__controls {
        display: none;
    }

.events__carousel--active {
    height: auto;
    pointer-events: all;
}

    .events__carousel--active .events__controls {
        display: block;
    }

@media (max-width: 1199.98px) {
    .events__carousel--active .events__controls {
        display: none;
    }
}

.events__carousel .glide__bullets {
    display: none;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    gap: 4px;
}

.events__carousel .glide__bullets--active {
    display: flex;
}

@media (min-width: 992px) {
    .events__carousel .glide__bullets--active {
        display: none;
    }
}

.events__carousel .glide__bullets .glide__bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.events__carousel .glide__bullets .glide__bullet--active {
    width: 24px;
    background-color: #6b6681;
    border-radius: 10px;
}

.events__card {
    position: relative;
    padding: 16px;
    gap: 16px;
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .events__card {
        padding: 0;
        flex-direction: column;
        gap: 0;
    }
}

.events__card-content {
    width: 100%;
    height: 100%;
    gap: 8px;
}

@media (max-width: 1199.98px) {
    .events__card-content {
        padding-block: 8px 16px;
        padding-inline: 16px 8px;
    }
}

.events__card-image {
    height: 112px;
    min-height: 112px;
    width: 112px;
    min-width: 112px;
    aspect-ratio: 1/1;
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
    vertical-align: middle;
    margin: auto;
}

@media (max-width: 1199.98px) {
    .events__card-image {
        height: 100%;
        min-height: auto;
        max-height: 58px;
        width: 100%;
        min-width: auto;
        margin: 0;
        border-radius: 0;
    }
}

.events__card-date {
    gap: 8px;
    font-size: 12px;
    line-height: 15px;
    color: #575756;
}

@media (max-width: 767.98px) {
    .events__card-date {
        font-weight: 300;
        gap: 4px;
    }
}

.events__card-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 767.98px) {
    .events__card-icon {
        height: 12px;
        width: 12px;
    }
}

.events__card-title {
    color: #4b5563;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 767.98px) {
    .events__card-title {
        font-size: 12px;
    }
}

.events__controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.events__controls--prev {
    left: 53px;
    right: auto;
}

.events__controls--next {
    right: 53px;
    left: auto;
    transform: rotate(180deg) translateY(50%);
}

.events__arrow {
    background: #fff;
    border-radius: 50%;
    height: 56px;
    width: 56px;
    border: 1px solid #d1d5db;
    cursor: pointer;
    filter: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .events__arrow:hover, .events__arrow:focus {
        background: #f4f4f6;
    }

.events__arrow-icon {
    width: 7.1px;
    height: 15.84px;
}

/*=====  End of Navbar  ======*/
/*=============================================
=            Events Calendar            =
=============================================*/
.events-calendar {
    padding-block-end: 60px;
    position: relative;
}

.events-calendar__header {
    padding-block-end: 72px;
    gap: 24px;
}

.events-calendar__header-button-download, .events-calendar__header-button-share {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .events-calendar__header-button-download .button__image, .events-calendar__header-button-share .button__image {
        height: 28px;
        width: 28px;
    }

.events-calendar__header-buttons {
    gap: 12px;
}

.events-calendar__top-button-download, .events-calendar__top-button-share {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .events-calendar__top-button-download .button__image, .events-calendar__top-button-share .button__image {
        height: 28px;
        width: 28px;
    }

.events-calendar__top-buttons {
    gap: 12px;
}

.events-calendar__title {
    color: #4b5563;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    line-height: 48px;
}

.events-calendar__filters {
    padding-bottom: 48px;
    gap: 24px;
}

.events-calendar__tabs {
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 8px 12px;
    gap: 12px;
    color: #2b254b;
}

@media (max-width: 479.98px) {
    .events-calendar__tabs {
        width: 100%;
    }
}

.events-calendar__tab {
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .events-calendar__tab {
        width: 100%;
    }
}

.events-calendar__tab:hover, .events-calendar__tab:focus {
    opacity: 0.8;
}

.events-calendar__tab--active {
    background-color: #e2a947;
    color: #fff;
}

    .events-calendar__tab--active:hover, .events-calendar__tab--active:focus {
        opacity: 1;
    }

    .events-calendar__tab--active .events-calendar__tab-title {
        line-height: 19px;
        font-size: 16px;
        font-weight: 600;
    }

    .events-calendar__tab--active .events-calendar__tab-icon {
        filter: invert(100%) brightness(200%);
    }

.events-calendar__tab-icon {
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .events-calendar__tab-icon {
        height: 12px;
        width: 12px;
    }
}

.events-calendar__tab-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16.8px;
    font-family: "Alexandria", sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.events-calendar__search {
    gap: 16px;
}

    .events-calendar__search input.events-calendar__search-input {
        width: 235px;
        background-color: #fff;
    }

@media (max-width: 479.98px) {
    .events-calendar__search input.events-calendar__search-input {
        width: 100%;
    }
}

.events-calendar__main {
    padding: 40px;
    background-color: #f4f4f6;
    border-radius: 40px;
    margin-top: 41px;
    gap: 32px;
    overflow-x: auto;
}

@media (max-width: 991.98px) {
    .events-calendar__main {
        overflow: hidden;
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 479.98px) {
    .events-calendar__main {
        padding: 20px;
        border-radius: 20px;
    }
}

.events-calendar__controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.events-calendar__controls--prev {
    left: 0;
    right: auto;
}

.events-calendar__controls--next {
    right: 0;
    left: auto;
    transform: rotate(180deg) translateY(50%);
}

.events-calendar__arrow {
    background: #fff;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    border: 1px solid #d1d5db;
    cursor: pointer;
    filter: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .events-calendar__arrow:hover, .events-calendar__arrow:focus {
        background: #f4f4f6;
    }

.events-calendar__arrow-icon {
    width: 4.73px;
    height: 10.56px;
}

.events-calendar__carousel-inner {
    position: relative;
}

.events-calendar__carousel-track {
    margin: 0 48px;
    overflow-x: clip;
}

.events-calendar__carousel-item {
    flex: 1;
    padding: 10px 11px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #6b7280;
    background-color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    font-family: "Alexandria", sans-serif;
    word-break: break-word;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .events-calendar__carousel-item:hover, .events-calendar__carousel-itemf:focus {
        border-color: #6b6681;
    }

    .events-calendar__carousel-item.glide__slide--active {
        position: relative;
        background-color: rgba(202, 200, 210, 0.3019607843);
        color: #2b254b;
    }

        .events-calendar__carousel-item.glide__slide--active:hover, .events-calendar__carousel-item.glide__slide--active:focus {
            border-color: transparent;
        }

        .events-calendar__carousel-item.glide__slide--active::after {
            content: "";
            position: absolute;
            top: calc(100% + 12px);
            height: 5px;
            width: 5px;
            border-radius: 50%;
            background-color: #6b6681;
        }

.events-calendar__column {
    position: relative;
    flex: 1;
    gap: 12px;
    padding-inline-end: 32px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .events-calendar__column::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        height: 100%;
        width: 2px;
        background-color: #edf0f2;
    }

html[dir=rtl] .events-calendar__column::after {
    right: auto;
    left: 0;
}

.events-calendar__column:last-child {
    padding-inline-end: 0;
}

    .events-calendar__column:last-child::after {
        content: none;
    }

@media (max-width: 991.98px) {
    .events-calendar__column {
        border-radius: 8px;
        padding-inline-end: 0;
    }

        .events-calendar__column::after {
            content: none;
        }

        .events-calendar__column::before {
            content: "+";
            position: absolute;
            right: 0;
            top: 0;
            height: 32px;
            width: 32px;
            background-color: #fff;
            border-radius: 50%;
            border: 1px solid #d1d5db;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #6b7280;
        }

        .events-calendar__column[open]::before {
            content: "-";
        }
}

.events-calendar__column-title {
    color: #6b7280;
    line-height: 16.8px;
    font-size: 14px;
    font-weight: 500;
}

.events-calendar__column-title-container {
    cursor: pointer;
}

@media (min-width: 992px) {
    .events-calendar__column-title-container {
        pointer-events: none;
    }
}

@media (max-width: 991.98px) {
    .events-calendar__column-title-container {
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: 12px;
    }
}

.events-calendar__column-number {
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    color: #e2a947;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    background-color: #fff;
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
}

.events-calendar__cards {
    gap: 12px;
}

    .events-calendar__cards:has(> *) {
        margin-top: 12px;
    }

@media (max-width: 991.98px) {
    .events-calendar__cards {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

@media (max-width: 767.98px) {
    .events-calendar__cards {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}

.events-calendar__card {
    background-color: #fff;
    padding: 8px;
    border-radius: 15px;
    border: 1px solid #d1d5db;
    gap: 12px;
    width: 118px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .events-calendar__card:hover, .events-calendar__card:focus {
        border-color: #6b6681;
    }

@media (max-width: 991.98px) {
    .events-calendar__card {
        width: 100%;
    }
}

.events-calendar__card-image {
    width: 100%;
    height: 53px;
    border-radius: 9px;
    overflow: hidden;
    object-fit: cover;
}

.events-calendar__card-text {
    color: #4b5563;
    line-height: 17px;
    font-size: 10px;
    text-align: center;
}

/*=====  End of Events Calendar  ======*/
/*=============================================
=            Events Card            =
=============================================*/
.events-card {
    position: relative;
    padding: 16px;
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-radius: 16px;
    gap: 12px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .events-card:hover, .events-card:focus {
        border-color: #6b6681;
    }

.events-card__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.events-card__image-container {
    height: 100%;
    width: 85px;
    min-width: 85px;
    border-radius: 9px;
    overflow: hidden;
}

.events-card__content {
    width: 100%;
    gap: 12px;
}

.events-card__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #4b5563;
}

.events-card__bottom {
    width: 100%;
    gap: 20px;
    background-color: #f4f4f6;
    border-radius: 8px;
    padding: 8px;
    margin-top: auto;
}

@media (max-width: 767.98px) {
    .events-card__bottom {
        text-align: center;
    }
}

.events-card__buttons {
    gap: 8px;
}

.events-card__column {
    min-width: 106px;
    gap: 4px;
    margin: auto;
    align-items: flex-start;
    max-width: 33%;
}

@media (max-width: 479.98px) {
    .events-card__column {
        min-width: auto;
    }
}

.events-card__column-title {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #6b6681;
}

.events-card__column-text {
    font-size: 12px;
    font-weight: 300;
    line-height: 21px;
    color: #6b7280;
}

/*=====  End of Events Card  ======*/
/*=============================================
=            Events List            =
=============================================*/
.events-list {
    padding-block-end: 60px;
    position: relative;
}

.events-list__header {
    padding-block-end: 72px;
    gap: 24px;
}

.events-list__header-button-download, .events-list__header-button-share {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .events-list__header-button-download .button__image, .events-list__header-button-share .button__image {
        height: 28px;
        width: 28px;
    }

.events-list__header-buttons {
    gap: 12px;
}

.events-list__top-button-download, .events-list__top-button-share {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .events-list__top-button-download .button__image, .events-list__top-button-share .button__image {
        height: 28px;
        width: 28px;
    }

.events-list__top-buttons {
    gap: 12px;
}

.events-list__title {
    color: #4b5563;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    line-height: 48px;
}

.events-list__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 24px;
}

@media (max-width: 479.98px) {
    .events-list__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.events-list__filters {
    padding-bottom: 48px;
    gap: 24px;
}

.events-list__tabs {
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 8px 12px;
    gap: 12px;
    color: #2b254b;
}

@media (max-width: 479.98px) {
    .events-list__tabs {
        width: 100%;
    }
}

.events-list__tab {
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .events-list__tab {
        width: 100%;
    }
}

.events-list__tab:hover, .events-list__tab:focus {
    opacity: 0.8;
}

.events-list__tab--active {
    background-color: #e2a947;
    color: #fff;
}

    .events-list__tab--active:hover, .events-list__tab--active:focus {
        opacity: 1;
    }

    .events-list__tab--active .events-list__tab-title {
        line-height: 19px;
        font-size: 16px;
        font-weight: 600;
    }

    .events-list__tab--active .events-list__tab-icon {
        filter: invert(100%) brightness(200%);
    }

.events-list__tab-icon {
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .events-list__tab-icon {
        height: 12px;
        width: 12px;
    }
}

.events-list__tab-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16.8px;
    font-family: "Alexandria", sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.events-list__search {
    gap: 16px;
}

    .events-list__search input.events-list__search-input {
        width: 235px;
        background-color: #fff;
    }

@media (max-width: 479.98px) {
    .events-list__search input.events-list__search-input {
        width: 100%;
    }
}

.events-list__sort {
    height: 46px;
    width: 46px;
    min-height: 46px;
    min-width: 46px;
    border: 2px solid #edf2f8;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .events-list__sort:hover, .events-list__sort:focus {
        border-color: #2b254b;
    }

.events-list__sort-icon {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/*=====  End of Events List  ======*/
/*=============================================
=            FAQ            =
=============================================*/
.faq {
    position: relative;
    padding-block: 0 60px;
}

.faq__filters {
    padding-block-end: 48px;
}

.faq__dropdowns {
    gap: 16px;
}

@media (max-width: 991.98px) {
    .faq__dropdowns {
        margin-block-start: 16px;
    }
}

.faq__dropdowns .single-dropdown-filter__trigger {
    max-width: 350px;
}

.faq .banner-with-image {
    margin-block-start: 60px;
}

.faq .banner-with-image__title {
    max-width: 370px;
    line-height: 48px;
}

.faq .banner-with-image__text {
    max-width: 100%;
    padding-inline-end: 10px;
}

/*=====  End of FAQ  ======*/
/*=============================================
=                 Favourites               =
=============================================*/
.favourites__wrapper .heading {
    padding-block-end: 72px;
}

@media (max-width: 767.98px) {
    .favourites__wrapper .heading {
        padding-block-end: 30px;
    }
}

.favourites__tabs {
    margin-block-end: 40px;
    width: fit-content;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 24px;
    background-color: #f4f4f6;
    color: #2b254b;
}

@media (max-width: 767.98px) {
    .favourites__tabs {
        padding: 8px;
        gap: 5px;
        margin-block-end: 24px;
    }
}

@media (max-width: 389.98px) {
    .favourites__tabs {
        width: 100%;
        flex-direction: column;
    }
}

.favourites__tab {
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 24px;
    background-color: transparent;
    font-family: inherit;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .favourites__tab {
        width: fit-content;
        justify-content: center;
        padding: 8px 7px;
    }
}

@media (max-width: 389.98px) {
    .favourites__tab {
        width: 100%;
    }
}

.favourites__tab--active {
    background-color: #e2a947;
    color: #fff;
}

    .favourites__tab--active .favourites__tab-title {
        line-height: 19px;
        font-size: 16px;
    }

@media (max-width: 767.98px) {
    .favourites__tab--active .favourites__tab-title {
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
    }
}

.favourites__tab--active .favourites__tab-icon {
    display: initial;
    filter: invert(100%) brightness(200%);
}

.favourites__tab:hover, .favourites__tab:focus {
    opacity: 0.8;
}

.favourites__tab-icon {
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .favourites__tab-icon {
        display: none;
    }
}

.favourites__tab-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .favourites__tab-title {
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
    }
}

.favourites__grid--services {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    row-gap: 18px;
    column-gap: 24px;
}

.favourites__grid--programs, .favourites__grid--contests {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.favourites__grid--events {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 24px;
}

@media (max-width: 479.98px) {
    .favourites__grid--events {
        grid-template-columns: repeat(1, 1fr);
    }
}

.favourites .background-image-card {
    position: relative;
    min-height: 344px;
    height: 100%;
    gap: 42px;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 24px 40px;
}

    .favourites .background-image-card::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(180deg, rgba(8, 1, 23, 0.8) -63.11%, rgba(8, 1, 23, 0) 130.82%), linear-gradient(90deg, rgba(8, 1, 23, 0.8) -19.12%, rgba(8, 1, 23, 0) 28.11%);
    }

@media (max-width: 991.98px) {
    .favourites .background-image-card {
        width: 100%;
    }
}

.favourites .background-image-card__content {
    z-index: 1;
    max-width: 577px;
    gap: 24px;
    margin-inline-end: 88px;
}

@media (max-width: 479.98px) {
    .favourites .background-image-card__content {
        margin-inline-end: 0;
    }
}

.favourites .background-image-card__title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: fit-content;
}

.favourites .background-image-card__text {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.favourites .background-image-card__link {
    margin-top: auto;
    width: fit-content;
    margin-inline-start: auto;
    z-index: 1;
}

    .favourites .background-image-card__link .link__label {
        font-size: 16px;
    }

    .favourites .background-image-card__link .link__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .favourites .background-image-card__link .link__image {
    transform: none;
}

.favourites .background-image-card__buttons {
    position: absolute;
    top: 24px;
    right: 40px;
    left: auto;
    z-index: 1;
    gap: 8px;
}

html[dir=rtl] .favourites .background-image-card__buttons {
    left: 40px;
    right: auto;
}

@media (max-width: 479.98px) {
    .favourites .background-image-card__buttons {
        position: static;
    }
}

.favourites .background-image-card__button {
    background-color: rgba(255, 255, 255, 0.1019607843);
    box-shadow: 0px 6.65px 13.66px -8.86px rgba(0, 0, 0, 0.1098039216);
}

.favourites .pagination {
    padding-block: 40px;
}

/*=====  End of Favourites  ======*/
/*=============================================
=            Footer            =
=============================================*/
.footer {
    position: relative;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .footer:after {
        position: absolute;
        content: "";
        inset: 0;
        background-color: #2b254b;
        opacity: 0.8;
    }

.footer__inner {
    z-index: 1;
    padding-inline: 162px;
}

@media (max-width: 1199.98px) {
    .footer__inner {
        padding: 0 27px;
    }
}

.footer__top {
    margin-block-start: 80px;
    background-color: rgba(255, 255, 255, 0.0705882353);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 24px;
    gap: 24px;
}

@media (max-width: 1299.98px) {
    .footer__top {
        background-color: initial;
        border: initial;
    }
}

@media (max-width: 991.98px) {
    .footer__top {
        margin-block-start: 24px;
        padding-inline: 0;
        padding-block-end: 30px;
    }
}

.footer__top-title {
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 700;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 767.98px) {
    .footer__top-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
    }
}

.footer__top .link--sm .link__image {
    transform: scaleX(-1);
}

html[dir=rtl] .footer__top .link--sm .link__image {
    transform: scaleX(1);
}

@media (max-width: 767.98px) {
    .footer__top .link--sm {
        padding: 12px 16px;
    }
}

.footer__contacts {
    width: 100%;
    padding-block: 8px;
    padding-inline-end: 24px;
    background-color: rgba(0, 0, 0, 0.1607843137);
    border-radius: 15px;
}

@media (max-width: 1299.98px) {
    .footer__contacts {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        background-color: initial;
        padding-inline-end: 0;
    }
}

.footer__contact {
    flex: 1;
    padding-inline: 24px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.5019607843);
}

@media (max-width: 1299.98px) {
    .footer__contact {
        display: grid;
        place-content: center;
        border-inline-end: none;
        background-color: rgba(0, 0, 0, 0.1607843137);
        border-radius: 20px;
    }
}

@media (max-width: 991.98px) {
    .footer__contact {
        padding-inline: 11px;
    }
}

.footer__contact:last-child {
    border-inline-end: none;
}

.footer__contact-inner {
    padding-block: 8px;
}

@media (max-width: 1299.98px) {
    .footer__contact-inner {
        flex-direction: column;
        align-items: center;
    }
}

.footer__contact-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    position: relative;
    padding: 10px 12px;
    background-color: #e2a947;
    border-radius: 50%;
    margin-inline-end: 8px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 991.98px) {
    .footer__contact-icon {
        margin-inline-end: 0;
        width: 25px;
        height: 25px;
        padding: 6px;
    }
}

.footer__contact-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Alexandria", sans-serif;
    letter-spacing: -0.4px;
    font-weight: 400;
    margin-block-end: 8px;
}

@media (max-width: 1299.98px) {
    .footer__contact-title {
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .footer__contact-title {
        font-size: 12px;
    }
}

.footer__contact-details {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Alexandria", sans-serif;
    letter-spacing: -0.4px;
    line-height: 16.8px;
    font-weight: 600;
}

@media (max-width: 1299.98px) {
    .footer__contact-details {
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .footer__contact-details {
        font-size: 12px;
    }
}

.footer__middle {
    padding-block: 80px;
}

@media (max-width: 767.98px) {
    .footer__middle {
        flex-direction: column;
        align-items: center;
        padding-block: 0 30px;
    }
}

.footer__logo {
    max-width: 124px;
    min-width: 124px;
    margin-top: 54px;
    margin-inline: 20px 30px;
}

@media (max-width: 991.98px) {
    .footer__logo-container {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .footer__column {
        align-self: flex-start;
    }
}

.footer__column-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
}

@media (max-width: 767.98px) {
    .footer__column-container {
        display: none;
    }
}

.footer__accordion {
    align-self: start;
}

@media (min-width: 768px) {
    .footer__accordion {
        display: none;
    }
}

.footer__accordion-title {
    position: relative;
    inset-block-start: -5px;
}

.footer__subtitle {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    margin-block-end: 16px;
    position: relative;
}

    .footer__subtitle::after {
        content: "";
        position: absolute;
        inset-inline-start: 0;
        inset-block-end: -6px;
        height: 3px;
        width: 44px;
        background-color: #e2a947;
        border-radius: 110px;
    }

@media (max-width: 767.98px) {
    .footer__subtitle::after {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .footer__subtitle {
        font-size: 15px;
        font-weight: 500;
        line-height: 48px;
    }
}

.footer__caption {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    margin-block-end: 17px;
}

.footer__store {
    width: 152px;
}

@media (max-width: 767.98px) {
    .footer__store {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .footer__store--desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .footer__store--mobile {
        display: none;
    }
}

.footer__links {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    font-size: 12px;
    gap: 12px;
    flex-direction: column;
    height: 100%;
}

@media (max-width: 767.98px) {
    .footer__links {
        gap: 0;
    }
}

.footer__links:not(:last-child) {
    margin-bottom: 48px;
}

.footer__link {
    display: block;
    opacity: 0.8;
    width: 100%;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .footer__link:hover, .footer__link:focus {
        opacity: 1;
    }

@media (max-width: 767.98px) {
    .footer__link {
        font-size: 13px;
        font-weight: 400;
        line-height: 35px;
    }
}

.footer__bottom {
    background-color: #fff;
    color: #000;
    padding-top: 22px;
    padding-bottom: 22px;
    min-height: 60px;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .footer__bottom {
        padding-block: 20px;
    }
}

.footer__bottom-inner {
    max-width: 1440px;
    margin: 0 auto;
    font-size: 12px;
    color: #2b254b;
}

@media (max-width: 767.98px) {
    .footer__bottom-inner {
        flex-direction: column;
        gap: 24px;
        font-size: 10px;
        padding-inline: 27px 11px;
    }
}

.footer__bottom-left {
    gap: 7px;
}

.footer__bottom-copyright {
    margin-inline-end: 4px;
}

.footer__stores, .footer__socials {
    margin-block-start: 16px;
}

@media (max-width: 767.98px) {
    .footer__stores, .footer__socials {
        padding-inline: 54px;
        justify-content: center;
        gap: 6px;
    }
}

.footer__social-container {
    display: grid;
    place-items: center;
    position: relative;
    padding: 10px 12px;
    background-color: rgba(255, 255, 255, 0.1843137255);
    border-radius: 50%;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .footer__social-container:hover {
        background-color: rgba(255, 255, 255, 0.4862745098);
    }

@media (max-width: 991.98px) {
    .footer__social-container {
        padding: 4px 6px;
    }
}

.footer__map-border {
    display: none;
    width: 100vw;
    height: 1px;
    background-color: #e2a947;
}

@media (max-width: 767.98px) {
    .footer__map-border {
        display: block;
    }
}

.footer__map-container {
    max-width: 314px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .footer__map-container {
        max-width: 100%;
        margin-block-start: 30px;
    }
}

.footer__divider {
    height: 1px;
    background-color: #e2a947;
    width: 100vh;
}

.footer__lower-links {
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width: 479.98px) {
    .footer__lower-links {
        justify-content: center;
        gap: 10px;
    }
}

.footer__lower-link {
    position: relative;
    padding-inline-end: 16px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .footer__lower-link::after {
        content: "";
        position: absolute;
        inset-block-start: 50%;
        inset-inline-end: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 10px;
        background: #2b254b;
        pointer-events: none;
    }

@media (max-width: 479.98px) {
    .footer__lower-link::after {
        display: none;
    }
}

.footer__lower-link:last-child {
    padding-inline-end: 0;
}

    .footer__lower-link:last-child::after {
        display: none;
    }

.footer__accordion-icon {
    margin-inline-end: 16px;
    font-weight: bold;
    font-size: 22px;
    background-color: #fff;
    padding-inline: 8px;
    border-radius: 8px;
    color: #2b254b;
}

.footer details > summary {
    list-style: none;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
}

.footer details[open] > summary .footer__accordion-icon::before {
    content: "-";
    font-weight: bold;
    font-size: 22px;
    padding-inline: 2px;
}

.footer details:not([open]) > summary .footer__accordion-icon::before {
    content: "+";
}

#footerMap {
    height: 200px;
    width: 100%;
}

/*=====  End of Footer  ======*/
/*=============================================
=            Gifted Competing List            =
=============================================*/
.gifted-list {
    position: relative;
    padding-block: 0 60px;
}

.gifted-list__top {
    padding-block-end: 92px;
}

.gifted-list__top-button-download, .gifted-list__top-button-share {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .gifted-list__top-button-download .button__image, .gifted-list__top-button-share .button__image {
        height: 28px;
        width: 28px;
    }

.gifted-list__top-buttons {
    gap: 12px;
}

.gifted-list__medals {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: linear-gradient(94.19deg, rgba(255, 255, 255, 0) 8.76%, rgba(50, 73, 130, 0.14) 60.31%, rgba(255, 255, 255, 0) 100%);
    gap: 88px;
    padding: 49px 40px;
    margin-bottom: 60px;
}

@media (max-width: 1199.98px) {
    .gifted-list__medals {
        gap: 24px;
    }
}

@media (max-width: 991.98px) {
    .gifted-list__medals {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 479.98px) {
    .gifted-list__medals {
        grid-template-columns: repeat(1, 1fr);
    }
}

.gifted-list__column {
    gap: 8px;
    height: 100%;
}

.gifted-list__column-title {
    background: linear-gradient(261.12deg, #2b254b -38.54%, rgba(43, 37, 75, 0.47) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 75.58px;
    font-size: 62px;
    font-weight: 300;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .gifted-list__column-title {
        font-size: 48px;
    }
}

.gifted-list__column-text {
    color: #6b7280;
    font-size: 22px;
    line-height: 26.4px;
    text-align: center;
}

.gifted-list__title {
    color: #2b254b;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    line-height: 48px;
}

.gifted-list__filters {
    padding-block-end: 48px;
}

.gifted-list__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    row-gap: 18px;
    column-gap: 24px;
    padding: 40px;
    background-color: #F4F4F6;
    border-radius: 24px;
}

@media (max-width: 479.98px) {
    .gifted-list__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.gifted-list__card {
    position: relative;
    padding: 34.11px 24.67px;
    border: 1px solid #d1d5db;
    border-radius: 24px;
    gap: 10px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .gifted-list__card:hover, .gifted-list__card:focus {
        border-color: #6b6681;
    }

.gifted-list__card-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.gifted-list__card-image-container {
    height: 280px;
    border-radius: 12px;
    overflow: hidden;
}

.gifted-list__card-link {
    border: 1px solid #2b254b;
    outline: none;
    padding-inline: 14px;
}

    .gifted-list__card-link:hover, .gifted-list__card-link:focus {
        color: #2b254b;
    }

    .gifted-list__card-link .link__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .gifted-list__card-link .link__image {
    transform: scaleX(1);
}

.gifted-list__card-tag {
    background-color: #e2a947;
    color: #fff;
    padding: 6px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    width: fit-content;
    font-size: 12px;
    line-height: 14px;
}

.gifted-list__card-icon {
    height: 24px;
    width: 24px;
    margin-inline-end: 8px;
}

.gifted-list__card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #2b254b;
}

.gifted-list__card-bottom {
    flex-wrap: wrap-reverse;
    height: fit-content;
    margin-top: auto;
}

.gifted-list__card-number {
    margin-inline-end: 4px;
}

.gifted-list__pages {
    gap: 5px;
}

.gifted-list__page {
    background-color: #fff;
    color: #111928;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    min-height: 32px;
    max-height: 32px;
    min-width: 32px;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    font-family: "Alexandria", sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .gifted-list__page:hover, .gifted-list__page:focus {
        border-color: #2b254b;
    }

    .gifted-list__page:disabled {
        pointer-events: none;
        border-color: #fff;
    }

.gifted-list__page--active {
    background-color: #111b29;
    color: #fff;
    border-color: #2b254b;
}

    .gifted-list__page--active:disabled {
        background-color: #e5e7eb;
        border-color: #e5e7eb;
        pointer-events: none;
        padding: 10px 8px;
    }

.gifted-list__page-alt {
    padding: 10px 8px;
    background-color: #fff;
    color: #111928;
    border-color: transparent;
}

    .gifted-list__page-alt:hover, .gifted-list__page-alt:focus {
        border-color: #2b254b;
    }

    .gifted-list__page-alt:disabled {
        background-color: #e5e7eb;
        color: #fff;
    }

.gifted-list__filters {
    gap: 16px;
}

.gifted-list__dropdowns {
    gap: 16px;
}

.gifted-list__search {
    gap: 16px;
}

.gifted-list__search-input {
    padding-block: 9px;
    padding-inline: 34px 16px;
    border: 2px solid #edf2f8;
    background-color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #2b254b;
    height: 46px;
    width: 295px;
    outline-color: #2b254b;
    background-image: url("/assets/img/img/search-normal.svg");
    background-repeat: no-repeat;
    background-size: 12.67px 12.67px;
    background-position-y: 50%;
    background-position-x: 16px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .gifted-list__search-input {
        width: 100%;
    }
}

html[dir=rtl] .gifted-list__search-input {
    background-position-x: calc(100% - 16px);
}

.gifted-list__search-input ::placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #6b7280;
}

.gifted-list__carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 55px;
}

    .gifted-list__carousel .glide__bullets {
        position: absolute;
        bottom: 24px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 200;
        gap: 4px;
    }

        .gifted-list__carousel .glide__bullets .glide__bullet {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #d1d5db;
            cursor: pointer;
            -webkit-transition: all 0.2s ease 0s;
            -moz-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
        }

        .gifted-list__carousel .glide__bullets .glide__bullet--active {
            width: 35px;
            background-color: #e2a947;
            border-radius: 10px;
        }

.gifted-list__slide {
    gap: 64px;
    cursor: pointer;
    user-select: none;
}

@media (max-width: 991.98px) {
    .gifted-list__slide {
        flex-direction: column;
        gap: 24px;
    }
}

.gifted-list__media {
    height: 478.28px;
    border-radius: 20px;
    overflow: hidden;
    flex: 1;
}

@media (max-width: 991.98px) {
    .gifted-list__media {
        flex: auto;
    }
}

@media (max-width: 479.98px) {
    .gifted-list__media {
        height: 378.28px;
    }
}

.gifted-list__media-overlay {
    position: relative;
}

    .gifted-list__media-overlay::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        transform: scaleX(-1);
        background: linear-gradient(261.47deg, rgba(74, 127, 185, 0.2) 41.92%, rgba(41, 77, 151, 0.8) 76.81%);
    }

html[dir=rtl] .gifted-list__media-overlay::after {
    transform: none;
}

.gifted-list__media-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.gifted-list__content {
    width: 100%;
    flex: 0.742;
}

@media (max-width: 991.98px) {
    .gifted-list__content {
        flex: auto;
    }
}

.gifted-list__content-bottom {
    gap: 8px;
    width: 100%;
}

.gifted-list__content-title {
    background: linear-gradient(258.35deg, #2b254b 13.55%, rgba(105, 96, 155, 0.47) 115.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 110px;
    line-height: 134.09px;
    margin-bottom: 29px;
}

@media (max-width: 1199.98px) {
    .gifted-list__content-title {
        font-size: 82px;
        line-height: 100px;
    }
}

@media (max-width: 479.98px) {
    .gifted-list__content-title {
        font-size: 62px;
        margin-bottom: 12px;
    }
}

.gifted-list__content-subtitle {
    color: #4b5563;
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 600;
}

.gifted-list__content-number {
    background: linear-gradient(261.12deg, #2b254b -38.54%, rgba(43, 37, 75, 0.47) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 75.58px;
    font-size: 62px;
    font-weight: 300;
}

@media (max-width: 479.98px) {
    .gifted-list__content-number {
        font-size: 48px;
    }
}

.gifted-list__content-text {
    color: #4b5563;
    line-height: 28.8px;
    font-size: 24px;
    font-weight: 500;
}

/*=====  End of Gifted Competing List  ======*/
/*=============================================
=            Gifted Competing Sublist            =
=============================================*/
.gifted-sublist {
    position: relative;
    padding-block: 0 60px;
}

.gifted-sublist__filters {
    padding-block-end: 48px;
    gap: 16px;
}

.gifted-sublist__dropdowns {
    gap: 16px;
}

    .gifted-sublist__dropdowns .dropdown-filter__trigger {
        max-width: 169px;
        min-width: 159px;
    }

    .gifted-sublist__dropdowns .dropdown-filter__button-container {
        max-width: 169px;
        min-width: 159px;
    }

    .gifted-sublist__dropdowns .dropdown-filter__search-container ul {
        max-width: 169px;
        min-width: 159px;
    }

    .gifted-sublist__dropdowns .dropdown-filter__autocomplete-list li {
        padding-inline: 40px 4px;
    }

        .gifted-sublist__dropdowns .dropdown-filter__autocomplete-list li::after {
            left: 14px;
        }

html[dir=rtl] .gifted-sublist__dropdowns .dropdown-filter__autocomplete-list li::after {
    right: 14px;
}

.gifted-sublist__dropdowns .single-dropdown-filter__trigger {
    max-width: 111px;
    min-width: 105px;
}

.gifted-sublist__dropdowns .single-dropdown-filter__search-container {
    max-width: 111px;
    min-width: 105px;
}

    .gifted-sublist__dropdowns .single-dropdown-filter__search-container ul {
        max-width: 111px;
        min-width: 105px;
    }

.gifted-sublist__search {
    gap: 16px;
}

.gifted-sublist__search-input {
    padding-block: 9px;
    padding-inline: 34px 16px;
    border: 2px solid #edf2f8;
    background-color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #2b254b;
    height: 46px;
    width: 295px;
    outline-color: #2b254b;
    background-image: url("/assets/img/img/search-normal.svg");
    background-repeat: no-repeat;
    background-size: 12.67px 12.67px;
    background-position-y: 50%;
    background-position-x: 16px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .gifted-sublist__search-input {
        width: 100%;
    }
}

html[dir=rtl] .gifted-sublist__search-input {
    background-position-x: calc(100% - 16px);
}

.gifted-sublist__search-input ::placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #6b7280;
}

.gifted-sublist__table {
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    border-spacing: 0;
    width: 100%;
    overflow: auto;
}

@media (max-width: 991.98px) {
    .gifted-sublist__table {
        display: none;
    }
}

.gifted-sublist__table-mobile {
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .gifted-sublist__table-mobile {
        display: none;
    }
}

.gifted-sublist__table-mobile th.gifted-sublist__table-header {
    border-inline-end: 1px solid #d1d5db;
    border-radius: 0;
    background-color: #f4f4f6;
    padding-block: 16px;
    padding-inline: 16px;
    color: #2b254b;
    font-size: 10px;
    line-height: 15.7px;
    font-weight: 600;
}

.gifted-sublist__table-mobile .gifted-sublist__table-data {
    padding-block: 16px;
    padding-inline: 16px;
    color: #6b7280;
    line-height: 14.4px;
    font-size: 12px;
    font-weight: 400;
}

.gifted-sublist__table-mobile .gifted-sublist__table-content-title {
    color: #6b7280;
    line-height: 14.4px;
    font-size: 12px;
    font-weight: 400;
}

.gifted-sublist__table-mobile .gifted-sublist__table-row:not(:last-child) .gifted-sublist__table-header,
.gifted-sublist__table-mobile .gifted-sublist__table-row:not(:last-child) .gifted-sublist__table-data {
    border-block-end: 1px solid #d1d5db;
}

.gifted-sublist__table-header {
    background-color: #f4f4f6;
    color: #2b254b;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    padding-block: 16px;
    padding-inline: 16px;
    text-align: start;
}

    .gifted-sublist__table-header:first-child {
        border-start-start-radius: 8px;
        border-end-start-radius: 8px;
    }

    .gifted-sublist__table-header:last-child {
        border-start-end-radius: 8px;
        border-end-end-radius: 8px;
        padding-inline-end: 38px;
    }

.gifted-sublist__table-body .gifted-sublist__table-row {
    border-bottom: 1px solid #d1d5db;
}

    .gifted-sublist__table-body .gifted-sublist__table-row:last-child .gifted-sublist__table-data {
        border: none;
    }

.gifted-sublist__table-body .gifted-sublist__table-data {
    padding: 16px;
    color: #6b7280;
    font-size: 12px;
    line-height: 14.4px;
    border-bottom: 1px solid #d1d5db;
}

    .gifted-sublist__table-body .gifted-sublist__table-data:last-child {
        padding-inline-end: 24px;
    }

.gifted-sublist__table-image {
    height: 46px;
    width: 48px;
    border-radius: 8px;
    object-fit: cover;
    vertical-align: middle;
    margin-inline-end: 24px;
}

    .gifted-sublist__table-image + span {
        color: #2b254b;
        font-weight: 500;
        line-height: 14.4px;
    }

.gifted-sublist__table-icon {
    height: 24px;
    width: 24px;
    margin-inline-end: 8px;
}

    .gifted-sublist__table-icon + span {
        color: #2b254b;
        line-height: 14.4px;
    }

.gifted-sublist__table-content {
    position: relative;
    justify-content: flex-start;
}

/*=====  End of Gifted Competing Sublist  ======*/
/*=============================================
=            Heading            =
=============================================*/
.heading {
    padding-block-end: 32px;
    gap: 24px;
}

@media (max-width: 767.98px) {
    .heading {
        padding-block-end: 24px;
    }
}

.heading__button-download.button, .heading__button-share.button, .heading__button-favourite.button {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .heading__button-download.button .button__image, .heading__button-share.button .button__image, .heading__button-favourite.button .button__image {
        height: 28px;
        width: 28px;
        min-height: 28px;
        min-width: 28px;
    }

@media (max-width: 767.98px) {
    .heading__button-download.button, .heading__button-share.button, .heading__button-favourite.button {
        height: 32px;
        width: 32px;
        min-height: 32px;
        min-width: 32px;
    }

        .heading__button-download.button .button__image, .heading__button-share.button .button__image, .heading__button-favourite.button .button__image {
            height: 20px;
            width: 20px;
            min-height: 20px;
            min-width: 20px;
        }
}

.heading__buttons {
    gap: 12px;
}

.heading__title {
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    color: #575756;
    line-height: 48px;
}

@media (max-width: 767.98px) {
    .heading__title {
        font-size: 16px;
        line-height: 19.5px;
        color: #4b5563;
    }
}

/*=====  End of Heading  ======*/
/*=============================================
=            Hero            =
=============================================*/
.hero {
    position: relative;
    overflow: hidden;
    min-height: 627px;
    color: #fff;
}

.hero__overlay {
    background-color: rgba(43, 37, 75, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(20px);
}

.hero__video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero__inner {
    padding-block: 102px 100px;
    gap: 24px;
}

@media (max-width: 767.98px) {
    .hero__inner {
        flex-direction: column-reverse;
        padding-block: 103px 105px;
        padding-inline: 28px;
        gap: 33px;
    }
}

.hero__controls {
    position: absolute;
    bottom: 20px;
    display: none;
}

.hero__right {
    flex: 0.563;
    height: 100%;
    width: 100%;
    min-width: 300px;
    z-index: 1;
    gap: 40px;
}

@media (max-width: 767.98px) {
    .hero__right {
        min-width: auto;
    }
}

.hero__left {
    flex: 1;
    position: relative;
    display: grid;
    grid-template-areas: "stack";
    width: 100%;
    height: 425px;
    min-height: 425px;
    z-index: 0;
    cursor: pointer;
}

@media (max-width: 1199.98px) {
    .hero__left {
        height: 325px;
        min-height: 325px;
    }
}

@media (max-width: 991.98px) {
    .hero__left {
        height: 300px;
        min-height: 300px;
    }
}

@media (max-width: 479.98px) {
    .hero__left {
        height: 200px;
        min-height: 200px;
    }
}

@media (max-width: 389.98px) {
    .hero__left {
        height: 155px;
        min-height: 155px;
    }
}

.hero__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.hero__headerImage {
    width: 187.8px;
    height: 83.25px;
}

@media (max-width: 766px) {
    .hero__headerImage {
        align-self: center;
    }
}

.hero__slide {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    grid-area: stack;
    height: 425px;
    width: 100%;
    max-width: 425px;
    object-fit: cover;
    transform-origin: right;
    transition: transform 1s cubic-bezier(0.17, 0.37, 0.6, 0.89), left 1s cubic-bezier(0.17, 0.37, 0.6, 0.89), right 1s cubic-bezier(0.17, 0.37, 0.6, 0.89);
    border-radius: 40px;
    overflow: hidden;
}

html[dir=rtl] .hero__slide {
    left: 0;
    right: auto;
    transform-origin: left;
}

@media (max-width: 1199.98px) {
    .hero__slide {
        height: 325px;
        max-width: 325px;
    }
}

@media (max-width: 991.98px) {
    .hero__slide {
        height: 300px;
        max-width: 300px;
    }
}

@media (max-width: 479.98px) {
    .hero__slide {
        height: 200px;
        max-width: 200px;
        border-radius: 15px;
    }
}

@media (max-width: 389.98px) {
    .hero__slide {
        height: 155px;
        max-width: 155px;
    }
}

.hero__slide-1 {
    z-index: 6;
    right: 100%;
    left: auto;
    transform: scale(1) translate(100%, 0);
}

html[dir=rtl] .hero__slide-1 {
    right: auto;
    left: 100%;
    transform: scale(1) translate(-100%, 0);
}

.hero__slide-2 {
    z-index: 5;
    right: 55%;
    left: auto;
    transform: scale(0.762) translate(100%, 0);
}

@media (max-width: 991.98px) {
    .hero__slide-2 {
        right: 65%;
    }
}

@media (max-width: 767.98px) {
    .hero__slide-2 {
        right: 60%;
    }
}

@media (max-width: 479.98px) {
    .hero__slide-2 {
        right: 62%;
        transform: scale(0.859) translate(100%, 0);
    }
}

@media (max-width: 389.98px) {
    .hero__slide-2 {
        right: 62%;
        transform: scale(0.859) translate(100%, 0);
    }
}

html[dir=rtl] .hero__slide-2 {
    right: auto;
    left: 55%;
    transform: scale(0.762) translate(-100%, 0);
}

@media (max-width: 991.98px) {
    html[dir=rtl] .hero__slide-2 {
        left: 65%;
    }
}

@media (max-width: 767.98px) {
    html[dir=rtl] .hero__slide-2 {
        left: 60%;
    }
}

@media (max-width: 479.98px) {
    html[dir=rtl] .hero__slide-2 {
        left: 62%;
        transform: scale(0.859) translate(-100%, 0);
    }
}

@media (max-width: 389.98px) {
    html[dir=rtl] .hero__slide-2 {
        left: 62%;
        transform: scale(0.859) translate(-100%, 0);
    }
}

.hero__slide-3 {
    z-index: 4;
    left: auto;
    right: 20%;
    transform: scale(0.541) translate(100%, 0);
}

@media (max-width: 991.98px) {
    .hero__slide-3 {
        right: 30%;
    }
}

@media (max-width: 479.98px) {
    .hero__slide-3 {
        right: 25%;
        transform: scale(0.742) translate(100%, 0);
    }
}

html[dir=rtl] .hero__slide-3 {
    left: 20%;
    right: auto;
    transform: scale(0.541) translate(-100%, 0);
}

@media (max-width: 991.98px) {
    html[dir=rtl] .hero__slide-3 {
        left: 30%;
    }
}

@media (max-width: 479.98px) {
    html[dir=rtl] .hero__slide-3 {
        left: 25%;
        transform: scale(0.742) translate(-100%, 0);
    }
}

.hero__slide-4 {
    z-index: 3;
    left: auto;
    right: -5%;
    transform: scale(0.35) translate(100%, 0);
}

html[dir=rtl] .hero__slide-4 {
    left: -5%;
    right: auto;
    transform: scale(0.35) translate(-100%, 0);
}

.hero__slide-5 {
    z-index: 2;
    left: auto;
    right: -9%;
    transform: scale(0.32) scaleY(0.9) translate(100%, 0);
}

html[dir=rtl] .hero__slide-5 {
    left: -9%;
    right: auto;
    transform: scale(0.32) scaleY(0.9) translate(-100%, 0);
}

.hero__slide-6 {
    z-index: 1;
    left: auto;
    right: -10%;
    transform: scale(0.32) scaleY(0.7) translate(100%, 0);
}

html[dir=rtl] .hero__slide-6 {
    left: -10%;
    right: auto;
    transform: scale(0.32) scaleY(0.7) translate(-100%, 0);
}

.hero__slide--active {
    z-index: 6;
}

.hero__content {
    gap: 12px;
}

@media (max-width: 767.98px) {
    .hero__content {
        gap: 8px;
    }
}

.hero__title {
    font-size: 26px;
    line-height: 54.08px;
    font-weight: 700;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 767.98px) {
    .hero__title {
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 37px;
        font-weight: 600;
        font-family: "Alexandria", sans-serif;
    }
}

.hero__texts {
    gap: 8px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .hero__texts {
        gap: 4px;
    }
}

.hero__subtitle {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 767.98px) {
    .hero__subtitle {
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 30px;
        font-weight: 300;
        font-family: "Alexandria", sans-serif;
        font-size: 14px;
    }
}

.hero__text {
    font-size: 14px;
    line-height: 25.44px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 767.98px) {
    .hero__text {
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 30px;
        font-weight: 300;
        font-family: "Alexandria", sans-serif;
    }
}

.hero__link.link {
    margin-top: 28px;
}

    .hero__link.link .link__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .hero__link.link .link__image {
    transform: scaleX(1);
}

@media (max-width: 767.98px) {
    .hero__link.link {
        padding: 12.5px 16px;
        border-radius: 24px;
        margin: 12px auto 0;
        line-height: 14px;
    }
}

.hero__link-sticky {
    max-width: 149px;
    background-color: #e2a947;
    position: fixed;
    left: 0;
    top: 50vh;
    padding-block: 14.5px;
    padding-inline: 8px 12px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    gap: 4px;
    box-shadow: 0px 20px 24px -12px rgba(0, 0, 0, 0.1607843137);
    z-index: 100;
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

html[dir=rtl] .hero__link-sticky {
    left: auto;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

@media (max-width: 767.98px) {
    .hero__link-sticky {
        top: 175px;
        padding-block: 12px;
        font-size: 10px;
        line-height: 12px;
    }
}

.hero__link-sticky:hover, .hero__link-sticky:focus {
    opacity: 0.8;
}

.hero__link-sticky-icon {
    width: 20px;
    height: 21px;
}

@media (max-width: 767.98px) {
    .hero__link-sticky-icon {
        height: 17px;
        width: 16px;
    }
}

.hero__link-chat {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    left: auto;
    right: 51px;
    background-color: #e2a947;
    border-radius: 50%;
    padding: 24px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.0784313725);
}

@media (max-width: 767.98px) {
    .hero__link-chat {
        bottom: 45px;
        right: 17px;
        left: auto;
        transform: none;
        padding: 12px;
    }
}

html[dir=rtl] .hero__link-chat {
    left: 51px;
    right: auto;
}

@media (max-width: 767.98px) {
    html[dir=rtl] .hero__link-chat {
        bottom: 45px;
        left: 17px;
        right: auto;
    }
}

.hero__link-chat:hover, .hero__link-chat:focus {
    opacity: 0.8;
}

.hero__link-chat-icon {
    height: 32px;
    width: 32px;
}

.hero__dots {
    gap: 8px;
}

@media (max-width: 767.98px) {
    .hero__dots {
        margin: auto;
    }
}

.hero__dot {
    height: 7px;
    width: 7px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.hero__dot--active {
    width: 35px;
    background-color: #e2a947;
}

.hero__chevrons {
    height: 33px;
    width: 24px;
    margin: auto;
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateY(0), translateX(-50%);
    animation: bounce 2s infinite;
}

@media (min-width: 768px) {
    .hero__chevrons {
        display: none;
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}

.mow-adv-banner {
    display: flow-root;
    position: relative;
    padding: 8px 8px 4px 8px;
    width: 451px;
    max-width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .mow-adv-banner {
        display: none;
    }
}

.mow-adv-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 2px solid transparent;
    background: linear-gradient(45deg, white, #999999) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: 1;
}

.d-flex {
    display: flex;
}

.me-2 {
    margin-right: 0.5rem !important;
}

   

.align-self-center {
    align-self: center !important;
}

@media (max-width: 767.98px) {
    .align-self-center {
        display: block !important;
    }
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.container-text {
    position: relative;
    z-index: 2;
}

.barcode {
    width: 60px;
    border-radius: 3px;
}

@media (max-width: 767.98px) {
    .barcode {
        display: none;
    }
}

.d-block {
    display: block;
}

@media (max-width: 767.98px) {
    .mb-2 {
        margin-bottom: 5px;
    }
}

.adv-mobile {
    display: none;
}

@media (max-width: 767.98px) {
    .adv-mobile {
        display: block;
    }
}

.ihsan {
    position: fixed;
    z-index: 9999;
    width: 70px;
    right: 34px;
    bottom: 146px;
}

.foundingday {
    width: 180px;
}

@media (max-width: 767.98px) {
    .foundingday {
        align-self: center;
    }
}

/*=====  End of Navbar  ======*/
/*=============================================
=            Identity List            =
=============================================*/
.identity-list {
    position: relative;
    padding-block: 0 60px;
}

.identity-list__top {
    padding-block-end: 92px;
}

@media (max-width: 767.98px) {
    .identity-list__top {
        padding-block-end: 40px;
    }
}

.identity-list__top-button-download, .identity-list__top-button-share {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .identity-list__top-button-download .button__image, .identity-list__top-button-share .button__image {
        height: 28px;
        width: 28px;
    }

.identity-list__top-buttons {
    gap: 12px;
}

.identity-list__title {
    color: #4b5563;
    min-width: fit-content;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    line-height: 48px;
}

.identity-list__cta {
    padding: 40px;
    background-color: #f4f4f6;
    border-radius: 24px;
    gap: 40px;
    margin-block-end: 24px;
}

@media (max-width: 991.98px) {
    .identity-list__cta {
        flex-direction: column;
        gap: 40px;
        padding: 16px;
    }
}

.identity-list__cta-image {
    flex: 1;
    align-content: center;
}

.identity-list__cta-container {
    max-height: 350px;
    position: relative;
    height: 100%;
}

.identity-list__cta-container_placeholder {
    object-fit: cover;
    border-radius: 24px;
    height: 100%;
}

.identity-list__cta-content {
    flex: 1;
    gap: 24px;
    padding-block: 50px;
}

@media (max-width: 767.98px) {
    .identity-list__cta-content {
        padding-block: 0;
    }
}

.identity-list__cta-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 54.08px;
    color: #4b5563;
}

.identity-list__cta-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
}

.identity-list__cta-link {
    width: fit-content;
}

.identity-list__filters {
    padding-block-end: 48px;
}

.identity-list__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    row-gap: 18px;
    column-gap: 24px;
}

@media (max-width: 479.98px) {
    .identity-list__grid {
        grid-template-columns: 1fr;
    }
}

.identity-list__card {
    position: relative;
    padding: 8px 16px;
    border: 1px solid #d1d5db;
    border-radius: 15px;
    gap: 12px;
    background-color: #fff;
}

.identity-list__card-top {
    gap: 8px;
    margin-block-end: 16px;
}

.identity-list__card-image {
    height: 48px;
    width: 48px;
    padding: 12px;
    background-color: #f4f4f6;
    border-radius: 10px;
}

.identity-list__card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #4b5563;
}

.identity-list__card-size {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #84859e;
}

.identity-list__card-buttons {
    gap: 8px;
}

.identity-list__button-share, .identity-list__button-download {
    padding: 8px;
}

    .identity-list__button-share .button__image, .identity-list__button-download .button__image {
        height: 16px;
        width: 16px;
    }

.identity-list__pagination {
    padding-block-start: 60px;
    gap: 10px;
}

@media (max-width: 479.98px) {
    .identity-list__pagination {
        justify-content: center;
    }
}

.identity-list__pagination-text {
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
}

.identity-list__pagination-text-wrapper {
    gap: 4px;
}

.identity-list__pagination-dropdown {
    outline: 1px solid #dddddd;
    color: #333333;
    font-size: 14px;
    line-height: 17px;
    font-family: "Alexandria", sans-serif;
    padding: 12.5px 15px;
    padding-inline-start: 36px;
    border-radius: 8px;
    cursor: pointer;
    appearance: none;
    background-image: url("/assets/img/img/chevron-down-slim-icon-.svg");
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 50%;
}

html[dir=rtl] .identity-list__pagination-dropdown {
    background-position-x: calc(100% - 15px);
    background-position-y: 50%;
}

.identity-list__pages {
    gap: 5px;
}

.identity-list__page {
    background-color: #fff;
    color: #111928;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    min-height: 32px;
    max-height: 32px;
    min-width: 32px;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    font-family: "Alexandria", sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .identity-list__page:hover, .identity-list__page:focus {
        border-color: #2b254b;
    }

    .identity-list__page:disabled {
        pointer-events: none;
        border-color: #fff;
    }

.identity-list__page--active {
    background-color: #111b29;
    color: #fff;
    border-color: #2b254b;
}

    .identity-list__page--active:disabled {
        background-color: #e5e7eb;
        border-color: #e5e7eb;
        pointer-events: none;
        padding: 10px 8px;
    }

.identity-list__page-alt {
    padding: 10px 8px;
    background-color: #fff;
    color: #111928;
    border-color: transparent;
}

    .identity-list__page-alt:hover, .identity-list__page-alt:focus {
        border-color: #2b254b;
    }

    .identity-list__page-alt:disabled {
        background-color: #e5e7eb;
        color: #fff;
    }

.identity-list__filters {
    gap: 16px;
}

.identity-list__dropdowns {
    gap: 16px;
}

.identity-list__search {
    gap: 16px;
}

.identity-list__search-input {
    padding-block: 9px;
    padding-inline: 34px 16px;
    border: 2px solid #edf2f8;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #2b254b;
    height: 46px;
    width: 235px;
    outline-color: #2b254b;
    background-image: url("/assets/img/img/search-normal.svg");
    background-repeat: no-repeat;
    background-size: 12.67px 12.67px;
    background-position-y: 50%;
    background-position-x: 16px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .identity-list__search-input {
        width: 100%;
    }
}

html[dir=rtl] .identity-list__search-input {
    background-position-x: calc(100% - 16px);
}

.identity-list__search-input ::placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #6b7280;
}

.identity-list__sort {
    height: 46px;
    width: 46px;
    min-height: 46px;
    min-width: 46px;
    border: 2px solid #edf2f8;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .identity-list__sort:hover, .identity-list__sort:focus {
        border-color: #2b254b;
    }

.identity-list__sort-icon {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/*=====  End of Identity List  ======*/
/*=============================================
=            Image Banner            =
=============================================*/
.image-banner {
    padding-block-end: 60px;
}

.image-banner__image {
    border-radius: 24px;
    width: 100%;
    height: 285px;
    object-fit: cover;
    vertical-align: middle;
}

/*=====  End of Image Banner  ======*/
/*=============================================
=            Image Card            =
=============================================*/
.image-card {
    position: relative;
    padding: 16px;
    background-color: #F4F4F6;
    border: 1px solid #d1d5db;
    border-radius: 24px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .image-card:hover, .image-card:focus {
        cursor: pointer;
    }

        .image-card:hover .image-card__download, .image-card:focus .image-card__download {
            opacity: 0.8;
        }

        .image-card:hover .image-card__tooltip, .image-card:focus .image-card__tooltip {
            opacity: 1;
        }

@media (max-width: 767.98px) {
    .image-card {
        padding: 12px;
    }
}

.image-card__tooltip {
    opacity: 0;
    position: absolute;
    width: 91%;
    padding: 12px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    background-color: #D5D3DB;
    transition: opacity 1s;
}

@media (max-width: 767.98px) {
    .image-card__tooltip {
        opacity: 1;
    }
}

.image-card__image {
    height: 332px;
    border-radius: 15px;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 10px;
}

.image-card__border {
    border-top: 1px solid #d1d5db;
    padding-block-start: 10px;
}

.image-card__icons {
    gap: 4px;
}

.image-card__icon {
    height: 32px;
    width: 32px;
    background-color: #fff;
}

    .image-card__icon .button__image {
        height: 16px;
        width: 16px;
    }

.image-card__count {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #2b254b;
}

.image-card__download {
    height: 32px;
    width: 32px;
    padding: 0;
}

    .image-card__download .button__image {
        height: 32px;
        width: 32px;
    }

.image-card__eye {
    margin-inline-start: 4px;
}

/*=====  End of Image Card  ======*/
/*=============================================
=            Image Gallery            =
=============================================*/
.image-gallery {
    position: relative;
    padding-block: 0 60px;
}

.image-gallery__filters {
    padding-block-end: 48px;
}

.image-gallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 24px;
    padding-inline: 24px;
}

/*=====  End of Image Gallery  ======*/
/*=============================================
=            Infographics Gallery            =
=============================================*/
.info-gallery {
    position: relative;
    padding-block: 0 60px;
}

.info-gallery__filters {
    padding-block-end: 48px;
}

.info-gallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 24px;
    padding-inline: 24px;
}

@media (max-width: 479.98px) {
    .info-gallery__grid {
        grid-template-columns: repeat(1, 1fr);
        padding-inline: 0;
    }
}

.info-gallery .modal {
    height: 0;
}

.info-gallery .modal__icon {
    top: 0;
    inset-inline-start: 0;
    transform: none;
    height: calc(100% - 68px);
    width: 100%;
    opacity: 0;
}

    .info-gallery .modal__icon:hover, .info-gallery .modal__icon:focus {
        height: calc(100% - 68px);
        width: 100%;
    }

.info-gallery .image-card__image {
    object-position: top left;
}

/*=====  End of Infographics Gallery  ======*/
/*=============================================
=            In Numbers           =
=============================================*/
.numbers {
    position: relative;
    height: 300px;
    color: #fff;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .numbers {
        height: 430px;
    }
}

.numbers__overlay {
    background-color: rgba(43, 37, 75, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.numbers__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.numbers__inner {
    padding-block: 10px;
    gap: 55px;
}

html[dir=rtl] .numbers__inner {
    gap: 79px;
}

@media (max-width: 991.98px) {
    .numbers__inner {
        padding-block: 25px;
        flex-direction: column;
        gap: 30px;
    }
}

.numbers__right {
    flex: 1;
    height: 100%;
    width: 100%;
    min-width: 300px;
    z-index: 1;
    gap: 40px;
    margin-block-start: 32px;
}

@media (max-width: 991.98px) {
    .numbers__right {
        min-width: auto;
        margin-block-start: 0;
    }
}

.numbers__left {
    flex: 1;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    row-gap: 85px;
    column-gap: 46px;
    animation: scroll 10s ease-in-out infinite;
}

@media (max-width: 991.98px) {
    .numbers__left {
        margin-top: 25px;
        column-gap: 21px;
        row-gap: 105px;
        animation: scroll-mobile 10s ease-in-out infinite;
    }
}

@media (max-width: 389.98px) {
    .numbers__left {
        margin-top: 14px;
        column-gap: 8px;
    }
}

.numbers__left-wrapper {
    position: relative;
}

@media (max-width: 991.98px) {
    .numbers__left-wrapper {
        max-height: 220px;
        overflow: hidden;
    }

        .numbers__left-wrapper:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 20px;
            width: 100%;
            background: linear-gradient(180deg, #2e2b48 0%, transparent 100%);
            z-index: 1;
        }
}

.numbers__content {
    gap: 16px;
}

@media (max-width: 991.98px) {
    .numbers__content {
        gap: 8px;
    }
}

.numbers__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    gap: 8px;
}

@media (max-width: 991.98px) {
    .numbers__title {
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
        letter-spacing: -0.6px;
    }
}

.numbers__title-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 767.98px) {
    .numbers__title-icon {
        height: 16px;
        width: 16px;
    }
}

.numbers__subtitle {
    font-size: 14px;
    line-height: 25.44px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 991.98px) {
    .numbers__subtitle {
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 30px;
        font-weight: 300;
        font-family: "Alexandria", sans-serif;
        font-size: 14px;
    }
}

.numbers__link.link {
    margin-top: 8px;
}

@media (max-width: 991.98px) {
    .numbers__link.link {
        padding: 12.5px 16px;
        border-radius: 24px;
        margin: 12px auto 0;
        line-height: 14px;
    }
}

.numbers__link .link__image {
    transform: scaleX(-1);
}

html[dir=rtl] .numbers__link .link__image {
    transform: scaleX(1);
}

.numbers__card {
    max-width: 195px;
    height: 205px;
    padding: 16px;
    border-radius: 16px;
    gap: 10px;
    text-align: center;
    background-color: #fff;
    color: #2b254b;
}

@media (max-width: 991.98px) {
    .numbers__card {
        max-width: 150px;
        padding: 7.5px;
        border-radius: 7.5px;
        height: 100%;
    }
}

.numbers__card:nth-child(2), .numbers__card:nth-child(5) {
    position: relative;
    top: 73px;
}

.numbers__card-image {
    height: 85px;
    border-radius: 9px;
}

@media (max-width: 991.98px) {
    .numbers__card-image {
        height: 50px;
    }
}

@media (max-width: 767.98px) {
    .numbers__card-image {
        height: 40px;
    }
}

.numbers__card-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

@media (max-width: 991.98px) {
    .numbers__card-title {
        font-size: 10px;
        font-weight: 400;
        line-height: 13.27px;
    }
}

.numbers__card-number {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.0075em;
}

@media (max-width: 991.98px) {
    .numbers__card-number {
        font-size: 14.22px;
        font-weight: 700;
        line-height: 18.96px;
        letter-spacing: 0.0075em;
    }
}

/*=====  End of In Numbers  ======*/
/*=============================================
=            ISEF Component            =
=============================================*/
.isef {
    padding-block-end: 60px;
    overflow: hidden;
}

.isef__banner {
    height: 425px;
    border-radius: 24px;
    overflow: hidden;
}

@media (max-width: 479.98px) {
    .isef__banner {
        padding: 16px;
    }
}

.isef__banner-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.isef__tabs {
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 8px 12px;
    gap: 12px;
    color: #2b254b;
    margin-block: 32px 60px;
}

@media (max-width: 479.98px) {
    .isef__tabs {
        width: 100%;
    }
}

.isef__tab {
    gap: 8px;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 24px;
    margin: auto;
    flex: 1;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .isef__tab {
        width: 100%;
    }
}

.isef__tab:hover, .isef__tab:focus {
    opacity: 0.8;
}

.isef__tab--active {
    background-color: #e2a947;
    color: #fff;
}

    .isef__tab--active:hover, .isef__tab--active:focus {
        opacity: 1;
    }

    .isef__tab--active .isef__tab-title {
        line-height: 24px;
        font-size: 20px;
        font-weight: 600;
    }

    .isef__tab--active .isef__tab-icon {
        filter: invert(100%) brightness(200%);
    }

.isef__tab-icon {
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .isef__tab-icon {
        height: 12px;
        width: 12px;
    }
}

.isef__tab-title {
    font-weight: 600;
    line-height: 19px;
    font-size: 16px;
    font-family: "Alexandria", sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.isef__section {
    height: 0;
    visibility: hidden;
    opacity: 0;
    gap: 32px;
}

.isef__section--active {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.isef__component {
    background-color: #f4f4f6;
    padding: 40px;
    border-radius: 24px;
}

    .isef__component:not(:last-child) {
        margin-block-end: 32px;
    }

.isef__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

@media (min-width: 768px) {
    .isef__grid {
        display: none;
    }
}

.isef__grid .events-card .events-card__button-share,
.isef__grid .events-card .events-card__button-favourite {
    display: none;
}

.isef__accordion {
    position: relative;
    background-color: #f4f4f6;
    border-radius: 24px;
    gap: 12px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .isef__accordion::before {
        content: "+";
        position: absolute;
        left: 0;
        top: 44.5px;
        left: 40px;
        right: auto;
        height: 20px;
        width: 20px;
        background-color: #2b254b;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        pointer-events: none;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

html[dir=rtl] .isef__accordion::before {
    left: auto;
    right: 40px;
}

.isef__accordion[open]::before {
    content: "-";
    background-color: #e2a947;
}

.isef__accordion[open] .isef__accordion-title-container {
    padding-block-end: 24px;
}

.isef__accordion-title {
    color: #111928;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
}

.isef__accordion-title-container {
    cursor: pointer;
    padding: 40px;
    padding-inline-start: 74px;
}

    .isef__accordion-title-container::-webkit-details-marker {
        display: none;
    }

.isef__accordion-text {
    color: #4b5563;
    line-height: 26px;
    font-size: 14px;
}

.isef__accordion-table .isef__accordion-inner {
    padding: 0;
    margin: 40px;
    overflow-x: auto;
}

.isef__accordion-inner {
    padding-inline: 40px;
    padding-block-end: 40px;
}

.isef__overview {
    gap: 40px;
}

@media (max-width: 991.98px) {
    .isef__overview {
        flex-direction: column;
    }
}

.isef__overview-media {
    flex: 0.821;
    position: relative;
    height: 304px;
    min-height: 304px;
    border-radius: 12px;
    overflow: hidden;
}

    .isef__overview-media .modal {
        height: 0;
    }

.isef__overview-media-placeholder {
    height: inherit;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.isef__overview .rte {
    flex: 1;
    color: #4b5563;
}

    .isef__overview .rte p {
        font-size: 14px;
    }

.isef__stats-text {
    font-size: 10px;
    line-height: 12px;
    color: #6b7280;
    padding-inline-start: 12px;
    padding-block: 8px;
    margin-block-start: 24px;
    position: relative;
}

    .isef__stats-text::after {
        content: "";
        position: absolute;
        left: 0;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background-color: #2b254b;
    }

html[dir=rtl] .isef__stats-text::after {
    left: auto;
    right: 0;
}

.isef__content .rte {
    color: #6b7280;
}

    .isef__content .rte p {
        font-size: 14px;
    }

    .isef__content .rte table {
        border: 0px;
        background-color: #fff;
        border-radius: 8px;
        border-spacing: 0;
        width: 100%;
        overflow: auto;
    }

        .isef__content .rte table tbody tr {
            border-bottom: 1px solid #d1d5db;
        }

            .isef__content .rte table tbody tr:first-child {
                background-color: #d1d5db;
                font-size: 10px;
                font-weight: 600;
                border-bottom: 1px solid #fff;
            }

                .isef__content .rte table tbody tr:first-child td {
                    color: #2b254b;
                }

                    .isef__content .rte table tbody tr:first-child td:first-child {
                        border-start-start-radius: 8px;
                    }

                    .isef__content .rte table tbody tr:first-child td:last-child {
                        border-start-end-radius: 8px;
                    }

            .isef__content .rte table tbody tr:last-child {
                border-bottom: 0px;
            }

            .isef__content .rte table tbody tr td {
                padding: 16px 12px;
                color: #6b7280;
                font-size: 12px;
                line-height: 14.4px;
                border: 0;
            }

                .isef__content .rte table tbody tr td img {
                    width: auto;
                    display: inline;
                }

.isef__steps {
    margin-top: 8px;
}

.isef__step {
    gap: 12px;
}

    .isef__step:last-of-type .isef__step-dot-container::after {
        content: none;
    }

    .isef__step:last-of-type .isef__step-text {
        padding: 0;
    }

.isef__step-dot {
    border: 2px solid #e2a947;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    min-height: 24px;
    min-width: 24px;
}

.isef__step-dot-container {
    position: relative;
}

    .isef__step-dot-container::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        height: calc(100% - 24px);
        width: 1px;
        background-color: #d1d5db;
    }

.isef__step-dot-inner {
    border-radius: 50%;
    background-color: #e2a947;
    border: 3px solid #fff;
    height: 100%;
    width: 100%;
}

.isef__step-text {
    padding-block-end: 33px;
    font-size: 14px;
    line-height: 26px;
    color: #4b5563;
}

.isef__step-number {
    margin-block-start: 1px;
    margin-inline-end: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #6b6681;
    min-width: 23.5px;
}

.isef__links-list {
    gap: 16px;
}

.isef__links-link {
    text-decoration: underline;
    color: #6b6681;
    font-size: 14px;
    line-height: 26px;
}

.isef__links-icon {
    height: 24px;
    width: 24px;
    margin-inline-end: 12px;
}

.isef__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.isef__image-section {
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}

.isef__image-section--small {
    height: 400px;
}

.isef__image-section-container {
    gap: 40px;
}

    .isef__image-section-container .rte {
        flex: 1;
        color: #4b5563;
    }

        .isef__image-section-container .rte p {
            font-size: 14px;
        }

.isef__items {
    gap: 18px;
}

.isef__item {
    position: relative;
    height: 100%;
    gap: 16px;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #d1d5db;
    background-color: #fff;
    padding: 24px;
}

@media (max-width: 991.98px) {
    .isef__item {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}

.isef__item-link {
    outline: 1px solid #2b254b;
    border-radius: 16px;
    padding: 8px 22px;
}

@media (max-width: 479.98px) {
    .isef__item-link {
        min-width: auto;
    }
}

.isef__item-link .link__image {
    transform: scaleX(-1);
}

html[dir=rtl] .isef__item-link .link__image {
    transform: none;
}

.isef__item-image {
    height: 43px;
    width: 43px;
}

.isef__item-image-container {
    height: 61px;
    width: 61px;
    min-width: 61px;
    border-radius: 10px;
    background-color: #f4f4f6;
}

.isef__item-buttons {
    gap: 4px;
}

.isef__item-left {
    gap: 24px;
}

@media (max-width: 479.98px) {
    .isef__item-left {
        flex-direction: column;
    }
}

.isef__item-right {
    gap: 16px;
}

@media (max-width: 767.98px) {
    .isef__item-right {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

.isef__item-content {
    gap: 16px;
}

.isef__item-info {
    gap: 8px;
}

.isef__item-info-icon {
    height: 24px;
    width: 24px;
}

.isef__item-info-text {
    font-size: 12px;
    line-height: 14.4px;
    color: #6b7280;
}

.isef__item-title {
    color: #4b5563;
    font-size: 16px;
    font-weight: 500;
}

.isef__table {
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-radius: 8px;
    border-spacing: 0;
    width: 100%;
    overflow: auto;
}

@media (max-width: 991.98px) {
    .isef__table {
        display: none;
    }
}

.isef__table-mobile {
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-spacing: 0;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 992px) {
    .isef__table-mobile {
        display: none;
    }
}

.isef__table-mobile th.isef__table-header {
    border-inline-end: 1px solid #f4f4f4;
    border-radius: 0;
    background-color: #d1d5db;
    padding-block: 16px;
    padding-inline: 16px;
    color: #2b254b;
    font-size: 10px;
    line-height: 15.7px;
    font-weight: 600;
}

.isef__table-mobile .isef__table-data {
    padding-block: 16px;
    padding-inline: 16px;
    color: #6b7280;
    line-height: 14.4px;
    font-size: 12px;
    font-weight: 400;
}

.isef__table-mobile .isef__table-content-title {
    color: #6b7280;
    line-height: 14.4px;
    font-size: 12px;
    font-weight: 400;
}

.isef__table-mobile .isef__table-row:not(:last-child) .isef__table-header,
.isef__table-mobile .isef__table-row:not(:last-child) .isef__table-data {
    border-block-end: 1px solid #f4f4f4;
}

.isef__table-mobile .isef__table-icon {
    height: 16px;
    width: 16px;
    margin-inline-end: 4px;
}

.isef__table-header {
    background-color: #d1d5db;
    color: #2b254b;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    padding-block: 16px;
    padding-inline: 16px;
    text-align: start;
    max-width: 178px;
}

    .isef__table-header:last-child {
        padding-inline-end: 38px;
    }

.isef__table-body .isef__table-row {
    border-bottom: 1px solid #d1d5db;
}

    .isef__table-body .isef__table-row:last-child .isef__table-data {
        border: none;
    }

.isef__table-body .isef__table-data {
    padding: 16px 12px;
    color: #6b7280;
    font-size: 12px;
    line-height: 14.4px;
    border-bottom: 1px solid #d1d5db;
}

    .isef__table-body .isef__table-data:nth-child(-n+4) .isef__table-icon {
        display: none;
    }

    .isef__table-body .isef__table-data:first-child {
        font-weight: 500;
        color: #2b254b;
        padding-inline-start: 16px;
    }

    .isef__table-body .isef__table-data:last-child {
        padding-inline-end: 16px;
    }

.isef__table-head .isef__table-row-alt {
    position: relative;
}

    .isef__table-head .isef__table-row-alt::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #fff;
    }

    .isef__table-head .isef__table-row-alt .isef__table-header:first-child {
        border-start-start-radius: 8px;
    }

    .isef__table-head .isef__table-row-alt .isef__table-header:last-child {
        border-start-end-radius: 8px;
    }

.isef__table-icon {
    height: 24px;
    width: 24px;
    margin-inline-end: 8px;
}

    .isef__table-icon + span {
        color: #2b254b;
        line-height: 14.4px;
    }

.isef__table-content {
    position: relative;
    justify-content: flex-start;
}

.isef__info-inner {
    background-color: #fff;
    border-radius: 24px;
    padding: 24px;
    gap: 40px;
}

@media (max-width: 991.98px) {
    .isef__info-inner {
        flex-direction: column;
    }
}

.isef__info-title {
    color: #2b254b;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 700;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 991.98px) {
    .isef__info-title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
        letter-spacing: -0.6px;
    }
}

.isef__info-image {
    border-radius: 15px;
    height: auto;
    max-width: 304px;
    max-height: 173px;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .isef__info-image {
        max-width: none;
    }
}

.isef__info-boxes {
    gap: 24px;
}

.isef__info-box {
    border: 1px solid #d1d5db;
    border-radius: 20px;
    flex: 1;
    gap: 24px;
    padding: 16px 24px;
}

.isef__info-box-left {
    gap: 8px;
    flex: 1;
}

.isef__info-box-right {
    margin: auto;
}

.isef__info-box-title {
    color: #4b5563;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Alexandria", sans-serif;
}

.isef__info-box-amount {
    color: #625b80;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .isef__info-box-amount {
        font-size: 20px;
    }
}

.isef__info-right {
    gap: 24px;
    flex: 1;
}

.isef__info-left {
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .isef__info-left {
        width: 100%;
    }
}

.isef__info-icon-container {
    width: 56px;
    border-radius: 50%;
    background-color: #f4f4f6;
    padding: 18px;
    aspect-ratio: 1/1;
}

.isef__filters {
    padding-block-end: 48px;
    gap: 16px;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .isef__filters {
        padding-block-end: 32px;
    }
}

.isef__dropdowns {
    gap: 16px;
}

.isef__search {
    gap: 16px;
}

.isef__search-input {
    padding-block: 9px;
    padding-inline: 34px 16px;
    border: 2px solid #edf2f8;
    background-color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #2b254b;
    height: 46px;
    width: 295px;
    outline-color: #2b254b;
    background-image: url("/assets/img/img/search-normal.svg");
    background-repeat: no-repeat;
    background-size: 12.67px 12.67px;
    background-position-y: 50%;
    background-position-x: 16px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .isef__search-input {
        width: 100%;
    }
}

html[dir=rtl] .isef__search-input {
    background-position-x: calc(100% - 16px);
}

.isef__search-input ::placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #6b7280;
}

.isef__mega-banner {
    padding: 40px;
    border-radius: 24px;
    gap: 40px;
    background-color: #f4f4f6;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .isef__mega-banner {
        flex-direction: column;
    }
}

.isef__mega-banner-content {
    gap: 24px;
    width: 100%;
    flex: 1;
}

.isef__mega-banner-title {
    color: #4b5563;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 700;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 479.98px) {
    .isef__mega-banner-title {
        font-size: 16px;
        line-height: 37px;
        font-weight: 600;
        font-family: "Alexandria", sans-serif;
    }
}

.isef__mega-banner-text {
    font-size: 14px;
    line-height: 26.04px;
    color: #4e5566;
}

.isef__mega-banner-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.isef__mega-banner-image-container {
    flex: 0.9415;
    width: 100%;
    border-radius: 24px;
    align-self: normal;
    min-height: 389px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .isef__mega-banner-image-container {
        min-height: auto;
    }
}

.isef__mega-table {
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    border-spacing: 0;
    width: 100%;
    overflow: auto;
}

@media (max-width: 991.98px) {
    .isef__mega-table {
        display: none;
    }
}

.isef__mega-table-mobile {
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .isef__mega-table-mobile {
        display: none;
    }
}

.isef__mega-table-mobile th.isef__mega-table-header {
    border-inline-end: 1px solid #d1d5db;
    border-radius: 0;
    background-color: #f4f4f6;
    padding-block: 16px;
    padding-inline: 16px;
    color: #2b254b;
    font-size: 10px;
    line-height: 15.7px;
    font-weight: 600;
}

.isef__mega-table-mobile .isef__mega-table-data {
    padding-block: 16px;
    padding-inline: 16px;
    color: #6b7280;
    line-height: 14.4px;
    font-size: 12px;
    font-weight: 400;
}

.isef__mega-table-mobile .isef__mega-table-content-title {
    color: #6b7280;
    line-height: 14.4px;
    font-size: 12px;
    font-weight: 400;
}

.isef__mega-table-mobile .isef__mega-table-row:not(:last-child) .isef__mega-table-header,
.isef__mega-table-mobile .isef__mega-table-row:not(:last-child) .isef__mega-table-data {
    border-block-end: 1px solid #d1d5db;
}

.isef__mega-table-header {
    background-color: #f4f4f6;
    color: #2b254b;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    padding-block: 16px;
    padding-inline: 16px;
    text-align: start;
}

    .isef__mega-table-header:first-child {
        border-start-start-radius: 8px;
        border-end-start-radius: 8px;
    }

    .isef__mega-table-header:last-child {
        border-start-end-radius: 8px;
        border-end-end-radius: 8px;
        padding-inline-end: 38px;
    }

.isef__mega-table-body .isef__mega-table-row {
    border-bottom: 1px solid #d1d5db;
}

    .isef__mega-table-body .isef__mega-table-row:last-child .isef__mega-table-data {
        border: none;
    }

.isef__mega-table-body .isef__mega-table-data {
    padding: 16px;
    color: #6b7280;
    font-size: 12px;
    line-height: 14.4px;
    border-bottom: 1px solid #d1d5db;
}

    .isef__mega-table-body .isef__mega-table-data:last-child {
        padding-inline-end: 24px;
    }

.isef__mega-table-images {
    position: relative;
    z-index: 1;
}

    .isef__mega-table-images + span {
        color: #2b254b;
        font-weight: 500;
        line-height: 14.4px;
    }

.isef__mega-table-image {
    height: 46px;
    width: 48px;
    border-radius: 8px;
    object-fit: cover;
    vertical-align: middle;
    margin-inline-end: 8px;
    z-index: 1;
}

    .isef__mega-table-image:first-child:last-child {
        margin-inline-end: 8px;
    }

    .isef__mega-table-image:first-child:not(:last-child) {
        margin-inline-end: 32px;
        outline: 1px solid #fff;
    }

    .isef__mega-table-image:nth-child(2) {
        position: absolute;
        inset-inline-end: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
        outline: 1px solid #fff;
    }

    .isef__mega-table-image + span {
        color: #2b254b;
        font-weight: 500;
        line-height: 14.4px;
    }

.isef__mega-table-icon {
    height: 24px;
    width: 24px;
    margin-inline-end: 8px;
}

    .isef__mega-table-icon + span {
        color: #2b254b;
        line-height: 14.4px;
    }

.isef__mega-table-content {
    position: relative;
    justify-content: flex-start;
}

.isef__mega-table-tooltip {
    position: relative;
    margin-inline-start: 14px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .isef__mega-table-tooltip:hover .isef__mega-table-tooltip-icon-container, .isef__mega-table-tooltip:focus .isef__mega-table-tooltip-icon-container {
        border-color: #2b254b;
    }

    .isef__mega-table-tooltip:hover .isef__mega-table-tooltip-inner, .isef__mega-table-tooltip:focus .isef__mega-table-tooltip-inner {
        opacity: 1;
        visibility: visible;
    }

.isef__mega-table-tooltip-icon {
    transform: rotate(180deg);
}

.isef__mega-table-tooltip-icon-container {
    border: 1px solid transparent;
    padding: 7.5px;
    background-color: #f4f4f6;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.isef__mega-table-tooltip-inner {
    position: absolute;
    font-family: inherit;
    font-size: 12px;
    line-height: 14.4px;
    width: 218px;
    border: 1px solid #d1d5db;
    padding: 24px;
    top: calc(100% + 14px);
    box-shadow: 0px 20px 24px -12px rgba(0, 0, 0, 0.1607843137);
    border-radius: 15px;
    background-color: #fff;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .isef__mega-table-tooltip-inner::before {
        content: "";
        position: absolute;
        top: -11px;
        left: calc(50% - 12px);
        transform: translateX(-50%);
        height: 24px;
        width: 24px;
        transform: rotate(45deg);
        background-color: #fff;
        border: 1px solid #d1d5db;
        border-radius: 4px;
        z-index: 1;
    }

    .isef__mega-table-tooltip-inner::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 6px;
        height: 16px;
        width: calc(100% - 12px);
        background-color: #fff;
        z-index: 2;
        border-radius: 15px;
    }

/*=====  End of ISEF Component  ======*/
/*=============================================
=            Job Card            =
=============================================*/
.job-card {
    position: relative;
    padding: 24px;
    padding-block-start: 42px;
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-radius: 15px;
    gap: 16px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .job-card:hover, .job-card:focus {
        border-color: #6b6681;
    }

.job-card__info {
    gap: 8px;
    font-size: 12px;
    line-height: 15px;
    color: #6b7280;
    margin-top: auto;
}

@media (max-width: 767.98px) {
    .job-card__info {
        font-weight: 300;
        gap: 4px;
    }
}

.job-card__icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 767.98px) {
    .job-card__icon {
        height: 12px;
        width: 12px;
    }
}

.job-card__title {
    color: #4b5563;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.job-card__text {
    color: #6b7280;
    font-size: 12px;
    line-height: 21.24px;
    font-weight: 300;
}

.job-card__tag {
    position: absolute;
    top: 0;
    inset-inline-start: 24px;
    background-color: #e2a947;
    padding: 6px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #fff;
    font-size: 12px;
    line-height: 14.4px;
}

.job-card__tag--red {
    background-color: #e8a6a3;
}

.job-card__items {
    gap: 12px;
}

.job-card__content {
    gap: 8px;
}

.job-card__buttons {
    gap: 16px;
}

.job-card__link {
    gap: 8px;
    padding: 7px 43.5px;
    border: 1px solid #2b254b;
    border-radius: 16px;
    color: #2b254b;
    font-size: 14px;
    line-height: 24px;
}

.job-card__link-icon {
    height: 20px;
    width: 20px;
    transform: scaleX(-1);
}

html[dir=rtl] .job-card__link-icon {
    transform: none;
}

/*=====  End of Job Card  ======*/
/*=============================================
=            Job Details            =
=============================================*/
.job-details {
    padding-block-end: 60px;
    position: relative;
}

.job-details__main {
    display: grid;
    grid-template-columns: 1fr 450px;
    grid-auto-flow: dense;
    grid-template-rows: auto 1fr;
    gap: 24px;
    border-radius: 25px;
}

@media (max-width: 1199.98px) {
    .job-details__main {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991.98px) {
    .job-details__main {
        display: flex;
        flex-direction: column;
    }
}

.job-details__bottom {
    grid-row: span 2;
    gap: 24px;
}

.job-details__side {
    background-color: #f4f4f6;
    grid-row: span 3;
    border-radius: 24px;
    padding: 24px;
    grid-column: 2;
}

.job-details__side-title {
    color: #4b5563;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.job-details__top {
    background-color: #f4f4f6;
    gap: 16px;
    height: fit-content;
    border-radius: 24px;
    padding: 40px;
}

.job-details__top-title {
    color: #4b5563;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.job-details__top-text {
    font-size: 14px;
    line-height: 26px;
    color: #6b7280;
}

.job-details__top-number, .job-details__top-info {
    font-size: 14px;
    line-height: 17.57px;
    color: #6b7280;
}

.job-details__top-number {
    font-weight: 700;
}

.job-details__box {
    gap: 40px;
}

.job-details__section {
    gap: 24px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d1d5db;
}

    .job-details__section:last-child {
        border: none;
        padding-bottom: 0;
    }

.job-details__text {
    gap: 4px;
}

.job-details__row {
    gap: 16px;
    flex-wrap: wrap;
}

.job-details__row-title {
    color: #6b7280;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.8px;
}

.job-details__row-title-bold {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2b254b;
    margin-inline-start: 4px;
}

.job-details__row-title-small .job-details__row-icon {
    margin-inline-end: 8px;
}

.job-details__row-title-dark {
    color: #4b5563;
}

.job-details__row-icon {
    height: 24px;
    width: 24px;
    margin-inline-end: 12px;
}

.job-details__row-text {
    color: #4b5563;
    font-size: 14px;
    line-height: 26px;
}

.job-details__row-text-large {
    color: #2b254b;
    font-weight: 500;
    font-size: 22px;
    line-height: 26.4px;
}

.job-details__row-text--active {
    position: relative;
    background-color: #ecfdf3;
    border-radius: 16px;
    color: #027a48;
    padding-inline: 26px 10px;
    padding-block: 4px;
}

    .job-details__row-text--active::after {
        content: "";
        position: absolute;
        background-color: #027a48;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        left: 11px;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
    }

html[dir=rtl] .job-details__row-text--active::after {
    right: 11px;
    left: auto;
}

.job-details__row-text--not-active {
    position: relative;
    background-color: #ecfdf3;
    border-radius: 16px;
    color: #B42318;
    padding-inline: 26px 10px;
    padding-block: 4px;
}

    .job-details__row-text--not-active::after {
        content: "";
        position: absolute;
        background-color: #FEF3F2;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        left: 11px;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
    }

html[dir=rtl] .job-details__row-text--not-active::after {
    right: 11px;
    left: auto;
}

.job-details__row-images {
    gap: 31px;
}

.job-details__row-image {
    max-height: 20px;
    object-fit: contain;
}

.job-details__row-link {
    font-size: 14px;
    line-height: 24px;
    color: #2b254b;
    text-decoration: underline;
}

.job-details__row-item {
    gap: 4px;
    background-color: #e9e9ed;
    padding-block: 4px;
    padding-inline: 10px 12px;
    border-radius: 16px;
    font-size: 12px;
    line-height: 18px;
    color: #2b254b;
}

.job-details__row-item-icon {
    height: 12px;
    width: 12px;
}

.job-details__alert {
    gap: 8px;
    color: #d14e48;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.8px;
}

.job-details__alert-icon {
    height: 24px;
    width: 24px;
}

.job-details__links {
    gap: 16px;
}

.job-details__link .link__label {
    font-size: 16px;
}

.job-details__link .link__image {
    height: 12px;
    width: 12px;
}

.job-details__link .link__image {
    transform: scaleX(-1);
}

html[dir=rtl] .job-details__link .link__image {
    transform: scaleX(1);
}

.job-details__tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 12px 16px;
    gap: 12px;
    color: #2b254b;
}

@media (max-width: 767.98px) {
    .job-details__tabs {
        flex-wrap: wrap;
    }
}

@media (max-width: 479.98px) {
    .job-details__tabs {
        flex-direction: column;
    }
}

.job-details__tab {
    flex: 1;
    gap: 8px;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .job-details__tab {
        width: 100%;
        justify-content: center;
        padding: 8.5px 8px;
    }
}

.job-details__tab:hover, .job-details__tab:focus {
    opacity: 0.8;
}

.job-details__tab--active {
    background-color: #e2a947;
    color: #fff;
}

    .job-details__tab--active:hover, .job-details__tab--active:focus {
        opacity: 1;
    }

    .job-details__tab--active .job-details__tab-title {
        line-height: 24px;
        font-weight: 500;
    }

@media (max-width: 479.98px) {
    .job-details__tab--active .job-details__tab-title {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
    }
}

.job-details__tab--active .job-details__tab-icon {
    filter: invert(100%) brightness(200%);
}

.job-details__tab-icon {
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .job-details__tab-icon {
        height: 12px;
        width: 12px;
    }
}

.job-details__tab-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19.2px;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 479.98px) {
    .job-details__tab-title {
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
    }
}

.job-details__tab-content {
    background-color: #f4f4f6;
    border-radius: 25px;
    padding: 40px;
    height: 100%;
    gap: 24px;
}

.job-details__tab-content-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #4b5563;
}

.job-details__tab-link .link__image {
    transform: scaleX(-1);
}

html[dir=rtl] .job-details__tab-link .link__image {
    transform: scaleX(1);
}

.job-details__tab-list {
    gap: 16px;
}

.job-details__tab-list-item {
    position: relative;
    padding-inline-start: 27px;
    font-size: 14px;
    line-height: 26px;
    color: #6b7280;
}

    .job-details__tab-list-item::before {
        content: "";
        position: absolute;
        background-color: #e2a947;
        height: 10px;
        width: 19px;
        border-radius: 3px;
        left: 0;
        right: auto;
    }

html[dir=rtl] .job-details__tab-list-item::before {
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.job-details__tab-header {
    gap: 16px;
}

/*=====  End of Job Details  ======*/
/*=============================================
=            Jobs List            =
=============================================*/
.jobs-list {
    position: relative;
    padding-block: 0 60px;
}

.jobs-list__top {
    padding-block-end: 92px;
}

.jobs-list__top-button-download, .jobs-list__top-button-share {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .jobs-list__top-button-download .button__image, .jobs-list__top-button-share .button__image {
        height: 28px;
        width: 28px;
    }

.jobs-list__top-buttons {
    gap: 12px;
}

.jobs-list__title {
    color: #4b5563;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    line-height: 48px;
}

.jobs-list__filters {
    padding-block-end: 48px;
}

.jobs-list__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    row-gap: 18px;
    column-gap: 24px;
}

    .jobs-list__grid .news__card-title {
        color: #4b5563;
    }

.jobs-list__button-share, .jobs-list__button-favourite {
    padding: 8px;
}

    .jobs-list__button-share .button__image, .jobs-list__button-favourite .button__image {
        height: 16px;
        width: 16px;
    }

.jobs-list__filters {
    gap: 16px;
}

.jobs-list__dropdowns {
    gap: 16px;
}

.jobs-list__search {
    gap: 16px;
}

.jobs-list__search-input {
    width: 295px;
}

@media (max-width: 479.98px) {
    .jobs-list__search-input {
        width: 100%;
    }
}

.jobs-list .link__image {
    transform: scaleX(-1);
}

html[dir=rtl] .jobs-list .link__image {
    transform: scaleX(1);
}

/*=====  End of Jobs List  ======*/
/*=============================================
=            Latest News            =
=============================================*/
.latest-news {
    padding-block: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767.98px) {
    .latest-news {
        padding-block: 40px;
    }
}

.latest-news__top {
    padding-block-end: 40px;
    position: relative;
    color: #2b254b;
}

@media (max-width: 767.98px) {
    .latest-news__top {
        padding-block-end: 24px;
    }
}

.latest-news__bottom {
    position: relative;
    width: 100%;
}

@media (max-width: 767.98px) {
    .latest-news__bottom--desktop {
        display: none;
    }
}

.latest-news__bottom--mobile {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (min-width: 768px) {
    .latest-news__bottom--mobile {
        display: none;
    }
}

.latest-news__link.link {
    font-size: 16px;
    background-color: #2b254b;
    color: #fff;
}

@media (max-width: 767.98px) {
    .latest-news__link.link {
        font-size: 12px;
        padding: 10px 26px;
    }
}

.latest-news__link.link:hover, .latest-news__link.link:focus {
    background-color: #2b254b;
    color: #fff;
    filter: brightness(140%);
}

.latest-news__link.link .link__image {
    width: 24px;
    height: 24px;
    transform: scaleX(1);
}

html[dir=rtl] .latest-news__link.link .link__image {
    transform: scaleX(-1);
}

.latest-news__header {
    position: relative;
    padding-block-end: 24px;
    width: 100%;
    z-index: 1;
}

    .latest-news__header::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #e2a947;
    }

.latest-news__title {
    gap: 8px;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    line-height: 48px;
}

@media (max-width: 767.98px) {
    .latest-news__title {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }
}

.latest-news__title-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 767.98px) {
    .latest-news__title-icon {
        height: 16px;
        width: 16px;
    }
}

.latest-news__carousel {
    width: 100%;
    overflow: hidden;
}

.latest-news__card {
    position: relative;
    padding: 24px;
    gap: 16px;
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .latest-news__card {
        padding: 12px;
    }

        .latest-news__card:nth-child(n+4) {
            display: none;
        }
}

.latest-news__card-image {
    height: 150px;
    width: 100%;
    border-radius: 9px;
    overflow: hidden;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .latest-news__card-image {
        height: 107px;
        min-width: 93px;
        max-width: 93px;
    }
}

.latest-news__card-date {
    gap: 8px;
    font-size: 12px;
    line-height: 15px;
    color: #6b7280;
    margin-top: auto;
}

@media (max-width: 767.98px) {
    .latest-news__card-date {
        font-weight: 300;
        gap: 4px;
    }
}

.latest-news__card-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 767.98px) {
    .latest-news__card-icon {
        height: 12px;
        width: 12px;
    }
}

.latest-news__card-title {
    color: #575756;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 767.98px) {
    .latest-news__card-title {
        font-size: 12px;
    }
}

.latest-news__controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.latest-news__controls--prev {
    left: 53px;
    right: auto;
}

.latest-news__controls--next {
    right: 53px;
    left: auto;
    transform: rotate(180deg) translateY(50%);
}

.latest-news__arrow {
    background: #fff;
    border-radius: 50%;
    height: 56px;
    width: 56px;
    border: 1px solid #d1d5db;
    cursor: pointer;
    filter: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .latest-news__arrow:hover, .latest-news__arrow:focus {
        background: #f4f4f6;
    }

.latest-news__arrow-icon {
    width: 7.1px;
    height: 15.84px;
}

/*=====  Latest News   ======*/
/*=============================================
=            Link            =
=============================================*/
.link {
    cursor: pointer;
    padding: 10px;
    gap: 8px;
    min-width: max-content;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
}

.link--sm {
    padding: 8px 32px;
    border-radius: 16px;
}

.link--md {
    padding: 12px 32px;
    border-radius: 16px;
}

.link--lg {
    padding: 16px 32px;
    border-radius: 16px;
}

.link__image {
    filter: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.link--underline .link__label {
    text-decoration: underline;
}

.link--primary {
    background-color: #2b254b;
    color: #fff;
    border: 2px solid transparent;
}

    .link--primary .link__image {
        height: 24px;
        width: 24px;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

    .link--primary:hover, .link--primary:focus {
        background-color: #fff;
        border-color: #2b254b;
        color: #2b254b;
    }

        .link--primary:hover .link__image, .link--primary:focus .link__image {
            filter: invert(1);
        }

    .link--primary:disabled {
        color: #4b5563;
        background-color: #e5e7eb;
        pointer-events: none;
    }

.link--secondary {
    background-color: #fff;
    color: #2b254b;
    outline: 2px solid #2b254b;
}

    .link--secondary:hover, .link--secondary:focus {
        color: #000;
        background-color: #f4f4f6;
    }

    .link--secondary:disabled {
        color: #4b5563;
        background-color: #fff;
        border-color: #d1d5db;
        pointer-events: none;
    }

    .link--secondary .link__image {
        height: 24px;
        width: 24px;
    }

.link--tertiary {
    background-color: #2b254b;
    background-color: #fff;
    color: #2b254b;
}

    .link--tertiary .link__image {
        height: 24px;
        width: 24px;
    }

    .link--tertiary:hover, .link--tertiary:focus {
        background-color: #f4f4f6;
        color: #2b254b;
    }

    .link--tertiary:disabled {
        color: #4b5563;
        background-color: #e5e7eb;
        pointer-events: none;
    }

.link--transparent {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 9px 18.5px -12px rgba(0, 0, 0, 0.1098039216);
}

    .link--transparent .link__image {
        height: 24px;
        width: 24px;
    }

    .link--transparent:hover, .link--transparent:focus {
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
    }

    .link--transparent:disabled {
        color: #4b5563;
        background-color: #e5e7eb;
        pointer-events: none;
    }

.link--round-tiny {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    background-color: #f4f4f6;
    border: 1px solid transparent;
}

    .link--round-tiny:hover, .link--round-tiny:focus {
        border-color: #2b254b;
    }

    .link--round-tiny .link__image {
        height: 16px;
        width: 16px;
    }

/*=====  End of Link  ======*/
/*=============================================
=            Media With Text            =
=============================================*/
.media-with-text {
    position: relative;
    padding-block: 0 60px;
}

.media-with-text__inner {
    padding: 40px;
    background-color: #f4f4f6;
    border-radius: 24px;
    gap: 40px;
    margin-block-end: 24px;
}

@media (max-width: 991.98px) {
    .media-with-text__inner {
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .media-with-text__inner {
        padding: 20px;
        border-radius: 12px;
    }
}

.media-with-text__content {
    flex: 1;
    gap: 24px;
}

@media (max-width: 767.98px) {
    .media-with-text__content {
        padding-block: 0;
    }
}

.media-with-text__content-top {
    gap: 8px;
}

.media-with-text__content .rte {
    color: #4e5566;
}

    .media-with-text__content .rte p {
        font-size: 14px;
        line-height: 26.04px;
    }

.media-with-text__title {
    color: #4b5563;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 700;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 767.98px) {
    .media-with-text__title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
        letter-spacing: -0.6px;
    }
}

.media-with-text__subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #6b6681;
}

@media (max-width: 991.98px) {
    .media-with-text__subtitle {
        font-size: 18px;
    }
}

.media-with-text__links {
    gap: 24px;
}

@media (max-width: 767.98px) {
    .media-with-text__links {
        flex-wrap: wrap;
    }
}

.media-with-text__link {
    width: fit-content;
    padding: 16px 20px;
}

    .media-with-text__link .link__label {
        font-size: 16px;
    }

.media-with-text__pageLink {
    background-color: rgba(255, 255, 255, 0);
}

    .media-with-text__pageLink .link__label {
        font-size: 16px;
    }

.media-with-text__image {
    object-fit: cover;
    min-height: 389px;
    max-height: 389px;
    max-width: 483px;
    mask-image: url("/assets/img/img/identity-shape.png");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    margin: auto 0;
}

.media-with-text__image-container {
    flex: 0.941;
}

/*=====  End of Media With Text  ======*/
/*=============================================
=            Menu Mobile            =
=============================================*/
@media (min-width: 1200px) {
    .menu-mobile__container {
        display: none;
    }
}

.menu-mobile__icon {
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.menu-mobile__icon-container {
    cursor: pointer;
}

@media (min-width: 1200px) {
    .menu-mobile__icon-container {
        display: none;
    }
}

.menu-mobile__chevron {
    height: 15.84px;
    width: 7.1px;
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

html[dir=rtl] .menu-mobile__chevron {
    transform: rotate(0);
}

.menu-mobile__close {
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.menu-mobile__overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    width: 100%;
    height: 100%;
    z-index: 102;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (min-width: 1200px) {
    .menu-mobile__overlay {
        display: none;
    }
}

.menu-mobile__overlay--active {
    opacity: 1;
    visibility: visible;
}

.menu-mobile__inner {
    z-index: 101;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(43, 37, 75, 0.4);
    backdrop-filter: blur(20px);
    height: calc(100% + 1px);
    width: 50%;
    overflow: auto;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .menu-mobile__inner {
        width: 70%;
    }
}

@media (max-width: 479.98px) {
    .menu-mobile__inner {
        width: 100%;
    }
}

.menu-mobile__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19.2px;
}

.menu-mobile__top {
    background: rgba(255, 255, 255, 0.1803921569);
    padding: 40px 24px;
    gap: 20px;
}

.menu-mobile__top-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Alexandria", sans-serif;
}

.menu-mobile__top-links {
    width: 100%;
    gap: 10px;
}

.menu-mobile__top .link {
    width: 100%;
    padding: 10px 20px;
}

.menu-mobile__bottom {
    padding: 40px 16px;
    min-height: calc(100% - 99px);
    height: auto;
    overflow: auto;
}

.menu-mobile__bottom-link-container {
    padding: 0 16px;
    margin-top: auto;
}

.menu-mobile__link {
    font-size: 16px;
    line-height: 25.44px;
    justify-content: flex-start;
    padding: 16px;
}

.menu-mobile__accordion {
    cursor: pointer;
    padding: 16px;
    width: 100%;
    border: none;
    text-align: start;
    outline: none;
    font-size: 16px;
    line-height: 25.44px;
    border-radius: 15px;
    gap: 16px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .menu-mobile__accordion.menu-mobile__accordion--active {
        background-color: rgba(255, 255, 255, 0.1803921569);
        margin-bottom: 16px;
    }

        .menu-mobile__accordion.menu-mobile__accordion--active .menu-mobile__accordion-link {
            width: fit-content;
        }

        .menu-mobile__accordion.menu-mobile__accordion--active .menu-mobile__chevron {
            transform: rotate(270deg);
        }

html[dir=rtl] .menu-mobile__accordion.menu-mobile__accordion--active .menu-mobile__chevron {
    transform: rotate(-90deg);
}

.menu-mobile__accordion:not(:first-child).active {
    margin-top: 16px;
}

.menu-mobile__accordion:last-child {
    margin-bottom: 40px;
}

.menu-mobile__accordion-panel {
    max-height: 0;
    overflow: hidden;
    gap: 16px;
    display: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.menu-mobile__accordion-panel--active {
    display: block;
}

.menu-mobile__accordion-panel .link {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    justify-content: flex-start;
    gap: 10px;
}

.menu-mobile__accordion-panel .link__image {
    height: 25px;
    width: 25px;
}

.menu-mobile__accordion-panel .link__label {
    font-weight: 400;
    line-height: 25.44px;
}

.menu-mobile__accordion-link {
    font-size: 16px;
    line-height: 25.44px;
    justify-content: flex-start;
    padding: 0;
}

/*=====  End of Menu Mobile  ======*/
/*=============================================
=            Methodology            =
=============================================*/
.methodology {
    padding-block-end: 60px;
    position: relative;
}

.methodology__inner {
    gap: 60px;
}

.methodology__main {
    padding: 40px;
    background-color: #f8fafc;
    border-radius: 24px;
    gap: 37px;
}

@media (max-width: 991.98px) {
    .methodology__main {
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .methodology__main {
        padding: 20px;
    }
}

.methodology__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.methodology__image-container {
    border-radius: 24px;
    overflow: hidden;
    flex: 0.975;
    background-color: #dfe4e8;
    height: 375px;
}

@media (max-width: 991.98px) {
    .methodology__image-container {
        flex: 1;
        width: 100%;
    }
}

.methodology__banner {
    padding: 40px;
    border-radius: 24px;
    gap: 40px;
    background-color: #f8fafc;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .methodology__banner {
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .methodology__banner {
        padding: 20px;
    }
}

.methodology__banner-content {
    gap: 24px;
    width: 100%;
    flex: 1;
}

.methodology__banner-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.methodology__banner-image-container {
    flex: 0.98;
    width: 100%;
    border-radius: 24px;
    align-self: normal;
    min-height: 389px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .methodology__banner-image-container {
        min-height: auto;
    }
}

.methodology__section {
    padding: 40px;
    border-radius: 24px;
    gap: 40px;
    background-color: #f4f4f6;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .methodology__section {
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .methodology__section {
        padding: 20px;
    }
}

.methodology__items {
    gap: 24px;
    flex: 1;
}

.methodology__item {
    background-color: #fff;
    padding: 16px;
    border-radius: 15px;
    gap: 12px;
    height: 100%;
}

.methodology__item-icon {
    height: 16px;
    width: 16px;
}

.methodology__item-icon-container {
    background-color: #e2a947;
    border-radius: 50%;
    padding: 8px;
}

.methodology__item-content {
    gap: 8px;
}

.methodology__item-title {
    color: #4b5563;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.methodology__item-text {
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
}

.methodology__boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 19px;
    row-gap: 20px;
    flex: 0.957;
}

@media (max-width: 479.98px) {
    .methodology__boxes {
        grid-template-columns: repeat(1, 1fr);
    }
}

.methodology__box {
    background-color: #fff;
    padding: 16px;
    border-radius: 16px;
    gap: 10px;
}

.methodology__box-image {
    border-radius: 9px;
    height: 74px;
    object-fit: cover;
    vertical-align: middle;
}

.methodology__box-title {
    text-align: center;
    font-size: 14px;
    line-height: 26.04px;
    color: #4b5563;
}

.methodology__box-text {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #2b254b;
    margin-top: auto;
}

@media (max-width: 767.98px) {
    .methodology__box-text {
        font-size: 26px;
    }
}

.methodology .rte {
    flex: 1;
}

    .methodology .rte p,
    .methodology .rte a {
        color: #6b7280;
        font-size: 14px;
    }

    .methodology .rte ul {
        display: flex;
        flex-direction: column;
        gap: 16px;
        list-style-type: none;
        margin-block-start: 20px;
    }

    .methodology .rte li {
        color: #6b7280;
        position: relative;
        padding-inline-start: 27px;
        font-size: 14px;
        line-height: 26px;
        margin: 0;
    }

        .methodology .rte li::before {
            content: "";
            position: absolute;
            background-color: #e2a947;
            height: 10px;
            width: 19px;
            border-radius: 3px;
            inset-inline-start: 0;
            top: 8px;
        }

/*=====  End of Methodology  ======*/
.modal--youtube .modal__icon--youtube {
    display: block;
}

.modal--empty .modal__icon--empty {
    display: block;
    width: 0px;
    padding: 200px;
}

.modal--purple .modal__icon--purple {
    display: block;
}

.modal--blue .modal__icon--blue {
    display: block;
}

.modal--table .modal__icon--table {
    display: block;
    height: 24px;
    width: 24px;
    padding: 0;
    max-height: 26px;
    max-width: 26px;
}

    .modal--table .modal__icon--table:hover, .modal--table .modal__icon--tablefocus {
        height: 26px;
        width: 26px;
    }

.modal__dialog {
    position: fixed;
    z-index: 1;
    left: 14px;
    width: 100vw;
    overflow: hidden;
}

.modal__dialog-infograph {
    overflow-y: auto;
    overflow-x: hidden;
}

.modal__dialog-image-gallery {
    overflow-y: auto;
    overflow-x: hidden;
}

.modal__inner {
    position: relative;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1019607843);
    width: fit-content;
    margin: 60px auto;
    padding: 20px;
    border-radius: 20px;
}

.modal__image-gallery-inner {
    position: relative;
    color: #fff;
    background-color: #F4F4F6;
    width: fit-content;
    margin: 60px auto;
    padding: 20px;
    border-radius: 20px;
}

.modal__top {
    padding: 17px 16px;
}

@media (max-width: 767.98px) {
    .modal__top {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
}

.modal__bottom {
    gap: 40px;
}

.modal__right {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    gap: 8px;
}

.modal__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    padding-inline-start: 10px;
}

.modal__video {
    width: 100%;
    min-width: 880px;
    aspect-ratio: 16/9;
}

@media (max-width: 991.98px) {
    .modal__video {
        min-width: 290px;
    }
}

.modal__images {
    gap: 24px;
    max-width: 932px;
}

@media (max-width: 991.98px) {
    .modal__images {
        flex-direction: column;
    }
}

.modal__image-container {
    width: 932px;
}

    .modal__image-container img {
        border-radius: 9px;
    }

@media (max-width: 991.98px) {
    .modal__image-container {
        width: 100%;
    }
}

.modal__image-small {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
    flex: 1;
}

.modal__image-small-container {
    height: 383px;
    border-radius: 9px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .modal__image-small-container {
        height: 300px;
    }
}

.modal__eye {
    width: 24px;
    height: 24px;
}

.modal__share {
    height: 48px;
    width: 48px;
    inset-inline-end: 36px;
    inset-block-start: 40px;
}

    .modal__share .button__image {
        height: 28px;
        width: 28px;
    }

.modal__icon {
    display: none;
    cursor: pointer;
    padding: 66px 96px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 200px;
    z-index: 1;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .modal__icon:hover, .modal__icon:focus {
        width: 270px;
        height: 210px;
    }

.modal__icon--youtube {
    padding-inline: 85px;
}

.modal__close {
    background-color: transparent;
    padding: 0;
}

    .modal__close .button__image {
        width: 24px;
        height: 24px;
    }

.modal__buttons {
    gap: 16px;
    margin-inline-start: 8px;
}

/*=============================================
=            Navbar            =
=============================================*/
.navbar {
    position: relative;
    color: #2b254b;
    z-index: 11;
}

@media (min-width: 1200px) {
    .navbar--sticky .navbar__top {
        opacity: 0;
        visibility: hidden;
    }

    .navbar--sticky .navbar__bottom {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(43, 49, 56, 0.88);
        color: #fff;
        z-index: 100;
        box-shadow: none;
    }

    .navbar--sticky .navbar__links-nested {
        top: 80px;
        background-color: rgba(43, 49, 56, 0.88);
    }

        .navbar--sticky .navbar__links-nested .link__label {
            color: #fff;
        }

    .navbar--sticky .navbar__link {
        background-color: #fff;
        color: #2b254b;
    }

        .navbar--sticky .navbar__link:hover, .navbar--sticky .navbar__link:focus {
            background-color: #f4f4f6;
        }

    .navbar--sticky .navbar__links-drop-icon {
        filter: brightness(1000%) saturate(0%);
    }

    .navbar--sticky .navbar__links-icon,
    .navbar--sticky .navbar__button-search {
        background-color: transparent;
        filter: brightness(1000%) saturate(0%);
    }

    .navbar--sticky .navbar__logo {
        filter: brightness(1000%) saturate(0%);
    }

    .navbar--sticky .navbar__logo-container {
        background-color: rgba(43, 49, 56, 0.88);
        box-shadow: none;
    }

        .navbar--sticky .navbar__logo-container:hover, .navbar--sticky .navbar__logo-container:focus {
            outline-color: #fff;
        }
}

.navbar__inner {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1440px;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .navbar__inner {
        transform: none;
    }
}

@media (max-width: 991.98px) {
    .navbar__inner {
        padding: 0 30px;
    }
}

@media (max-width: 479.98px) {
    .navbar__inner {
        padding: 0 20px;
    }
}

.navbar__top {
    background-color: #e5e3f3;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.navbar__top-inner {
    padding-block: 12px;
}

.navbar__bottom {
    background-color: #fff;
    height: 80px;
    box-shadow: 0px 9px 18.5px -12px rgba(0, 0, 0, 0.1098039216);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.navbar__bottom-inner {
    height: 100%;
    gap: 12px;
    padding-inline-start: 142px;
}

@media (max-width: 767.98px) {
    .navbar__bottom-inner {
        padding-inline-start: 27px;
    }
}

.navbar__logo {
    height: 100%;
    width: auto;
    object-fit: contain;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.navbar__logo-mobile {
    display: block;
    max-height: 39px;
    width: auto;
}

.navbar__logo-wrapper {
    height: 44.8px;
    margin-inline-end: 15px;
}

@media (max-width: 1199.98px) {
    .navbar__logo-wrapper {
        display: none;
    }
}

@media (min-width: 1200px) {
    .navbar__logo-container-mobile {
        display: none;
    }
}

.navbar__links {
    position: relative;
    height: 100%;
    gap: 16px;
    width: 100%;
}

.navbar__links-main {
    margin: 0 auto;
}

@media (max-width: 1199.98px) {
    .navbar__links-main {
        display: none;
    }
}

.navbar__links-item {
    height: 100%;
    min-width: fit-content;
}

.navbar__links-drop {
    height: 100%;
    position: relative;
    gap: 4px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    line-height: 16.8px;
    font-weight: 600;
}

.navbar__links-drop--active {
    color: #e2a947;
}

    .navbar__links-drop--active .navbar__links-drop-icon {
        filter: invert(65%) sepia(84%) saturate(322%) hue-rotate(357deg) brightness(91%) contrast(94%);
    }

.navbar__links-drop-icon {
    height: 20px;
    width: 20px;
    padding: 7.5px 6.5px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.navbar__links-drop:hover, .navbar__links-drop:focus {
    color: #e2a947;
}

    .navbar__links-drop:hover .navbar__links-drop-icon, .navbar__links-drop:focus .navbar__links-drop-icon {
        filter: invert(65%) sepia(84%) saturate(322%) hue-rotate(357deg) brightness(91%) contrast(94%);
    }

    .navbar__links-drop:hover .navbar__links-nested, .navbar__links-drop:focus .navbar__links-nested {
        opacity: 1;
        visibility: visible;
    }

.navbar__links-nested {
    opacity: 0;
    visibility: hidden;
    background-color: #e5e3f3;
    color: #2b254b;
    position: fixed;
    top: 128px;
    left: 0;
    width: 100%;
    padding-block: 24px;
    z-index: 2;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .navbar__links-nested:focus-within {
        opacity: 1;
        visibility: visible;
    }

.navbar__links ul.navbar__links-inner {
    gap: 8px;
    cursor: default;
}

    .navbar__links ul.navbar__links-inner .link {
        font-size: 16px;
        font-weight: 500;
        color: #111b29;
        padding: 0;
        min-width: 210px;
    }

    .navbar__links ul.navbar__links-inner .link__image {
        height: 35px;
        width: 35px;
    }

.navbar__links-secondary {
    gap: 6px;
}

.navbar__links-icon {
    position: relative;
    height: 44px;
    width: 44px;
}

@media (max-width: 1199.98px) {
    .navbar__links-icon {
        padding: 9px;
    }
}

.navbar__login {
    box-shadow: 4px 4px 10px 0px rgba(74, 127, 185, 0.1607843137);
    padding: 8px 32px;
    min-width: 179px;
    font-size: 10px;
}

html[dir=rtl] .navbar__login .link__image {
    transform: rotate(180deg);
}

@media (max-width: 1199.98px) {
    .navbar__login {
        padding-inline: 8px;
        border-radius: 9px;
    }
}

@media (max-width: 767.98px) {
    .navbar__login {
        padding-block: 7.5px;
        font-size: 8px;
    }

        .navbar__login .link__image {
            height: 16px;
            width: 16px;
        }

        .navbar__login .link__label {
            line-height: 14px;
            font-size: 8px;
        }
}

@media (max-width: 479.98px) {
    .navbar__login {
        min-width: auto;
    }

        .navbar__login .link__label {
            font-size: 8px;
        }
}

.navbar__login::after {
    content: "";
    position: absolute;
    inset-inline-start: -24px;
    height: 18px;
    width: 1px;
    background-color: #2b254b;
}

@media (max-width: 767.98px) {
    .navbar__login::after {
        inset-inline-start: -16px;
    }
}

.navbar__link {
    padding: 8px 32px;
    min-width: 179px;
    width: max-content;
}

@media (max-width: 1199.98px) {
    .navbar__link {
        display: none;
    }
}

.navbar__link-top {
    padding: 0;
}

@media (max-width: 767.98px) {
    .navbar__link-top {
        font-size: 12px;
        line-height: 14px;
    }
}

.navbar__link-top .link__image {
    height: 16px;
    width: 16px;
}

.navbar__button-search {
    position: relative;
    padding: 10px;
    border-radius: 4px;
    margin-inline-end: 12px;
}

@media (max-width: 1199.98px) {
    .navbar__button-search {
        margin-inline-end: 0;
    }
}

.navbar__button-search::after {
    content: "";
    position: absolute;
    left: auto;
    right: -6px;
    height: 18px;
    background-color: #2b254b;
    width: 1px;
    pointer-events: none;
}

@media (max-width: 1199.98px) {
    .navbar__button-search::after {
        content: none;
    }
}

html[dir=rtl] .navbar__button-search::after {
    content: "";
    position: absolute;
    left: -6px;
    right: auto;
    height: 18px;
    background-color: #2b254b;
    width: 1px;
    pointer-events: none;
    outline: none;
}

@media (max-width: 1199.98px) {
    html[dir=rtl] .navbar__button-search::after {
        content: none;
    }
}

.navbar__button-search-wrapper {
    position: relative;
}

.navbar__button-search-inner {
    position: absolute;
    top: calc(100% + 30px);
    inset-inline-start: 50%;
    transform: translateX(calc(-50% - 20px));
    background-color: #fff;
    gap: 24px;
    width: 401px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #d1d5db;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

html[dir=rtl] .navbar__button-search-inner {
    transform: translateX(calc(50% + 10px));
}

@media (max-width: 1199.98px) {
    html[dir=rtl] .navbar__button-search-inner {
        transform: translateX(calc(50% + 40px));
    }
}

html[dir=rtl] .navbar__button-search-inner::after {
    inset-inline-start: calc(50% - 9px);
}

@media (max-width: 1199.98px) {
    .navbar__button-search-inner {
        transform: translateX(calc(-50% - 40px));
    }
}

@media (max-width: 767.98px) {
    .navbar__button-search-inner {
        width: 246px;
    }
}

.navbar__button-search-inner--active {
    opacity: 1;
    visibility: visible;
}

.navbar__button-search-inner::before {
    content: "";
    position: absolute;
    top: -17px;
    inset-inline-start: 50%;
    transform: rotate(45deg) translateX(50%);
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    z-index: 0;
}

@media (max-width: 1199.98px) {
    .navbar__button-search-inner::before {
        inset-inline-start: calc(50% + 20px);
    }

    html[dir=rtl] .navbar__button-search-inner::before {
        inset-inline-start: calc(50% + 40px);
    }
}

.navbar__button-search-inner::after {
    content: "";
    position: absolute;
    top: -1px;
    inset-inline-start: calc(50% + 5px);
    background-color: #d1d5db;
    height: 1px;
    width: 24px;
    z-index: 0;
}

.navbar__button-search-label {
    position: relative;
    width: 100%;
}

.navbar__button-search-submit {
    position: absolute;
    top: 50%;
    inset-inline-start: 16px;
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .navbar__button-search-submit:hover, .navbar__button-search-submit:focus {
        opacity: 0.6;
    }

.navbar__button-search-submit-icon {
    height: 24px;
    width: 24px;
}

.navbar__button-search-submit:disabled {
    opacity: 0.4;
    pointer-events: none;
}

.navbar__button-search-input {
    padding-block: 9px;
    padding-inline: 46px 16px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    font-family: "Alexandria", sans-serif;
    color: #2b254b;
    height: 56px;
    width: 100%;
    outline-color: #2b254b;
    background-color: #f4f4f6;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .navbar__button-search-input {
        height: 46px;
    }
}

.navbar__button-search-input ::placeholder {
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    font-family: "Alexandria", sans-serif;
    color: #6b7280;
}

.navbar__button-search-link {
    gap: 8px;
}

    .navbar__button-search-link:hover .navbar__button-search-link-text, .navbar__button-search-link:focus .navbar__button-search-link-text {
        color: #2b254b;
    }

.navbar__button-search-link-text {
    text-decoration: underline;
    color: #6b7280;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.navbar__button-search-link-icon {
    height: 24px;
    width: 24px;
    transform: scaleX(-1);
}

html[dir=rtl] .navbar__button-search-link-icon {
    transform: none;
}

.navbar__button-search .button__image {
    pointer-events: none;
}

.navbar__user {
    position: relative;
    font-family: inherit;
    gap: 8px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #d1d5db;
    padding: 8px 15px;
    min-width: 179px;
    cursor: pointer;
}

.navbar__user-icon {
    height: 16px;
    width: 16px;
    padding: 2px;
    margin-inline-start: auto;
}

.navbar__user-name {
    width: fit-content;
    font-size: 14px;
    line-height: 24px;
    color: black;
}

.navbar__user-image {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.navbar__user-dropdown {
    position: absolute;
    top: calc(100% + 2px);
    inset-inline-end: 0;
    z-index: 3;
    background-color: #fff;
    border-radius: 8px;
    width: 234px;
    padding: 4px;
    border: 1px solid #d1d5db;
    gap: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.navbar__user-dropdown--active {
    opacity: 1;
    visibility: visible;
}

.navbar__user-item {
    width: 100%;
}

.navbar__user-button {
    padding: 10.5px 16px;
    border-radius: 8px;
    gap: 8px;
    font-family: inherit;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .navbar__user-button:hover, .navbar__user-button:focus {
        background-color: #f4f4f6;
    }

.navbar__user-button-icon {
    height: 16px;
    width: 16px;
}

html[dir=rtl] .navbar__user-button-icon {
    transform: scaleX(-1);
}

.navbar__user-button-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
}

.navbar__user-button-logout {
    color: #d14e48;
}

.navbar .trail-tag {
    background-color: #e2a947;
    color: #fff;
    padding: 6px 10px;
    font-size: 11px;
    line-height: 14px;
    width: 100%;
    text-align: center;
}

.navbar .mawhiba-hub img {
    height: 42px;
    width: 125px;
}

@media (max-width: 1199.98px) {
    .navbar .mawhiba-hub {
        display: none;
    }
}

.navbar .mawhiba-hub-mobile {
    display: none;
    position: relative;
    margin-inline-start: 24px;
    white-space: nowrap;
}

    .navbar .mawhiba-hub-mobile img {
        height: 21.03px;
        width: 39.01px;
    }

@media (max-width: 1199.98px) {
    .navbar .mawhiba-hub-mobile {
        display: block;
    }
}

@media (max-width: 479.98px) {
    .navbar .mawhiba-hub-mobile img {
        display: none;
    }
}

.navbar .survey-button {
    margin-inline-end: auto;
}

/*=====  End of Navbar  ======*/
/*=============================================
=              Navbar Favourites             =
=============================================*/
.nav-favourites {
    gap: 16px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .nav-favourites {
        flex-direction: column;
    }
}

.nav-favourites__wrapper {
    position: relative;
}

.nav-favourites__button {
    position: relative;
    padding: 10px;
    border-radius: 4px;
}

    .nav-favourites__button .button__image {
        pointer-events: none;
    }

    .nav-favourites__button.active::after {
        content: "";
        position: absolute;
        top: 9px;
        right: 9px;
        width: 8px;
        height: 8px;
        background-color: #D14E48;
        border-radius: 50%;
    }

.nav-favourites__inner {
    position: absolute;
    top: calc(100% + 30px);
    inset-inline-start: 50%;
    transform: translateX(calc(-50% - 65px));
    background-color: #fff;
    gap: 24px;
    width: 401px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #d1d5db;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .nav-favourites__inner {
        width: 300px;
        transform: translateX(calc(-50% - 90px));
    }
}

html[dir=rtl] .nav-favourites__inner {
    transform: translateX(calc(50% + 65px));
}

@media (max-width: 1199.98px) {
    html[dir=rtl] .nav-favourites__inner {
        transform: translateX(calc(50% + 55px));
    }
}

@media (max-width: 767.98px) {
    html[dir=rtl] .nav-favourites__inner {
        transform: translateX(calc(50% + 80px));
    }
}

html[dir=rtl] .nav-favourites__inner::after {
    inset-inline-start: calc(50% - 9px);
}

.nav-favourites__inner--active {
    opacity: 1;
    visibility: visible;
}

.nav-favourites__inner::before {
    content: "";
    position: absolute;
    top: -17px;
    inset-inline-end: 137px;
    transform: rotate(45deg) translateX(50%);
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    z-index: 0;
    border-top: 1px solid #d1d5db;
    border-left: 1px solid #d1d5db;
}

@media (max-width: 1199.98px) {
    .nav-favourites__inner::before {
        inset-inline-end: 132px;
    }
}

@media (max-width: 767.98px) {
    .nav-favourites__inner::before {
        inset-inline-end: 55px;
    }
}

html[dir=rtl] .nav-favourites__inner::before {
    inset-inline-end: 125px;
}

.nav-favourites__inner::after {
    content: "";
    position: absolute;
    top: -1px;
    inset-inline-start: calc(50% + 5px);
    background-color: #d1d5db;
    height: 1px;
    width: 24px;
    z-index: 0;
}

.nav-favourites__title {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
}

.nav-favourites__tabs {
    width: 100%;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 24px;
    background-color: #f4f4f6;
    color: #2b254b;
}

@media (max-width: 767.98px) {
    .nav-favourites__tabs {
        width: 100%;
        flex-direction: column;
    }
}

.nav-favourites__tab {
    flex: 1;
    position: relative;
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    padding-inline-start: 40px;
    border-radius: 24px;
    background-color: transparent;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .nav-favourites__tab {
        width: 100%;
        justify-content: center;
        padding: 8px 7px;
        padding-inline-start: 32px;
    }
}

.nav-favourites__tab-title {
    min-width: fit-content;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 14.4px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.nav-favourites__tab-title--services::after {
    width: 16px;
    height: 16px;
    position: absolute;
    content: "";
    background-image: url("/assets/img/img/icons/four-squares--blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    inset-inline-start: -25px;
    inset-block-start: -1px;
}

.nav-favourites__tab-title--other::after {
    width: 16px;
    height: 16px;
    position: absolute;
    content: "";
    background-image: url("/assets/img/img/icons/info-circle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    inset-inline-start: -25px;
    inset-block-start: -1px;
}

.nav-favourites__tab--active {
    background-color: #e2a947;
    color: #fff;
}

    .nav-favourites__tab--active .nav-favourites__tab-title--services::after {
        background-image: url("/assets/img/img/icons/four-squares--white.svg");
    }

    .nav-favourites__tab--active .nav-favourites__tab-title--other::after {
        filter: invert(100%) brightness(200%);
    }

.nav-favourites__tab:hover, .nav-favourites__tab:focus {
    opacity: 0.8;
}

.nav-favourites__items {
    gap: 16px;
    flex: 1;
    width: 100%;
}

.nav-favourites__item {
    padding: 16px;
    border-radius: 9px;
    border: 1px solid #d1d5db;
    gap: 5px;
}

@media (max-width: 479.98px) {
    .nav-favourites__item {
        flex-direction: column;
    }
}

.nav-favourites__item:not(:last-child) {
    margin-block-end: 16px;
}

.nav-favourites__item-left {
    gap: 8px;
}

.nav-favourites__item-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
}

.nav-favourites__item-image {
    border-radius: 5px;
    height: 16px;
    width: 37px;
    object-fit: cover;
}

.nav-favourites__item-arrow {
    width: 16px;
    height: 16px;
    rotate: 134deg;
}

html[dir=rtl] .nav-favourites__item-arrow {
    rotate: -46deg;
}

.nav-favourites__item-empty {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    text-align: center;
}

.nav-favourites__link {
    gap: 8px;
}

    .nav-favourites__link:hover .navbar__button-search-link-text, .nav-favourites__link:focus .navbar__button-search-link-text {
        color: #2b254b;
    }

.nav-favourites__link-text {
    text-decoration: underline;
    color: #6b7280;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.nav-favourites__link-icon {
    height: 24px;
    width: 24px;
}

/*=====  End of Navbar Favourites  ======*/
/*=============================================
=            News Card            =
=============================================*/
.news__card {
    position: relative;
    padding: 24px;
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .news__card:hover, .news__card:focus {
        border-color: #6b6681;
    }

@media (max-width: 767.98px) {
    .news__card {
        padding: 12px;
    }
}

.news__card-image {
    height: 150px;
    width: 100%;
    border-radius: 9px;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 16px;
}

.news__card-date {
    gap: 8px;
    font-size: 12px;
    line-height: 15px;
    color: #6b7280;
    margin-top: auto;
}

@media (max-width: 767.98px) {
    .news__card-date {
        font-weight: 300;
        gap: 4px;
    }
}

.news__card-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 767.98px) {
    .news__card-icon {
        height: 12px;
        width: 12px;
    }
}

.news__card-title {
    color: #575756;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 767.98px) {
    .news__card-title {
        font-size: 12px;
    }
}

/*=====  End of News Card  ======*/
/*=============================================
=            New Details            =
=============================================*/
.news-details {
    padding-block-end: 60px;
    position: relative;
}

.news-details__wrapper {
    position: relative;
}

.news-details__header {
    padding-block-end: 30px;
}

.news-details__header-button-download, .news-details__header-button-share {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .news-details__header-button-download .button__image, .news-details__header-button-share .button__image {
        height: 28px;
        width: 28px;
    }

.news-details__header-buttons {
    gap: 12px;
}

.news-details__title {
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    max-width: 750px;
    color: #4b5563;
    line-height: 48px;
}

.news-details__main {
    padding: 40px;
    background-color: #f8fafc;
    border-radius: 24px;
    margin-block-end: 30px;
}

.news-details__main-image {
    border-radius: inherit;
    width: 100%;
    max-height: 378px;
    object-fit: contain;
}

.news-details__main-image--half-width {
    float: inline-end;
    width: 50%;
    margin-inline-start: 24px;
    aspect-ratio: 5.1/3.9;
    margin-block-end: 24px;
}

@media (max-width: 767.98px) {
    .news-details__main-image--half-width {
        float: none;
        width: 100%;
        margin-inline-start: 0px;
    }
}

@media (max-width: 767.98px) {
    .news-details__main-image {
        max-height: 278px;
    }
}

.news-details__main-image-container {
    overflow: hidden;
    border-radius: 24px;
    width: fit-content;
    margin-inline: auto;
    margin-block-end: 24px;
}

.news-details__date {
    gap: 8px;
    font-size: 12px;
    line-height: 15px;
    color: #6b6681;
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .news-details__date {
        font-weight: 300;
        gap: 4px;
    }
}

.news-details__date-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 767.98px) {
    .news-details__date-icon {
        height: 12px;
        width: 12px;
    }
}

.news-details .rte p {
    color: #6b7280;
}

.news-details .rte a {
    color: #2b254b;
}

.news-details .details-survey {
    margin-block-start: 30px;
}

@media (max-width: 767.98px) {
    .news-details .details-survey {
        margin-block-start: 24px;
    }
}

.related-news__title {
    color: #4b5563;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-block-end: 24px;
}

.related-news__cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

@media (max-width: 767.98px) {
    .related-news__cards {
        gap: 12px;
    }
}

/*=====  End of New Details  ======*/
/*=============================================
=            News List            =
=============================================*/
.news-list {
    position: relative;
    padding-block: 0 60px;
}

.news-list__top {
    padding-block-end: 32px;
}

.news-list__top-button-download, .news-list__top-button-share {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .news-list__top-button-download .button__image, .news-list__top-button-share .button__image {
        height: 28px;
        width: 28px;
    }

.news-list__top-buttons {
    gap: 12px;
}

.news-list__title {
    color: #4b5563;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    line-height: 48px;
}

.news-list__filters {
    padding-block-end: 48px;
}

.news-list__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    row-gap: 18px;
    column-gap: 24px;
}

    .news-list__grid .news__card-title {
        color: #4b5563;
    }

.news-list__button-share, .news-list__button-favourite {
    padding: 8px;
}

    .news-list__button-share .button__image, .news-list__button-favourite .button__image {
        height: 16px;
        width: 16px;
    }

.news-list__pagination {
    padding-block-start: 60px;
    gap: 10px;
}

@media (max-width: 479.98px) {
    .news-list__pagination {
        justify-content: center;
    }
}

.news-list__pagination-text {
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
}

.news-list__pagination-text-wrapper {
    gap: 4px;
}

.news-list__pagination-dropdown {
    outline: 1px solid #dddddd;
    color: #333333;
    font-size: 14px;
    line-height: 17px;
    font-family: "Alexandria", sans-serif;
    padding: 12.5px 15px;
    padding-inline-start: 36px;
    border-radius: 8px;
    cursor: pointer;
    appearance: none;
    background-image: url("/assets/img/img/chevron-down-slim-icon-.svg");
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 50%;
}

html[dir=rtl] .news-list__pagination-dropdown {
    background-position-x: calc(100% - 15px);
    background-position-y: 50%;
}

.news-list__pages {
    gap: 5px;
}

.news-list__page {
    background-color: #fff;
    color: #111928;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    min-height: 32px;
    max-height: 32px;
    min-width: 32px;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    font-family: "Alexandria", sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .news-list__page:hover, .news-list__page:focus {
        border-color: #2b254b;
    }

    .news-list__page:disabled {
        pointer-events: none;
        border-color: #fff;
    }

.news-list__page--active {
    background-color: #111b29;
    color: #fff;
    border-color: #2b254b;
}

    .news-list__page--active:disabled {
        background-color: #e5e7eb;
        border-color: #e5e7eb;
        pointer-events: none;
        padding: 10px 8px;
    }

.news-list__page-alt {
    padding: 10px 8px;
    background-color: #fff;
    color: #111928;
    border-color: transparent;
}

    .news-list__page-alt:hover, .news-list__page-alt:focus {
        border-color: #2b254b;
    }

    .news-list__page-alt:disabled {
        background-color: #e5e7eb;
        color: #fff;
    }

.news-list__filters {
    gap: 16px;
}

.news-list__dropdowns {
    gap: 16px;
}

.news-list__search {
    gap: 16px;
}

.news-list__search-input {
    padding-block: 9px;
    padding-inline: 34px 16px;
    border: 2px solid #edf2f8;
    background-color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #2b254b;
    height: 46px;
    width: 235px;
    outline-color: #2b254b;
    background-image: url("/assets/img/img/search-normal.svg");
    background-repeat: no-repeat;
    background-size: 12.67px 12.67px;
    background-position-y: 50%;
    background-position-x: 16px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .news-list__search-input {
        width: 100%;
    }
}

html[dir=rtl] .news-list__search-input {
    background-position-x: calc(100% - 16px);
}

.news-list__search-input ::placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #4b5563;
}

.news-list__sort {
    height: 46px;
    width: 46px;
    min-height: 46px;
    min-width: 46px;
    border: 2px solid #edf2f8;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .news-list__sort:hover, .news-list__sort:focus {
        border-color: #2b254b;
    }

.news-list__sort-icon {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/*=====  End of News List  ======*/
/*=============================================
=            Pagination            =
=============================================*/
.pagination {
    padding-block-start: 60px;
    gap: 10px;
}

@media (max-width: 479.98px) {
    .pagination {
        justify-content: center;
    }
}

.pagination__text {
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
}

.pagination__text-wrapper {
    gap: 4px;
}

.pagination__dropdown {
    outline: 1px solid #dddddd;
    background-color: #fff;
    color: #333333;
    font-size: 14px;
    line-height: 17px;
    font-family: "Alexandria", sans-serif;
    padding: 12.5px 15px;
    padding-inline-start: 36px;
    border-radius: 8px;
    cursor: pointer;
    appearance: none;
    background-image: url("/assets/img/img/chevron-down-slim-icon-.svg");
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 50%;
}

html[dir=rtl] .pagination__dropdown {
    background-position-x: calc(100% - 15px);
    background-position-y: 50%;
}

.pagination__pages {
    gap: 5px;
}

.pagination__page {
    background-color: #fff;
    color: #111928;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    min-height: 32px;
    max-height: 32px;
    min-width: 32px;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    font-family: "Alexandria", sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .pagination__page:hover, .pagination__page:focus {
        border-color: #2b254b;
    }

    .pagination__page:disabled {
        pointer-events: none;
        border-color: #fff;
    }

.pagination__page--active {
    background-color: #2b254b;
    color: #fff;
    border-color: #2b254b;
}

    .pagination__page--active:disabled {
        background-color: #e5e7eb;
        border-color: #e5e7eb;
        pointer-events: none;
        padding: 10px 8px;
    }

.pagination__page-alt {
    padding: 10px 8px;
    background-color: #fff;
    color: #111928;
    border-color: transparent;
}

    .pagination__page-alt:hover, .pagination__page-alt:focus {
        border-color: #2b254b;
    }

    .pagination__page-alt:disabled {
        background-color: #e5e7eb;
        color: #fff;
    }

/*=====  End of Pagination  ======*/
.partners {
    padding-block: 60px;
    position: relative;
}

@media (max-width: 767.98px) {
    .partners {
        padding-block: 40px;
    }
}

.partners__top {
    padding-block-end: 24px;
    position: relative;
    color: #2b254b;
    gap: 40px;
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 40px;
    width: 100%;
}

@media (max-width: 479.98px) {
    .partners__top {
        padding: 16px;
    }
}

.partners__top-inner {
    gap: 8px;
    padding-block-end: 40px;
}

.partners__bottom {
    position: relative;
    width: 100%;
}

@media (max-width: 767.98px) {
    .partners__bottom {
        gap: 24px;
    }
}

.partners__link {
    width: fit-content;
    margin: 40px auto;
}

    .partners__link .link__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .partners__link .link__image {
    transform: scaleX(1);
}

.partners__title {
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    gap: 8px;
    color: #4b5563;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .partners__title {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }
}

.partners__text {
    line-height: 25.44px;
    font-size: 16px;
    color: #6b6681;
}

.partners__tabs {
    margin: auto;
    margin-block-end: 40px;
    width: fit-content;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 24px;
    background-color: #ffffff;
    color: #2b254b;
}

@media (max-width: 767.98px) {
    .partners__tabs {
        padding: 8px;
        gap: 5px;
        margin-block-end: 24px;
    }
}

.partners__tab {
    gap: 8px;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 24px;
    background-color: transparent;
    min-width: fit-content;
    flex: 1;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .partners__tab {
        width: fit-content;
        justify-content: center;
        padding: 4px 7px;
    }
}

.partners__tab--active {
    background-color: #e2a947;
    color: #fff;
}

    .partners__tab--active .partners__tab-title {
        font-size: 16px;
        line-height: 19.2px;
    }

@media (max-width: 767.98px) {
    .partners__tab--active .partners__tab-title {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
    }
}

.partners__tab:hover, .partners__tab:focus {
    opacity: 0.8;
}

.partners__tab-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16.8px;
    font-family: "Alexandria", sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .partners__tab-title {
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
    }
}

.partners__carousel {
    width: 100%;
    overflow: hidden;
    height: 0;
    pointer-events: none;
}

    .partners__carousel .partners__controls {
        display: none;
    }

.partners__carousel--active {
    height: auto;
    pointer-events: all;
}

    .partners__carousel--active .partners__controls {
        display: block;
    }

.partners__card {
    position: relative;
    padding-block: 36px 12.5px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .partners__card:hover, .partners__card:focus {
        border-color: #6b6681;
    }

.partners__card-image {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.partners__card-image-container {
    height: 77.63px;
    padding: 0 12.5px;
}

.partners__card-category {
    background-color: #e2a947;
    color: #fff;
    padding: 4px 8px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    top: 0;
    right: auto;
    left: 15px;
    font-size: 12px;
    line-height: 14.4px;
}

html[dir=rtl] .partners__card-category {
    right: 15px;
    left: auto;
}

.partners__card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #4b5563;
}

.partners__card-text {
    font-weight: 300;
    line-height: 21px;
    font-size: 12px;
    color: #6b7280;
}

.partners__card-bottom {
    gap: 8px;
    flex-wrap: wrap-reverse;
    height: fit-content;
    margin-top: auto;
}

.partners__card-buttons {
    gap: 4px;
}

.partners__bullets {
    text-align: center;
    gap: 4px;
}

.partners__bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #c1bcd5;
    cursor: pointer;
}

.partners .glide__bullet--active {
    background-color: #2b254b;
}

/*=============================================
=            Partners List            =
=============================================*/
.partners-list {
    padding-block-end: 60px;
    gap: 24px;
}

.partners-list__tabs {
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 8px 12px;
    gap: 12px;
    width: 100%;
}

.partners-list__tab {
    padding: 10.5px 12px;
    border-radius: 24px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.partners-list__tab--active {
    padding: 8px 16px;
    background-color: #e2a947;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
}

.partners-list__blocks {
    gap: 24px;
}

.partners-list__block {
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 40px;
    gap: 24px;
    display: none;
}

.partners-list__block--active {
    display: flex;
}

@media (max-width: 479.98px) {
    .partners-list__block {
        padding: 16px;
    }
}

.partners-list__block-title {
    color: #4b5563;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 479.98px) {
    .partners-list__block-title {
        font-size: 16px;
    }
}

.partners-list__block-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 24px;
}

.partners-list__card {
    background-color: #fff;
    border-radius: 15px;
    height: 123px;
    padding: 3px;
    overflow: hidden;
}

.partners-list__card-image {
    object-fit: contain;
    width: 100%;
}

/*=====  End of Partners List  ======*/
/*=============================================
=            People Component            =
=============================================*/
.people {
    padding-block-end: 60px;
    position: relative;
}

.people__header {
    padding-block-end: 92px;
    gap: 24px;
}

@media (max-width: 767.98px) {
    .people__header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.people__header-button-download.button, .people__header-button-share.button {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .people__header-button-download.button .button__image, .people__header-button-share.button .button__image {
        height: 28px;
        width: 28px;
        min-height: 28px;
        min-width: 28px;
    }

.people__header-buttons {
    gap: 12px;
}

.people__title {
    color: #575756;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    line-height: 48px;
}

@media (max-width: 767.98px) {
    .people__title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
        letter-spacing: -0.6px;
    }
}

.people__main {
    padding: 0 46.5px;
    height: 100%;
}

@media (max-width: 767.98px) {
    .people__main {
        padding: 0;
    }
}

@media (max-width: 479.98px) {
    .people__main {
        padding: 20px;
        border-radius: 12px;
    }
}

.people__images {
    gap: 24px;
}

@media (max-width: 991.98px) {
    .people__images {
        flex-direction: column;
    }
}

.people__image-container {
    flex: 1;
    min-height: 396px;
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 16px 10px;
    min-height: 396px;
}

@media (max-width: 479.98px) {
    .people__image-container {
        min-height: 300px;
    }
}

.people__image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.people__image-container--overlay::after {
    background-color: rgba(43, 37, 75, 0.6980392157);
    opacity: 0;
}

.people__image-container--active .people__text {
    opacity: 1;
}

.people__image-container--active::after {
    opacity: 1;
}

.people__image-container:hover .people__text, .people__image-container:focus .people__text {
    opacity: 1;
}

.people__image-container:hover::after, .people__image-container:focus::after {
    opacity: 1;
}

.people__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.people__text {
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 23.84px;
    z-index: 1;
    text-align: center;
    margin-top: 126px;
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .people__text {
        margin-top: 60px;
    }
}

.people__box {
    color: #fff;
    z-index: 1;
    outline: 1px solid #f4f4f6;
    border-radius: 15px;
    gap: 4px;
    width: 100%;
    padding: 16px 8px;
    text-align: center;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 63px;
}

.people__box-title {
    line-height: 21.24px;
    font-size: 12px;
    font-weight: 300;
}

.people__box-subtitle {
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}

/*=====  End of People Component  ======*/
/*=============================================
=            Policies            =
=============================================*/
.policies {
    padding-block-end: 60px;
    position: relative;
}

.policies__inner {
    gap: 40px;
}

.policies__tabs {
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 8px 12px;
    gap: 12px;
    color: #2b254b;
}

@media (max-width: 479.98px) {
    .policies__tabs {
        width: 100%;
    }
}

.policies__tab {
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .policies__tab {
        width: 100%;
    }
}

.policies__tab:hover, .policies__tab:focus {
    opacity: 0.8;
}

.policies__tab--active {
    background-color: #e2a947;
    color: #fff;
}

    .policies__tab--active:hover, .policies__tab--active:focus {
        opacity: 1;
    }

    .policies__tab--active .policies__tab-title {
        line-height: 19px;
        font-size: 16px;
        font-weight: 600;
    }

    .policies__tab--active .policies__tab-icon {
        filter: invert(100%) brightness(200%);
    }

.policies__tab-icon {
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .policies__tab-icon {
        height: 12px;
        width: 12px;
    }
}

.policies__tab-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16.8px;
    font-family: "Alexandria", sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.policies__section {
    background-color: #f8fafc;
    padding: 40px;
    border-radius: 24px;
    gap: 24px;
}

.policies__item {
    gap: 24px;
}

.policies__title {
    color: #4b5563;
    font-size: 16px;
    line-height: 25.44px;
    padding-inline-start: 27px;
    position: relative;
}

    .policies__title::before {
        content: "";
        position: absolute;
        background-color: #e2a947;
        height: 10px;
        width: 19px;
        border-radius: 3px;
        inset-inline-start: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.policies .rte p,
.policies .rte a {
    color: #6b7280;
    font-size: 14px;
}

.policies .details-survey {
    margin-top: 31px;
}

/*=====  End of Policies  ======*/
/*=============================================
=            Program Details            =
=============================================*/
.program-details {
    padding-block-end: 60px;
    overflow: hidden;
}

    .program-details .rte {
        overflow: auto;
    }

.program-details__banner {
    position: relative;
    min-height: 408px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 24px;
    padding: 24px;
    overflow: hidden;
}

@media (max-width: 479.98px) {
    .program-details__banner {
        padding: 16px;
    }
}

.program-details__banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(8, 1, 23, 0.8) -63.11%, rgba(8, 1, 23, 0) 130.82%), linear-gradient(90deg, rgba(8, 1, 23, 0.8) -19.12%, rgba(8, 1, 23, 0) 28.11%);
}

.program-details__banner-inner {
    color: #fff;
    background-color: rgba(43, 37, 75, 0.5019607843);
    border-radius: 16px;
    padding: 20px 16px;
    z-index: 1;
    position: inherit;
    width: 100%;
}

.program-details__banner-top {
    gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-block-end: 20px;
    margin-block-end: 20px;
}

@media (max-width: 991.98px) {
    .program-details__banner-top {
        flex-direction: column;
    }
}

.program-details__banner-bottom {
    gap: 16px;
}

@media (max-width: 991.98px) {
    .program-details__banner-bottom {
        flex-direction: column;
    }
}

.program-details__banner-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

@media (max-width: 991.98px) {
    .program-details__banner-title {
        text-align: center;
    }
}

.program-details__banner-text {
    gap: 8px;
    font-size: 12px;
    line-height: 14px;
}

.program-details__banner-text-icon {
    height: 24px;
    width: 24px;
}

.program-details__banner-link {
    width: fit-content;
    margin-inline-start: auto;
}

@media (max-width: 991.98px) {
    .program-details__banner-link {
        margin-inline: auto;
    }
}

.program-details__banner-link .link__image {
    transform: scaleX(-1);
}

html[dir=rtl] .program-details__banner-link .link__image {
    transform: none;
}

.program-details__banner-greenlink {
    width: 200px !important;
    background: #64a964 !important;
}

.program-details__banner-icon {
    height: 51px;
    width: 49px;
    object-fit: contain;
}

@media (max-width: 479.98px) {
    .program-details__banner-icon {
        height: 25px;
        width: 25px;
    }
}

.program-details__banner-icon-container {
    height: 82px;
    width: 81px;
    border-radius: 8px;
    background-color: #fff;
    padding: 16px;
    margin: auto;
}

@media (max-width: 479.98px) {
    .program-details__banner-icon-container {
        height: 42px;
        width: 42px;
        padding: 8px;
    }
}

.program-details__banner-content {
    gap: 24px;
    align-items: normal;
}

    .program-details__banner-content .students {
        justify-content: flex-end;
    }

    .program-details__banner-content .students__text {
        text-align: center;
    }

@media (max-width: 479.98px) {
    .program-details__banner-content .students__text {
        padding-inline-start: 0;
    }
}

@media (max-width: 991.98px) {
    .program-details__banner-content .students {
        justify-content: center;
    }
}

.program-details__banner-list {
    gap: 8px;
}

@media (max-width: 479.98px) {
    .program-details__banner-list {
        gap: 8px;
    }
}

.program-details__banner-list-item {
    gap: 8px;
    padding: 4px 0;
}

.program-details__banner-list-icon {
    height: 24px;
    width: 24px;
}

.program-details__banner-list-text {
    gap: 8px;
    font-size: 12px;
    line-height: 14px;
}

    .program-details__banner-list-text a.link {
        padding: 8px 10px;
    }

.program-details__tabs {
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 8px 12px;
    gap: 12px;
    color: #2b254b;
    margin-block: 32px 60px;
}

@media (max-width: 479.98px) {
    .program-details__tabs {
        width: 100%;
    }
}

.program-details__tab {
    gap: 8px;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 24px;
    margin: auto;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .program-details__tab {
        width: 100%;
    }
}

.program-details__tab:hover, .program-details__tab:focus {
    opacity: 0.8;
}

.program-details__tab--active {
    background-color: #e2a947;
    color: #fff;
}

    .program-details__tab--active:hover, .program-details__tab--active:focus {
        opacity: 1;
    }

    .program-details__tab--active .program-details__tab-title {
        line-height: 19px;
        font-size: 16px;
        font-weight: 600;
    }

    .program-details__tab--active .program-details__tab-icon {
        filter: invert(100%) brightness(200%);
    }

.program-details__tab-icon {
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .program-details__tab-icon {
        height: 12px;
        width: 12px;
    }
}

.program-details__tab-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16.8px;
    font-family: "Alexandria", sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.program-details__section {
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.program-details__section--active {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.program-details__component:not(:last-child) {
    margin-block-end: 60px;
}

.program-details__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

@media (min-width: 768px) {
    .program-details__grid {
        display: none;
    }
}

.program-details__grid .events-card .events-card__button-share,
.program-details__grid .events-card .events-card__button-favourite {
    display: none;
}

.program-details__carousel {
    gap: 40px;
}

.program-details__carousel-inner {
    position: relative;
}

@media (max-width: 767.98px) {
    .program-details__carousel-inner {
        display: none;
    }
}

.program-details__carousel-header {
    padding-block-end: 24px;
    border-bottom: 1px solid #e2a947;
    gap: 24px;
}

html[dir=rtl] .program-details__carousel-header .link__image {
    transform: scaleX(-1);
}

.program-details__carousel-events .events-card__button-share,
.program-details__carousel-events .events-card__button-favourite {
    display: none;
}

.program-details__carousel-track {
    overflow-x: clip;
}

.program-details__carousel-item {
    flex: 1;
    padding: 10px 11px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #6b7280;
    background-color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    font-family: "Alexandria", sans-serif;
    word-break: break-word;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .program-details__carousel-item:hover, .program-details__carousel-itemf:focus {
        border-color: #6b6681;
    }

    .program-details__carousel-item.glide__slide--active {
        position: relative;
        background-color: rgba(202, 200, 210, 0.3019607843);
        color: #2b254b;
    }

        .program-details__carousel-item.glide__slide--active:hover, .program-details__carousel-item.glide__slide--active:focus {
            border-color: transparent;
        }

        .program-details__carousel-item.glide__slide--active::after {
            content: "";
            position: absolute;
            top: calc(100% + 12px);
            height: 5px;
            width: 5px;
            border-radius: 50%;
            background-color: #6b6681;
        }

.program-details__carousel-title {
    color: #2b254b;
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
    gap: 8px;
}

@media (max-width: 767.98px) {
    .program-details__carousel-title {
        font-size: 20px;
    }
}

.program-details__carousel-title-icon {
    height: 24px;
    width: 24px;
}

.program-details__controls {
    position: absolute;
    top: 50%;
    z-index: 0;
}

.program-details__controls--prev {
    left: 5px;
    right: auto;
    transform: translate(calc(-100% - 60px), -50%);
}

@media (max-width: 1199.98px) {
    .program-details__controls--prev {
        transform: translate(calc(-100% - 30px), -50%);
    }
}

@media (max-width: 767.98px) {
    .program-details__controls--prev {
        display: none;
    }
}

.program-details__controls--next {
    right: 5px;
    left: auto;
    transform: rotate(180deg) translate(calc(-100% - 60px), 50%);
}

@media (max-width: 1199.98px) {
    .program-details__controls--next {
        transform: rotate(180deg) translate(calc(-100% - 30px), 50%);
    }
}

@media (max-width: 767.98px) {
    .program-details__controls--next {
        display: none;
    }
}

.program-details__arrow {
    background: #fff;
    border-radius: 50%;
    height: 56px;
    width: 56px;
    border: 1px solid #d1d5db;
    cursor: pointer;
    filter: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .program-details__arrow:hover, .program-details__arrow:focus {
        background: #f4f4f6;
    }

.program-details__arrow-icon {
    width: 7.1px;
    height: 15.84px;
}

.program-details__accordion {
    position: relative;
    background-color: #f4f4f6;
    border-radius: 24px;
    gap: 12px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .program-details__accordion::before {
        content: "+";
        position: absolute;
        left: 0;
        top: 44.5px;
        left: 40px;
        right: auto;
        height: 20px;
        width: 20px;
        background-color: #2b254b;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        pointer-events: none;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

html[dir=rtl] .program-details__accordion::before {
    left: auto;
    right: 40px;
}

.program-details__accordion:not(:last-child) {
    margin-bottom: 32px;
}

.program-details__accordion[open]::before {
    content: "-";
    background-color: #e2a947;
}

.program-details__accordion[open] .program-details__accordion-title-container {
    padding-block-end: 24px;
}

.program-details__accordion-title {
    color: #111928;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
}

.program-details__accordion-title-container {
    cursor: pointer;
    padding: 40px;
    padding-inline-start: 74px;
}

    .program-details__accordion-title-container::-webkit-details-marker {
        display: none;
    }

.program-details__accordion-text {
    color: #4b5563;
    line-height: 26px;
    font-size: 14px;
}

.program-details__accordion-table .program-details__accordion-inner {
    padding: 0;
    margin: 40px;
    overflow-x: auto;
}

.program-details__accordion-inner {
    padding-inline: 40px;
    padding-block-end: 40px;
}

.program-details__overview {
    gap: 40px;
}

@media (max-width: 991.98px) {
    .program-details__overview {
        flex-direction: column;
    }
}

.program-details__overview-media {
    flex: 0.821;
    position: relative;
    height: 304px;
    min-height: 304px;
    border-radius: 12px;
    overflow: hidden;
}

    .program-details__overview-media .modal {
        height: 0;
    }

.program-details__overview-media-placeholder {
    height: inherit;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.program-details__overview .rte {
    flex: 1;
    color: #4b5563;
}

    .program-details__overview .rte p {
        font-size: 14px;
    }

.program-details__logos {
    gap: 24px;
}

.program-details__logos-items {
    background-color: #fff;
    border-radius: 24px;
    padding: 16px;
    gap: 16px;
}

.program-details__logos-item {
    height: 87px;
}

.program-details__logos-image {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.program-details__bullets {
    gap: 16px;
}

.program-details__bullets-list {
    gap: 16px;
}

.program-details__bullets-list-item {
    position: relative;
    padding-inline-start: 27px;
    font-size: 14px;
    line-height: 26px;
    color: #6b7280;
}

    .program-details__bullets-list-item::before {
        content: "";
        position: absolute;
        background-color: #e2a947;
        height: 10px;
        width: 19px;
        border-radius: 3px;
        left: 0;
        right: auto;
    }

html[dir=rtl] .program-details__bullets-list-item::before {
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.program-details__stats-text {
    font-size: 10px;
    line-height: 12px;
    color: #6b7280;
    padding-inline-start: 12px;
    padding-block: 8px;
    margin-block-start: 24px;
    position: relative;
}

    .program-details__stats-text::after {
        content: "";
        position: absolute;
        left: 0;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background-color: #2b254b;
    }

html[dir=rtl] .program-details__stats-text::after {
    left: auto;
    right: 0;
}

.program-details__content .rte {
    color: #6b7280;
}

    .program-details__content .rte p {
        font-size: 14px;
    }

    .program-details__content .rte table {
        border: 0px;
        background-color: #fff;
        border-radius: 8px;
        border-spacing: 0;
        width: 100% !important;
        overflow: auto;
    }

        .program-details__content .rte table tbody tr {
            border-bottom: 1px solid #d1d5db;
        }

            .program-details__content .rte table tbody tr:first-child {
                background-color: #d1d5db;
                font-size: 10px;
                font-weight: 600;
                border-bottom: 1px solid #fff;
            }

                .program-details__content .rte table tbody tr:first-child td {
                    color: #2b254b;
                }

                    .program-details__content .rte table tbody tr:first-child td:first-child {
                        border-start-start-radius: 8px;
                    }

                    .program-details__content .rte table tbody tr:first-child td:last-child {
                        border-start-end-radius: 8px;
                    }

            .program-details__content .rte table tbody tr:last-child {
                border-bottom: 0px;
            }

            .program-details__content .rte table tbody tr td {
                padding: 16px 12px;
                color: #6b7280 !important;
                font-size: 12px;
                line-height: 25.44px;
                border: 0;
                font-family: alexandria !important;
            }

                .program-details__content .rte table tbody tr td img {
                    width: auto;
                    display: inline;
                }

                .program-details__content .rte table tbody tr td p {
                    font-size: 14px;
                }

            .program-details__content .rte table tbody tr * {
                font-family: alexandria !important;
                color: #6b7280 !important;
                font-size: 12px;
                line-height: 25.44px;
            }

.program-details__steps {
    margin-top: 8px;
}

.program-details__step {
    gap: 12px;
}

    .program-details__step:last-of-type .program-details__step-dot-container::after {
        content: none;
    }

    .program-details__step:last-of-type .program-details__step-text {
        padding: 0;
    }

.program-details__step-dot {
    border: 2px solid #e2a947;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    min-height: 24px;
    min-width: 24px;
}

.program-details__step-dot-container {
    position: relative;
}

    .program-details__step-dot-container::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        height: calc(100% - 24px);
        width: 1px;
        background-color: #d1d5db;
    }

.program-details__step-dot-inner {
    border-radius: 50%;
    background-color: #e2a947;
    border: 3px solid #fff;
    height: 100%;
    width: 100%;
}

.program-details__step-text {
    padding-block-end: 33px;
    font-size: 14px;
    line-height: 26px;
    color: #4b5563;
}

.program-details__step-number {
    margin-block-start: 1px;
    margin-inline-end: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #6b6681;
    min-width: 23.5px;
}

.program-details__links-list {
    gap: 16px;
}

.program-details__links-link {
    text-decoration: underline;
    color: #6b6681;
    font-size: 14px;
    line-height: 26px;
}

.program-details__links-icon {
    height: 24px;
    width: 24px;
    margin-inline-end: 12px;
}

.program-details__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.program-details__image-section {
    height: 547px;
    border-radius: 16px;
    overflow: hidden;
}

.program-details__image-section--small {
    height: 400px;
}

.program-details__image-section-container {
    gap: 40px;
}

    .program-details__image-section-container .rte {
        flex: 1;
        color: #4b5563;
    }

        .program-details__image-section-container .rte p {
            font-size: 14px;
        }

.program-details__items {
    gap: 18px;
}

.program-details__item {
    position: relative;
    height: 100%;
    gap: 16px;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #d1d5db;
    background-color: #fff;
    padding: 24px;
}

@media (max-width: 991.98px) {
    .program-details__item {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}

.program-details__item-link {
    outline: 1px solid #2b254b;
    border-radius: 16px;
    padding: 8px 22px;
}

@media (max-width: 479.98px) {
    .program-details__item-link {
        min-width: auto;
    }
}

.program-details__item-link .link__image {
    transform: scaleX(-1);
}

html[dir=rtl] .program-details__item-link .link__image {
    transform: none;
}

.program-details__item-image {
    height: 43px;
    width: 43px;
}

.program-details__item-image-container {
    height: 61px;
    width: 61px;
    min-width: 61px;
    border-radius: 10px;
    background-color: #f4f4f6;
}

.program-details__item-buttons {
    gap: 4px;
}

.program-details__item-left {
    gap: 24px;
}

@media (max-width: 479.98px) {
    .program-details__item-left {
        flex-direction: column;
    }
}

.program-details__item-right {
    gap: 16px;
}

@media (max-width: 767.98px) {
    .program-details__item-right {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

.program-details__item-content {
    gap: 16px;
}

.program-details__item-info {
    gap: 8px;
}

.program-details__item-info-icon {
    height: 24px;
    width: 24px;
}

.program-details__item-info-text {
    font-size: 12px;
    line-height: 14.4px;
    color: #6b7280;
}

.program-details__item-title {
    color: #4b5563;
    font-size: 16px;
    font-weight: 500;
}

.program-details__table {
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-radius: 8px;
    border-spacing: 0;
    width: 100% !important;
    overflow: auto;
}

@media (max-width: 991.98px) {
    .program-details__table {
        display: none;
    }
}

.program-details__table-mobile {
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-spacing: 0;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 992px) {
    .program-details__table-mobile {
        display: none;
    }
}

.program-details__table-mobile th.program-details__table-header {
    border-inline-end: 1px solid #f4f4f4;
    border-radius: 0;
    background-color: #d1d5db;
    padding-block: 16px;
    padding-inline: 16px;
    color: #2b254b;
    font-size: 10px;
    line-height: 15.7px;
    font-weight: 600;
}

.program-details__table-mobile .program-details__table-data {
    padding-block: 16px;
    padding-inline: 16px;
    color: #6b7280;
    line-height: 14.4px;
    font-size: 12px;
    font-weight: 400;
}

.program-details__table-mobile .program-details__table-content-title {
    color: #6b7280;
    line-height: 14.4px;
    font-size: 12px;
    font-weight: 400;
}

.program-details__table-mobile .program-details__table-row:not(:last-child) .program-details__table-header,
.program-details__table-mobile .program-details__table-row:not(:last-child) .program-details__table-data {
    border-block-end: 1px solid #f4f4f4;
}

.program-details__table-mobile .program-details__table-row:nth-last-child(3) .program-details__table-header:first-child {
    border-block-end: none;
}

.program-details__table-mobile .program-details__table-row:nth-child(7n+1) .program-details__table-content-title {
    font-weight: 500;
    color: #2b254b;
}

.program-details__table-mobile .program-details__table-icon {
    height: 16px;
    width: 16px;
    margin-inline-end: 4px;
}

.program-details__table-header {
    background-color: #d1d5db;
    color: #2b254b;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    padding-block: 16px;
    padding-inline: 16px;
    text-align: start;
    max-width: 178px;
}

    .program-details__table-header:last-child {
        padding-inline-end: 38px;
    }

.program-details__table-body .program-details__table-row {
    border-bottom: 1px solid #d1d5db;
}

    .program-details__table-body .program-details__table-row:last-child .program-details__table-data {
        border: none;
    }

.program-details__table-body .program-details__table-data {
    padding: 16px 12px;
    color: #6b7280;
    font-size: 12px;
    line-height: 14.4px;
    border-bottom: 1px solid #d1d5db;
}

    .program-details__table-body .program-details__table-data:first-child {
        font-weight: 500;
        color: #2b254b;
        padding-inline-start: 16px;
    }

        .program-details__table-body .program-details__table-data:first-child .program-details__table-icon {
            display: none;
        }

    .program-details__table-body .program-details__table-data:last-child {
        padding-inline-end: 16px;
    }

.program-details__table-head .program-details__table-row-alt {
    position: relative;
}

    .program-details__table-head .program-details__table-row-alt::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #fff;
    }

    .program-details__table-head .program-details__table-row-alt .program-details__table-header:first-child {
        border-start-start-radius: 8px;
    }

    .program-details__table-head .program-details__table-row-alt .program-details__table-header:last-child {
        border-start-end-radius: 8px;
    }

.program-details__table-icon {
    height: 24px;
    width: 24px;
    margin-inline-end: 8px;
}

    .program-details__table-icon + span {
        color: #2b254b;
        line-height: 14.4px;
    }

.program-details__table-content {
    position: relative;
    justify-content: flex-start;
}

.steps-content {
    padding: 40px;
    background-color: #f4f4f6;
    border-radius: 24px;
    margin: 60px auto;
}

    .steps-content .title {
        font-size: 20px;
        line-height: 54.08px;
        font-weight: 400;
        gap: 8px;
        color: #4b5563;
        font-weight: 700;
    }

.statistics .science-card {
    background-color: #fff;
    width: unset;
}

.statistics .science-card__title {
    width: 256px;
    height: 2.2em;
}

@media (max-width: 991.98px) {
    .statistics .science-card {
        width: 100% !important;
    }
}

.statistics .program-stats__item-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.statistics .card {
    gap: 10px;
}

.statistics .steps-content .list-row {
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

/*=====  End of Program Details  ======*/
/*=============================================
=            Programs List            =
=============================================*/
.programs-list {
    padding-block-end: 60px;
    position: relative;
}

.programs-list__title {
    color: #2b254b;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 767.98px) {
    .programs-list__title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
        letter-spacing: -0.6px;
    }
}

.programs-list__images {
    gap: 33px;
}

.programs-list__item {
    position: relative;
    min-height: 305px;
    gap: 78px;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 24px 40px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .programs-list__item.sticky {
        position: sticky;
    }

@media (max-width: 1199.98px) {
    .programs-list__item {
        gap: 42px;
    }
}

.programs-list__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(8, 1, 23, 0.8) -63.11%, rgba(8, 1, 23, 0) 130.82%), linear-gradient(90deg, rgba(8, 1, 23, 0.8) -19.12%, rgba(8, 1, 23, 0) 28.11%);
}

@media (max-width: 991.98px) {
    .programs-list__item {
        width: 100%;
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .programs-list__item {
        padding: 24px;
        gap: 24px;
    }
}

.programs-list__item-content {
    z-index: 1;
    gap: 24px;
}

.programs-list__item-button {
    margin-top: auto;
    width: fit-content;
    margin-inline-start: auto;
    z-index: 1;
    padding: 16px 32px;
    border-radius: 16px;
}

@media (max-width: 479.98px) {
    .programs-list__item-button {
        padding: 12px 32px;
    }
}

.programs-list__item-button .button__label {
    font-size: 16px;
}

.programs-list__item-button .button__image {
    transform: scaleX(-1);
}

html[dir=rtl] .programs-list__item-button .button__image {
    transform: none;
}

.programs-list__item-link {
    margin-top: auto;
    width: fit-content;
    margin-inline-start: auto;
    z-index: 1;
}

    .programs-list__item-link .link__label {
        font-size: 16px;
    }

    .programs-list__item-link .link__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .programs-list__item-link .link__image {
    transform: none;
}

.programs-list__item-right {
    width: 100%;
    max-width: 366px;
    gap: 24px;
}

@media (max-width: 991.98px) {
    .programs-list__item-right {
        margin-inline-start: auto;
        max-width: none;
    }
}

.programs-list__buttons {
    z-index: 1;
    gap: 8px;
}

@media (max-width: 991.98px) {
    .programs-list__buttons {
        order: 2;
    }
}

@media (max-width: 479.98px) {
    .programs-list__buttons {
        position: static;
    }
}

.programs-list__button {
    background-color: rgba(255, 255, 255, 0.1019607843);
    box-shadow: 0px 6.65px 13.66px -8.86px rgba(0, 0, 0, 0.1098039216);
}

    .programs-list__button:hover, .programs-list__button:focus {
        border-color: #fff;
    }

.programs-list__title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: fit-content;
}

@media (max-width: 479.98px) {
    .programs-list__title {
        font-size: 16px;
    }
}

.programs-list__text {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.programs-list__list {
    background-color: rgba(43, 37, 75, 0.3607843137);
    border-radius: 16px;
    border: 1px solid #2b254b;
    padding: 16px 24px;
    color: #fff;
    gap: 20px;
    z-index: 1;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .programs-list__list {
        gap: 8px;
        padding: 8px 12px;
    }
}

.programs-list__list--active {
    opacity: 1;
    visibility: visible;
    height: auto;
    display: flex;
}

.programs-list__list-item {
    width: 100%;
}

.programs-list__list-link {
    width: 100%;
    gap: 8px;
}

    .programs-list__list-link:hover .programs-list__list-link-text, .programs-list__list-link:focus .programs-list__list-link-text {
        text-decoration: underline;
    }

.programs-list__list-link-icon {
    height: 24px;
    width: 24px;
    transform: scaleX(-1);
}

html[dir=rtl] .programs-list__list-link-icon {
    transform: none;
}

.programs-list__list-link-text {
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid transparent;
}

@media (max-width: 479.98px) {
    .programs-list__list-link-text {
        font-size: 14px;
    }
}

/*=====  End of Programs List  ======*/
/*=============================================
=               Program Stats            =
=============================================*/
.program-stats {
    padding-block-end: 60px;
    position: relative;
}

@media (max-width: 767.98px) {
    .program-stats {
        padding-block-end: 30px;
    }
}

.program-stats__inner {
    gap: 24px;
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 40px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .program-stats__inner {
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .program-stats__inner {
        padding: 20px;
        border-radius: 12px;
    }
}

.program-stats__items {
    gap: 16px;
    flex: 1;
    width: 100%;
    padding: 24px;
    background-color: #fff;
    border-radius: 24px;
}

.program-stats__stats {
    padding: 24px;
    background-color: #fff;
    border-radius: 24px;
    border: 1px solid #d1d5db;
}

@media (max-width: 767.98px) {
    .program-stats__stats {
        min-width: auto;
        width: 100%;
    }
}

@media (max-width: 479.98px) {
    .program-stats__stats {
        min-height: 540px;
    }
}

.program-stats__stat {
    height: 146px;
}

.program-stats__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-block-end: 16px;
}

.program-stats__top {
    padding: 16px 24px;
    background-color: #F4F4F6;
    border-radius: 20px;
    gap: 8px;
    margin-block-end: 24px;
}

.program-stats__top-content {
    gap: 8px;
}

.program-stats__top-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.program-stats__top-amount {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
}

.program-stats__top-icon {
    max-height: 56px;
    max-width: 64px;
}

.program-stats__item {
    gap: 12px;
}

@media (max-width: 479.98px) {
    .program-stats__item {
        flex-direction: column;
    }
}

.program-stats__item:not(:last-child) {
    margin-block-end: 16px;
}

.program-stats__item-left {
    gap: 8px;
}

.program-stats__item-right {
    gap: 20px;
}

.program-stats__item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.program-stats__item-amount {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.program-stats__item-unit {
    font-size: 12px;
    font-weight: 300;
    line-height: 21.24px;
}

.program-stats__item-icon {
    max-height: 35px;
    max-width: 35px;
}

.program-stats__tabs {
    width: fit-content;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 24px;
    background-color: #fff;
    color: #2b254b;
}

@media (max-width: 479.98px) {
    .program-stats__tabs {
        width: 100%;
        flex-direction: column;
    }
}

.program-stats__tab {
    position: relative;
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    padding-inline-start: 40px;
    border-radius: 24px;
    background-color: transparent;
    font-family: inherit;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .program-stats__tab {
        width: fit-content;
        justify-content: center;
        padding: 8px 7px;
        padding-inline-start: 40px;
    }
}

@media (max-width: 389.98px) {
    .program-stats__tab {
        width: 100%;
    }
}

.program-stats__tab-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .program-stats__tab-title::after {
        position: absolute;
        content: url("/assets/img/img/icons/star.svg");
        inset-inline-start: 12px;
        inset-block-start: 4px;
    }

.program-stats__tab--active {
    background-color: #e2a947;
    color: #fff;
}

    .program-stats__tab--active .program-stats__tab-title {
        line-height: 19px;
        font-size: 16px;
    }

@media (max-width: 767.98px) {
    .program-stats__tab--active .program-stats__tab-title {
        font-weight: 600;
    }
}

.program-stats__tab--active .program-stats__tab-title::after {
    content: url("/assets/img/img/icons/star--active.svg");
    inset-block-start: 5px;
}

@media (max-width: 767.98px) {
    .program-stats__tab--active .program-stats__tab-title::after {
        inset-block-start: 3px;
    }
}

.program-stats__tab:hover, .program-stats__tab:focus {
    opacity: 0.8;
}

/*=====  End of Program Stats  ======*/
/*=============================================
=            Quick Join            =
=============================================*/
.quick-join {
    position: fixed;
    top: 24vh;
    z-index: 10;
    pointer-events: none;
}

@media (max-width: 479.98px) {
    .quick-join {
        top: 170px;
        width: 100%;
    }

        .quick-join.quick-join--open .quick-join__trigger {
            min-width: 100%;
        }

        .quick-join.quick-join--open .quick-join__form {
            width: calc(100% - 56px);
        }
}

.quick-join--open .quick-join__trigger {
    min-width: 438px;
}

.quick-join--open .quick-join__trigger-close {
    opacity: 1;
    visibility: visible;
    position: static;
    margin-inline-start: auto;
}

.quick-join--open .quick-join__form {
    transform: translateX(0);
    visibility: visible;
}

html[dir=rtl] .quick-join--open .quick-join__form {
    transform: translateX(0);
    visibility: visible;
}

.quick-join__trigger {
    min-width: 0;
    inset-inline-start: 0;
    background-color: #e2a947;
    color: #fff;
    padding: 12px 8px;
    padding-inline-end: 16px;
    border-start-end-radius: 100px;
    border-end-end-radius: 100px;
    gap: 4px;
    cursor: pointer;
    border: 1px solid transparent;
    border-inline-start: none;
    pointer-events: all;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .quick-join__trigger:hover {
        border-color: #fff;
    }

@media (max-width: 479.98px) {
    .quick-join__trigger {
        padding: 8px 4px;
        padding-inline-end: 14px;
    }
}

.quick-join__trigger-text {
    font-family: "Alexandria", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.quick-join__trigger-text--hidden {
    display: none;
}

@media (max-width: 479.98px) {
    .quick-join__trigger-text {
        font-size: 14px;
    }
}

.quick-join__trigger-icon {
    height: 24px;
    width: 24px;
    transform: scaleX(-1);
}

@media (max-width: 479.98px) {
    .quick-join__trigger-icon {
        height: 20px;
        width: 20px;
    }
}

html[dir=rtl] .quick-join__trigger-icon {
    transform: none;
}

.quick-join__trigger-close {
    height: 24px;
    width: 24px;
}

.quick-join__form {
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #d1d5db;
    width: 382px;
    transform: translateX(-100%);
    visibility: hidden;
    pointer-events: all;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

html[dir=rtl] .quick-join__form {
    transform: translateX(100%);
}

.quick-join__form .dropdown-filter {
    width: 100%;
}

.quick-join__form .dropdown-filter__trigger {
    max-width: none;
    padding-block: 5px;
    border-width: 1px;
}

.quick-join__form .dropdown-filter .dropdown-filter__search-container ul {
    max-width: none;
    width: calc(100% + 2px);
}

.quick-join__form .dropdown-filter .dropdown-filter__button-container {
    max-width: none;
}

.quick-join__form .single-dropdown-filter {
    width: 100%;
}

.quick-join__form .single-dropdown-filter__trigger {
    max-width: none;
    padding-block: 5px;
    border-width: 1px;
}

.quick-join__form .single-dropdown-filter .single-dropdown-filter__search-container ul {
    max-width: none;
    width: calc(100% + 2px);
}

.quick-join__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    margin-bottom: 8px;
    color: #4b5563;
}

.quick-join__content {
    gap: 10px;
    text-align: center;
}

.quick-join__text, .quick-join__user {
    color: #6b7280;
    font-size: 12px;
    font-weight: 300;
    line-height: 21.24px;
}

.quick-join__user {
    color: #2b254b;
}

.quick-join__caption {
    color: #425466;
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
}

.quick-join__validation {
    color: #d14e48;
    font-size: 12px;
    line-height: 14px;
}

.quick-join__group {
    gap: 8px;
}

.quick-join__dropdown {
    outline: 1px solid #dddddd;
    background-color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-family: "Alexandria", sans-serif;
    padding: 12.5px 15px;
    padding-inline-end: 36px;
    border-radius: 8px;
    cursor: pointer;
    appearance: none;
    background-image: url("/assets/img/img/chevron-down-slim-icon-.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: 50%;
    width: 100%;
}

    .quick-join__dropdown option:disabled {
        color: #d1d5db;
    }

    .quick-join__dropdown option {
        color: #333333;
    }

    .quick-join__dropdown::placeholder {
        color: #d1d5db;
    }

html[dir=rtl] .quick-join__dropdown {
    background-position-x: 15px;
}

.quick-join__label {
    color: #4b5563;
    font-size: 14px;
    line-height: 26.04px;
}

.quick-join__section {
    min-height: 420px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.quick-join__section-3 .quick-join__section-inner {
    height: 100%;
    flex: 1;
    text-align: center;
}

.quick-join__section-inner {
    padding: 24px;
    width: 100%;
    gap: 16px;
}

.quick-join__bottom {
    padding: 11px 24px;
    width: 100%;
    background-color: #f4f4f6;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: auto;
}

.quick-join__next {
    padding: 8px 16px;
}

    .quick-join__next .button__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .quick-join__next .button__image {
    transform: none;
}

.quick-join__submit {
    padding: 8px 16px;
    width: 100%;
}

    .quick-join__submit .button__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .quick-join__submit .button__image {
    transform: none;
}

.quick-join__close {
    padding: 8px 16px;
    width: 100%;
}

    .quick-join__close .button__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .quick-join__close .button__image {
    transform: none;
}

.quick-join .rte {
    color: #425466;
}

    .quick-join .rte p {
        font-size: 12px;
        font-weight: 300;
        line-height: 23px;
    }

    .quick-join .rte a {
        font-size: 12px;
        font-weight: 300;
        line-height: 23px;
    }

.quick-join__caption {
    margin-top: 8px;
}

.quick-join__id-input {
    padding: 5px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-family: "Alexandria", sans-serif;
    font-size: 16px;
    line-height: 25.44px;
    color: #2b254b;
    width: 100%;
}

.quick-join__email-input {
    padding: 5px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-family: "Alexandria", sans-serif;
    font-size: 16px;
    line-height: 25.44px;
    color: #2b254b;
    width: 100%;
}

.quick-join__image {
    height: 135px;
    width: 135px;
}

/*=====  End of Quick Join  ======*/
/*=============================================
=            relatedArticleCard            =
=============================================*/
.related-article-card {
    height: 100%;
}

.related-article-card__top {
    height: -webkit-fill-available;
    border: solid 1px 1px 0 1px #D1D5DB;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    padding: 24px 0 10px;
}

.related-article-card__top-content {
    height: 100%;
    padding: 0px 24px 0px 24px;
    gap: 12px;
}

.related-article-card__top-content-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Alexandria", sans-serif;
    letter-spacing: -0.4px;
}

.related-article-card__top-content-image {
    width: 100%;
    height: 86px;
    border-radius: 9px;
    margin-right: auto;
    margin-left: auto;
    object-fit: cover;
}

.related-article-card__top-content-description {
    font-weight: 300;
    font-size: 12px;
    line-height: 21.24px;
}

.related-article-card__top-content-date {
    gap: 8px;
    font-size: 12px;
    line-height: 15px;
    color: #6b6681;
    margin-top: auto;
}

.related-article-card__top-content-date-description {
    color: #6B7280;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .related-article-card__top-content-date {
        font-weight: 300;
        gap: 4px;
    }
}

.related-article-card__top-content-date-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 767.98px) {
    .related-article-card__top-content-date-icon {
        height: 12px;
        width: 12px;
    }
}

.related-article-card__bottom {
    border: solid 1px #D1D5DB;
    border-top: none;
    border-radius: 0px 0px 12px 12px;
}

.related-article-card__bottom__content {
    gap: 16px;
    padding: 14px 0;
    margin-left: 24px;
    margin-right: 24px;
    border-top: solid 1px #D1D5DB;
}

.related-article-card__bottom__content__views {
    gap: 4px;
}

.related-article-card__bottom__content__views-icon {
    width: 16px;
    height: 16px;
}

.related-article-card__bottom__content__views-content {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #6B7280;
}

.related-article-card__bottom__content__article-type {
    gap: 4px;
}

.related-article-card__bottom__content__article-type-icon {
    width: 16px;
    height: 16px;
}

.related-article-card__bottom__content__article-type-content {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #6B7280;
}

.related-article-card__bottom__content__author {
    gap: 4px;
}

.related-article-card__bottom__content__author-icon {
    width: 16px;
    height: 16px;
}

.related-article-card__bottom__content__author-content {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #6B7280;
}

/*=============================================
=            relatedArticles            =
=============================================*/
.related-articles__header {
    color: #4b5563;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    -webkit-margin-after: 24px;
    margin-block-end: 24px;
}

.related-articles__grid {
    display: grid;
    grid-template-columns: repeat(4, 261px);
    row-gap: 18px;
    column-gap: 24px;
}

/*=====  End of relatedArticles  ======*/
.rte--white {
    color: #fff;
}

.rte__title {
    margin-bottom: 10px;
}

.rte__subtitle {
    margin-bottom: 56px;
}

.rte img {
    width: auto;
    max-width: 100%;
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5 {
    display: block;
    margin-bottom: 20px;
}

.rte p,
.rte ol,
.rte ul {
    display: block;
    margin-bottom: 5px;
}

.rte ul,
.rte ol,
.rte li {
    margin-left: 16px;
}

.rte ul,
.rte ol {
    margin-top: 20px;
}

.rte ul {
    list-style: disc;
}

.rte ol {
    list-style: decimal;
}

.rte ul,
.rte ol {
    margin: 0;
    padding-left: 20px;
}

html[dir=rtl] .rte ul,
html[dir=rtl] .rte ol {
    padding-right: 20px;
    padding-left: 0;
}

.rte ul li,
.rte ol li {
    margin-bottom: 10px;
}

.rte ul ul {
    list-style-type: circle;
    padding-left: 20px;
}

html[dir=rtl] .rte ul ul {
    padding-right: 20px;
    padding-left: 0;
}

.rte ul ul ul {
    list-style-type: square;
    padding-left: 20px;
}

html[dir=rtl] .rte ul ul ul {
    padding-right: 20px;
    padding-left: 0;
}

.rte ol ol {
    list-style-type: lower-alpha;
    padding-left: 20px;
}

html[dir=rtl] .rte ol ol {
    padding-right: 20px;
    padding-left: 0;
    list-style-type: decimal;
}

.rte ol ol ol {
    list-style-type: lower-roman;
    padding-left: 20px;
}

html[dir=rtl] .rte ol ol ol {
    padding-right: 20px;
    padding-left: 0;
    list-style-type: decimal;
}

.rte strong {
    font-size: 14px;
    line-height: 25.44px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    font-weight: 700;
}

.rte a.underline {
    text-decoration: underline;
}

.rte h1 {
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 991.98px) {
    .rte h1 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
        letter-spacing: -0.6px;
    }
}

.rte h2 {
    font-size: 30px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 991.98px) {
    .rte h2 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
        letter-spacing: -0.52px;
    }
}

.rte h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 991.98px) {
    .rte h3 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
        letter-spacing: -0.23px;
    }
}

.rte h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    font-family: "Alexandria", sans-serif;
    letter-spacing: -0.5px;
}

@media (max-width: 991.98px) {
    .rte h4 {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
    }
}

.rte h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Alexandria", sans-serif;
    letter-spacing: -0.4px;
}

@media (max-width: 991.98px) {
    .rte h5 {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
    }
}

.rte h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Alexandria", sans-serif;
    letter-spacing: -0.4px;
}

@media (max-width: 991.98px) {
    .rte h6 {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
    }
}

.rte p,
.rte li {
    font-size: 14px;
    line-height: 25.44px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
}

.rte a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    text-decoration: underline;
    cursor: pointer;
}

.rte p.p--small {
    font-size: 12px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Alexandria", sans-serif;
}

.rte p.p--medium {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
}

.rte p strong {
    font-size: 12px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Alexandria", sans-serif;
    font-weight: 700;
}

.rte iframe {
    width: 100%;
    height: 310px;
}

.rte table {
    border: 0px;
    background-color: #fff;
    border-radius: 8px;
    border-spacing: 0;
    width: 100%;
    overflow: auto;
}

    .rte table tbody tr {
        border-bottom: 1px solid #d1d5db;
    }

        .rte table tbody tr:first-child {
            background-color: #d1d5db;
            font-size: 10px;
            font-weight: 600;
            border-bottom: 1px solid #fff;
        }

            .rte table tbody tr:first-child td {
                color: #2b254b;
            }

                .rte table tbody tr:first-child td:first-child {
                    border-start-start-radius: 8px;
                }

                .rte table tbody tr:first-child td:last-child {
                    border-start-end-radius: 8px;
                }

        .rte table tbody tr:last-child {
            border-bottom: 0px;
        }

        .rte table tbody tr td {
            padding: 16px 12px;
            color: #6b7280 !important;
            font-size: 12px;
            line-height: 25.44px;
            border: 0;
            font-family: alexandria !important;
        }

            .rte table tbody tr td img {
                width: auto;
                display: inline;
            }

            .rte table tbody tr td p {
                font-size: 14px;
            }

        .rte table tbody tr * {
            font-family: alexandria !important;
            color: #6b7280 !important;
            font-size: 12px;
            line-height: 25.44px;
        }

.rte div > :only-child {
    margin-bottom: 0;
}

.rte div > :last-child {
    margin-bottom: 0;
}

@media (max-width: 479.98px) {
    .flex.invitation {
        flex-direction: column;
    }
}

.umbraco-forms-surveys {
    margin-top: 16px;
}

/*=====  End of RTE  ======*/
/*=============================================
=            Science Card            =
=============================================*/
.science-card {
    position: relative;
    gap: 24px;
    height: 100%;
    width: 100%;
    border-radius: 24px;
    border: 1px solid #d1d5db;
    padding: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.science-card--link:hover, .science-card--link:focus {
    border-color: #2b254b;
}

@media (max-width: 991.98px) {
    .science-card {
        width: 100%;
    }
}

.science-card__link {
    padding-inline: 32px;
    border-width: 2px;
    border-radius: 16px;
}

.science-card__link--full {
    flex: 1;
}

.science-card__link .link__image {
    transform: scaleX(-1);
}

html[dir=rtl] .science-card__link .link__image {
    transform: none;
}

.science-card__top {
    gap: 16px;
    width: 100%;
}

@media (max-width: 479.98px) {
    .science-card__top {
        flex-direction: column;
    }
}

.science-card__bottom {
    gap: 16px;
    width: 100%;
}

.science-card__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.science-card__image-container {
    height: 100%;
    min-height: 118px;
    max-height: 146px;
    width: 133px;
    min-width: 133px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #d1d5db;
    aspect-ratio: 2;
}

@media (max-width: 991.98px) {
    .science-card__image-container {
        aspect-ratio: 1;
    }
}

@media (max-width: 479.98px) {
    .science-card__image-container {
        height: 146px;
    }
}

.science-card__date {
    gap: 8px;
    flex-wrap: wrap-reverse;
}

.science-card__date-inner {
    gap: 8px;
}

@media (max-width: 767.98px) {
    .science-card__date-inner {
        gap: 4px;
    }
}

@media (max-width: 767.98px) {
    .science-card__date {
        font-weight: 300;
    }
}

.science-card__date-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 767.98px) {
    .science-card__date-icon {
        height: 12px;
        width: 12px;
    }
}

.science-card__date-text {
    font-size: 12px;
    line-height: 14.4px;
    color: #6b7280;
    width: fit-content;
}

.science-card__buttons {
    gap: 8px;
    margin-inline-start: auto;
}

.science-card__title {
    color: #4b5563;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.science-card__text {
    color: #6b7280;
    font-size: 12px;
    font-weight: 300;
    line-height: 21.24px;
}

.science-card__info {
    gap: 8px;
}

.science-card__info-icon {
    height: 24px;
    width: 24px;
}

.science-card__info-text {
    color: #6b7280;
    font-size: 12px;
    line-height: 14.4px;
}

.science-card__rating {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 4px;
    gap: 4px;
    background-color: #fff;
}

    .science-card__rating .star.star {
        height: 16px;
    }

.science-card__rating-value {
    color: #6b7280;
    font-size: 12px;
    line-height: 14.4px;
}

.science-card__rating .star-rating-trigger {
    opacity: 1;
    gap: 4px;
}

.science-card__rating .star-rating-text {
    font-size: 12px;
    line-height: 14.4px;
    color: #4B5563;
}

.science-card__row {
    gap: 8px;
}

.science-card__row-item {
    gap: 4px;
}

.science-card__row-item-review {
    position: relative;
}

    .science-card__row-item-review:hover .science-card__rating, .science-card__row-item-review:focus .science-card__rating {
        opacity: 1;
        visibility: visible;
    }

    .science-card__row-item-review:hover .star-rating-trigger--disabled, .science-card__row-item-review:focus .star-rating-trigger--disabled {
        opacity: 1;
        z-index: 1;
    }

        .science-card__row-item-review:hover .star-rating-trigger--disabled > svg, .science-card__row-item-review:focus .star-rating-trigger--disabled > svg {
            opacity: 1;
            z-index: 1;
        }

        .science-card__row-item-review:hover .star-rating-trigger--disabled .star-rating-text, .science-card__row-item-review:focus .star-rating-trigger--disabled .star-rating-text {
            display: flex;
        }

.science-card__row-item-icon {
    height: 16px;
    width: 16px;
}

.science-card__row-item-text {
    color: #4b5563;
    font-size: 12px;
    line-height: 14.4px;
}

.science-card__row-item .rating-value {
    color: #e2a947;
}

.science-card__content {
    flex: 1;
    gap: 8px;
}

.science-card__pdf {
    height: 36px;
    width: 36px;
    margin-inline-start: auto;
    padding: 5px;
    background-color: #f4f4f6;
    border-radius: 5px;
}

/*=====  End of Science Card  ======*/
/*=============================================
=            Scientific Publications            =
=============================================*/
.science-pubs {
    position: relative;
    padding-block: 0 60px;
    margin-top: 16px;
}

.science-pubs__filters {
    z-index: 1;
}

.science-pubs__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(405px, 1fr));
    gap: 24px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .science-pubs__grid {
        grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    }
}

@media (max-width: 479.98px) {
    .science-pubs__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.science-pubs__card {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    position: relative;
    padding-block: 38px 24px;
    padding-inline: 24px;
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-radius: 15px;
    gap: 12px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .science-pubs__card:hover, .science-pubs__card:focus {
        border-color: #6b6681;
    }

.science-pubs__card-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.science-pubs__card-image-container {
    height: 86.5px;
    border-radius: 9px;
    overflow: hidden;
}

.science-pubs__card-link {
    border: 1px solid #2b254b;
    outline: none;
    padding-inline: 14px;
}

    .science-pubs__card-link:hover, .science-pubs__card-link:focus {
        color: #2b254b;
    }

    .science-pubs__card-link .link__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .science-pubs__card-link .link__image {
    transform: scaleX(1);
}

.science-pubs__card-tag {
    background-color: #e2a947;
    color: #fff;
    padding: 6px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    top: 0;
    right: auto;
    left: 24px;
    font-size: 12px;
    line-height: 14px;
}

html[dir=rtl] .science-pubs__card-tag {
    right: 24px;
    left: auto;
}

.science-pubs__card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #4b5563;
}

.science-pubs__card-text {
    font-weight: 300;
    line-height: 21px;
    font-size: 12px;
    color: #6b7280;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.science-pubs__card-bottom {
    gap: 8px;
    flex-wrap: wrap-reverse;
    height: fit-content;
    margin-top: auto;
}

.science-pubs__card-buttons {
    gap: 4px;
}

.science-pubs__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 16px;
}

.science-pubs__button {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    background: none;
    padding: 10px;
    gap: 8px;
    border: 2px solid #f4f4f6;
    border-radius: 8px;
    height: 46px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 479.98px) {
    .science-pubs__button {
        height: 32px;
        font-size: 12px;
        font-weight: 300;
    }
}

.science-pubs__button-count {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #edf2f8;
    width: 21px;
    height: 24px;
}

.science-pubs__button-count-content {
    margin-left: auto;
    margin-right: auto;
}

.science-pubs__button-icon {
    width: 22px;
    height: 18px;
}

.science-pubs__filters {
    gap: 16px;
}

@media (max-width: 479.98px) {
    .science-pubs__filters {
        gap: 8px;
    }
}

@media (max-width: 767.98px) {
    .science-pubs__filters .sort-filter {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .science-pubs__filters .sort-filter__icon-container {
        justify-content: space-between;
        width: 100%;
    }
}

.science-pubs__search {
    gap: 16px;
    width: 100%;
    z-index: 2;
}

    .science-pubs__search .sort-filter {
        transform: translateY(-1px);
    }

.science-pubs__link {
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid #2b254b;
    border-radius: 16px;
    color: #2b254b;
    font-size: 14px;
    line-height: 24px;
}

.science-pubs__link-icon {
    height: 20px;
    width: 20px;
    transform: scaleX(-1);
}

html[dir=rtl] .science-pubs__link-icon {
    transform: none;
}

.science-pubs__main {
    gap: 24px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .science-pubs__main {
        flex-direction: column;
    }
}

.science-pubs__categories-container {
    border: 1px solid #e9eaf0;
    min-width: 261px;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .science-pubs__categories-container {
        width: 100%;
        min-width: auto;
    }
}

.science-pubs__categories-container[open] .science-pubs__categories-title-container {
    border-color: #e9eaf0;
}

.science-pubs__categories-container[open] .science-pubs__categories-title-icon {
    transform: rotate(180deg);
    filter: invert(65%) sepia(79%) saturate(351%) hue-rotate(357deg) brightness(93%) contrast(90%);
}

.science-pubs__categories-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4b5563;
}

.science-pubs__categories-title-container {
    background: #f4f4f6;
    padding: 16px;
    border-bottom: 1px solid transparent;
}

@media (max-width: 767.98px) {
    .science-pubs__categories-title-container {
        padding: 15px 10px;
    }
}

.science-pubs__categories-title-icon {
    height: 16px;
    width: 16px;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.science-pubs__categories-list input[type=checkbox]:checked + label {
    color: #2b254b;
}

    .science-pubs__categories-list input[type=checkbox]:checked + label .search-results__category-tick {
        opacity: 1;
    }

.science-pubs__categories-list input[type=checkbox]:checked + label {
    color: #2b254b;
}

    .science-pubs__categories-list input[type=checkbox]:checked + label .search-results__category-tick {
        opacity: 1;
    }

.science-pubs__summary::marker {
    content: "";
}

.science-pubs__details {
    border-bottom: 1px solid #e9eaf0;
}

    .science-pubs__details:last-child {
        border-bottom: none;
    }

    .science-pubs__details[open] .science-pubs__category-title:after {
        transform: rotate(180deg);
        filter: invert(65%) sepia(79%) saturate(351%) hue-rotate(357deg) brightness(93%) contrast(90%);
    }

.science-pubs__summary {
    padding: 16px;
}

.science-pubs__summary-views, .science-pubs__summary-filetypes {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.science-pubs__sub-filters {
    gap: 10px;
    padding: 16px;
}

.science-pubs__sub-filters-text {
    gap: 12px;
}

.science-pubs__sub-filters-text-checkbox {
    display: none;
}

    .science-pubs__sub-filters-text-checkbox:checked + label::after {
        border-color: #625b80;
        background: url("/assets/img/img/icons/tick-medium.svg");
        background-size: 12px 12px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #f4f4f6;
    }

.science-pubs__sub-filters-text-name {
    position: relative;
    color: #6b7280;
    width: 100%;
    cursor: pointer;
    padding-inline-start: 28px;
    gap: 10px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .science-pubs__sub-filters-text-name::after {
        content: "";
        position: absolute;
        inset-inline-start: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 16px;
        width: 16px;
        background-color: #f4f4f6;
        border: 1px solid #d1d5db;
        border-radius: 4px;
    }

.science-pubs__sub-filters-text-number {
    margin-inline-start: auto;
    color: #6b7280;
}

.science-pubs__sub-filters-icon {
    height: 16px;
    width: 16px;
}

.science-pubs__category {
    padding: 16px;
    overflow: hidden;
    background-color: #fff;
    gap: 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .science-pubs__category:not(:last-child) {
        border-bottom: 1px solid #e9eaf0;
    }

    .science-pubs__category:hover, .science-pubs__category:focus {
        background-color: #f4f4f6;
    }

.science-pubs__category-title {
    color: #4b5563;
}

    .science-pubs__category-title::after {
        content: url("/assets/img/img/chevron-down-slim-icon-.svg");
        display: inline-block;
        margin-inline-start: 10px;
        vertical-align: middle;
        margin-inline-start: auto;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

.science-pubs__category-text {
    margin-inline-end: auto;
}

.science-pubs__category-icon, .science-pubs__category-tick {
    height: 16px;
    width: 16px;
    margin-inline-end: 8px;
}

.science-pubs__category-tick {
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.science-pubs__category-text {
    font-size: 14px;
    line-height: 26px;
    color: #4b5563;
}

.science-pubs__text-container {
    gap: 4px;
    padding: 16px 0 24px 4px;
}

.science-pubs__text, .science-pubs__number {
    min-width: fit-content;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.4px;
    color: #6b7280;
}

.science-pubs__number {
    font-size: 14px;
    color: #2b254b;
}

.science-pubs__accordions {
    gap: 24px;
}

@media (max-width: 767.98px) {
    .science-pubs__accordions {
        width: 100%;
    }
}

/*=====  End of Scientific Publications  ======*/
/*=============================================
=            Search Results            =
=============================================*/
.search-results {
    position: relative;
    padding-block: 0 60px;
}

.search-results__filters {
    padding-block-end: 48px;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .search-results__filters {
        padding-block-end: 24px;
    }
}

.search-results__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
    width: 100%;
}

.search-results__card {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    position: relative;
    padding-block: 38px 24px;
    padding-inline: 24px;
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-radius: 15px;
    gap: 12px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .search-results__card:hover, .search-results__card:focus {
        border-color: #6b6681;
    }

.search-results__card-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.search-results__card-image-container {
    height: 86.5px;
    border-radius: 9px;
    overflow: hidden;
}

.search-results__card-link {
    border: 1px solid #2b254b;
    outline: none;
    padding-inline: 14px;
}

    .search-results__card-link:hover, .search-results__card-link:focus {
        color: #2b254b;
    }

    .search-results__card-link .link__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .search-results__card-link .link__image {
    transform: scaleX(1);
}

.search-results__card-tag {
    background-color: #e2a947;
    color: #fff;
    padding: 6px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    top: 0;
    right: auto;
    left: 24px;
    font-size: 12px;
    line-height: 14px;
}

html[dir=rtl] .search-results__card-tag {
    right: 24px;
    left: auto;
}

.search-results__card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #4b5563;
}

.search-results__card-text {
    font-weight: 300;
    line-height: 21px;
    font-size: 12px;
    color: #6b7280;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.search-results__card-bottom {
    gap: 8px;
    flex-wrap: wrap-reverse;
    height: fit-content;
    margin-top: auto;
}

.search-results__card-buttons {
    gap: 4px;
}

.search-results__button-share, .search-results__button-favourite {
    padding: 8px;
}

    .search-results__button-share .button__image, .search-results__button-favourite .button__image {
        height: 16px;
        width: 16px;
    }

.search-results__filters {
    gap: 16px;
}

@media (max-width: 479.98px) {
    .search-results__filters {
        gap: 8px;
    }
}

@media (max-width: 767.98px) {
    .search-results__filters .sort-filter {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .search-results__filters .sort-filter__icon-container {
        justify-content: space-between;
        width: 100%;
    }
}

.search-results__search {
    gap: 24px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .search-results__search {
        flex-direction: column;
    }
}

.search-results__search .sort-filter {
    transform: translateY(-1px);
}

.search-results__search-input {
    background-image: url("/assets/img/img/search-icon-dark.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position-y: 50%;
    background-position-x: 16px;
    background-color: #f4f4f6;
    padding-block: 19.5px;
    padding-inline: 56px 24px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    font-family: "Alexandria", sans-serif;
    color: #2b254b;
    width: 100%;
}

html[dir=rtl] .search-results__search-input {
    background-position-x: calc(100% - 24px);
}

.search-results__search-input-container {
    width: 100%;
    gap: 16px;
}

.search-results__search-input ::placeholder {
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    font-family: "Alexandria", sans-serif;
    color: #6b7280;
}

.search-results__link {
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid #2b254b;
    border-radius: 16px;
    color: #2b254b;
    font-size: 14px;
    line-height: 24px;
}

.search-results__link-icon {
    height: 20px;
    width: 20px;
    transform: scaleX(-1);
}

html[dir=rtl] .search-results__link-icon {
    transform: none;
}

.search-results__main {
    gap: 24px;
}

@media (max-width: 767.98px) {
    .search-results__main {
        flex-direction: column;
    }
}

.search-results__categories-container {
    border: 1px solid #e9eaf0;
    min-width: 261px;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .search-results__categories-container {
        width: 100%;
        min-width: auto;
    }
}

.search-results__categories-container:hover, .search-results__categories-container:focus {
    background-color: #f4f4f6;
}

.search-results__categories-container[open] {
    border-radius: 24px;
}

    .search-results__categories-container[open] .search-results__categories-title-container {
        background-color: #f4f4f6;
        border-bottom: 1px solid #e9eaf0;
    }

    .search-results__categories-container[open] .search-results__categories-title-icon {
        transform: rotate(180deg);
        filter: invert(65%) sepia(79%) saturate(351%) hue-rotate(357deg) brightness(93%) contrast(90%);
    }

.search-results__categories-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4b5563;
}

.search-results__categories-title-container {
    padding: 16px;
}

@media (max-width: 767.98px) {
    .search-results__categories-title-container {
        padding: 15px 10px;
    }
}

.search-results__categories-title-icon {
    height: 16px;
    width: 16px;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.search-results__categories-list input[type=checkbox]:checked + label {
    background-color: #f4f4f6;
}

    .search-results__categories-list input[type=checkbox]:checked + label .search-results__category-tick {
        opacity: 1;
    }

.search-results__category {
    padding: 16px;
    overflow: hidden;
    background-color: #fff;
    gap: 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .search-results__category:not(:last-child) {
        border-bottom: 1px solid #e9eaf0;
    }

    .search-results__category:hover, .search-results__category:focus {
        background-color: #f4f4f6;
    }

.search-results__category-input {
    visibility: hidden;
    height: 0;
}

.search-results__category-text {
    margin-inline-end: auto;
}

.search-results__category-icon, .search-results__category-tick {
    height: 16px;
    width: 16px;
}

.search-results__category-tick {
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.search-results__category-text {
    font-size: 14px;
    line-height: 26px;
    color: #4b5563;
}

.search-results__text-container {
    gap: 2px;
}

.search-results__text, .search-results__number {
    min-width: fit-content;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.4px;
    color: #6b7280;
}

.search-results__number {
    font-size: 14px;
    color: #2b254b;
}

/*=====  End of Search Results  ======*/
/*=============================================
=            Service Details            =
=============================================*/
.service-details {
    padding-block-end: 60px;
    position: relative;
}

@media (max-width: 991.98px) {
    .service-details {
        padding-block-end: 40px;
    }
}

.service-details__header {
    padding-block-end: 92px;
    gap: 24px;
}

@media (max-width: 767.98px) {
    .service-details__header {
        padding-block-end: 24px;
    }
}

.service-details__header-button-download, .service-details__header-button-share {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .service-details__header-button-download .button__image, .service-details__header-button-share .button__image {
        height: 28px;
        width: 28px;
    }

.service-details__header-buttons {
    gap: 12px;
}

.service-details__title {
    color: #4b5563;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    line-height: 48px;
}

@media (max-width: 767.98px) {
    .service-details__title {
        font-size: 16px;
        line-height: 19.5px;
        color: #4b5563;
    }
}

.service-details__main {
    display: grid;
    grid-template-columns: 1fr 450px;
    grid-auto-flow: dense;
    grid-template-rows: auto 1fr;
    gap: 24px;
    border-radius: 25px;
}

@media (max-width: 1199.98px) {
    .service-details__main {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991.98px) {
    .service-details__main {
        display: flex;
        flex-direction: column;
    }
}

.service-details__bottom {
    grid-row: span 2;
    gap: 24px;
}

@media (max-width: 479.98px) {
    .service-details__bottom {
        order: 2;
    }
}

.service-details__side {
    background-color: #f4f4f6;
    grid-row: span 3;
    border-radius: 24px;
    padding: 24px;
    grid-column: 2;
}

@media (max-width: 479.98px) {
    .service-details__side {
        padding: 26px 16px;
        order: 3;
    }
}

.service-details__side-title {
    color: #4b5563;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 479.98px) {
    .service-details__side-title {
        font-size: 16px;
        line-height: 21.76px;
        color: #575756;
    }
}

.service-details__top {
    background-color: #f4f4f6;
    gap: 16px;
    height: fit-content;
    border-radius: 24px;
    padding: 40px;
}

@media (max-width: 479.98px) {
    .service-details__top {
        padding: 26px 16px;
        order: 1;
    }
}

.service-details__top-title {
    color: #4b5563;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 479.98px) {
    .service-details__top-title {
        font-size: 16px;
        line-height: 21.76px;
        color: #575756;
    }
}

.service-details__top-text {
    font-size: 14px;
    line-height: 26px;
    color: #6b7280;
}

@media (max-width: 479.98px) {
    .service-details__top-text {
        font-weight: 300;
        font-size: 12px;
        line-height: 23px;
    }
}

.service-details__top .rte p,
.service-details__top .rte a {
    font-size: 14px;
}

.service-details__top .rte p {
    color: #6b7280;
    font-weight: 500;
}

@media (max-width: 479.98px) {
    .service-details__top .rte p {
        font-weight: 300;
        font-size: 12px;
        line-height: 23px;
        color: #6b7280;
    }
}

.service-details__top .rte a {
    color: #2b254b;
}

@media (max-width: 479.98px) {
    .service-details__top .rte a {
        font-weight: 300;
        font-size: 12px;
        line-height: 23px;
    }
}

.service-details__box {
    gap: 40px;
}

@media (max-width: 479.98px) {
    .service-details__box {
        gap: 24px;
    }
}

.service-details__section {
    gap: 24px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d1d5db;
}

@media (max-width: 479.98px) {
    .service-details__section {
        padding-bottom: 24px;
    }
}

@media (max-width: 479.98px) {
    .service-details__section:nth-child(1) {
        gap: 16px;
    }
}

@media (max-width: 479.98px) {
    .service-details__section:nth-child(2) {
        gap: 8px;
    }
}

@media (max-width: 479.98px) {
    .service-details__section:nth-child(3) {
        gap: 16px;
    }
}

.service-details__section:last-child {
    padding-bottom: 0;
    border: none;
}

    .service-details__section:last-child .service-details__row {
        min-height: 40px;
    }

.service-details__text {
    gap: 4px;
}

.service-details__row {
    gap: 16px;
    flex-wrap: wrap;
}

.service-details__row-title {
    color: #6b7280;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.8px;
}

@media (max-width: 479.98px) {
    .service-details__row-title {
        font-size: 12px;
        line-height: 14.4px;
    }
}

.service-details__row-title-bold {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2b254b;
    margin-inline-start: 4px;
}

@media (max-width: 479.98px) {
    .service-details__row-title-bold {
        font-size: 12px;
        line-height: 14.4px;
    }
}

.service-details__row-title-small .service-details__row-icon {
    margin-inline-end: 8px;
}

.service-details__row-title-dark {
    color: #4b5563;
}

@media (max-width: 479.98px) {
    .service-details__row-title-dark {
        color: #6b7280;
    }
}

.service-details__row-icon {
    height: 24px;
    width: 24px;
    margin-inline-end: 12px;
}

@media (max-width: 479.98px) {
    .service-details__row-icon {
        height: 16px;
        width: 16px;
    }
}

.service-details__row-text {
    color: #4b5563;
    font-size: 14px;
    line-height: 26px;
}

.service-details__row-text-large {
    color: #2b254b;
    font-weight: 500;
    font-size: 22px;
    line-height: 26.4px;
}

@media (max-width: 479.98px) {
    .service-details__row-text-large {
        font-size: 16px;
        line-height: 24px;
    }
}

.service-details__row-text--active {
    position: relative;
    background-color: #ecfdf3;
    border-radius: 16px;
    color: #027a48;
    padding-inline: 10px;
    padding-block: 4px;
}

@media (max-width: 479.98px) {
    .service-details__row-text--active {
        font-size: 12px;
        line-height: 20px;
    }
}

.service-details__row-images {
    gap: 20px;
}

@media (max-width: 479.98px) {
    .service-details__row-images {
        gap: 10px;
    }
}

.service-details__row-image {
    max-height: 20px;
    max-width: 40px;
    object-fit: contain;
}

@media (max-width: 479.98px) {
    .service-details__row-image {
        max-height: 15px;
        max-width: 42px;
    }
}

.service-details__row-link {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    color: #6b7280;
}

@media (max-width: 479.98px) {
    .service-details__row-link {
        font-size: 12px;
        line-height: 14.4px;
    }
}

.service-details__row-rating {
    color: #e2a947;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 479.98px) {
    .service-details__row-rating {
        font-size: 11.56px;
        line-height: 17.34px;
    }
}

.service-details__row-reviews {
    gap: 8px;
}

.service-details__star {
    height: 23px;
    width: 23px;
}

.service-details__alert {
    gap: 8px;
    color: #d14e48;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.8px;
}

@media (max-width: 479.98px) {
    .service-details__alert {
        font-size: 12px;
        line-height: 14.4px;
    }
}

.service-details__alert-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 479.98px) {
    .service-details__alert-icon {
        height: 16px;
        width: 16px;
    }
}

.service-details__links {
    gap: 16px;
}

.service-details__link {
    min-width: auto;
}

    .service-details__link .link__label {
        font-size: 16px;
    }

    .service-details__link .link__image {
        height: 24px;
        width: 24px;
        transform: scaleX(-1);
    }

html[dir=rtl] .service-details__link .link__image {
    transform: scaleX(1);
}

.service-details__stars {
    position: relative;
    width: 116px;
    height: 24px;
}

@media (max-width: 479.98px) {
    .service-details__stars {
        height: 16.76px;
        width: 83px;
    }
}

.service-details__stars-mask {
    position: absolute;
    background-image: url("/assets/img/img/star-mask-new.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}

.service-details__stars-fill {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: 0;
}

.service-details__students {
    gap: 8px;
}

.service-details__students-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.service-details__students-image-container {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1.5px solid #fff;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #6b7280;
}

    .service-details__students-image-container:nth-child(1) {
        z-index: 5;
    }

    .service-details__students-image-container:nth-child(2) {
        position: absolute;
        right: auto;
        left: 24px;
        z-index: 4;
    }

html[dir=rtl] .service-details__students-image-container:nth-child(2) {
    left: auto;
    right: 24px;
}

.service-details__students-image-container:nth-child(3) {
    position: absolute;
    right: auto;
    left: 48px;
    z-index: 3;
}

html[dir=rtl] .service-details__students-image-container:nth-child(3) {
    left: auto;
    right: 48px;
}

.service-details__students-image-container:nth-child(4) {
    position: absolute;
    right: auto;
    left: 72px;
    z-index: 2;
}

html[dir=rtl] .service-details__students-image-container:nth-child(4) {
    left: auto;
    right: 72px;
}

.service-details__students-image-container:nth-child(5) {
    position: absolute;
    right: auto;
    left: 96px;
    z-index: 1;
}

html[dir=rtl] .service-details__students-image-container:nth-child(5) {
    left: auto;
    right: 96px;
}

.service-details__students-images {
    position: relative;
    min-width: 128px;
}

.service-details__students-text {
    font-size: 14px;
    line-height: 18px;
    padding-inline-start: 10px;
    color: #6b7280;
}

.service-details__students-text-bold {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #6b7280;
}

.service-details__tabs {
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 12px 16px;
    gap: 12px;
    color: #2b254b;
}

@media (max-width: 479.98px) {
    .service-details__tabs {
        padding: 8px 9.5px;
    }
}

.service-details__tab {
    flex: 1;
    gap: 8px;
    cursor: pointer;
    border-radius: 24px;
    background-color: transparent;
    padding: 14.5px 16px;
    min-width: fit-content;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

@media (max-width: 767.98px) {
    .service-details__tab {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 479.98px) {
    .service-details__tab {
        padding: 4px 8px;
    }
}

.service-details__tab:hover, .service-details__tab:focus {
    opacity: 0.8;
}

.service-details__tab--active {
    background-color: #e2a947;
    color: #fff;
}

    .service-details__tab--active:hover, .service-details__tab--active:focus {
        opacity: 1;
    }

@media (max-width: 479.98px) {
    .service-details__tab--active {
        padding: 4px 8px;
    }
}

.service-details__tab--active .service-details__tab-title {
    line-height: 21px;
    font-size: 18px;
}

@media (max-width: 479.98px) {
    .service-details__tab--active .service-details__tab-title {
        font-weight: 400;
        font-size: 10px;
        line-height: 15px;
    }
}

.service-details__tab--active .service-details__tab-icon {
    filter: invert(100%) brightness(200%);
}

.service-details__tab-icon {
    height: 24px;
    width: 24px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

@media (max-width: 479.98px) {
    .service-details__tab-icon {
        height: 12px;
        width: 12px;
    }
}

.service-details__tab-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 479.98px) {
    .service-details__tab-title {
        font-weight: 400;
        font-size: 10px;
        line-height: 15px;
    }
}

.service-details__tab-content {
    background-color: #f4f4f6;
    border-radius: 25px;
    padding: 40px;
    height: 100%;
    gap: 24px;
}

@media (max-width: 479.98px) {
    .service-details__tab-content {
        padding: 26px 16px;
        gap: 16px;
    }
}

.service-details__tab-content-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #4b5563;
}

@media (max-width: 479.98px) {
    .service-details__tab-content-title {
        font-size: 16px;
        line-height: 21.76px;
    }
}

.service-details__tab-link .link__image {
    transform: scaleX(-1);
}

html[dir=rtl] .service-details__tab-link .link__image {
    transform: scaleX(1);
}

.service-details__tab-list {
    gap: 16px;
}

.service-details__tab-list-item {
    position: relative;
    padding-inline-start: 27px;
    font-size: 14px;
    line-height: 26px;
    color: #6b7280;
}

    .service-details__tab-list-item::before {
        content: "";
        position: absolute;
        background-color: #e2a947;
        height: 10px;
        width: 19px;
        border-radius: 3px;
        left: 0;
        right: auto;
        margin-top: 10px;
    }

html[dir=rtl] .service-details__tab-list-item::before {
    right: 0;
    left: auto;
}

.service-details__tab-header {
    gap: 16px;
}

.service-details__accordion[open] .service-details__accordion-icon {
    background-image: url("/assets/img/img/minus-icon.svg");
}

.service-details__accordion-container {
    gap: 16px;
}

.service-details__accordion-top {
    background-color: #fff;
    padding: 16px 24px;
    border-radius: 16px;
    gap: 8px;
    cursor: pointer;
}

    .service-details__accordion-top::marker {
        display: none;
        content: "";
    }

    .service-details__accordion-top::-webkit-details-marker {
        display: none;
        content: "";
    }

.service-details__accordion-icon {
    height: 20px;
    width: 20px;
    min-height: 20px;
    min-width: 20px;
    background-image: url("/assets/img/img/plus-icon.svg");
    margin: auto 0;
}

.service-details__accordion-subtitle {
    font-size: 14px;
    line-height: 26px;
    color: #4b5563;
}

.service-details__accordion-text {
    padding-block: 12px 24px;
    font-size: 14px;
    line-height: 26px;
    color: #6b7280;
}

.service-details__bullet {
    gap: 12px;
}

    .service-details__bullet:last-of-type .service-details__bullet-dot-container::after {
        content: none;
    }

    .service-details__bullet:last-of-type .service-details__bullet-text {
        padding: 0;
    }

.service-details__bullet-dot {
    border: 2px solid #e2a947;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    min-height: 24px;
    min-width: 24px;
}

@media (max-width: 479.98px) {
    .service-details__bullet-dot {
        height: 12px;
        width: 12px;
        min-height: 12px;
        min-width: 12px;
    }
}

.service-details__bullet-dot-container {
    position: relative;
}

    .service-details__bullet-dot-container::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        height: calc(100% - 24px);
        width: 1px;
        background-color: #d1d5db;
    }

@media (max-width: 479.98px) {
    .service-details__bullet-dot-container::after {
        height: calc(100% - 12px);
    }
}

.service-details__bullet-dot-inner {
    border-radius: 50%;
    background-color: #e2a947;
    border: 3px solid #fff;
    height: 100%;
    width: 100%;
}

@media (max-width: 479.98px) {
    .service-details__bullet-dot-inner {
        border: 1px solid #fff;
    }
}

.service-details__bullet-text {
    padding-block-end: 33px;
    font-size: 14px;
    line-height: 26px;
    color: #4b5563;
}

@media (max-width: 479.98px) {
    .service-details__bullet-text {
        padding-block-end: 11px;
        font-weight: 300;
        font-size: 12px;
        line-height: 23px;
        color: #6b7280;
    }
}

.service-details__tooltip {
    border-radius: 50%;
    background-color: #f4f4f6;
    height: 28px;
    width: 28px;
    min-width: 28px;
    min-height: 28px;
    margin-inline-start: 14px;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .service-details__tooltip:hover, .service-details__tooltip:focus {
        border-color: #2b254b;
    }

.service-details__tooltip-icon {
    height: 24px;
    width: 24px;
    pointer-events: none;
}

.service-details__tooltip-inner {
    position: absolute;
    margin-top: 20px;
    right: 0px;
    inset-inline-end: 11.6%;
    background-color: #fff;
    padding: 12px;
    border-radius: 8px;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    box-shadow: 1px 12px 23px 14px rgba(16, 24, 40, 0.0784313725);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .service-details__tooltip-inner {
        right: 8px;
    }
}

html[dir=rtl] .service-details__tooltip-inner {
    right: auto;
}

.service-details__tooltip-inner--active {
    opacity: 1;
    visibility: visible;
}

.service-details__tooltip-inner::before {
    content: "";
    position: absolute;
    top: -11px;
    inset-inline-end: 29px;
    transform: rotate(45deg) translateX(50%);
    background-color: #fff;
    height: 12px;
    width: 12px;
    z-index: 0;
}

@media (max-width: 767.98px) {
    .service-details__tooltip-inner::before {
        inset-inline-end: 46px;
    }
}

html[dir=rtl] .service-details__tooltip-inner::before {
    inset-inline-end: 22px;
}

.service-details__tooltip-inner .rte table {
    border: 0px;
    background-color: #fff;
    border-radius: 8px;
    border-spacing: 0;
    width: 100%;
    overflow: auto;
}

    .service-details__tooltip-inner .rte table tbody tr {
        border-bottom: 1px solid #d1d5db;
    }

        .service-details__tooltip-inner .rte table tbody tr:first-child {
            background-color: #d1d5db;
            font-size: 10px;
            font-weight: 600;
            border-bottom: 1px solid #fff;
        }

            .service-details__tooltip-inner .rte table tbody tr:first-child td {
                color: #2b254b;
            }

                .service-details__tooltip-inner .rte table tbody tr:first-child td:first-child {
                    border-start-start-radius: 8px;
                }

                .service-details__tooltip-inner .rte table tbody tr:first-child td:last-child {
                    border-start-end-radius: 8px;
                }

        .service-details__tooltip-inner .rte table tbody tr:last-child {
            border-bottom: 0px;
        }

        .service-details__tooltip-inner .rte table tbody tr td {
            padding: 16px 12px;
            color: #6b7280;
            font-size: 12px;
            line-height: 14.4px;
            border: 0;
        }

            .service-details__tooltip-inner .rte table tbody tr td img {
                width: auto;
                display: inline;
            }

            .service-details__tooltip-inner .rte table tbody tr td p {
                font-size: 14px;
            }

.service-details__waiver-tooltip {
    border-radius: 50%;
    background-color: #f4f4f6;
    height: 28px;
    width: 28px;
    min-width: 28px;
    min-height: 28px;
    margin-inline-start: 14px;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .service-details__waiver-tooltip:hover, .service-details__waiver-tooltip:focus {
        border-color: #2b254b;
    }

.service-details__waiver-tooltip-icon {
    height: 24px;
    width: 24px;
    pointer-events: none;
}

.service-details__waiver-tooltip-inner {
    position: absolute;
    top: 486px;
    right: 0px;
    inset-inline-end: 11.6%;
    background-color: #fff;
    padding: 12px;
    border-radius: 8px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    border: none;
    box-shadow: 0px 12px 16px 6px rgba(16, 24, 40, 0.0784313725);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .service-details__waiver-tooltip-inner {
        inset-inline-end: 5.6%;
        top: 405px;
    }
}

html[dir=rtl] .service-details__waiver-tooltip-inner {
    right: auto;
}

.service-details__waiver-tooltip-inner--active {
    opacity: 1;
    visibility: visible;
}

.service-details__waiver-tooltip-inner::before {
    content: "";
    position: absolute;
    top: -11px;
    inset-inline-end: 6.5%;
    transform: rotate(45deg) translateX(50%);
    background-color: #fff;
    height: 12px;
    width: 12px;
    z-index: 0;
}

@media (max-width: 767.98px) {
    .service-details__waiver-tooltip-inner::before {
        inset-inline-end: 7%;
    }
}

html[dir=rtl] .service-details__waiver-tooltip-inner::before {
    inset-inline-end: 5%;
}

.service-details__waiver-tooltip-inner .rte {
    width: 450px;
}

/*=====  End of Service Details  ======*/
/*=============================================
=            Service Details Survey            =
=============================================*/
.details-survey {
    gap: 24px;
    padding: 40px;
    background-color: #f4f4f6;
    border-radius: 24px;
    margin-top: 60px;
}

.details-survey__wrapper.container {
    padding-bottom: 60px;
}

    .details-survey__wrapper.container .details-survey {
        margin-block: 0;
    }

@media (max-width: 991.98px) {
    .details-survey {
        flex-direction: column;
        text-align: center;
        padding: 16px;
        margin-top: 24px;
    }
}

.details-survey__middle {
    margin-inline-end: 69px;
    gap: 10px;
}

@media (max-width: 1199.98px) {
    .details-survey__middle {
        margin-inline-end: 0;
    }
}

.details-survey__right {
    gap: 10px;
}

.details-survey__title {
    font-size: 14px;
    line-height: 26px;
    color: #6b7280;
}

.details-survey__subtitle {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #6b7280;
}

@media (max-width: 991.98px) {
    .details-survey__title, .details-survey__subtitle {
        font-size: 12px;
        line-height: 23px;
        font-weight: 300;
    }
}

.details-survey__text {
    font-size: 16px;
    line-height: 25.44px;
    color: #4b5563;
}

@media (max-width: 991.98px) {
    .details-survey__text {
        color: #2b254b;
        font-size: 12px;
        line-height: 14.4px;
        font-weight: 500;
    }
}

.details-survey__button {
    padding: 8px 16px;
}

    .details-survey__button .button__image {
        height: 20px;
        width: 20px;
    }

    .details-survey__button.button--disabled {
        pointer-events: none;
    }

    .details-survey__button.button--primary:focus {
        background-color: #2b254b;
        color: #fff;
    }

        .details-survey__button.button--primary:focus .button__image {
            filter: none;
        }

    .details-survey__button.button--secondary:focus {
        background-color: #fff;
        color: #2b254b;
    }

        .details-survey__button.button--secondary:focus .button__image {
            filter: none;
        }

/*=====  End of Service Details Survey  ======*/
/*=============================================
=            Service List            =
=============================================*/
.service-list {
    position: relative;
    padding-block: 0 60px;
}

.service-list__top {
    padding-block-end: 92px;
}

@media (max-width: 767.98px) {
    .service-list__top {
        padding-block-end: 24px;
    }
}

.service-list__top-buttons {
    gap: 12px;
}

.service-list__banner-with-image {
    position: relative;
    padding: 24px;
    border-radius: 24px;
    gap: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 24px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .service-list__banner-with-image {
        flex-direction: column;
    }
}

.service-list__banner-with-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(43, 37, 75, 0.8);
    backdrop-filter: blur(10px);
}

.service-list__banner-with-image__content {
    z-index: 1;
    gap: 8px;
    width: 100%;
}

.service-list__banner-with-image__link {
    margin-top: 16px;
}

    .service-list__banner-with-image__link.link {
        min-width: auto;
    }

    .service-list__banner-with-image__link .link__label {
        font-size: 16px;
    }

    .service-list__banner-with-image__link .link__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .service-list__banner-with-image__link .link__image {
    transform: scaleX(1);
}

.service-list__banner-with-image__title {
    font-size: 22px;
    line-height: 26.4px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 479.98px) {
    .service-list__banner-with-image__title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
        letter-spacing: -0.6px;
    }
}

.service-list__banner-with-image__text {
    font-size: 14px;
    line-height: 26.04px;
    opacity: 0.77;
    max-width: 785px;
}

@media (max-width: 479.98px) {
    .service-list__banner-with-image__text {
        font-size: 14px;
    }
}

.service-list__banner-with-image__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.service-list__banner-with-image__image-container {
    border-radius: 14.76px;
    z-index: 1;
    align-self: normal;
    max-width: 259px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .service-list__banner-with-image__image-container {
        max-width: none;
    }
}

.service-list__filters {
    padding-block-end: 48px;
    z-index: 1;
}

@media (max-width: 479.98px) {
    .service-list__filters {
        padding-block-end: 24px;
    }
}

.service-list__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    row-gap: 18px;
    column-gap: 24px;
    min-height: 120px;
}

.service-list__card {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    position: relative;
    padding-block: 38px 24px;
    padding-inline: 24px;
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-radius: 15px;
    gap: 12px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .service-list__card:hover, .service-list__card:focus {
        border-color: #6b6681;
    }

.service-list__card-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-list__card-image-container {
    height: 86.5px;
    border-radius: 9px;
    overflow: hidden;
}

.service-list__card-link {
    border: 1px solid #2b254b;
    outline: none;
    padding-inline: 14px;
}

    .service-list__card-link:hover, .service-list__card-link:focus {
        color: #2b254b;
    }

    .service-list__card-link .link__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .service-list__card-link .link__image {
    transform: scaleX(1);
}

.service-list__card-tag {
    background-color: #82b989;
    color: #fff;
    padding: 6px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    top: 0;
    right: auto;
    left: 24px;
    font-size: 12px;
    line-height: 14px;
}

html[dir=rtl] .service-list__card-tag {
    right: 24px;
    left: auto;
}

.service-list__card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #4b5563;
}

.service-list__card-text {
    font-weight: 300;
    line-height: 21px;
    font-size: 12px;
    color: #6b7280;
}

.service-list__card-bottom {
    gap: 8px;
    flex-wrap: wrap-reverse;
    height: fit-content;
    margin-top: auto;
}

.service-list__card-buttons {
    gap: 4px;
}

.service-list__button-share, .service-list__button-favourite {
    padding: 8px;
}

    .service-list__button-share .button__image, .service-list__button-favourite .button__image {
        height: 16px;
        width: 16px;
    }

.service-list__pagination {
    padding-block-start: 60px;
    gap: 10px;
}

@media (max-width: 479.98px) {
    .service-list__pagination {
        justify-content: center;
    }
}

.service-list__pagination-text {
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
}

.service-list__pagination-text-wrapper {
    gap: 4px;
}

.service-list__pagination-dropdown {
    outline: 1px solid #dddddd;
    color: #333333;
    font-size: 14px;
    line-height: 17px;
    font-family: "Alexandria", sans-serif;
    padding: 12.5px 15px;
    padding-inline-start: 36px;
    border-radius: 8px;
    cursor: pointer;
    appearance: none;
    background-image: url("/assets/img/img/chevron-down-slim-icon-.svg");
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 50%;
}

html[dir=rtl] .service-list__pagination-dropdown {
    background-position-x: calc(100% - 15px);
    background-position-y: 50%;
}

.service-list__pages {
    gap: 5px;
}

.service-list__page {
    background-color: #fff;
    color: #111928;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    min-height: 32px;
    max-height: 32px;
    min-width: 32px;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    font-family: "Alexandria", sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .service-list__page:hover, .service-list__page:focus {
        border-color: #2b254b;
    }

    .service-list__page:disabled {
        pointer-events: none;
        border-color: #fff;
    }

.service-list__page--active {
    background-color: #111b29;
    color: #fff;
    border-color: #2b254b;
}

    .service-list__page--active:disabled {
        background-color: #e5e7eb;
        border-color: #e5e7eb;
        pointer-events: none;
        padding: 10px 8px;
    }

.service-list__page-alt {
    padding: 10px 8px;
    background-color: #fff;
    color: #111928;
    border-color: transparent;
}

    .service-list__page-alt:hover, .service-list__page-alt:focus {
        border-color: #2b254b;
    }

    .service-list__page-alt:disabled {
        background-color: #e5e7eb;
        color: #fff;
    }

.service-list__filters {
    gap: 16px;
}

@media (max-width: 479.98px) {
    .service-list__filters {
        gap: 8px;
    }
}

.service-list__dropdowns {
    gap: 16px;
}

@media (max-width: 479.98px) {
    .service-list__dropdowns {
        display: none;
        order: 2;
        gap: 8px;
    }

    .service-list__dropdowns--active {
        display: flex;
    }
}

.service-list__search {
    gap: 16px;
    order: 3;
}

@media (max-width: 479.98px) {
    .service-list__search {
        flex: 1;
        gap: 8px;
    }
}

.service-list__search .sort-filter {
    transform: translateY(-1px);
}

@media (max-width: 479.98px) {
    .service-list__search input.service-list__search-input {
        width: 100%;
        height: 32px;
    }
}

.service-list__search input.service-list__search-input ::placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #6b7280;
}

.service-list__link {
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid #2b254b;
    border-radius: 16px;
    color: #2b254b;
    font-size: 14px;
    line-height: 24px;
}

.service-list__link-icon {
    height: 20px;
    width: 20px;
    transform: scaleX(-1);
}

html[dir=rtl] .service-list__link-icon {
    transform: none;
}

.service-list__filter-mobile {
    position: relative;
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    order: 1;
    transform: translateY(-1px);
}

@media (min-width: 480px) {
    .service-list__filter-mobile {
        display: none;
    }
}

.service-list__filter-mobile-icon {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.service-list__filter-mobile-icon-container {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 32px;
    width: 32px;
    background-color: #fff;
    border-radius: 8px;
    border: 2px solid #f4f4f6;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .service-list__filter-mobile-icon-container:hover, .service-list__filter-mobile-icon-container:focus {
        border-color: #2b254b;
    }
/*=====  End of Service List  ======*/
/*=============================================
=            Program Details            =
=============================================*/
.service-results {
    padding-block-end: 60px;
    overflow: hidden;
}

.service-results__banner {
    padding: 40px;
    border-radius: 24px;
    gap: 40px;
    background-color: #f4f4f6;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .service-results__banner {
        flex-direction: column;
    }
}

.service-results__banner-content {
    gap: 24px;
    width: 100%;
    flex: 1;
}

.service-results__banner-link.link {
    min-width: auto;
}

.service-results__banner-link .link__label {
    font-size: 16px;
}

.service-results__banner-link .link__image {
    transform: scaleX(-1);
}

html[dir=rtl] .service-results__banner-link .link__image {
    transform: none;
}

.service-results__banner-title {
    color: #4b5563;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 700;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 479.98px) {
    .service-results__banner-title {
        font-size: 16px;
        line-height: 37px;
        font-weight: 600;
        font-family: "Alexandria", sans-serif;
    }
}

.service-results__banner-text {
    font-size: 14px;
    line-height: 26.04px;
    color: #4e5566;
}

.service-results__banner-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.service-results__banner-image-container {
    flex: 0.9415;
    width: 100%;
    border-radius: 24px;
    align-self: normal;
    min-height: 389px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .service-results__banner-image-container {
        min-height: auto;
    }
}

.service-results__tabs {
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 8px 12px;
    gap: 12px;
    color: #2b254b;
    margin-block-end: 24px;
    width: fit-content;
}

.service-results__tab {
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .service-results__tab:hover, .service-results__tab:focus {
        opacity: 0.8;
    }

.service-results__tab--active {
    background-color: #e2a947;
    color: #fff;
}

    .service-results__tab--active:hover, .service-results__tab--active:focus {
        opacity: 1;
    }

    .service-results__tab--active .service-results__tab-title {
        line-height: 19px;
        font-size: 16px;
        font-weight: 600;
    }

    .service-results__tab--active .service-results__tab-icon {
        filter: invert(100%) brightness(200%);
    }

.service-results__tab-icon {
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .service-results__tab-icon {
        height: 12px;
        width: 12px;
    }
}

.service-results__tab-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16.8px;
    font-family: "Alexandria", sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.service-results__section {
    height: 0;
    visibility: hidden;
    opacity: 0;
    gap: 24px;
}

.service-results__section--active {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.service-results__title {
    color: #4b5563;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.service-results__numbers {
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 40px;
    gap: 24px;
}

.service-results__numbers-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    row-gap: 24px;
    column-gap: 40px;
    width: 100%;
}

@media (max-width: 479.98px) {
    .service-results__numbers-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.service-results__numbers-item {
    background-color: #fff;
    box-sizing: 20px;
    padding: 16px 24px;
    border: 1px solid #d1d5db;
    border-radius: 20px;
    gap: 8px;
}

.service-results__numbers-item-icon {
    height: 32px;
    width: 32px;
}

.service-results__numbers-item-text {
    color: #4b5563;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.service-results__numbers-item-left, .service-results__numbers-item-right {
    gap: 8px;
}

.service-results__numbers-number {
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    color: #625b80;
}

@media (max-width: 479.98px) {
    .service-results__numbers-number {
        font-size: 18px;
    }
}

.service-results__numbers-number-max {
    color: #d1d5db;
}

.service-results__component:not(:last-child) {
    margin-block-end: 60px;
}

.service-results__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

@media (min-width: 768px) {
    .service-results__grid {
        display: none;
    }
}

.service-results__grid .events-card .events-card__button-share,
.service-results__grid .events-card .events-card__button-favourite {
    display: none;
}

.service-results__filters {
    gap: 16px;
    padding-block-end: 48px;
    width: 100%;
}

.service-results__dropdowns {
    gap: 16px;
    z-index: 4;
}

.service-results__search {
    gap: 16px;
}

@media (max-width: 479.98px) {
    .service-results__search-input[type=text].input--search {
        height: 32px;
    }
}

.service-results .pagination {
    padding-block-start: 36px;
}

.service-results__content-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding-block-end: 24px;
    color: #4b5563;
}

.service-results__content .rte {
    color: #6b7280;
}

    .service-results__content .rte p {
        font-size: 14px;
    }

    .service-results__content .rte table {
        border: 0px;
        background-color: #fff;
        border-radius: 8px;
        border-spacing: 0;
        width: 100%;
        overflow: auto;
    }

        .service-results__content .rte table tbody {
            display: block;
            padding: 16px;
            border: 1px solid #d1d5db;
            border-radius: 16px;
        }

            .service-results__content .rte table tbody tr {
                border-bottom: 1px solid #d1d5db;
            }

                .service-results__content .rte table tbody tr:first-child {
                    background-color: #f4f4f6;
                    font-size: 10px;
                    font-weight: 600;
                    border-bottom: 1px solid #fff;
                }

                    .service-results__content .rte table tbody tr:first-child td {
                        color: #2b254b;
                        font-size: 10px;
                    }

                        .service-results__content .rte table tbody tr:first-child td:first-child {
                            border-start-start-radius: 8px;
                        }

                        .service-results__content .rte table tbody tr:first-child td:last-child {
                            border-start-end-radius: 8px;
                        }

                .service-results__content .rte table tbody tr:last-child {
                    border-bottom: 0px;
                }

                    .service-results__content .rte table tbody tr:last-child td:first-child {
                        border-end-start-radius: 8px;
                    }

                .service-results__content .rte table tbody tr td {
                    padding: 16px 12px;
                    color: #6b7280;
                    font-size: 12px;
                    line-height: 14.4px;
                    border: 0;
                }

                    .service-results__content .rte table tbody tr td:first-child {
                        color: #2b254b;
                        background-color: #f4f4f6;
                        font-weight: 600;
                        font-size: 10px;
                    }

                    .service-results__content .rte table tbody tr td img {
                        width: auto;
                        display: inline;
                    }

                    .service-results__content .rte table tbody tr td p {
                        font-size: 14px;
                    }

.service-results__files {
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 40px;
    gap: 18px;
}

.service-results__item {
    position: relative;
    height: 100%;
    gap: 16px;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #d1d5db;
    background-color: #fff;
    padding: 24px;
}

@media (max-width: 991.98px) {
    .service-results__item {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}

.service-results__item-link {
    outline: 1px solid #2b254b;
    border-radius: 16px;
    padding: 8px 22px;
}

@media (max-width: 479.98px) {
    .service-results__item-link {
        min-width: auto;
    }
}

.service-results__item-link .link__image {
    transform: scaleX(-1);
}

html[dir=rtl] .service-results__item-link .link__image {
    transform: none;
}

.service-results__item-image {
    height: 43px;
    width: 43px;
}

.service-results__item-image-container {
    height: 61px;
    width: 61px;
    min-width: 61px;
    border-radius: 10px;
    background-color: #f4f4f6;
}

.service-results__item-buttons {
    gap: 4px;
}

.service-results__item-left {
    gap: 24px;
}

@media (max-width: 479.98px) {
    .service-results__item-left {
        flex-direction: column;
    }
}

.service-results__item-right {
    gap: 16px;
    margin-top: auto;
}

@media (max-width: 767.98px) {
    .service-results__item-right {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

.service-results__item-content {
    gap: 16px;
}

.service-results__item-info {
    gap: 8px;
}

.service-results__item-info-icon {
    height: 24px;
    width: 24px;
}

.service-results__item-info-text {
    font-size: 12px;
    line-height: 14.4px;
    color: #6b7280;
}

.service-results__item-title {
    color: #4b5563;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.service-results__tables {
    width: 100%;
    overflow-x: auto;
}

.service-results__table {
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    border-spacing: 0;
    width: 100%;
    overflow: auto;
}

@media (max-width: 991.98px) {
    .service-results__table {
        display: none;
    }
}

.service-results__table-mobile {
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-spacing: 0;
    border-radius: 8px;
    width: 100%;
}

@media (min-width: 992px) {
    .service-results__table-mobile {
        display: none;
    }
}

.service-results__table-mobile th.service-results__table-header {
    border-inline-end: 1px solid #d1d5db;
    border-radius: 0;
    background-color: #f4f4f6;
    padding-block: 16px;
    padding-inline: 16px;
    color: #2b254b;
    font-size: 10px;
    line-height: 15.7px;
    font-weight: 600;
}

.service-results__table-mobile .service-results__table-data {
    padding-block: 16px;
    padding-inline: 16px;
    color: #6b7280;
    line-height: 14.4px;
    font-size: 12px;
    font-weight: 400;
}

.service-results__table-mobile .service-results__table-content-title {
    color: #6b7280;
    line-height: 14.4px;
    font-size: 12px;
    font-weight: 400;
}

.service-results__table-mobile .service-results__table-row:not(:last-child) .service-results__table-header,
.service-results__table-mobile .service-results__table-row:not(:last-child) .service-results__table-data {
    border-block-end: 1px solid #d1d5db;
}

.service-results__table-header {
    background-color: #f4f4f6;
    color: #2b254b;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    padding-block: 16px;
    padding-inline: 12px;
    text-align: start;
}

    .service-results__table-header:first-child {
        border-start-start-radius: 8px;
        border-end-start-radius: 8px;
        padding-inline-start: 16px;
    }

.service-results__table-body .service-results__table-row {
    border-bottom: 1px solid #d1d5db;
}

    .service-results__table-body .service-results__table-row:last-child .service-results__table-data {
        border: none;
    }

.service-results__table-body .service-results__table-data {
    padding: 16px 12px;
    color: #6b7280;
    font-size: 12px;
    line-height: 14.4px;
    border-bottom: 1px solid #d1d5db;
    max-width: 251px;
}

    .service-results__table-body .service-results__table-data:first-child {
        padding-inline-start: 16px;
    }

.service-results__table-images {
    position: relative;
    z-index: 1;
}

    .service-results__table-images + span {
        color: #2b254b;
        font-weight: 500;
        line-height: 14.4px;
    }

.service-results__table-image {
    height: 46px;
    width: 48px;
    border-radius: 8px;
    object-fit: cover;
    vertical-align: middle;
    margin-inline-end: 8px;
    z-index: 1;
}

    .service-results__table-image:first-child:last-child {
        margin-inline-end: 8px;
    }

    .service-results__table-image:first-child:not(:last-child) {
        margin-inline-end: 32px;
        outline: 1px solid #fff;
    }

    .service-results__table-image:nth-child(2) {
        position: absolute;
        inset-inline-end: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
        outline: 1px solid #fff;
    }

.service-results__table-icon {
    height: 24px;
    width: 24px;
    margin-inline-end: 8px;
}

    .service-results__table-icon + span {
        color: #2b254b;
        line-height: 14.4px;
    }

.service-results__table-content {
    position: relative;
    justify-content: flex-start;
}

.service-results__table-content-title-alt {
    position: relative;
    padding-inline-end: 36px;
}

    .service-results__table-content-title-alt::after {
        content: "2+";
        background-color: #f4f4f6;
        border-radius: 50%;
        height: 28px;
        width: 28px;
        position: absolute;
        inset-inline-end: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

.service-results__tooltip {
    border-radius: 50%;
    background-color: #f4f4f6;
    height: 28px;
    width: 28px;
    min-width: 28px;
    min-height: 28px;
    margin-inline-start: 14px;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .service-results__tooltip:hover, .service-results__tooltip:focus {
        border-color: #2b254b;
    }

.service-results__tooltip-icon {
    height: 16px;
    width: 16px;
    transform: rotate(180deg);
}

/*=====  End of Program Details  ======*/
/*=============================================
=            Service Timeline            =
=============================================*/
.service-timeline {
    padding-block-end: 60px;
    position: relative;
}

.service-timeline__inner {
    display: grid;
    grid-template-columns: 1fr;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 40px;
    width: 100%;
    z-index: 1;
}

@media (min-width: 1300px) {
    .service-timeline__inner {
        padding: 40px 139px 0px;
    }
}

@media (min-width: 1200px) {
    .service-timeline__inner {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "left ." "left right" ". right";
    }
}

@media (max-width: 479.98px) {
    .service-timeline__inner {
        padding: 20px 20px 20px 40px;
    }
}

.service-timeline__placeholder {
    display: none;
}

@media (min-width: 1200px) {
    .service-timeline__placeholder {
        display: block;
        grid-area: placeholder;
    }
}

.service-timeline__item {
    width: 100%;
}

    .service-timeline__item:not(:last-child) {
        margin-block-end: 85px;
    }

@media (max-width: 1199.98px) {
    .service-timeline__item:not(:last-child) {
        margin-block-end: 42px;
    }
}

@media (min-width: 1200px) {
    .service-timeline__item {
        align-self: end;
    }
}

.service-timeline__item:nth-child(odd) {
    padding-inline-start: 38.5px;
    padding-inline-end: 0;
    position: relative;
    border-left: none;
    margin-left: -2px;
}

    .service-timeline__item:nth-child(odd)::after {
        content: "";
        position: absolute;
        top: 0;
        inset-inline-end: 0;
        height: 100%;
        width: 2px;
        background-color: #d1d5db;
        z-index: 1;
    }

html[dir=rtl] .service-timeline__item:nth-child(odd)::after {
    inset-inline-end: -2px;
}

@media (max-width: 1199.98px) {
    .service-timeline__item:nth-child(odd)::after {
        inset-inline-start: 0;
        inset-inline-end: auto;
        height: calc(100% + 42px);
        top: -42px;
    }
}

@media (min-width: 1200px) {
    .service-timeline__item:nth-child(odd) {
        grid-row: span 2;
        border-left: 0;
        margin-left: 0;
        border-right: none;
        padding-inline-end: 38.5px;
        padding-inline-start: 0;
    }
}

.service-timeline__item:nth-child(odd) .service-timeline__content:before {
    inset-inline-start: -51px;
    z-index: 2;
}

@media (min-width: 1200px) {
    .service-timeline__item:nth-child(odd) .service-timeline__content:before {
        inset-inline-start: initial;
        inset-inline-end: -51px;
    }

    html[dir=rtl] .service-timeline__item:nth-child(odd) .service-timeline__content:before {
        inset-inline-end: -53px;
    }
}

.service-timeline__item:nth-child(odd) .service-timeline__content:after {
    inset-inline-start: -7px;
    border: 1px solid #d1d5db;
}

@media (min-width: 1200px) {
    .service-timeline__item:nth-child(odd) .service-timeline__content:after {
        inset-inline-start: initial;
        inset-inline-end: -7px;
    }
}

.service-timeline__item:nth-child(odd) .service-timeline__item-tooltip {
    inset-inline-start: -30px;
}

@media (max-width: 1199.98px) {
    .service-timeline__item:nth-child(odd) .service-timeline__item-tooltip {
        inset-inline-end: -30px;
        inset-inline-start: auto;
    }
}

@media (min-width: 1200px) {
    .service-timeline__item:nth-child(odd) .service-timeline__item-tooltip::after {
        inset-inline-end: auto;
        inset-inline-start: 36px;
    }
}

.service-timeline__item:nth-child(even) {
    padding-inline-start: 38.5px;
    position: relative;
    border-left: 2px solid #d1d5db;
    border-left: none;
    margin-left: -2px;
}

    .service-timeline__item:nth-child(even)::after {
        content: "";
        position: absolute;
        top: 0;
        inset-inline-start: 0;
        height: 100%;
        width: 2px;
        background-color: #d1d5db;
        z-index: 1;
    }

@media (max-width: 1199.98px) {
    .service-timeline__item:nth-child(even)::after {
        height: calc(100% + 42px);
        top: -42px;
    }
}

@media (min-width: 1200px) {
    .service-timeline__item:nth-child(even) {
        grid-row: span 2;
    }
}

.service-timeline__item:nth-child(even) .service-timeline__content:before {
    inset-inline-start: -51px;
    z-index: 2;
}

.service-timeline__item:nth-child(even) .service-timeline__content:after {
    inset-inline-start: -7px;
    border: 1px solid #d1d5db;
}

.service-timeline__item:nth-child(even) .service-timeline__item-tooltip {
    inset-inline-end: -30px;
}

.service-timeline__item:first-child::after {
    top: 50%;
    height: 50%;
}

@media (min-width: 1200px) {
    .service-timeline__item:first-child {
        grid-area: left;
    }
}

.service-timeline__item:nth-last-child(1) {
    margin-block-end: 40px;
}

    .service-timeline__item:nth-last-child(1)::after {
        top: -50%;
        height: 100%;
        background-color: #d1d5db;
    }

@media (max-width: 1199.98px) {
    .service-timeline__item:nth-last-child(1)::after {
        height: calc(50% + 42px);
        top: -42px;
    }
}

@media (min-width: 1200px) {
    .service-timeline__item:nth-child(2) {
        grid-area: right;
    }
}

.service-timeline__item--single::after {
    content: none !important;
}

.service-timeline__item-title {
    font-size: 16px;
    line-height: 25.44px;
    gap: 8px;
}

.service-timeline__item-text {
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
}

.service-timeline__item-icon {
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.service-timeline__item-tooltip {
    position: absolute;
    top: 100%;
    z-index: 2;
    width: max-content;
    background-color: transparent;
    padding-top: 10px;
    color: #4b5563;
    border-radius: 8px;
    cursor: default;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .service-timeline__item-tooltip::after {
        content: "";
        position: absolute;
        top: 4px;
        inset-inline-end: 36px;
        inset-inline-start: auto;
        background-color: #fff;
        transform: rotate(45deg);
        height: 12px;
        width: 12px;
        border: 1px solid #d1d5db;
        z-index: -1;
    }

.service-timeline__item-tooltip-inner {
    padding: 8px 12px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d1d5db;
    gap: 12px;
}

.service-timeline__item-tooltip-icon {
    height: 12px;
    width: 12px;
}

.service-timeline__item-tooltip-row {
    gap: 10px;
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
    text-align: start;
}

@media (max-width: 767.98px) {
    .service-timeline__item-tooltip-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

.service-timeline__item-tooltip-row:first-child {
    font-size: 12px;
    font-weight: 300;
    line-height: 14.4px;
}

.service-timeline__item-tooltip-text {
    min-width: 142px;
}

.service-timeline__item-tooltip-date, .service-timeline__item-tooltip-time {
    gap: 4px;
}

.service-timeline__item-button {
    font-family: inherit;
    position: relative;
    cursor: pointer;
}

    .service-timeline__item-button:hover .service-timeline__item-icon, .service-timeline__item-button:focus .service-timeline__item-icon {
        opacity: 0.6;
    }

    .service-timeline__item-button:hover .service-timeline__item-tooltip, .service-timeline__item-button:focus .service-timeline__item-tooltip {
        opacity: 1;
        visibility: visible;
    }

.service-timeline__content {
    height: auto;
    padding: 16px;
    position: relative;
    border-radius: 24px;
    border: 1px solid #d1d5db;
    background-color: #fff;
    gap: 16px;
}

@media (max-width: 767.98px) {
    .service-timeline__content {
        flex-direction: column;
    }
}

.service-timeline__content:before {
    content: "";
    display: block;
    background: #e2a947;
    border-radius: 50%;
    border: 6px solid #fdf9f2;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.service-timeline__content:after {
    content: "";
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    transform: translateY(-50%) rotate(45deg);
    height: 15.56px;
    width: 15.56px;
    background-color: #fff;
    z-index: -1;
}

.service-timeline__dates {
    background-color: #f4f4f6;
    border-radius: 12px;
    border: 1px solid #d1d5db;
    color: #625b80;
    padding: 4px 8px;
}

@media (max-width: 767.98px) {
    .service-timeline__dates {
        justify-content: center;
    }
}

@media (max-width: 479.98px) {
    .service-timeline__dates {
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .service-timeline__date {
        flex-direction: row;
        gap: 4px;
        flex-wrap: wrap;
    }
}

.service-timeline__date:nth-child(2) {
    position: relative;
    padding-inline-start: 24px;
}

    .service-timeline__date:nth-child(2)::after {
        content: "-";
        position: absolute;
        inset-inline-start: 9px;
        top: 50%;
        transform: translateY(-50%);
    }

@media (max-width: 479.98px) {
    .service-timeline__date:nth-child(2) {
        padding-inline-start: 0;
        padding-block-start: 24px;
    }

        .service-timeline__date:nth-child(2)::after {
            content: "-";
            position: absolute;
            inset-inline-start: 50%;
            top: 3px;
            transform: translateY(0) translateX(-50%);
        }
}

.service-timeline__date-month, .service-timeline__date-year {
    font-size: 16px;
    line-height: 25.8px;
    font-weight: 300;
}

@media (max-width: 479.98px) {
    .service-timeline__date-month, .service-timeline__date-year {
        font-size: 12px;
    }
}

.service-timeline__date-day {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 479.98px) {
    .service-timeline__date-day {
        font-size: 16px;
    }
}

.service-timeline__info {
    color: #625b80;
    border-inline-start: 1px solid #d1d5db;
    padding-inline-start: 16px;
    gap: 8px;
}

@media (max-width: 767.98px) {
    .service-timeline__info {
        border-inline-start: none;
        border-block-start: 1px solid #d1d5db;
        padding-inline-start: 0;
        padding-block-start: 16px;
    }
}

.service-timeline-tables {
    width: 100%;
    overflow-x: auto;
}

.service-timeline-tables__table {
    position: relative;
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    border-spacing: 0;
    width: 100%;
    overflow: auto;
}

@media (max-width: 991.98px) {
    .service-timeline-tables__table {
        display: none;
    }
}

.service-timeline-tables__table td.service-timeline-tables__table-data:first-child {
    padding-top: 22px;
}

.service-timeline-tables__table-mobile {
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-spacing: 0;
    border-radius: 8px;
    width: 100%;
}

@media (min-width: 992px) {
    .service-timeline-tables__table-mobile {
        display: none;
    }
}

.service-timeline-tables__table-mobile th.service-timeline-tables__table-header {
    border-inline-end: 1px solid #d1d5db;
    border-radius: 0;
    background-color: #f4f4f6;
    padding-block: 16px;
    padding-inline: 16px;
    color: #2b254b;
    font-size: 10px;
    line-height: 15.7px;
    font-weight: 600;
}

.service-timeline-tables__table-mobile .service-timeline-tables__table-data {
    padding-block: 16px;
    padding-inline: 16px;
    color: #6b7280;
    line-height: 14.4px;
    font-size: 12px;
    font-weight: 400;
}

.service-timeline-tables__table-mobile .service-timeline-tables__table-content-title {
    color: #6b7280;
    line-height: 14.4px;
    font-size: 12px;
    font-weight: 400;
}

.service-timeline-tables__table-mobile .service-timeline-tables__table-row:not(:last-child) .service-timeline-tables__table-header,
.service-timeline-tables__table-mobile .service-timeline-tables__table-row:not(:last-child) .service-timeline-tables__table-data {
    border-block-end: 1px solid #d1d5db;
}

.service-timeline-tables__table-header {
    background-color: #f4f4f6;
    color: #2b254b;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    padding-block: 16px;
    padding-inline: 12px;
    text-align: start;
}

    .service-timeline-tables__table-header:first-child {
        border-start-start-radius: 8px;
        border-end-start-radius: 8px;
        padding-inline-start: 16px;
    }

    .service-timeline-tables__table-header:last-child {
        border-start-end-radius: 8px;
        border-end-end-radius: 8px;
    }

.service-timeline-tables__table-body .service-timeline-tables__table-row {
    border-bottom: 1px solid #d1d5db;
}

    .service-timeline-tables__table-body .service-timeline-tables__table-row:last-child .service-timeline-tables__table-data {
        border: none;
    }

.service-timeline-tables__table-body .service-timeline-tables__table-data {
    padding: 16px 12px;
    border-bottom: 1px solid #d1d5db;
    max-width: 251px;
}

    .service-timeline-tables__table-body .service-timeline-tables__table-data:first-child {
        padding-inline-start: 16px;
    }

.service-timeline-tables__table-icon {
    height: 24px;
    width: 24px;
    margin-inline-end: 8px;
}

    .service-timeline-tables__table-icon + span {
        color: #2b254b;
    }

.service-timeline-tables__table-content {
    justify-content: flex-start;
}

.service-timeline-tables__table-content-title {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}

.service-timeline-tables__table-content-time, .service-timeline-tables__table-content-date {
    font-size: 14px;
    line-height: 26px;
}

@media (max-width: 991.98px) {
    .service-timeline-tables__table-content-time, .service-timeline-tables__table-content-date {
        font-weight: 300;
        font-size: 12px;
        line-height: 12px;
    }
}

.service-timeline-tables__table-content-text {
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    margin-top: 10px;
    color: #6b7280;
}

.service-timeline-tables__table-content-note {
    font-size: 14px;
    line-height: 26px;
}

.service-timeline-tables__table-content-dates {
    gap: 4px;
    width: max-content;
}

.service-timeline-tables__table-content-dates-multi {
    cursor: pointer;
}

.service-timeline-tables__table-content-chevron {
    height: 16px;
    width: 16px;
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.service-timeline-tables__table-content-chevron--rotate {
    transform: rotate(360deg);
}

.service-timeline-tables__table-content-bottom {
    background-color: #f4f4f6;
    padding: 12px;
    border-radius: 4px;
    margin-top: 12px;
}

.service-timeline-tables__table-content-row {
    padding: 8px 0;
    gap: 12px;
}

    .service-timeline-tables__table-content-row:not(:last-child) {
        border-bottom: 1px solid #d1d5db;
    }

.service-timeline-tables__table-content-right {
    gap: 8px;
}

.service-timeline-tables__table-row {
    position: relative;
    vertical-align: top;
}

.service-timeline-tables__table-dates {
    gap: 24px;
}

.service-timeline-tables__table-date {
    gap: 12px;
    width: max-content;
}

@media (max-width: 991.98px) {
    .service-timeline-tables__table-date {
        gap: 8px;
    }
}

.service-timeline-tables__table-date-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 991.98px) {
    .service-timeline-tables__table-date-icon {
        height: 20px;
        width: 20px;
    }
}

.service-timeline-tables__table-inner {
    background-color: #f4f4f6;
    border-radius: 15px;
    padding: 8px 78px;
    position: absolute;
    inset-inline-start: 16px;
    width: calc(100% - 32px);
    z-index: 1;
    display: none;
}

.service-timeline-tables__table-inner--active {
    display: inline-table;
}

.service-timeline-tables__table-inner th {
    padding: 0;
}

.service-timeline-tables__table-inner td.service-timeline-tables__table-data {
    gap: 24px;
    flex: 1;
    width: auto;
    padding-inline: 0;
}

    .service-timeline-tables__table-inner td.service-timeline-tables__table-data:first-child {
        padding-inline: 0 12px;
    }

/*=====  End of Service Timeline  ======*/
/*=============================================
=            Service Timeline 3           =
=============================================*/
.service-timeline-three {
    padding-block-end: 60px;
}

.service-timeline-three__filters {
    padding-block-end: 48px;
    z-index: 1;
}

@media (max-width: 479.98px) {
    .service-timeline-three__filters {
        padding-block-end: 24px;
    }
}

.service-timeline-three__filters .dropdown-filter {
    height: auto;
}

.service-timeline-three__dropdowns {
    gap: 16px;
}

.service-timeline-three__tables {
    width: 100%;
    overflow-x: auto;
}

.service-timeline-three__table {
    position: relative;
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    border-spacing: 0;
    width: 100%;
    overflow: auto;
}

@media (max-width: 991.98px) {
    .service-timeline-three__table {
        display: none;
    }
}

.service-timeline-three__table-mobile {
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-spacing: 0;
    border-radius: 8px;
    width: 100%;
}

@media (min-width: 992px) {
    .service-timeline-three__table-mobile {
        display: none;
    }
}

.service-timeline-three__table-mobile th.service-timeline-three__table-header {
    border-inline-end: 1px solid #d1d5db;
    border-radius: 0;
    background-color: #f4f4f6;
    padding-block: 16px;
    padding-inline: 16px;
    color: #2b254b;
    font-size: 10px;
    line-height: 15.7px;
    font-weight: 600;
}

.service-timeline-three__table-mobile .service-timeline-three__table-data {
    padding-block: 16px;
    padding-inline: 16px;
    color: #6b7280;
    line-height: 14.4px;
    font-size: 12px;
    font-weight: 400;
}

.service-timeline-three__table-mobile .service-timeline-three__table-content-title {
    color: #6b7280;
    line-height: 14.4px;
    font-size: 12px;
    font-weight: 400;
}

.service-timeline-three__table-mobile .service-timeline-three__table-row:not(:last-child) .service-timeline-three__table-header,
.service-timeline-three__table-mobile .service-timeline-three__table-row:not(:last-child) .service-timeline-three__table-data {
    border-block-end: 1px solid #d1d5db;
}

.service-timeline-three__table-header {
    background-color: #f4f4f6;
    color: #2b254b;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    padding-block: 16px;
    padding-inline: 12px;
    text-align: start;
}

    .service-timeline-three__table-header:first-child {
        border-start-start-radius: 8px;
        border-end-start-radius: 8px;
        padding-inline-start: 16px;
    }

    .service-timeline-three__table-header:last-child {
        border-start-end-radius: 8px;
        border-end-end-radius: 8px;
        text-align: center;
    }

.service-timeline-three__table-body .service-timeline-three__table-row {
    border-bottom: 1px solid #d1d5db;
}

    .service-timeline-three__table-body .service-timeline-three__table-row:last-child .service-timeline-three__table-data {
        border: none;
    }

.service-timeline-three__table-body .service-timeline-three__table-data {
    padding: 16px 12px;
    border-bottom: 1px solid #d1d5db;
    max-width: 251px;
}

    .service-timeline-three__table-body .service-timeline-three__table-data:first-child {
        padding-inline-start: 16px;
    }

.service-timeline-three__table-icon {
    height: 16px;
    width: 16px;
    margin-inline-end: 8px;
}

.service-timeline-three__table-content {
    justify-content: flex-start;
    row-gap: 8px;
}

.service-timeline-three__table-content-title {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}

.service-timeline-three__table-content-time {
    font-size: 14px;
    line-height: 26px;
}

@media (max-width: 991.98px) {
    .service-timeline-three__table-content-time {
        font-weight: 300;
        font-size: 12px;
        line-height: 12px;
    }
}

.service-timeline-three__table-times {
    gap: 4px;
    margin-inline-end: 8px;
}

/*=====  End of Service Timeline 3  ======*/
/*=============================================
=            Service Timeline 2           =
=============================================*/
.service-timeline-two {
    padding-block-end: 60px;
}

.service-timeline-two__tables {
    width: 100%;
    overflow-x: auto;
}

.service-timeline-two__table {
    position: relative;
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    border-spacing: 0;
    width: 100%;
    overflow: auto;
}

@media (max-width: 991.98px) {
    .service-timeline-two__table {
        display: none;
    }
}

.service-timeline-two__table td.service-timeline-two__table-data:first-child {
    padding-top: 22px;
}

.service-timeline-two__table-mobile {
    border: 1px solid #d1d5db;
    background-color: #fff;
    border-spacing: 0;
    border-radius: 8px;
    width: 100%;
}

@media (min-width: 992px) {
    .service-timeline-two__table-mobile {
        display: none;
    }
}

.service-timeline-two__table-mobile th.service-timeline-two__table-header {
    border-inline-end: 1px solid #d1d5db;
    border-radius: 0;
    background-color: #f4f4f6;
    padding-block: 16px;
    padding-inline: 16px;
    color: #2b254b;
    font-size: 10px;
    line-height: 15.7px;
    font-weight: 600;
}

.service-timeline-two__table-mobile .service-timeline-two__table-data {
    padding-block: 16px;
    padding-inline: 16px;
    color: #6b7280;
    line-height: 14.4px;
    font-size: 12px;
    font-weight: 400;
}

.service-timeline-two__table-mobile .service-timeline-two__table-content-title {
    color: #6b7280;
    line-height: 14.4px;
    font-size: 12px;
    font-weight: 400;
}

.service-timeline-two__table-mobile .service-timeline-two__table-row:not(:last-child) .service-timeline-two__table-header,
.service-timeline-two__table-mobile .service-timeline-two__table-row:not(:last-child) .service-timeline-two__table-data {
    border-block-end: 1px solid #d1d5db;
}

.service-timeline-two__table-header {
    background-color: #f4f4f6;
    color: #2b254b;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    padding-block: 16px;
    padding-inline: 12px;
    text-align: start;
}

    .service-timeline-two__table-header:first-child {
        border-start-start-radius: 8px;
        border-end-start-radius: 8px;
        padding-inline-start: 16px;
    }

.service-timeline-two__table-body .service-timeline-two__table-row {
    border-bottom: 1px solid #d1d5db;
}

    .service-timeline-two__table-body .service-timeline-two__table-row:last-child .service-timeline-two__table-data {
        border: none;
    }

.service-timeline-two__table-body .service-timeline-two__table-data {
    padding: 16px 12px;
    border-bottom: 1px solid #d1d5db;
    max-width: 251px;
}

    .service-timeline-two__table-body .service-timeline-two__table-data:first-child {
        padding-inline-start: 16px;
    }

.service-timeline-two__table-icon {
    height: 24px;
    width: 24px;
    margin-inline-end: 8px;
}

    .service-timeline-two__table-icon + span {
        color: #2b254b;
    }

.service-timeline-two__table-content {
    justify-content: flex-start;
}

.service-timeline-two__table-content-title {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}

.service-timeline-two__table-content-time, .service-timeline-two__table-content-date {
    font-size: 14px;
    line-height: 26px;
}

@media (max-width: 991.98px) {
    .service-timeline-two__table-content-time, .service-timeline-two__table-content-date {
        font-weight: 300;
        font-size: 12px;
        line-height: 12px;
    }
}

.service-timeline-two__table-content-text {
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    margin-top: 10px;
    color: #6b7280;
}

.service-timeline-two__table-content-note {
    font-size: 14px;
    line-height: 26px;
}

.service-timeline-two__table-content-dates {
    gap: 4px;
    width: max-content;
}

.service-timeline-two__table-content-dates-multi {
    cursor: pointer;
}

.service-timeline-two__table-content-chevron {
    height: 16px;
    width: 16px;
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.service-timeline-two__table-content-chevron--rotate {
    transform: rotate(360deg);
}

.service-timeline-two__table-content-bottom {
    background-color: #f4f4f6;
    padding: 12px;
    border-radius: 4px;
    margin-top: 12px;
}

.service-timeline-two__table-content-row {
    padding: 8px 0;
    gap: 12px;
}

    .service-timeline-two__table-content-row:not(:last-child) {
        border-bottom: 1px solid #d1d5db;
    }

.service-timeline-two__table-content-right {
    gap: 8px;
}

.service-timeline-two__table-row {
    position: relative;
    vertical-align: top;
}

.service-timeline-two__table-dates {
    gap: 24px;
}

.service-timeline-two__table-date {
    gap: 12px;
    width: max-content;
}

@media (max-width: 991.98px) {
    .service-timeline-two__table-date {
        gap: 8px;
    }
}

.service-timeline-two__table-date-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 991.98px) {
    .service-timeline-two__table-date-icon {
        height: 20px;
        width: 20px;
    }
}

.service-timeline-two__table-inner {
    background-color: #f4f4f6;
    border-radius: 15px;
    padding: 8px 78px;
    position: absolute;
    inset-inline-start: 16px;
    width: calc(100% - 32px);
    z-index: 1;
    display: none;
}

.service-timeline-two__table-inner--active {
    display: inline-table;
}

.service-timeline-two__table-inner th {
    padding: 0;
}

.service-timeline-two__table-inner td.service-timeline-two__table-data {
    gap: 24px;
    flex: 1;
    width: auto;
    padding-inline: 0;
}

    .service-timeline-two__table-inner td.service-timeline-two__table-data:first-child {
        padding-inline: 0 12px;
    }

/*=====  End of Service Timeline 2  ======*/
/*=============================================
=            Dropdown Filter            =
=============================================*/
.single-dropdown-filter {
    position: relative;
}

.single-dropdown-filter__button-container {
    position: absolute;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 272px;
    min-width: 208px;
    display: none;
    padding-block: 4px;
    padding-inline: 4px;
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-bottom: none;
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 3px;
    height: 35px;
}

    .single-dropdown-filter__button-container::-webkit-scrollbar {
        height: 4px;
        cursor: pointer;
    }

    .single-dropdown-filter__button-container::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
    }

    .single-dropdown-filter__button-container::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 2px;
        cursor: pointer;
    }

        .single-dropdown-filter__button-container::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.5);
        }

.single-dropdown-filter__button-container--active {
    display: flex;
    z-index: 1;
}

.single-dropdown-filter__trigger {
    padding-block: 8px;
    padding-inline: 12px 35px;
    border: 2px solid #edf2f8;
    border-radius: 8px;
    cursor: pointer;
    max-width: 272px;
    min-width: 208px;
    font-size: 16px;
    line-height: 26px;
    color: #2b254b;
    background-image: url("/assets/img/img/chevron-down-gray.svg");
    background-repeat: no-repeat;
    background-size: 12px 6px;
    background-position-y: 50%;
    background-position-x: calc(100% - 18px);
    background-color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .single-dropdown-filter__trigger:hover, .single-dropdown-filter__trigger:focus {
        background-color: #f4f7fb;
    }

@media (max-width: 479.98px) {
    .single-dropdown-filter__trigger {
        font-size: 12px;
        line-height: 16px;
        padding-block: 6px;
    }
}

html[dir=rtl] .single-dropdown-filter__trigger {
    background-position-x: 18px;
}

.single-dropdown-filter__trigger--active {
    border-color: #2b254b;
}

.single-dropdown-filter__multi-select-container {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    padding: 3px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    padding-bottom: 0px;
    color: #555;
    background-color: #fff;
    max-height: 33px;
    flex-wrap: nowrap;
    display: none;
}

.single-dropdown-filter__multi-select-container--active {
    display: flex;
}

.single-dropdown-filter__multi-select-container .btn-group {
    display: none !important;
}

.single-dropdown-filter__autocomplete-list {
    max-height: 130px;
    overflow-y: auto;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}

    .single-dropdown-filter__autocomplete-list::-webkit-scrollbar {
        width: 4px;
        cursor: pointer;
    }

    .single-dropdown-filter__autocomplete-list::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
    }

    .single-dropdown-filter__autocomplete-list::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 2px;
        cursor: pointer;
    }

        .single-dropdown-filter__autocomplete-list::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.5);
        }

    .single-dropdown-filter__autocomplete-list li {
        display: flex;
        align-items: center;
        position: relative;
        padding-inline: 44px 4px;
        height: 36px;
        font-size: 14px;
        font-weight: 300;
        line-height: 16.8px;
        color: #111928;
    }

html[dir=rtl] .single-dropdown-filter__autocomplete-list li::after {
    right: 20px;
    left: auto;
}

.single-dropdown-filter__autocomplete-list li.item--active::after {
    background-image: url("/assets/img/img/radio-active.svg");
}

.single-dropdown-filter__autocomplete-list li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: auto;
    left: 20px;
    transform: translateY(-50%);
    background-image: url("/assets/img/img/radio-inactive.svg");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}

.single-dropdown-filter__autocomplete-list li.not-cursor {
    padding-inline: 6px;
    pointer-events: none;
}

    .single-dropdown-filter__autocomplete-list li.not-cursor::after {
        content: none;
    }

.single-dropdown-filter__selected-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    display: inline-block;
    display: flex;
    gap: 5px;
    flex-direction: row-reverse;
    border: 1px solid #d9d9d9;
    background-color: #f4f4f6;
    white-space: nowrap;
    padding-inline: 10px 12px;
    padding-block: 4px;
    height: 26px;
    vertical-align: top;
    cursor: default;
}

    .single-dropdown-filter__selected-wrapper .selected-close {
        content: url("/assets/img/img/close-circle-filter.svg");
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        height: 100%;
        color: #6b7280;
        cursor: pointer;
    }

    .single-dropdown-filter__selected-wrapper .selected-label {
        max-width: 514px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
        font-size: 12px;
        font-weight: 300;
        line-height: 18px;
        color: #6b7280;
    }

.single-dropdown-filter__search-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 5px 10px 10px;
    background-color: #fff;
    z-index: 1;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

    .single-dropdown-filter__search-container::after {
        content: "";
        position: absolute;
        top: 6px;
        left: 4px;
        height: calc(100% - 8px);
        width: calc(100% - 8px);
        background-color: #f4f4f6;
        border-radius: 8px;
        z-index: -1;
        height: 33px;
    }

    .single-dropdown-filter__search-container .selected-input {
        background: none;
        border: 0;
        height: 34px;
        width: 100%;
        padding: 0;
        padding-inline-start: 30px;
        margin-bottom: 6px;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-family: "Alexandria", sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 16.8px;
        color: #6b7280;
        background-image: url("/assets/img/img/search-normal.svg");
        background-position-x: 1%;
        background-position-y: 8px;
        background-repeat: no-repeat;
        background-size: 16px 16px;
    }

html[dir=rtl] .single-dropdown-filter__search-container .selected-input {
    background-position-x: 99%;
}

.single-dropdown-filter__search-container .selected-input:focus {
    outline: none;
}

.single-dropdown-filter__search-container .single-dropdown-filter__dropdown-icon {
    display: inline-block;
    padding: 10px 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23818181%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23818181%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    display: none;
}

.single-dropdown-filter__search-container ul {
    position: absolute;
    list-style: none;
    padding: 0;
    z-index: 3;
    margin-top: 36px;
    width: 100%;
    right: 0px;
    background: #fff;
    border-top: none;
    max-width: 272px;
    min-width: 208px;
    flex: 1;
    transform: translateX(1px);
}

    .single-dropdown-filter__search-container ul:focus {
        outline: none;
    }

    .single-dropdown-filter__search-container ul li {
        min-height: 36px;
        height: auto;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

        .single-dropdown-filter__search-container ul li::before {
            position: absolute;
            top: 0;
            left: 4px;
            width: calc(100% - 8px);
            height: 100%;
            z-index: -1;
            padding: 4px;
            border-radius: 8px;
            -webkit-transition: all 0.2s ease 0s;
            -moz-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
        }

        .single-dropdown-filter__search-container ul li:first-child {
            border-top: 1px solid #ccc;
            border-radius: 4px 0px 0 0;
            border: none;
        }

        .single-dropdown-filter__search-container ul li:last-child {
            border-radius: 4px 0px 0 0;
        }

        .single-dropdown-filter__search-container ul li:hover.not-cursor {
            cursor: default;
        }

        .single-dropdown-filter__search-container ul li:hover {
            cursor: pointer;
        }

            .single-dropdown-filter__search-container ul li:hover::before {
                content: "";
                background-color: #f4f4f6;
            }

.single-dropdown-filter__search-container .hidden {
    display: none;
}

.single-dropdown-filter__dropdown-icon.active {
    transform: rotateX(180deg);
}

.single-dropdown-filter select[data-multi-select-plugin] {
    display: none !important;
}

.single-dropdown-filter .multiselect-native-select .multiselect-container {
    width: 100%;
}

/*=====  End of Dropdown Filter  ======*/
/*=============================================
=            Site Map            =
=============================================*/
.site-map {
    padding-block-end: 60px;
    position: relative;
}

.site-map__text {
    font-size: 14px;
    line-height: 26px;
    color: #6b7280;
}

.site-map__inner {
    padding: 40px;
    background-color: #f8fafc;
    border-radius: 24px;
    gap: 20px;
}

@media (max-width: 479.98px) {
    .site-map__inner {
        padding: 20px;
        flex-direction: column;
    }
}

.site-map__column {
    flex: 1;
    gap: 20px;
}

.site-map__column-title {
    position: relative;
    padding-inline-start: 29px;
    color: #4b5563;
    font-size: 16px;
    line-height: 25.44px;
    font-weight: 700;
    margin: 0;
}

    .site-map__column-title::before {
        content: "";
        position: absolute;
        background-color: #e2a947;
        height: 10px;
        width: 19px;
        border-radius: 3px;
        inset-inline-start: 0;
        top: 8px;
    }

.site-map__list {
    gap: 20px;
}

    .site-map__list + .site-map__column-title {
        margin-block-start: 40px;
    }

.site-map__list-link {
    display: inline-block;
    margin-inline-start: 40px;
    width: 100%;
    color: #4b5563;
    font-size: 16px;
    line-height: 25.44px;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .site-map__list-link:hover, .site-map__list-link:focus {
        color: #000;
    }

.site-map .details-survey {
    background-color: #f4f4f6;
}

/*=====  End of Site Map  ======*/
/*=============================================
=            Sort Filter            =
=============================================*/
.sort-filter {
    position: relative;
    height: 46px;
    width: 46px;
    min-height: 46px;
    min-width: 46px;
}

@media (max-width: 479.98px) {
    .sort-filter {
        height: 32px;
        width: 32px;
        min-height: 32px;
        min-width: 32px;
    }
}

.sort-filter--long {
    height: auto;
    min-height: 46px;
    min-width: fit-content;
}

@media (max-width: 479.98px) {
    .sort-filter--long {
        width: 100%;
    }
}

.sort-filter--long .sort-filter__icon {
    height: 16px;
    width: 16px;
}

.sort-filter--long .sort-filter__icon-container {
    position: static;
    height: 100%;
    min-width: max-content;
    display: flex;
    gap: 20px;
    padding: 15px 10px;
    height: 56px;
    border-color: #f4f4f6;
}

@media (max-width: 479.98px) {
    .sort-filter--long .sort-filter__icon-container {
        width: 100%;
        justify-content: space-between;
    }
}

.sort-filter--long .sort-filter__title {
    font-size: 16px;
    line-height: 25.44px;
}

.sort-filter__icon {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

@media (max-width: 479.98px) {
    .sort-filter__icon {
        height: 20px;
        width: 20px;
    }
}

.sort-filter__icon-container {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 42px;
    width: 42px;
    background-color: #fff;
    border-radius: 8px;
    border: 2px solid #F4F4F6;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .sort-filter__icon-container:hover, .sort-filter__icon-container:focus {
        border-color: #2b254b;
    }

@media (max-width: 479.98px) {
    .sort-filter__icon-container {
        height: 32px;
        width: 32px;
    }
}

.sort-filter__inner {
    position: absolute;
    top: calc(100% + 2px);
    left: auto;
    right: 0;
    gap: 8px;
    width: 218px;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    box-shadow: 0px 20px 24px -12px rgba(0, 0, 0, 0.1607843137);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    z-index: 9;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .sort-filter__inner:focus-within {
        opacity: 1;
        visibility: visible;
    }

html[dir=rtl] .sort-filter__inner {
    left: 0;
    right: auto;
}

.sort-filter__inner--active {
    opacity: 1;
    visibility: visible;
}

.sort-filter__input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

    .sort-filter__input:checked ~ .sort-filter__checkmark {
        background-color: #fff;
        border-color: #625b80;
    }

        .sort-filter__input:checked ~ .sort-filter__checkmark::after {
            display: block;
        }

.sort-filter__input-container {
    display: block;
    position: relative;
    padding-inline-start: 29px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .sort-filter__input-container:hover .sort-filter__checkmark {
        border-color: #625b80;
    }

    .sort-filter__input-container .sort-filter__input:checked ~ .sort-filter__checkmark {
        background-color: #fff;
        border-color: #625b80;
    }

        .sort-filter__input-container .sort-filter__input:checked ~ .sort-filter__checkmark::after {
            display: block;
        }

.sort-filter__checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .sort-filter__checkmark::after {
        content: "";
        position: absolute;
        display: none;
        top: 5px;
        left: 5px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #625b80;
    }

html[dir=rtl] .sort-filter__checkmark {
    right: 0;
    left: auto;
}

.sort-filter__column {
    gap: 24px;
    width: 100%;
}

.sort-filter__text {
    font-family: "Alexandria", sans-serif;
    color: #4b5563;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

/*=====  End of Sort Filter  ======*/
.star-rating {
    display: flex;
}

.star-rating-trigger {
    gap: 4px;
    min-width: 100px;
}

.star-rating-text {
    font-size: 12px;
    color: #4B5563;
}

.star-rating .star {
    height: 24px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

    .star-rating .star.hovered, .star-rating .star.selected {
        filter: brightness(0) saturate(100%) invert(91%) sepia(82%) saturate(3261%) hue-rotate(318deg) brightness(92%) contrast(91%);
    }

    .star-rating .star svg {
        pointer-events: none;
    }

.button--disabled {
    pointer-events: none;
}

/*=============================================
=            Strategic Goals & Initiatives            =
=============================================*/
.strategic-goals {
    padding-block-end: 60px;
    position: relative;
}

.strategic-goals__inner {
    gap: 40px;
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 40px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .strategic-goals__inner {
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .strategic-goals__inner {
        padding: 20px;
        border-radius: 12px;
    }
}

.strategic-goals__image {
    max-width: 187px;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    vertical-align: middle;
}

@media (max-width: 991.98px) {
    .strategic-goals__image {
        max-width: none;
        height: 200px;
    }
}

.strategic-goals__main {
    width: 100%;
    gap: 24px;
}

.strategic-goals__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
    width: 100%;
}

@media (max-width: 479.98px) {
    .strategic-goals__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.strategic-goals__tabs {
    background-color: #fff;
    border-radius: 24px;
    padding: 8px 12px;
    gap: 12px;
    color: #2b254b;
}

@media (max-width: 479.98px) {
    .strategic-goals__tabs {
        width: 100%;
    }
}

.strategic-goals__tab {
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .strategic-goals__tab {
        width: 100%;
    }
}

.strategic-goals__tab:hover, .strategic-goals__tab:focus {
    opacity: 0.8;
}

.strategic-goals__tab--active {
    background-color: #e2a947;
    color: #fff;
}

    .strategic-goals__tab--active:hover, .strategic-goals__tab--active:focus {
        opacity: 1;
    }

    .strategic-goals__tab--active .strategic-goals__tab-title {
        line-height: 19px;
        font-size: 16px;
        font-weight: 600;
    }

    .strategic-goals__tab--active .strategic-goals__tab-icon {
        filter: invert(100%) brightness(200%);
    }

.strategic-goals__tab-icon {
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .strategic-goals__tab-icon {
        height: 12px;
        width: 12px;
    }
}

.strategic-goals__tab-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16.8px;
    font-family: "Alexandria", sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.strategic-goals__item {
    background-color: #fff;
    padding: 16px;
    border-radius: 15px;
    gap: 12px;
    box-shadow: 0px 4px 50px 0px rgba(29, 32, 38, 0.0509803922);
    color: #7d7d7d;
    line-height: 26px;
    font-size: 14px;
}

.strategic-goals__number {
    border-radius: 50%;
    background-color: #e2a947;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.0784313725);
    color: #fff;
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
}

/*=====  End of Strategic Goals & Initiatives  ======*/
/*=============================================
=            Strategic Pillars            =
=============================================*/
.strategic-pillars {
    padding-block-end: 60px;
    position: relative;
}

.strategic-pillars__header {
    padding-block-end: 92px;
    gap: 24px;
}

@media (max-width: 767.98px) {
    .strategic-pillars__header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.strategic-pillars__header-button-download.button, .strategic-pillars__header-button-share.button {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .strategic-pillars__header-button-download.button .button__image, .strategic-pillars__header-button-share.button .button__image {
        height: 28px;
        width: 28px;
        min-height: 28px;
        min-width: 28px;
    }

.strategic-pillars__header-buttons {
    gap: 12px;
}

.strategic-pillars__title {
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    color: #575756;
    line-height: 48px;
}

@media (max-width: 767.98px) {
    .strategic-pillars__title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
        letter-spacing: -0.6px;
    }
}

.strategic-pillars__subtitle {
    width: 283px;
    min-width: 283px;
    max-width: 283px;
    color: #2b254b;
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 700;
    font-family: "Alexandria", sans-serif;
}

@media (max-width: 767.98px) {
    .strategic-pillars__subtitle {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Alexandria", sans-serif;
        letter-spacing: -0.6px;
        width: auto;
        min-width: auto;
        max-width: none;
    }
}

.strategic-pillars__main {
    padding: 40px;
    background-color: #f4f4f6;
    border-radius: 24px;
    gap: 40px;
}

@media (max-width: 1199.98px) {
    .strategic-pillars__main {
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .strategic-pillars__main {
        padding: 20px;
        border-radius: 12px;
    }
}

.strategic-pillars__images {
    gap: 24px;
}

@media (max-width: 767.98px) {
    .strategic-pillars__images {
        flex-direction: column;
    }
}

.strategic-pillars__image {
    width: 100%;
    height: 100%;
    height: inherit;
    object-fit: cover;
    vertical-align: middle;
}

.strategic-pillars__image-container {
    position: relative;
    flex: 1;
    height: 246px;
    min-height: 246px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 41px 89px 0px rgba(0, 0, 0, 0.1019607843);
}

@media (max-width: 479.98px) {
    .strategic-pillars__image-container {
        height: 200px;
        min-height: 200px;
    }
}

.strategic-pillars__image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2b254b;
    opacity: 0.38;
}

.strategic-pillars__text {
    position: absolute;
    bottom: 24px;
    left: 50%;
    width: 100%;
    color: #fff;
    padding-inline: 24px;
    text-align: center;
    transform: translateX(-50%);
    z-index: 1;
    font-weight: 500;
    font-size: 20px;
    line-height: 34.2px;
    min-height: 68px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .strategic-pillars__text {
        min-height: auto;
    }
}

.strategic-pillars__link:hover .strategic-pillars__text, .strategic-pillars__link:focus .strategic-pillars__text {
    font-weight: 700;
}

/*=====  End of Strategic Pillars  ======*/
/*=============================================
=            Students Element            =
=============================================*/
.students {
    gap: 8px;
    margin-block-start: auto;
}

.students__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.students__image-container {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1.5px solid #fff;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #6b7280;
    background-color: #fff;
}

    .students__image-container:nth-child(1) {
        z-index: 5;
    }

    .students__image-container:nth-child(2) {
        position: absolute;
        right: auto;
        left: 24px;
        z-index: 4;
    }

html[dir=rtl] .students__image-container:nth-child(2) {
    left: auto;
    right: 24px;
}

.students__image-container:nth-child(3) {
    position: absolute;
    right: auto;
    left: 48px;
    z-index: 3;
}

html[dir=rtl] .students__image-container:nth-child(3) {
    left: auto;
    right: 48px;
}

.students__image-container:nth-child(4) {
    position: absolute;
    right: auto;
    left: 72px;
    z-index: 2;
}

html[dir=rtl] .students__image-container:nth-child(4) {
    left: auto;
    right: 72px;
}

.students__image-container:nth-child(5) {
    position: absolute;
    right: auto;
    left: 96px;
    z-index: 1;
}

html[dir=rtl] .students__image-container:nth-child(5) {
    left: auto;
    right: 96px;
}

.students__images {
    position: relative;
    min-width: 128px;
}

.students__text {
    font-size: 14px;
    line-height: 18px;
    padding-inline-start: 10px;
    color: #fff;
}

.students__text-bold {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

/*=====  End of Students Element  ======*/
/*=============================================
=            New Success Details            =
=============================================*/
.success-details {
    padding-block-end: 60px;
    position: relative;
}

.success-details__wrapper {
    position: relative;
}

.success-details__header {
    padding-block-end: 30px;
}

.success-details__header-button-download, .success-details__header-button-share {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .success-details__header-button-download .button__image, .success-details__header-button-share .button__image {
        height: 28px;
        width: 28px;
    }

.success-details__header-buttons {
    gap: 12px;
}

.success-details__title {
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    max-width: 750px;
    color: #4b5563;
    line-height: 48px;
}

.success-details__main {
    padding: 40px;
    background-color: #f8fafc;
    border-radius: 24px;
    margin-block-end: 30px;
}

.success-details__main-image {
    position: relative;
    border-radius: 24px;
    margin-block-end: 24px;
    margin-inline-start: 24px;
    object-fit: cover;
    float: inline-end;
    width: 50%;
}

@media (max-width: 767.98px) {
    .success-details__main-image {
        float: none;
        width: 100%;
        margin-inline-start: 0px;
    }
}

.success-details__main-image img {
    aspect-ratio: 5.1/3.9;
    border-radius: 24px;
}

.success-details__date {
    gap: 8px;
    font-size: 12px;
    line-height: 15px;
    color: #6b6681;
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .success-details__date {
        font-weight: 300;
        gap: 4px;
    }
}

.success-details__date-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 767.98px) {
    .success-details__date-icon {
        height: 12px;
        width: 12px;
    }
}

.success-details .rte p {
    color: #6b7280;
}

.success-details .rte a {
    color: #2b254b;
}

.success-details .details-survey {
    margin-block-start: 30px;
}

@media (max-width: 767.98px) {
    .success-details .details-survey {
        margin-block-start: 24px;
    }
}

.related-success__title {
    color: #4b5563;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-block-end: 24px;
}

.related-success__cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

@media (max-width: 767.98px) {
    .related-success__cards {
        gap: 12px;
    }
}

.success-details__main-image .modal {
    position: unset !important;
    display: block !important;
}

/*=====  End of New Success Details  ======*/
/*=============================================
=            Success Stories List            =
=============================================*/
.stories-list {
    position: relative;
    padding-block: 0 60px;
}

.stories-list__top {
    padding-block-end: 92px;
}

@media (max-width: 767.98px) {
    .stories-list__top {
        padding-block-end: 40px;
    }
}

.stories-list__top-button-download, .stories-list__top-button-share {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

    .stories-list__top-button-download .button__image, .stories-list__top-button-share .button__image {
        height: 28px;
        width: 28px;
    }

.stories-list__top-buttons {
    gap: 12px;
}

.stories-list__title {
    font-size: 32px;
    line-height: 54.08px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    color: #4b5563;
    min-width: fit-content;
    line-height: 48px;
}

.stories-list__carousel-title {
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 26.4px;
}

.stories-list__carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-block-end: 24px;
}

.stories-list__carousel-card {
    position: relative;
    padding-inline: 42px;
    padding-block: 62px 80px;
    gap: 16px;
    border: 1px solid #d1d5db;
    border-radius: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1100px) {
    .stories-list__carousel-card {
        flex-direction: column;
        padding-inline: 24px;
        padding-block: 24px 16px;
    }
}

.stories-list__carousel-card-play {
    width: 70px;
    height: 70px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.stories-list__carousel-card-left {
    color: #fff;
    flex: 0.92;
}

.stories-list__carousel-card-right {
    flex: 1;
}

.stories-list__carousel-card-top {
    background-color: rgba(0, 25, 52, 0.2);
    padding: 20px 16px;
    border-radius: 8px;
    gap: 20px;
}

.stories-list__carousel-card-bottom {
    margin-block-start: 45px;
}

@media (max-width: 1100px) {
    .stories-list__carousel-card-bottom {
        overflow: hidden;
    }
}

.stories-list__carousel-card-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width: 767.98px) {
    .stories-list__carousel-card-title {
        font-size: 12px;
    }
}

.stories-list__carousel-card-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

@media (max-width: 767.98px) {
    .stories-list__carousel-card-text {
        font-size: 12px;
    }
}

.stories-list__carousel .glide__bullets {
    width: 100%;
}

.stories-list__carousel .glide__bullets--images {
    gap: 20px;
    max-width: 500px;
    overflow: hidden;
}

    .stories-list__carousel .glide__bullets--images .glide__bullet--image {
        border: 2px solid transparent;
        padding: 0;
        border-radius: 20px;
        cursor: pointer;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

        .stories-list__carousel .glide__bullets--images .glide__bullet--image:hover {
            border-color: rgba(255, 255, 255, 0.75);
        }

    .stories-list__carousel .glide__bullets--images .glide__bullet--image--active {
        background-color: #fff;
    }

    .stories-list__carousel .glide__bullets--images .glide__bullet--image img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 20px;
    }

.stories-list__carousel .glide__bullets .glide__bullet {
    width: 100%;
    height: 5px;
    background-color: #91989e;
}

.stories-list__carousel .glide__bullets .glide__bullet--active {
    background-color: #fff;
}

.stories-list__modal {
    position: fixed;
    z-index: 1;
    left: 14px;
    width: 100vw;
    overflow: hidden;
}

.stories-list__modal-inner {
    position: relative;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1019607843);
    width: fit-content;
    margin: 60px auto;
    padding: 20px;
    border-radius: 20px;
}

.stories-list__modal-top {
    padding-block: 18px 27px;
    padding-inline: 6px 6px;
}

@media (max-width: 767.98px) {
    .stories-list__modal-top {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
}

.stories-list__modal-right {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    gap: 8px;
}

.stories-list__modal-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    padding-inline-start: 10px;
}

.stories-list__modal-video {
    width: 100%;
    min-width: 880px;
    aspect-ratio: 16/9;
}

@media (max-width: 991.98px) {
    .stories-list__modal-video {
        min-width: 290px;
    }
}

.stories-list__modal-eye {
    width: 24px;
    height: 24px;
}

.stories-list__modal-share {
    height: 48px;
    width: 48px;
    inset-inline-end: 36px;
    inset-block-start: 40px;
}

    .stories-list__modal-share .button__image {
        height: 28px;
        width: 28px;
    }

.stories-list__modal-open {
    padding: 50px 100px;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .stories-list__modal-open {
        padding: 0px;
        margin-block: 40px;
    }
}

.stories-list__modal-open:hover .stories-list__carousel-card-play {
    scale: 1.1;
}

.stories-list__modal-close {
    background-color: transparent;
    padding: 0;
}

    .stories-list__modal-close .button__image {
        width: 24px;
        height: 24px;
    }

.stories-list__controls {
    z-index: 2;
    gap: 6px;
}

.stories-list__controls--next, .stories-list__controls--prev {
    height: 26px;
    width: 26px;
}

.stories-list__controls--next {
    transform: rotate(180deg);
}

.stories-list__arrow {
    border-radius: 8px;
    cursor: pointer;
    filter: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .stories-list__arrow:hover, .stories-list__arrow:focus {
        background: #7d7b90;
    }

html[dir=rtl] .stories-list__arrow {
    rotate: 180deg;
}

.stories-list__filters {
    padding-block-end: 48px;
}

.stories-list__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    row-gap: 18px;
    column-gap: 24px;
    min-height: 120px;
}

@media (max-width: 479.98px) {
    .stories-list__grid {
        grid-template-columns: 1fr;
    }
}

.stories-list__card {
    position: relative;
    padding: 24px;
    border: 1px solid #d1d5db;
    border-radius: 24px;
    gap: 16px;
    background-color: #fff;
    height: 100%;
}

@media (max-width: 479.98px) {
    .stories-list__card {
        flex-direction: column;
        padding: 16px;
    }
}

@media (max-width: 389.98px) {
    .stories-list__card {
        gap: 8px;
    }
}

.stories-list__card-right {
    gap: 16px;
    flex: 1;
}

.stories-list__card-image {
    flex: 0.8;
    border-radius: 15px;
    object-fit: cover;
    width: 142px;
    height: 166px;
}

@media (max-width: 479.98px) {
    .stories-list__card-image {
        width: 100%;
        max-height: 166px;
    }
}

.stories-list__card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #2b254b;
}

.stories-list__card-details {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    font-weight: 300;
    color: #6b7280;
}

.stories-list__card-views {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    color: #4b5563;
}

.stories-list__card-views-container {
    margin-top: auto;
}

.stories-list__card-eye {
    width: 16px;
    height: 16px;
    margin-inline-start: 4px;
}

.stories-list__button-share, .stories-list__button-download {
    padding: 8px;
}

    .stories-list__button-share .button__image, .stories-list__button-download .button__image {
        height: 16px;
        width: 16px;
    }

.stories-list__pagination {
    padding-block-start: 60px;
    gap: 10px;
}

@media (max-width: 479.98px) {
    .stories-list__pagination {
        justify-content: center;
    }
}

.stories-list__pagination-text {
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
}

.stories-list__pagination-text-wrapper {
    gap: 4px;
}

.stories-list__pagination-dropdown {
    outline: 1px solid #dddddd;
    color: #333333;
    font-size: 14px;
    line-height: 17px;
    font-family: "Alexandria", sans-serif;
    padding: 12.5px 15px;
    padding-inline-start: 36px;
    border-radius: 8px;
    cursor: pointer;
    appearance: none;
    background-image: url("/assets/img/img/chevron-down-slim-icon-.svg");
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 50%;
}

html[dir=rtl] .stories-list__pagination-dropdown {
    background-position-x: calc(100% - 15px);
    background-position-y: 50%;
}

.stories-list__pages {
    gap: 5px;
}

.stories-list__page {
    background-color: #fff;
    color: #111928;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    min-height: 32px;
    max-height: 32px;
    min-width: 32px;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    font-family: "Alexandria", sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .stories-list__page:hover, .stories-list__page:focus {
        border-color: #2b254b;
    }

    .stories-list__page:disabled {
        pointer-events: none;
        border-color: #fff;
    }

.stories-list__page--active {
    background-color: #111b29;
    color: #fff;
    border-color: #2b254b;
}

    .stories-list__page--active:disabled {
        background-color: #e5e7eb;
        border-color: #e5e7eb;
        pointer-events: none;
        padding: 10px 8px;
    }

.stories-list__page-alt {
    padding: 10px 8px;
    background-color: #fff;
    color: #111928;
    border-color: transparent;
}

    .stories-list__page-alt:hover, .stories-list__page-alt:focus {
        border-color: #2b254b;
    }

    .stories-list__page-alt:disabled {
        background-color: #e5e7eb;
        color: #fff;
    }

.stories-list__filters {
    gap: 16px;
}

.stories-list__dropdowns {
    gap: 16px;
}

.stories-list__search {
    gap: 16px;
}

.stories-list__search-input {
    padding-block: 9px;
    padding-inline: 34px 16px;
    border: 2px solid #edf2f8;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #2b254b;
    height: 46px;
    width: 295px;
    outline-color: #2b254b;
    background-image: url("/assets/img/img/search-normal.svg");
    background-repeat: no-repeat;
    background-size: 12.67px 12.67px;
    background-position-y: 50%;
    background-position-x: 16px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 479.98px) {
    .stories-list__search-input {
        width: 100%;
        height: 32px;
        padding-block: 6px;
        font-size: 12px;
        font-weight: 300;
    }
}

html[dir=rtl] .stories-list__search-input {
    background-position-x: calc(100% - 16px);
}

.stories-list__search-input ::placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #6b7280;
}

.stories-list__sort {
    height: 46px;
    width: 46px;
    min-height: 46px;
    min-width: 46px;
    border: 2px solid #edf2f8;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .stories-list__sort:hover, .stories-list__sort:focus {
        border-color: #2b254b;
    }

.stories-list__sort-icon {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/*=====  End of Success Stories List  ======*/
/*=============================================
=            Tender List            =
=============================================*/
.tender-list {
    padding-block-end: 60px;
    position: relative;
}

.tender-list__filters {
    gap: 16px;
    padding-bottom: 48px;
}

.tender-list__top {
    gap: 24px;
}

@media (max-width: 479.98px) {
    .tender-list__top {
        flex-direction: column;
    }
}

.tender-list__middle {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
    row-gap: 16px;
    width: fit-content;
}

@media (max-width: 991.98px) {
    .tender-list__middle {
        grid-template-columns: repeat(1, 1fr);
    }
}

.tender-list__bottom {
    gap: 16px;
}

.tender-list__items {
    gap: 24px;
}

.tender-list__item {
    position: relative;
    height: 100%;
    gap: 16px;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #d1d5db;
    padding-block: 42px 36px;
    padding-inline: 24px;
}

@media (max-width: 991.98px) {
    .tender-list__item {
        width: 100%;
    }
}

.tender-list__item-tag {
    position: absolute;
    top: 0;
    inset-inline-start: 24px;
    background-color: #e2a947;
    padding: 6px 27.5px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #fff;
    font-size: 12px;
    line-height: 14.4px;
}

.tender-list__item-tag--red {
    background-color: #e8a6a3;
}

.tender-list__item-button {
    width: fit-content;
}

    .tender-list__item-button .button__image {
        transform: scaleX(-1);
    }

html[dir=rtl] .tender-list__item-button .button__image {
    transform: none;
}

.tender-list__image {
    height: 43px;
    width: 43px;
}

.tender-list__image-container {
    height: 85px;
    width: 85px;
    min-width: 85px;
    border-radius: 10px;
    background-color: #f4f4f6;
}

.tender-list__buttons {
    gap: 8px;
}

.tender-list__title {
    color: #4b5563;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.tender-list__text {
    color: #6b7280;
    font-size: 12px;
    font-weight: 300;
    line-height: 21.24px;
}

.tender-list__info {
    gap: 8px;
}

.tender-list__info-icon {
    height: 24px;
    width: 24px;
}

.tender-list__info-text {
    color: #6b7280;
    font-size: 12px;
    line-height: 14.4px;
}

/*=====  End of Tender List  ======*/
/*=============================================
=            Timeline            =
=============================================*/
.timeline {
    padding-block-end: 60px;
    position: relative;
}

.timeline__inner {
    gap: 146px;
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 40px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .timeline__inner {
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .timeline__inner {
        padding: 20px;
        border-radius: 12px;
    }
}

.timeline__item {
    position: relative;
    gap: 32px;
    width: 100%;
}

    .timeline__item:nth-child(even) {
        flex-direction: row-reverse;
    }

@media (max-width: 991.98px) {
    .timeline__item:nth-child(even) {
        flex-direction: column;
    }
}

.timeline__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 100%;
    right: auto;
    left: 165px;
    height: 146px;
    width: 3px;
    background-color: #6b7280;
    opacity: 0.4;
}

html[dir=rtl] .timeline__item:not(:last-child)::after {
    right: 165px;
    left: auto;
}

@media (max-width: 991.98px) {
    html[dir=rtl] .timeline__item:not(:last-child)::after {
        left: auto;
        right: calc(50% - 1.5px);
    }
}

@media (max-width: 991.98px) {
    .timeline__item:not(:last-child)::after {
        left: auto;
        right: calc(50% - 1.5px);
    }
}

@media (max-width: 991.98px) {
    .timeline__item:last-child .rte {
        padding-block-end: 0;
    }
}

@media (max-width: 991.98px) {
    .timeline__item {
        flex-direction: column;
    }
}

.timeline__item-box {
    background-color: #fff;
    padding: 24px;
    border-radius: 24px;
    outline: 1px solid #d1d5db;
    gap: 10px;
    min-width: 332px;
    width: 100%;
    height: 100%;
}

@media (max-width: 479.98px) {
    .timeline__item-box {
        min-width: auto;
    }
}

.timeline__item-content {
    gap: 10px;
}

.timeline__item-image {
    height: 165px;
    height: 100%;
    max-height: 350px;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    vertical-align: middle;
}

.timeline__item-title {
    color: #363636;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}

.timeline__item-subtitle {
    color: #4a7fb9;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.75%;
    text-align: center;
}

.timeline__item .rte {
    padding: 50.5px 0;
    height: 100%;
    color: #6b7280;
}

@media (max-width: 991.98px) {
    .timeline__item .rte {
        padding-block: 0 50.5px;
    }
}

/*=====  End of Timeline  ======*/
/*=============================================
=                  Umbraco Form                 =
=============================================*/
.umbraco-forms-surveys {
    background-color: #f4f4f6;
    padding: 40px;
    border-radius: 12px;
    margin: 60px 0;
}

    .umbraco-forms-surveys .umbraco-forms-page {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

@media (max-width: 767.98px) {
    .umbraco-forms-surveys .umbraco-forms-page {
        gap: 24px;
    }
}

.umbraco-forms-surveys .umbraco-forms-page .field-validation-error {
    color: #d14e48;
    font-size: 10px;
    line-height: 26px;
}

.umbraco-forms-surveys .umbraco-forms-page legend {
    font-size: 14px;
    line-height: 16.8px;
    color: #4b5563;
    padding: 16px 0 8px;
}

.umbraco-forms-surveys .umbraco-forms-page .radiobuttonlist {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@media (max-width: 479.98px) {
    .umbraco-forms-surveys .umbraco-forms-page .radiobuttonlist {
        flex-direction: column;
    }
}

.umbraco-forms-surveys .umbraco-forms-page .radiobuttonlist br {
    display: none;
}

.umbraco-forms-surveys .umbraco-forms-page .radiobuttonlist input[type=radio] {
    accent-color: #8079a8;
    display: none;
}

    .umbraco-forms-surveys .umbraco-forms-page .radiobuttonlist input[type=radio]:checked {
        border-color: #8079a8;
    }

        .umbraco-forms-surveys .umbraco-forms-page .radiobuttonlist input[type=radio]:checked + label::before {
            border-width: 1px;
            border-color: #625b80;
            box-shadow: inset 0 0 0 4px #f4f2f7;
            background-color: #625b80;
        }

.umbraco-forms-surveys .umbraco-forms-page .radiobuttonlist label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    padding: 4px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    flex: 1;
    box-shadow: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #4b5563;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .umbraco-forms-surveys .umbraco-forms-page .radiobuttonlist label:hover, .umbraco-forms-surveys .umbraco-forms-page .radiobuttonlist label:focus {
        border-color: #8079a8;
    }

    .umbraco-forms-surveys .umbraco-forms-page .radiobuttonlist label::before {
        content: "";
        height: 16px;
        width: 16px;
        min-height: 16px;
        min-width: 16px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #d1d5db;
    }

.umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field-wrapper .country-dropdown__number {
        color: #4b5563;
        background-color: #fff;
        height: 45px;
    }

    .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field-wrapper .country-dropdown__inner {
        height: 45px;
        background-color: #fff;
    }

    .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field-wrapper textarea {
        resize: none;
        padding: 8px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 300;
        line-height: 26px;
        font-family: "Alexandria", sans-serif;
        color: #4b5563;
        background-color: #fff;
    }

        .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field-wrapper textarea::placeholder {
            font-size: 14px;
            font-weight: 300;
            line-height: 26px;
            font-family: "Alexandria", sans-serif;
            color: #6b7280;
        }

.umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field label {
    font-size: 14px;
    line-height: 25.6px;
    color: #4b5563;
}

.umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field input[type=text],
.umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field input[type=date],
.umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field input[type=password],
.umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field input[type=email],
.umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field input[type=number] {
    background-color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Alexandria", sans-serif;
    color: #4b5563;
    border: 1px solid #ddd;
}

    .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field input[type=text]::placeholder,
    .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field input[type=date]::placeholder,
    .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field input[type=password]::placeholder,
    .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field input[type=email]::placeholder,
    .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field input[type=number]::placeholder {
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
        font-family: "Alexandria", sans-serif;
        color: #6b7280;
    }

    .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field input[type=text].country-dropdown__search,
    .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field input[type=date].country-dropdown__search,
    .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field input[type=password].country-dropdown__search,
    .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field input[type=email].country-dropdown__search,
    .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field input[type=number].country-dropdown__search {
        width: -webkit-fill-available;
        outline: none;
        background-color: #f4f4f6;
        color: #6b7280;
        border-radius: 8px;
        padding: 8px;
        padding-inline-start: 30px;
        font-size: 14px;
        font-weight: 300;
        line-height: 16.8px;
        font-family: "Alexandria", sans-serif;
        margin: 4px;
        background-image: url("/assets/img/img/search-normal.svg");
        background-position-x: 4px;
        background-position-y: 8px;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        outline: none;
    }

.umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field input[type=file]::file-selector-button {
    padding: 8px 32px;
    border-radius: 16px;
    background-color: #2b254b;
    color: #fff;
    border: 2px solid #2b254b;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field input[type=file]::file-selector-button:hover, .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field input[type=file]::file-selector-button:focus {
        background-color: #fff;
        color: #2b254b;
    }

.umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper label, .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper label, .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field.multiplechoice .umbraco-forms-field-wrapper label {
    position: relative;
    color: #6b7280;
    width: 100%;
    cursor: pointer;
    padding-inline-start: 28px;
    gap: 10px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper label::after, .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper label::after, .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field.multiplechoice .umbraco-forms-field-wrapper label::after {
        content: "";
        position: absolute;
        inset-inline-start: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 16px;
        width: 16px;
        background-color: #f4f4f6;
        border: 1px solid #d1d5db;
        border-radius: 4px;
    }

.umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper input[type=checkbox], .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper input[type=checkbox], .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field.multiplechoice .umbraco-forms-field-wrapper input[type=checkbox] {
    display: none;
}

    .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper input[type=checkbox]:checked + input + label::after, .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper input[type=checkbox]:checked + input + label::after, .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field.multiplechoice .umbraco-forms-field-wrapper input[type=checkbox]:checked + input + label::after {
        border-color: #625b80;
        background: url("/assets/img/img/icons/tick-medium.svg");
        background-size: 12px 12px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #f4f4f6;
    }

    .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper input[type=checkbox]:checked + label::after, .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper input[type=checkbox]:checked + label::after, .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field.multiplechoice .umbraco-forms-field-wrapper input[type=checkbox]:checked + label::after {
        border-color: #625b80;
        background: url("/assets/img/img/icons/tick-medium.svg");
        background-size: 12px 12px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #f4f4f6;
    }

.umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field select {
    outline: 1px solid #dddddd;
    background-color: #fff;
    color: #333333;
    font-size: 14px;
    line-height: 17px;
    font-family: "Alexandria", sans-serif;
    padding: 12.5px 15px;
    padding-inline-end: 36px;
    border-radius: 8px;
    cursor: pointer;
    appearance: none;
    background-image: url("/assets/img/img/chevron-down-slim-icon-.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: 50%;
}

html[dir=rtl] .umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-field select {
    background-position-x: 15px;
    background-position-y: 50%;
}

.umbraco-forms-surveys .umbraco-forms-page .umbraco-forms-hidden {
    display: none;
}

.umbraco-forms-surveys .umbraco-forms-page input[type=submit] {
    padding: 8px 16px;
    padding-inline-end: 48px;
    background-color: #2b254b;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-family: "Alexandria", sans-serif;
    border-radius: 8px;
    border: 1px solid transparent;
    background-image: url("/assets/img/img/arrow-right-up--white.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position-x: calc(100% - 16px);
    background-position-y: 8px;
    margin-inline-start: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

html[dir=rtl] .umbraco-forms-surveys .umbraco-forms-page input[type=submit] {
    background-image: url("/assets/img/img/arrow-top-left.svg");
    background-position-x: 16px;
}

.umbraco-forms-surveys .umbraco-forms-page input[type=submit]:hover, .umbraco-forms-surveys .umbraco-forms-page input[type=submit]:focus {
    background-color: #fff;
    color: #2b254b;
    border-color: #2b254b;
    background-image: url("/assets/img/img/arrow-top-left-dark-flipped.svg");
}

html[dir=rtl] .umbraco-forms-surveys .umbraco-forms-page input[type=submit]:hover, html[dir=rtl] .umbraco-forms-surveys .umbraco-forms-page input[type=submit]:focus {
    background-image: url("/assets/img/img/arrow-top-left-dark.svg");
}

.umbraco-forms-surveys .umbraco-forms-page input[type=button].reset-button {
    padding: 8px 16px;
    margin: 0 8px;
    padding-inline-end: 48px;
    background-color: #fff;
    color: #2b254b;
    font-size: 14px;
    line-height: 24px;
    font-family: "Alexandria", sans-serif;
    border-radius: 8px;
    border: 1px solid #2b254b;
    background-image: url("/assets/img/img/redo.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position-x: calc(100% - 16px);
    background-position-y: 8px;
    margin-inline-start: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

html[dir=rtl] .umbraco-forms-surveys .umbraco-forms-page input[type=button].reset-button {
    background-image: url("/assets/img/img/redo.svg");
    background-position-x: 16px;
}

.umbraco-forms-surveys .umbraco-forms-page input[type=button].reset-button:hover, .umbraco-forms-surveys .umbraco-forms-page input[type=button].reset-button:focus {
    background-color: #fff;
    color: #2b254b;
    border-color: #2b254b;
    background-image: url("/assets/img/img/redo.svg");
}

html[dir=rtl] .umbraco-forms-surveys .umbraco-forms-page input[type=button].reset-button:hover, html[dir=rtl] .umbraco-forms-surveys .umbraco-forms-page input[type=button].reset-button:focus {
    background-image: url("/assets/img/img/redo.svg");
}

.umbraco-forms-submitmessage-html {
    text-align: center;
    min-height: 200px;
    align-content: center;
}

/*=====  End of Umbraco Form  ======*/
/*=============================================
=            Video Banner            =
=============================================*/
.video-banner {
    position: relative;
}

.video-banner__wrapper {
    padding-block-end: 60px;
}

.video-banner__image {
    border-radius: 24px;
    width: 100%;
    height: 285px;
    object-fit: cover;
    vertical-align: middle;
}

/*=====  End of Video Banner  ======*/
/*=============================================
=            Video Card            =
=============================================*/
.video-card {
    max-width: 360px;
    position: relative;
    padding: 24px;
    border: 1px solid #d1d5db;
    border-radius: 15px;
    gap: 16px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .video-card:hover {
        border-color: #6b6681;
    }

.video-card__content {
    gap: 16px;
    flex: 1;
}

.video-card__image {
    flex: 0.8;
    border-radius: 15px;
    object-fit: cover;
    max-width: 142px;
}

.video-card__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #2b254b;
}

.video-card__details {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    font-weight: 300;
    color: #6b7280;
}

.video-card__views {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    font-family: "Alexandria", sans-serif;
    margin-inline-start: auto;
    color: #4b5563;
}

.video-card__views-container {
    margin-top: auto;
}

.video-card__eye {
    width: 16px;
    height: 16px;
    margin-inline-start: 4px;
}

/*=====  End of Video Card  ======*/
/*=============================================
=            Video Gallery            =
=============================================*/
.video-gallery {
    position: relative;
    padding-block: 0 60px;
}

.video-gallery__filters {
    padding-block-end: 48px;
}

.video-gallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 24px;
    padding-inline: 24px;
}

/*=====  End of Video Gallery  ======*/
/*=============================================
=               video details               =
=============================================*/
.video-gallery-details {
    padding-block-end: 60px;
}

    .video-gallery-details .heading {
        padding: 0 0 60px;
    }

@media (max-width: 767.98px) {
    .video-gallery-details .heading {
        padding-block-end: 30px;
    }
}

.video-gallery-details__video {
    position: relative;
    padding: 40px;
    background-color: #F8FAFC;
    border-radius: 24px;
    overflow: hidden;
    margin-block-end: 60px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .video-gallery-details__video {
        padding: 12px;
        margin-block-end: 30px;
    }
}

.video-gallery-details__video-container {
    cursor: pointer;
    display: grid;
}

    .video-gallery-details__video-container > * {
        grid-area: 1/1;
    }

.video-gallery-details__video-player {
    height: 378px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
}

.video-gallery-details__video-play {
    pointer-events: none;
    opacity: 1;
    width: 56px;
    height: 56px;
    margin: auto;
    transition: opacity 1s;
    z-index: 1;
}

.video-gallery-details__related-title {
    color: #4b5563;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-block-end: 24px;
}

.video-gallery-details__related-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

@media (max-width: 479.98px) {
    .video-gallery-details__related-cards {
        gap: 12px;
        grid-template-columns: 1fr;
    }
}

/*=====  End of video Details  ======*/
/*=============================================
=            Image Card            =
=============================================*/
.video-inline-card {
    position: relative;
    padding: 16px;
    background-color: #f4f4f6;
    border: 1px solid #d1d5db;
    border-radius: 24px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .video-inline-card:hover, .video-inline-card:focus {
        cursor: pointer;
    }

        .video-inline-card:hover .video-inline-card__tooltip, .video-inline-card:focus .video-inline-card__tooltip {
            opacity: 1;
        }

        .video-inline-card:hover .video-inline-card__play, .video-inline-card:focus .video-inline-card__play {
            opacity: 0;
        }

.video-inline-card--youtube .video-inline-card__download {
    display: none;
}

@media (max-width: 767.98px) {
    .video-inline-card {
        padding: 12px;
    }
}

.video-inline-card__tooltip {
    opacity: 0;
    position: absolute;
    width: calc(100% - 32px);
    padding: 12px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    background-color: #d5d3db;
    transition: opacity 1s;
}

@media (max-width: 767.98px) {
    .video-inline-card__tooltip {
        opacity: 1;
        width: calc(100% - 24px);
    }
}

.video-inline-card__video {
    height: 332px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    object-fit: cover;
}

.video-inline-card__video-container {
    display: grid;
    place-content: center;
}

    .video-inline-card__video-container > * {
        grid-area: 1/1;
    }

.video-inline-card__video-container-youtube {
    border-radius: 15px;
    overflow: hidden;
}

.video-inline-card__overlay {
    background: rgba(0, 0, 0, 0.4941176471);
    padding-bottom: 16px;
    border-radius: 15px;
}

.video-inline-card__play {
    opacity: 1;
    width: 56px;
    height: 56px;
    margin: auto;
    transition: opacity 1s;
    z-index: 1;
}

.video-inline-card__border {
    margin-block-start: 10px;
    border-top: 1px solid #d1d5db;
    padding-block-start: 10px;
}

.video-inline-card__icons {
    gap: 4px;
    margin-inline-start: auto;
}

.video-inline-card__icon {
    height: 32px;
    width: 32px;
    background-color: #fff;
}

    .video-inline-card__icon .button__image {
        height: 16px;
        width: 16px;
    }

.video-inline-card__count {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.video-inline-card__download {
    height: 32px;
    width: 32px;
    padding: 0;
}

    .video-inline-card__download .button__image {
        height: 32px;
        width: 32px;
    }

.video-inline-card__eye {
    margin-inline-end: 4px;
}

/*=====  End of Image Card  ======*/
/*=============================================
=            Vision & Values            =
=============================================*/
.vision-values {
    padding-block-end: 60px;
    position: relative;
}

.vision-values__inner {
    gap: 40px;
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 40px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .vision-values__inner {
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .vision-values__inner {
        padding: 20px;
        border-radius: 12px;
    }
}

.vision-values__items {
    gap: 24px;
    flex: 1;
    width: 100%;
}

.vision-values__images {
    flex: 0.824;
    min-height: 368px;
    position: relative;
    min-width: 370px;
}

@media (max-width: 991.98px) {
    .vision-values__images {
        flex: 1;
    }
}

@media (max-width: 767.98px) {
    .vision-values__images {
        min-width: auto;
        width: 100%;
    }
}

@media (max-width: 479.98px) {
    .vision-values__images {
        min-height: 540px;
    }
}

.vision-values__image {
    max-width: 179px;
    height: 231px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    vertical-align: middle;
    box-shadow: 0px 9px 18.5px -12px rgba(0, 0, 0, 0.1098039216);
    position: absolute;
}

@media (max-width: 479.98px) {
    .vision-values__image {
        height: 200px;
    }
}

.vision-values__image:nth-child(1) {
    z-index: 3;
    bottom: 0;
    right: auto;
    left: 0;
}

.vision-values__image:nth-child(2) {
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 479.98px) {
    .vision-values__image:nth-child(2) {
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}

.vision-values__image:nth-child(3) {
    z-index: 1;
    bottom: 39px;
    left: auto;
    right: 0;
}

@media (max-width: 479.98px) {
    .vision-values__image:nth-child(3) {
        top: 0;
        bottom: auto;
    }
}

html[dir=rtl] .vision-values__image:nth-child(1) {
    right: 0;
    left: auto;
}

html[dir=rtl] .vision-values__image:nth-child(2) {
    left: 50%;
}

html[dir=rtl] .vision-values__image:nth-child(3) {
    left: 0;
    right: auto;
}

.vision-values__item {
    padding: 16px;
    background-color: #fff;
    border-radius: 15px;
    gap: 12px;
    box-shadow: 0px 4px 50px 0px rgba(29, 32, 38, 0.0509803922);
}

.vision-values__item-content {
    gap: 8px;
}

.vision-values__item-title {
    color: #4b5563;
    line-height: 24px;
    font-weight: 500;
    font-size: 20px;
}

.vision-values__item-text {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 26.04px;
}

.vision-values__tags {
    gap: 8px;
    margin-top: 8px;
}

.vision-values__tag {
    background-color: #f4f4f6;
    border-radius: 28px;
    padding: 4px 8px;
    color: #4b5563;
    font-weight: 300;
    line-height: 25.6px;
    font-size: 16px;
}

.vision-values__icon {
    height: 16px;
    width: 16px;
}

.vision-values__icon-container {
    background-color: #e2a947;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.0784313725);
}

/*=====  End of Vision & Values  ======*/
/*=============================================
=                 Web Stats            =
=============================================*/
.web-stats {
    padding-block-end: 60px;
    position: relative;
}

@media (max-width: 767.98px) {
    .web-stats {
        padding-block-end: 30px;
    }
}

.web-stats__inner {
    gap: 40px;
    background-color: #f4f4f6;
    border-radius: 24px;
    padding: 40px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .web-stats__inner {
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .web-stats__inner {
        padding: 20px;
        border-radius: 12px;
    }
}

.web-stats__items {
    gap: 24px;
    flex: 1;
    width: 100%;
}

.web-stats__stats {
    flex: 1;
    min-height: 342px;
    padding: 24px;
    background-color: #fff;
    border-radius: 24px;
    border: 1px solid #d1d5db;
}

@media (max-width: 767.98px) {
    .web-stats__stats {
        min-width: auto;
        min-height: auto;
        width: 100%;
    }
}

.web-stats__stat {
    height: 146px;
    width: 100%;
}

.web-stats__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-block-end: 16px;
}

.web-stats__item {
    padding: 16px 24px;
    background-color: #fff;
    border-radius: 20px;
    gap: 12px;
    border: 1px solid #d1d5db;
}

.web-stats__item-content {
    gap: 8px;
}

.web-stats__item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.web-stats__item-amount {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
}

.web-stats__icon {
    max-height: 56px;
    max-width: 64px;
}

.web-stats__tabs {
    margin-block-end: 40px;
    width: fit-content;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 24px;
    background-color: #f4f4f6;
    color: #2b254b;
}

@media (max-width: 767.98px) {
    .web-stats__tabs {
        padding: 8px;
        gap: 5px;
        margin-block-end: 24px;
    }
}

@media (max-width: 389.98px) {
    .web-stats__tabs {
        width: 100%;
        flex-direction: column;
    }
}

.web-stats__tab {
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 24px;
    background-color: transparent;
    font-family: inherit;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media (max-width: 767.98px) {
    .web-stats__tab {
        width: fit-content;
        justify-content: center;
        padding: 8px 7px;
    }
}

@media (max-width: 389.98px) {
    .web-stats__tab {
        width: 100%;
    }
}

.web-stats__tab--active {
    background-color: #e2a947;
    color: #fff;
}

    .web-stats__tab--active .web-stats__tab-title {
        line-height: 19px;
        font-size: 16px;
    }

@media (max-width: 767.98px) {
    .web-stats__tab--active .web-stats__tab-title {
        font-weight: 600;
    }
}

.web-stats__tab:hover, .web-stats__tab:focus {
    opacity: 0.8;
}

.web-stats__tab-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/*=====  End of Web Stats  ======*/
