.footer {
    padding-top: 0 !important;
    background-color: #27356f;
}

.footer .footer-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.875rem 0;
}

.footer .footer-copy .copyright-link a {
    margin-right: 1.25rem;
    font-size: 16px;
    color: hsla(0,0%,100%,.5);
    text-decoration: none;
}

.footer .footer-copy {
    padding-top: 1.0625rem;
    padding-bottom: 1.375rem;
    font-size: 16px;
    background-color: #27356f;
}

.footer .footer-copy .copy {
    width: auto !important;
    color: hsla(0,0%,100%,.5);
}

.footer .footer-copy .copy img {
    margin-right: 1rem;
}

.footer .footer-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1180px;
    margin: auto;
    padding: 1.875rem 0;
    color: #fff;
    font-size: 16px;
}

.footer .divider {
    width: 100%;
    clear: both;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1.5;
    opacity: .1;
    border-color: #fff;
    border-width: 2px;
    border-block-start: 2px solid rgba(255, 255, 255);
}

.footer .footer-container .languages-menu {
    display: flex;
    border-bottom: 1px solid transparent;
    min-width: 25rem;
    width: fit-content;
    background-color: transparent;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.875rem;
}

.footer .footer-container .languages-menu .menu-item {
    position: relative;
    padding: 0 16px;
    color: #fff;
    opacity: .5 !important;
}

.footer .footer-container .languages-menu .menu-item::after{
    position: absolute;
    inset-inline: 16px;
    bottom: 0;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: "";
}

.footer .footer-container .languages-menu .menu-item.selected {
    opacity: 1 !important;
}

.footer .footer-container .languages-menu .menu-item.selected::after {
    border-bottom-color: #fff;
}

.footer .footer-container .socials {
    display: flex;
    align-items: center;
}

.footer .footer-container .socials strong {
    margin-right: 1rem;
    font-weight: 700;
    font-size: 1rem;
    font-family: 'GreycliffCFBold', sans-serif;
}

.footer .footer-container .socials .icons-list {
    display: inline-flex;
    align-items: center;
    column-gap: 20px;
    row-gap: 20px;
}

.footer .footer-container .socials .icons-list .socials_trkcllAppSocialMediaIcon {
    font-size: 24px;
}

.footer .footer-carousel {
    width: 73.75rem;
    margin: 0 auto;
    padding: 65px 0;
}

.footer .footer-carousel .slick-slide img {
    width: 100px;
    opacity: .7;
    object-fit: contain;
}

.footer .footer-carousel .slick-slide img:hover {
    opacity: 1;
}

.footer .footer-carousel .slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    color: #fff;
    background: hsla(0, 0%, 100%, .4);
    border-radius: 100%;
}

.footer .footer-carousel .slick-arrow::before {
    display: none;
}

.footer .footer-carousel .slick-next svg {
    transform: rotate(180deg);
}

.footer .footer-sitemap {
    margin-left: -10px;
    margin-right: -10px;
    box-shadow: none;
    margin-bottom: 0;
    padding: 30px 0;
}

.footer .footer-sitemap .ftop {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .0313rem;
    height: auto;
    margin: 16px 0;
}

.footer .footer-sitemap > li li {
    margin-bottom: 8px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.375rem;
    letter-spacing: .0313rem;
    opacity: 1;
    font-family: 'GreycliffCF', Helvetica, sans-serif
}
 .footer .footer-sitemap > li li strong {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.375rem;
    letter-spacing: .0313rem;
    color: #fff;
 }

@media screen and (min-width: 820px) {
    .footer-mobile {
        display: none;
    }
}

@media screen and (max-width: 820px) {
    .footer-container {
        display: none !important;
    }

    .footer .footer-copy {
        display: none !important;
    }
}

.footer-mobile {
    overflow-y: hidden;
}

.footer-mobile_tab-menu {
    background: #27356f;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .5px;
    font-weight: 500;
}

.footer-mobile_tab-menu-item {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
}

.footer-mobile_tab-menu-item_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5625rem 1rem !important;
    font-size: 16px;
    color: #fff;
}

.footer-mobile_tab-menu-item_title--active {
    color: #ffc900;
}

.footer-mobile_tab-menu-item-list {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.02);
}

.footer-mobile_tab-menu-list-item {
    height: 40px;
    margin: 4px;
    padding-left: 2.625rem !important;
    color: #fff;
    font-size: 16px;
}

.footer-mobile-row {
    display: flex;
    flex-flow: row wrap;
    min-width: 0;
    padding: 1.5625rem 1rem;
}

.footer-mobile-row strong {
    font-size: 16px;
}

.footer-mobile-row .footer-mobile_language_dropdown-trigger {
    font-size: 16px;
}

.footer-mobile-row .socials {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.footer-mobile-row .socials .icons-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-mobile-row .socials .icons-list .item {
    font-size: 24px;
}

.footer-mobile-row .socials strong {
    font-weight: 700;
    font-size: 16px;
    margin-right: 1rem;
    font-family: 'GreycliffCFBold', sans-serif;
}

.footer-mobile_language {
    display: flex;
    flex-flow: row wrap;
    min-width: 0;
}

.footer-mobile_language-container {
    width: 100%;
    padding: 1.5625rem 1rem;
}

.footer-mobile_language-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
}

.footer-mobile_language-row strong {
    font-family: 'GreycliffCF', Helvetica, sans-serif;
}

.footer-mobile_language_dropdown-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.footer-mobile_language_dropdown-list {
    position: absolute;
    top: 24px;
    right: 2px;
    padding: 4px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 16px;
    line-height: 1.5;
    list-style: none;
    font-family: "GreycliffCF", sans-serif;
    background-color: #ffffff;
    background-clip: padding-box;
    border-radius: 8px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    z-index: 9999;
}

.footer-mobile_language_dropdown-list-item {
    clear: both;
    margin: 0;
    padding: 4px 12px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 4px;
}

.footer-mobile .footer-carousel {
    width: 100% !important;
    padding: 42px 0;
}

.footer-mobile .footer-carousel .slick-arrow {
    display: none !important;
}

.nav-menu_expand-icon {
    transform: rotate(270deg);
}

.nav-menu_expand-icon--rotate {
    transform: rotate(90deg);
}

.footer-mobile .mobile-footer-copy .mobile-footer-copyright-link {
    display: flex;
    flex-direction: column;
    padding: 1.0625rem 1rem 1.375rem; 
}

.footer-mobile .mobile-footer-copy .copyright-link {
    padding: .625rem 0;
    font-size: 16px;
}

.footer-mobile .mobile-footer-copy .copy {
    font-size: 16px;
    text-align: left;
    color: hsla(0,0%,100%,.5);
}

.showAllButton {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: underline;
    text-align: start;
    padding: 1.625rem 0 0;
    border: none;
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: .0313rem;
}

.showAllButton svg {
    transform: rotate(270deg);
}

.showAllButton.rotate svg {
    transform: rotate(90deg);
}