/*!
 * Copyright (c) Serban Pavel Cioclov
 * All rights reserved.
 *
 * This software and its source code are proprietary and confidential.
 * Unauthorized copying, modification, distribution, or use of this
 * software, in whole or in part, is strictly prohibited and may result
 * in civil and/or criminal liability under applicable law.
 */

/* TOP BAR */

/*VARS & CONFIGURATION*/
:where(:root, ::before, ::after) {
    --top-bar-estimated-height: 6.2275rem;
}

.top-bar {
    background-color: var(--color-white);
    padding: var(--unit-18) 0;
    /* box-shadow: var(--box-shadow); */
}

.top-bar__logo svg {
    color: var(--color-primary);
    transition: var(--transition);
}

.top-bar__language {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--font-bold);
    border-radius: var(--border-radius-small);
}

.top-bar__language[data-active] {
    background-color: var(--color-grey);
}

.top-bar__menu {
    text-transform: uppercase;
}

.top-bar__menu-item>a,
.top-bar__menu-item>span {
    font-weight: var(--font-bold);
}

.top-bar__submenu-item {
    text-transform: none;
    padding: calc(var(--spacing-default) / 2) 0;
}

.top-bar__submenu-items {
    border-radius: var(--border-radius-default);
    min-width: calc(1.5 * var(--unit-100));
}

.top-bar__account {
    position: relative;
    display: block;
    width: var(--unit-50);
    height: var(--unit-50);
    overflow: hidden;
    border-radius: 50%;
}

.top-bar__account img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* LARGE ONLY */
@media (min-width: 64rem) {

    .top-bar__language,
    .top-bar .top-bar__menu-item a {
        transition: var(--transition);
    }

    .top-bar {
        padding: var(--unit-24) 0;
    }

    body[data-scroll-y-dir-thresholed] .top-bar {
        background-color: var(--color-primary);
    }

    body[data-scroll-y-dir-thresholed] .top-bar__logo svg {
        color: var(--color-white);
    }

    .top-bar__logo {
        width: var(--unit-50);
    }

    body[data-scroll-y-dir-thresholed] .top-bar__logo {
        color: var(--color-white)
    }

    .top-bar__language {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: var(--font-bold);
        width: var(--unit-35);
        height: var(--unit-35);
    }

    .top-bar__language[data-active] {
        background: transparent;
        color: var(--color-primary);
    }

    body[data-scroll-y-dir-thresholed] .top-bar__language[data-active] {
        background-color: var(--color-white);
    }

    .top-bar__language:hover {
        background-color: var(--color-grey);
    }

    .top-bar__menu .top-bar__submenu-items {
        background-color: var(--color-white);
        padding: var(--spacing-default);
        margin-left: calc(-1 * var(--spacing-default));
    }

    body[data-scroll-y-dir-thresholed] .top-bar__menu .top-bar__submenu-item,
    body[data-scroll-y-dir-thresholed] .top-bar__menu .top-bar__menu-item[data-current]>a,
    .top-bar__menu .top-bar__menu-item>a:hover,
    .top-bar__menu .top-bar__menu-item>span:hover {
        color: var(--color-black);
    }

    .top-bar__menu .top-bar__menu-item[data-current]>a,
    .top-bar__menu .top-bar__submenu-item[data-current]>a,
    body:not([data-scroll-y-dir-thresholed]) .top-bar__menu .top-bar__menu-item>a:hover,
    body:not([data-scroll-y-dir-thresholed]) .top-bar__menu .top-bar__menu-item>span:hover,
    .top-bar__menu .top-bar__submenu-item>a:hover {
        color: var(--color-primary);
    }


    body[data-scroll-y-dir-thresholed] .top-bar__menu .top-bar__menu-item {
        color: var(--color-white);
    }

    body[data-scroll-y-dir-thresholed] .top-bar .cta {
        background-color: var(--color-white);
        color: var(--color-primary);
    }

    body[data-scroll-y-dir-thresholed] .top-bar .cta:hover {
        background-color: var(--color-black);
        color: var(--color-white);
    }

    .top-bar__menu .top-bar__submenu-item {
        font-weight: var(--font-bold);
        font-size: var(--font-14);
        text-transform: none;
        padding: calc(var(--spacing-default) / 2) 0;
    }

    .top-bar__menu .menu__arrow {
        display: none;
    }
}

/* SMALL ONLY */
@media (max-width: 63.9375rem) {

    /* TOP BAR */
   :where(:root, ::before, ::after) {
        --top-bar-estimated-height: 4.875rem;
    }

    .top-bar {
        padding: calc(var(--spacing-default) / 2) 0;
    }

    body:has(.top-bar__menu[data-active]) .top-bar__logo svg {
        color: var(--color-white);
    }

    /* .top-bar__mobile-bg-logo {
        color: var(--color-white);
        transform: translateX(-25%) translateY(25%);

        z-index: 0;
        opacity: 0;
        transition: var(--transition);
    } */

    .top-bar__hamburger .hamburger {
        color: var(--color-primary);
    }

    .top-bar__hamburger .hamburger[data-active] {
        color: var(--color-white);
    }

    /* .top-bar__menu[data-active] .top-bar__mobile-bg-logo {
        opacity: .35;
    } */

    .top-bar__account {
        z-index: 999;
    }

    .top-bar__menu .top-bar__menu-items {
        position: relative;
        z-index: 1;
        color: var(--color-white);
        font-size: var(--font-22);
        padding-top: var(--spacing-default);
    }

    .top-bar__menu .top-bar__menu-item--submenu-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .top-bar__menu .top-bar__menu-item:not(.top-bar__menu-item--submenu-container)[data-current]>a,
    .top-bar__menu .top-bar__submenu-item[data-current]>a {
        position: relative;
    }

    .top-bar__menu .top-bar__menu-item:not(.top-bar__menu-item--submenu-container)[data-current]>a:not(.cta)::before,
    .top-bar__menu .top-bar__submenu-item[data-current]>a:not(.cta)::before {
        content: '';
        position: absolute;
        left: calc(-1 * var(--unit-8));
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: var(--unit-5);
        height: var(--unit-5);
        border-radius: 100%;
        background-color: var(--color-white);
    }

    .top-bar__language {
        width: var(--unit-40);
        height: var(--unit-40);
    }

    .top-bar__language[data-active] {
        color: var(--color-black);
    }

    .top-bar__logo {
        width: var(--unit-60);
        margin: auto;
    }
}

/* END TOP BAR */
/* HERO */
.hero {
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}

.hero--full-height {
    height: calc(var(--screen-height, 100svh) - var(--top-bar-height, var(--top-bar-estimated-height)));
}

.hero--secondary {
    color: var(--color-white);
}

.hero--secondary::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-black);
    z-index: 0;

    opacity: 0;
}

.hero__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero__name {
    text-transform: uppercase;
    font-weight: var(--font-bold);
    z-index: 1;
}

.hero__breadcrumb {
    z-index: 1;
    list-style-type: none;
}

.hero__breadcrumb li:not(:last-child)::after {
    content: " / ";
    color: var(--color-white);
}

:where(.hero__background) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: -1;
}

.hero__next {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: var(--unit-45);
    height: var(--unit-45);
    background-color: var(--color-white);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .5;
}

.hero__next svg {
    color: var(--color-primary);
    width: var(--unit-18);
    height: auto;
}

.hero__thumbnails {
    position: absolute;
    right: var(--grid-container-padding-x);
    z-index: 1;
}

/* .hero__thumbnails .swiper-slide:not(.swiper-slide-visible) .hero__thumbnail {
    opacity: 0;
} */

.hero__thumbnail {
    display: block;
    background-color: var(--color-white);
    /* border: var(--unit-1) solid var(--color-white);
    border-radius: var(--border-radius-small); */
    border: 0;
    border-radius: var(--border-radius-medium);
    overflow: hidden;
    transition: var(--transition);

    width: calc(100% / 3);
}

.hero__thumbnail-image {
    position: relative;
}

.hero__thumbnail-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__thumbnail-text {
    padding: var(--unit-8) var(--unit-8) 0;
    /* font-weight: var(--font-bold); */
    font-weight: var(--font-regular);
    font-size: var(--font-14);
    text-align: left;
}

.hero__next,
.hero__thumbnails {
    bottom: var(--unit-24);
}

.hero__swiper .swiper-slide {
    position: relative;
}

.hero__swiper .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero__swiper .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-black);
    opacity: .5;
    z-index: 1;
    transition: var(--transition);
}

.hero__swiper-slide-title {
    line-height: 1.25;
}

.hero__actions {
    position: absolute;
    z-index: 9;
    display: flex;
    gap: var(--spacing-default);
    width: 100%;
    padding: 0 var(--grid-container-padding-x, .9375rem);
    bottom: calc(2 * var(--spacing-default));
    pointer-events: none;
}

.hero__actions>* {
    pointer-events: auto;
}

.hero__apps {
    position: absolute;
    z-index: 1;
}


.hero__apps-text {
    filter: invert(1);
}

.hero__apps img {
    width: calc(1.25 * var(--unit-100));
    min-width: calc(1.25 * var(--unit-100));
}

/* .hero__left-actions,
.hero__actions-right {
    position: absolute;
    z-index: 2;
    bottom: var(--unit-24);
}

.hero__left-actions {
    left: var(--grid-container-padding-x, .9375rem);
}

.hero__actions-right {
    right: var(--grid-container-padding-x, .9375rem);
} */

/* LARGE ONLY */
@media (min-width: 64rem) {

    .hero,
    .hero__next,
    .hero__breadcrumb li a::before,
    .hero--secondary::before {
        transition: var(--transition);
    }

    :where(.hero--secondary) {
        height: calc(var(--screen-height, 100svh) / 1.75);
    }

    :where(.hero__background) {
        transform: scale(1.15);
        animation: zoomOut 25s ease-out forwards;
    }

    .hero__breadcrumb li a {
        display: inline-flex;
        position: relative;
        overflow: hidden;
    }

    .hero__breadcrumb li a::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: var(--unit-1);
        background-color: currentColor;
        transform: translateX(-100%);
    }

    .hero__breadcrumb li a:hover::before {
        transform: translateX(0);
    }

    .hero__name {
        font-size: var(--font-70);
    }

    .hero__actions-right {
        margin-left: auto;
    }

    .hero--secondary:hover::before {
        opacity: .35;
    }

    .hero--secondary:hover .hero__background {
        filter: blur(var(--unit-1));
    }

    /* .large-hero__actions-left,
    .large-hero__actions-right {
        position: absolute;
        z-index: 2;
        bottom: var(--unit-24);
    }

    .large-hero__actions-left {
        left: var(--grid-container-padding-x, .9375rem);
    }

    .large-hero__actions-right {
        right: var(--grid-container-padding-x, .9375rem);
    } */

    /* HERO HOMEPAGE*/
    .hero__thumbnails {
        width: 37.5%;
    }

    .hero__thumbnail {
        padding-bottom: var(--unit-8);
        opacity: .75;
    }

    .hero__thumbnail-image {
        /* aspect-ratio: 16/9; */
        aspect-ratio: 16/10;
    }

    .hero__next:hover,
    .hero__thumbnail:hover {
        opacity: 1;
    }

    .hero:hover .hero__swiper .swiper-slide::after {
        opacity: .6;
    }

    .hero__apps {
        right: var(--spacing-default);
        top: var(--spacing-default);
    }

    /* END HERO HOMEPAGE*/

    .large-hero--full-height {
        height: calc(var(--screen-height, 100svh) - var(--top-bar-height, var(--top-bar-estimated-height)));
    }
}

/* END LARGE ONLY */

/* SMALL ONLY */
@media (max-width: 63.9375rem) {
    :where(.hero--secondary) {
        height: calc(var(--screen-height, 100svh) / 2);
    }

    .hero--secondary::before {
        opacity: .35;
    }

    .hero__name {
        font-size: var(--font-50);
        line-height: 1.25;
        margin-bottom: var(--spacing-default);
    }

    .hero__actions {
        justify-content: space-between;
    }

    /* .small-hero__left-actions,
    .small-hero__actions-right,
    .small-hero__actions-center
    {
        position: absolute;
        z-index: 2;
        bottom: var(--unit-24);
    }

    .small-hero__left-actions {
        left: var(--grid-container-padding-x, .9375rem);
    }

    .small-hero__actions-right {
        right: var(--grid-container-padding-x, .9375rem);
    }

    .small-hero__actions-center {
        left: 50%;
        transform: translateX(-50%);
    } */

    /* HERO HOMEPAGE */
    .hero__thumbnail {
        opacity: 1;
    }

    .hero__thumbnail-image {
        aspect-ratio: 1;
    }

    .hero__thumbnails {
        width: 60%;
    }

    .hero__apps {
        left: 50%;
        transform: translateX(-50%);
        top: var(--spacing-default);
    }

    /* END HERO HOMEPAGE*/

    .small-hero--full-height {
        height: calc(var(--screen-height, 100svh) - var(--top-bar-height, var(--top-bar-estimated-height)));
    }
}

/* END HERO */
/* ANCHORS */
.anchor--primary {
    color: var(--color-primary);
}

/* LARGE ONLY */
@media (min-width: 64rem) {
    .anchor {
        transition: var(--transition);
    }

    .anchor--primary:hover {
        color: var(--color-black);
    }

    .anchor--secondary:hover {
        color: var(--color-primary);
    }
}

/* END ANCHORS*/
/* TOGGLE */
.toggle {
    --size-difference: var(--unit-2);
    position: relative;
    display: inline-block;
    height: var(--size);
    width: calc(2 * var(--size));
    border-radius: var(--size);
    cursor: pointer;

    background-color: var(--color-grey-dark);
}

.toggle[data-active] {
    background-color: var(--color-primary);
}


.toggle div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: var(--size-difference);
    height: calc(var(--size) - (2 * var(--size-difference)));
    width: calc(var(--size) - (2 * var(--size-difference)));
    border-radius: calc(var(--size) - (2 * var(--size-difference)));
    background-color: var(--color-white);
}

.toggle[data-active] div {
    transform: translateY(-50%) translate3d(125%, 0, 0);
}

.toggle,
.toggle div {
    transition: var(--transition);
}

/* LARGE ONLY */
@media (min-width: 64rem) {
    .toggle {
        --size: var(--unit-20);
    }
}

/* END LARGE ONLY */


/* SMALL ONLY */
@media (max-width: 63.9375rem) {
    .toggle {
        --size: var(--unit-22);
    }
}

/* END SMALL ONLY */
/* END TOGGLE */
/* RATING */
.rating {
    display: flex;
    align-items: center;
    gap: var(--unit-1);
}

.rating svg {
    height: var(--unit-14);
    width: auto;
}

.rating svg path {
    fill: transparent;
    stroke: var(--color-primary);
}

.rating[data-rating="1"] svg:nth-of-type(1) path {
    fill: var(--color-primary);
}

.rating[data-rating="2"] :where(svg:nth-of-type(1) path, svg:nth-of-type(2) path) {
    fill: var(--color-primary);
}

.rating[data-rating="3"] :where(svg:nth-of-type(1) path, svg:nth-of-type(2) path, svg:nth-of-type(3) path) {
    fill: var(--color-primary);
}

.rating[data-rating="4"] :where(svg:nth-of-type(1) path, svg:nth-of-type(2) path, svg:nth-of-type(3) path, svg:nth-of-type(4) path) {
    fill: var(--color-primary);
}

.rating[data-rating="5"] :where(svg:nth-of-type(1) path, svg:nth-of-type(2) path, svg:nth-of-type(3) path, svg:nth-of-type(4) path, svg:nth-of-type(5) path) {
    fill: var(--color-primary);
}
/* END RATING */
/* SWIPER */
.swiper--1 {
    --swiper-theme-color: var(--color-primary);
    --swiper-pagination-bottom: 0;
    --swiper-pagination-bullet-size: var(--unit-12);
}

.swiper--1 .swiper-slide>* {
    transition: var(--transition);
}

.swiper--1 .swiper-slide {
    height: initial;
}

.swiper--1 .swiper-pagination {
    position: relative !important;
    margin-top: calc(2 * var(--spacing-default));
}


.swiper--1 .swiper-pagination-bullet {
    transition: var(--transition);
}

.swiper--width-auto .swiper-slide {
    width: auto !important;
}

.swiper--overflow-visible {
    overflow: visible;
}

.swiper--semi-transparent-seen .swiper-slide-prev:not(.swiper-slide-fully-visible)>*,
.swiper--semi-transparent .swiper-slide:not(.swiper-slide-visible)>* {
    opacity: .4;
    pointer-events: none;
}

.swiper--hide-inactive .swiper-slide:not(.swiper-slide-fully-visible)>* {
    opacity: 0;
    pointer-events: none;
}

:where(.swiper--1) :where(.swiper-button-prev, .swiper-button-next) {
    background-color: var(--color-primary);
    border-radius: 100%;
}

.swiper--1 .swiper-button-prev svg,
.swiper--1 .swiper-button-next svg {
    width: auto;
    height: var(--unit-24);
    color: var(--color-white);
    fill: var(--color-white);
}

/* LARGE ONLY */
@media (min-width: 64rem) {

    .large-swiper--hide-inactive .swiper-slide:not(.swiper-slide-fully-visible)>* {
        opacity: 0;
        pointer-events: none;
    }

    .large-swiper--semi-transparent-seen .swiper-slide-prev:not(.swiper-slide-fully-visible)>*,
    .large-swiper--semi-transparent .swiper-slide:not(.swiper-slide-visible)>* {
        opacity: .4;
        pointer-events: none;
    }

    .large-swiper--width-auto .swiper-slide {
        width: auto !important;
    }
}

/* END LARGE ONLY */

/* SMALL ONLY */
@media (max-width: 63.9375rem) {
    .small-swiper--hide-inactive .swiper-slide:not(.swiper-slide-fully-visible)>* {
        opacity: 0;
        pointer-events: none;
    }

    .small-swiper--semi-transparent-seen .swiper-slide-prev:not(.swiper-slide-fully-visible)>*,
    .small-swiper--semi-transparent .swiper-slide:not(.swiper-slide-visible)>* {
        opacity: .4;
        pointer-events: none;
    }
}

/* END SMALL ONLY */

/* END SWIPER */
/* CTA */
.cta {
    background-color: transparent;
    display: inline-flex;
    justify-content: center;
    color: var(--color-white);
    border: var(--unit-1) solid transparent;
    border-radius: var(--border-radius-large);
    /* padding: calc(var(--spacing-default) / 1.5) calc(var(--spacing-default) * 1.5); */
    padding: var(--padding-cta-input-button);
    text-transform: uppercase;
    font-weight: var(--font-bold);
    text-align: center;
}

.cta--primary {
    background-color: var(--color-primary);
}

.cta--secondary {
    border: var(--unit-1) solid var(--color-primary);
    color: var(--color-primary);
}

.cta--grey {
    background-color: var(--color-grey);
    color: var(--color-black);
}

.cta--black {
    background-color: var(--color-black);
}

.cta--white {
    background-color: var(--color-white);
    color: var(--color-black);
}

.cta--white-transparent {
    background-color: rgba(var(--color-white-rgb), .2);
    border-color: var(--color-white);
}

/* LARGE ONLY */
@media (min-width: 64rem) {
    .cta {
        transition: var(--transition);
    }

    .cta--primary:hover,
    .cta--secondary:hover,
    .cta--white:hover,
    .cta--grey:hover,
    .cta--white-transparent:hover,
    .large-cta--white-transparent:hover {
        background-color: var(--color-black);
    }

    .cta--secondary:hover,
    .cta--white:hover,
    .cta--grey:hover,
    .cta--white-transparent:hover,
    .large-cta--white-transparent:hover {
        color: var(--color-white);
    }

    .cta--secondary:hover,
    .cta--white-transparent:hover,
    .large-cta--white-transparent:hover {
        border-color: var(--color-black);
    }

    .large-cta--white-transparent {
        background-color: rgba(var(--color-white-rgb), .25);
        border-color: var(--color-white);
    }

    .cta--black:hover {
        background-color: var(--color-primary);
    }
}

/* END LARGE ONLY */

/* SMALL ONLY */
@media (max-width: 63.9375rem) {
    .small-cta--black {
        background-color: var(--color-black);
    }
}

/* END SMALL ONLY */

/* END CTA*/
/* BUTTONS */
.btn {
    color: var(--color-white);
    font-weight: var(--font-bold);
    text-transform: uppercase;
    padding: calc(var(--spacing-default) / 2) var(--spacing-default);
    border-radius: var(--border-radius-small);
}

.btn--primary {
    background-color: var(--color-primary);
}

.btn--black {
    background-color: var(--color-black);
}

.btn--grey {
    background-color: var(--color-grey);
    color: var(--color-black);
}


/* LARGE ONLY */
@media (min-width: 64rem) {
    .btn {
        transition: var(--transition);
    }

    .btn--primary:hover,
    .btn--grey:hover {
        background-color: var(--color-black);
    }

    .btn--black:hover {
        background-color: var(--color-primary);
    }

    .btn--grey:hover {
        color: var(--color-white);
    }
}

/* END LARGE ONLY */
/* END BUTTONS */
/* SECTION */
.section {
    position: relative;
}

.section--padding-0 {
    padding: 0;
}

.section--padding-default {
    padding: var(--spacing-default) 0;
}

.section--bg-white {
    background-color: var(--color-white);
}

:where(.section__name) {
    font-size: var(--font-45);
    font-weight: var(--font-bold);
    margin: 0;
    line-height: 1.25;
}

:where(.section__subtitle) {
    color: var(--color-grey-dark);
    font-weight: var(--font-light);
}

:where(.section__name+.section__subtitle) {
    margin-top: calc(var(--spacing-default) / 2);
}

.section__subtitle.section__subtitle--full-width {
    max-width: 100%;
}

.section__image-half {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
}

.section__image-half img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section--white {
    background-color: var(--color-white) !important;
}

.section--grey {
    background-color: var(--color-grey-light) !important;
}

:where(.section:nth-of-type(odd)) {
    background-color: var(--color-grey-light);
}

.section__image-half {
    overflow: hidden;
    aspect-ratio: 6/5;
}

*>.cell:nth-of-type(1) .section__image-half {
    border-top-right-radius: var(--border-radius-default);
    border-bottom-right-radius: var(--border-radius-default);
}

*>.cell:nth-of-type(2) .section__image-half {
    border-top-left-radius: var(--border-radius-default);
    border-bottom-left-radius: var(--border-radius-default);
}

/* LARGE ONLY */
@media (min-width: 64rem) {
    :where(.section) {
        padding: var(--unit-80) 0;
    }

    :where(.section__subtitle) {
        color: var(--color-grey-dark);
        max-width: calc(4 * var(--unit-100));
        margin: auto;
    }

    .section__subtitle {
        max-width: calc(7 * var(--unit-100));
    }
}
/* END LARGE ONLY */

/* SMALL ONLY */
@media (max-width: 63.9375rem) {
    :where(.section) {
        padding: var(--unit-50) 0;
    }

    :where(.section__name) {
        font-size: var(--font-35);
    }

    .section__image-half {
        border-radius: var(--border-radius-default);
    }

    .section-around-world .swiper-slide {
        width: auto;
    }
}

/* END SMALL ONLY */
/* END SECTION */
/* VIDEO PERSISTENT */

.video-persistent {
    position: absolute;
    transition: var(--transition);
    transition-duration: 500ms;
}

.video-persistent:not(.fixed) {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.video-persistent__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.video-persistent__btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    transition: var(--transition);
}

.video-persistent__btn-play svg {
    color: var(--color-white);
    width: var(--unit-50);
    height: auto;
}

.video-persistent.fixed {
    border-radius: var(--border-radius-default);
    overflow: hidden;
    left: var(--grid-container-padding-x);
    bottom: var(--unit-24);
    cursor: pointer;
    z-index: 9;
}

.video-persistent.fixed .video-persistent__btn-sound,
.video-persistent.fixed .video-persistent__btn-full-screen {
    opacity: 0;
}

.video-persistent.fixed .video-persistent__btn-play {
    opacity: 1;
}

.video-persistent__actions {
    position: absolute;
    left: var(--unit-16);
    bottom: var(--unit-16);
    z-index: 9999;
}

.video-persistent__btn-sound svg,
.video-persistent__btn-full-screen svg {
    color: var(--color-white);
    width: var(--unit-30);
    height: var(--unit-30);
}

.video-persistent__btn-full-screen svg {
    height: var(--unit-25)
}

.video-persistent:not([data-sound]) .video-persistent__btn-sound svg :where(path:nth-of-type(1), path:nth-of-type(2)) {
    display: none;
}

/* LARGE ONLY */
@media (min-width: 64rem) {
    .video-persistent.fixed {
        width: calc(3 * var(--unit-100));
        aspect-ratio: 16/9;
    }

    .video-persistent.fixed:not(.local) {
        position: fixed;
    }
}

/* END LARGE ONLY */

/* SMALL ONLY */
@media (max-width: 63.9375rem) {
    .video-persistent.fixed {
        position: absolute;
        aspect-ratio: 16/9;
        width: 50%;
    }

    .video-persistent.fixed .video-persistent__btn-play svg {
        width: var(--unit-30);
        height: auto;
    }
}

/* END SMALL ONLY */

/* END VIDEO PERSISTENT */
/* FORM NEWSLETTER */
.form--newsletter input {
    outline: 0;
}

.form--newsletter button {
    border: 0px;
}

.form--newsletter a:not(.cta) {
    font-style: italic;
    text-decoration: underline;
    font-weight: var(--font-bold);
}

.form--newsletter input[type="email"],
.form--newsletter button[type="submit"] {
    border: var(--unit-1) solid;
}

.form--newsletter input[type="email"] {
    padding: var(--padding-cta-input-button);
    border-color: var(--color-black);
}

.form--newsletter button[type="submit"] {
    display: block;
}

/* LARGE ONLY */
@media (min-width: 64rem) {

    .form--newsletter button[type="submit"],
    .form--newsletter a {
        transition: var(--transition);
    }

    .form--newsletter input[type="email"] {
        border-top-left-radius: var(--border-radius-medium);
        border-bottom-left-radius: var(--border-radius-medium);
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;

        border-right: 0px !important;
    }

    .form--newsletter button[type="submit"] {
        padding: 0;
        width: 30%;
        border-color: var(--color-primary);
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .form--newsletter button[type="submit"]:hover {
        background-color: var(--color-black);
        border-color: var(--color-black);
    }

    .form--newsletter a:not(.cta):hover {
        color: var(--color-primary);
    }

    .form--newsletter .label-virtual-cnt {
        width: 70%;
    }
}

/* END LARGE ONLY */

/* END FORM NEWSLETTER */
/* BOX */

.section:nth-of-type(even) .box,
.box--grey {
    background-color: var(--color-grey-light);
}

:where(.box) {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--color-white);
    /* box-shadow: var(--box-shadow); */
    border-radius: var(--border-radius-medium);
    text-align: center;
    gap: var(--spacing-default);
    height: 100%;
    overflow: hidden;
    transition: var(--transition);

    border-radius: var(--border-radius-default);
}

:where(.box__icon svg) {
    height: var(--unit-50);
    width: auto;
}

:where(.box__image) {
    position: relative;
    display: block;
}

:where(.box__image-round) {
    border-radius: 100%;
    overflow: hidden;
    width: calc(1.5 * var(--unit-100));
    height: calc(1.5 * var(--unit-100));
}

:where(.box__image img) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

:where(.box__background) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    object-fit: cover;
    z-index: -1;
}

:where(.box__name) {
    color: var(--color-primary);
    font-weight: var(--font-bold);
    font-size: var(--font-24);
}

:where(.box__body) {
    --line-height: 2;
    color: var(--color-grey-dark);
    line-height: var(--line-height);
}

:where(.box__cta) {
    margin-top: auto;
}

.box--padding-default {
    padding: var(--spacing-default);
}

/* STAGES * REGIONS BOXES */
.box--stage-trip {
    padding: 0;
    gap: initial;
    text-align: initial;
    align-items: initial;
    height: auto;
}

.box--stage-trip .box__name {
    font-size: var(--font-18);
    font-weight: var(--font-bold);
    color: var(--color-black)
}

.box--stage-trip .box__image {
    position: relative;
    width: 100%;
}

.box--trip .box__name {
    font-size: var(--font-size, var(--font-18));
    height: calc(var(--line-height) * var(--font-size, var(--font-18)) * var(--line-clamp));
}

.box__for {
    position: absolute;
    left: 0;
    top: var(--border-radius-default);
    z-index: 2;
    font-weight: var(--font-bold);
    color: var(--color-white);
    list-style-type: none;
}

.box__for li {
    padding: var(--unit-2) calc(var(--spacing-default) * 1.5) var(--unit-2) var(--spacing-default);
    border-top-right-radius: var(--border-radius-large);
    border-bottom-right-radius: var(--border-radius-large);
}

.box__favourite {
    position: absolute;
    right: var(--spacing-default);
    top: var(--spacing-default);
    z-index: 2;
    cursor: pointer;
}

.box__favourite svg {
    width: auto;
    height: var(--unit-28);
}

.box__favourite path:nth-of-type(1) {
    fill: transparent;
}

.box__favourite[data-active] svg path:nth-of-type(1) {
    fill: var(--color-primary);
}

.box__favourite[data-active] svg path:nth-of-type(2) {
    stroke: var(--color-primary);
}

.box__favourite svg path:nth-of-type(2) {
    stroke: var(--color-white);
    stroke-width: var(--unit-2);
}

.box__info svg {
    width: var(--unit-14);
    height: var(--unit-14);
    min-height: var(--unit-14);
    min-width: var(--unit-14);
}

/* END STAGES * REGIONS BOXES */

/* LARGE ONLY */
@media (min-width: 64rem) {
    .box__favourite svg path {
        transition: var(--transition);
    }

    .box__favourite:hover svg path:nth-of-type(1) {
        fill: var(--color-primary);
    }

    .box__favourite:hover svg path:nth-of-type(2) {
        stroke: var(--color-primary);
    }

    :where(.box) {
        padding: var(--unit-50) var(--spacing-default);
    }
}

/* END LARGE ONLY */

/* SMALL ONLY */
@media (max-width: 63.9375rem) {
    :where(.box) {
        padding: var(--unit-40) var(--spacing-default);
    }
}

/* END SMALL ONLY */

/* END BOX */
/* FORMS */
.form--1 input:not([type="file"]),
.form--1 select,
.form--1 textarea {
    padding: calc(var(--spacing-default) / 1.25);
    border: var(--unit-1) solid var(--color-black);
    border-radius: var(--border-radius-small);
    outline: 0;
}

.form--1 textarea {
    resize: none;
}

.form--1 .checkbox-virtual input[type="checkbox"]:checked+.checkbox-virtual__checkbox,
.form--1 .radio-virtual input[type="radio"]:checked+.radio-virtual__checkbox {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.form--1 .checkbox-virtual__checkbox svg,
.form--1 .radio-virtual__checkbox svg {
    color: var(--color-white);
}

.form--1 button {
    outline: 0;
}

.form--1 .checkbox-virtual__text a {
    font-style: italic;
    text-decoration: underline;
    font-weight: var(--font-bold);
}

.form--1 .label-virtual-cnt .label-virtual {
    left: calc(var(--spacing-default) / 1.25);
    color: var(--color-grey-dark);
}

.form--1 .label-virtual-cnt[data-active] .label-virtual {
    transform: translateY(-50%);
}


.form--1 .label-virtual-cnt[data-active] .label-virtual::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--color-white);
    height: calc(50% + 1px);
    width: 100%;
    z-index: -1;
}

.form--1 .select-wrapper,
.form--map .select-wrapper
{
    position: relative;
    display: flex;
}

.form--1 .select-wrapper .label-virtual-cnt,
.form--map .select-wrapper .label-virtual-cnt {
    width: 100%;
}

.form--1 .select-wrapper select,
.form--map .select-wrapper select {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
}

.form--map .select-wrapper select {
    padding: 0;
    border: 0;
    outline: 0;
}

.form--1 .select-wrapper svg,
.form--map .select-wrapper svg {
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: var(--spacing-default);
    width: .65rem;
    transition: var(--transition);
    transition-property: transform;
    will-change: transform;
}

.form--1 .select-wrapper[data-active] svg,
.form--map .select-wrapper[data-active] svg {
    transform: translateY(-50%) scaleY(-1);
}


.form--1 input[type="number"]::-webkit-outer-spin-button,
.form--1 input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form--1 input[type="number"] {
    -moz-appearance: textfield;
}

/* LARGE ONLY */
@media (min-width: 64rem) {
    .form--1 a {
        transition: var(--transition);
    }

    .form--1 a:not(.cta):hover {
        color: var(--color-primary);
    }
}

/* END LARGE ONLY */


/* SMALL ONLY */
@media (max-width: 63.9375rem) {}

/* END SMALL ONLY */

/* END FORMS */
/* MODALS */
.modal--1 .modal__wrapper {
    border-radius: var(--border-radius-large);
    padding: 0;
    overflow: hidden;
}

.modal--1 .modal__btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--unit-35);
    height: var(--unit-35);
    transform: translate(-50%, 50%);
    background-color: rgba(var(--color-white-rgb), .9);
    color: var(--color-black);
    z-index: 9999;
    text-transform: uppercase;
    box-shadow: var(--box-shadow-grey-dark);
}

.modal--1 .modal__btn-close svg {
    width: var(--unit-16);
    height: var(--unit-16);
}

.modal--2__title {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-weight: var(--font-bold);
    text-align: center;
}

.modal--2__description {
    text-align: center;
}

/* LARGE ONLY */
@media (min-width: 64rem) {
    .modal--1 .modal__btn-close {
        transition: var(--transition);
    }

    .modal--1 .modal__btn-close {
        opacity: .5;
    }

    .modal--1 .modal__btn-close:hover {
        opacity: 1;
    }

    .large-modal--max-width-750 .modal__container {
        max-width: calc(7.5 * var(--unit-100));
    }

    .large-modal--width-750 .modal__container {
        width: calc(7.5 * var(--unit-100));
    }

    .large-modal--min-width-450 .modal__container {
        min-width: calc(4.5 * var(--unit-100));
    }

    .modal--2 .modal__content {
        padding: calc(3 * var(--spacing-default)) calc(2 * var(--spacing-default));
    }

    .modal--2__title {
        font-size: var(--font-30);
    }
}

/* END LARGE ONLY */

/* SMALL ONLY */
@media (max-width: 63.9375rem) {
    .modal--2 .modal__content {
        padding: calc(2 * var(--spacing-default)) var(--spacing-default);
    }

    .modal--2__title {
        font-size: var(--font-24);
    }
}

/* END SMALL ONLY */

/* END MODALS */

/* FOOTER */
.footer__apps a {
    transition: var(--transition);
}

.footer {
    position: relative;
    z-index: 2;
    background-color: var(--color-primary);
    color: var(--color-white);
}

.footer__name {
    font-size: var(--font-24);
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: var(--font-bold);
    margin-bottom: var(--spacing-default);
}

.footer__text {
    opacity: .8;
    font-weight: var(--font-light);
}

.footer__apps svg {
    width: 100%;
}

.footer__apps svg rect {
    width: 100%;
    height: 100%;
}

/* LARGE ONLY */
@media (min-width: 64rem) {
    .footer {
        padding: var(--unit-80) 0 var(--unit-30) 0;
    }

    .footer__apps a:hover,
    .footer .socials a:hover
    {
        transform: scale(1.075);
    }
}

/* END LARGE ONLY */

/* SMALL ONLY */
@media (max-width: 63.9375rem) {
    .footer {
        padding: var(--unit-50) 0 var(--unit-30) 0;
    }
}

/* END SMALL ONLY */
/* END FOOTER */
.aspect-ratio-5-4 {
    aspect-ratio: 5/4;
}