.model-adamas {
    font-family: en-regular, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    background: #000;
}
header:not(.fixed) {
    background-color: #0000001a;
}
.hero--banner {
    margin-top: 0;
}
.hero--banner .video--banner--text {
    top: 11rem;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0;
    left: 50%;
    translate: -50% 0;
}

.hero--banner img {
    margin-bottom: 1rem;
    height: 30px;
}

.hero--banner p {
    font-size: 1.25rem;
    letter-spacing: 2px;
}
.hero--banner p.watch {
    font-size: 1.125rem;
    cursor: pointer;
    width: auto;
    display: inline-flex;
    margin: auto;
    align-items: baseline;
}

.hero--banner svg {
    height: 10px;
    width: auto;
    margin-left: .35rem;
}

.adamas-prebenefits {
    height: auto;
    margin-top: 6.5rem;
    margin-bottom: 1.5rem;
}

.adamas-prebenefits .image-banner--text {
    bottom: auto;
    top: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.video--benefits .video--banner--text {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.adamas-prebenefits h2, .video--benefits h2 {
    font-family: en-light, sans-serif;
    font-weight: 300;
    order: 2;
}
#benefits-slider {
    padding-bottom: 8rem;
}

.benefits-slider .top-text h2 {
    font-size: 1.55rem;
    letter-spacing: 1.5px;
}


.benefits-slider .swiper-slide {
    width: calc(100% - 300px);
}
.benefits-slider .swiper-slide picture, .benefits-slider .swiper-slide .video {
    height: 100%;
}
.benefits-slider .swiper-slide .desc-text {
    bottom: 1rem;
    z-index: 111;
    position: absolute;
    margin-left: 3rem;
    color: #ffffff4d;
    letter-spacing: 2px;
}
.benefits-slider .swiper-navigations {
    margin-top: 1rem;
}
.swiper-navigations {
    margin-top: -1rem;
}

.swiper-navigations .swiper-button-next, .swiper-navigations .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: 64px;
    height: 64px;
    border-radius: 99999px;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    right: var(--swiper-navigation-sides-offset, 13rem);
    left: auto;
    background-color: #00000059;
    backdrop-filter: blur(12px);
    transition: .4s;
}

.swiper-navigations .swiper-button-next:hover, .swiper-navigations .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.79);
    transition: .4s;
    filter: invert(1);
}

.swiper-navigations .swiper-button-prev, .swiper-navigations .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 13rem);
    right: auto;
}

.swiper-navigations .swiper-button-prev:after, .swiper-navigations .swiper-button-next:after {
    content: none;
}
.icon-gengduo:before {
    content: url("/fonts/jiantou2.svg");
    display: block;
    width: 22px;
    height: 26px;
    opacity: .85;
}
.icon-gengduo.rotate-180 {
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.benefits-slider .swiper-slide:hover img:not(.plus-icon), .benefits-slider .swiper-slide:hover video {
    transform: none;
}

.benefits-slider .swiper-slide .bottom-text--item {
    letter-spacing: 2px;
}

.benefits-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    position: relative;
    margin-top: -2rem;
}

.swiper-pagination-bullet-active .swiper-pagination-bullet--stroke {

}
.benefits-slider .swiper-slide .bottom-text {
    bottom: 0;
    padding-bottom: calc(5% + 2rem);
    background-image: linear-gradient(180deg, #0000, #000000ba);
}

.benefits-slider .swiper-slide .bottom-text p {
    font-size: 14px;
}
.benefits-slider .swiper-slide .bottom-text strong {
    font-size: 16px;
}

.model-adamas .swiper-pagination-bullet {
    width: 40px !important;
}

.video--benefits {
    /*margin-top: 5rem;*/
}
.video--benefits .video-banner {
    margin-top: 0;
    position: relative;
    height: 100vh;

}
.shadow-item {
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(180deg, transparent, #000);
    bottom: 0;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
}
.video--benefits .benefits-slider {
    padding-top: 0;
}
.video--benefits .video-banner--bg {
    position: absolute;
    height: 100%;
}
.video--benefits .video--banner--text {
    top: 6rem;
}
.video--benefits .benefits-slider.modal-slider .swiper-slide {
    margin-top: 0;
}

.video--benefits h2 {
    font-family: en-light, sans-serif;
    font-weight: 300;
    letter-spacing: 1.5px;
}
.video--benefits .video--banner--text p {
    font-size: 1.125rem;
    letter-spacing: 1.5px;
}
.feature--items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

.feature--items.mb-2 {
    margin-bottom: 1.5rem;
}

.feature--items .feature--item {
    width: calc(50% - .75rem);
    position: relative;
    overflow: hidden;
}
.feature--items .feature--item.w-100 {
    width: 100%;
}
.feature--items .feature--item picture {
    display: flex;
    width: 100%;
    height: 100%;
}
.feature--items .feature--item img {
    transition: .5s;
}
.feature--items .feature--item:hover img {
    transform: scale(1.1);
    transition: .5s;
}

.feature--items .feature--item--content {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.feature--item--content .top-text {
    display: flex;
    width: 100%;
    color: #fff;
    padding: 2.5rem;
    padding-right: 9rem;
    left: 0;
    justify-content: space-between;
    align-items: center;
}

.feature--item--content .top-text h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0;
    font-family: en-regular, sans-serif;
    font-weight: normal;
    order: unset;
}

.feature--more {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    transition: .5s;
    position: absolute;
    right: 35px;
}
.feature--more svg {
    transition: .5s;
}
.feature--more:hover {
    background: #ffffffb3;
    transition: .5s;
    backdrop-filter: blur(8px);
}

.feature--more:hover svg {
    transform: rotate(90deg);
    transition: .5s;
    filter: invert(1);
}

.section-360 {
    background: #fff;
    padding: 6rem 0 8rem 0;
    margin-bottom: 0;
}

.section-360 .section-360--content {
    letter-spacing: 2px;
}

.section-360 .section-360--content p {
    font-size: 1.125rem;
    font-family: en-medium,sans-serif;
    font-weight: 500;
}
.section-360 .section-360--content h2 {
    font-family: en-light, sans-serif;
    font-weight: 300;
}
.section-360--header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}
.section-360--tab-btns {
    margin: 0;
    position: relative;
    overflow: hidden;
}
.section-360--tab-btns .absolute {
    position: absolute;
    bottom: 0;
    width: 200px;
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    min-width: 100%;
}
.section-360--tab-btns .absolute1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    background: rgba(0, 0, 0, 1);
    height: 1px;
    transition: .2s;
}

.section-360--tab-btns .absolute1.exterior {
    transform: translateX(0);
    transition: .2s;
}

.section-360--tab-btns .absolute1.interior {
    transform: translateX(165%);
    width: 90px;
    transition: .2s;
}

.section-360--tab-btns.inverted {
    filter: invert(0);
}

.section-360--tab-btn {
    font-size: 1rem;
    font-weight: 600;
    font-family: en-medium, sans-serif;
    padding: 0;
    text-align: left;
    width: auto;
    margin-right: 1.5rem;
    letter-spacing: 2px;
}
.section-360--tab-btn:nth-child(2) {
    text-align: right;
    margin-right: 0;
    margin-left: 1.5rem;
}

.section-360--wrapper {
    background-image: none !important;
    background-color: rgb(248 248 248);
    height: auto;
    width: 100%;
    aspect-ratio: 1.78;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 2.5rem;
}
.section-360--items, .section-360--item {
    top: 50%;
    transform: translateY(-50%);
}
.section-360--colors {
    justify-content: flex-start;
    align-items: center;
    padding: 1.25rem 2.5rem;
    background-color: rgb(248 248 248);
}
.section-360--items-foreground {
    background: linear-gradient(145deg, #f1f1f1 0%, #f2f2f2 100%);
    width: 100%;
    height: 43%;
    bottom: 0;
    position: absolute;
    left: 0;
}
.section-360--colors-header {
    margin-right: 2rem;
    font-size: 1.125rem;
    letter-spacing: 2px;
}
.section-360--color {
    border-radius: 0;
}
.section-360--color.active {
    border-color: #000;
}

.interior--btns {
    position: relative;
    bottom: 0;
    margin-top: 2rem;
    padding: 1.5rem 2.5rem;
    background-color: rgb(248 248 248);
    justify-content: flex-start;
    align-items: center;
}
.interior--color-btns {
    padding: 0;
    background: none;
    margin: 0;
    width: 100%;
}
.interior--seats-btns {
    margin-right: 5rem;
}
.interior--seats-btn {
    font-family: en-light, sans-serif;
    color: #000;
}
.interior--color-btn, .interior--seats-btn {
    margin-top: 0;
    margin-bottom: 0;
}

.interior--seats-btn {
    background: none;
    backdrop-filter: none;
    filter: none;
    border-radius: 0;
    border: 1px solid #0003;
    font-size: 1rem;
    width: 230px;
    padding: .75rem 0;
}
.interior--seats-btn.active {
    border-color: #000;
    background: none;
}

.interior--btns .section-360--colors-header {
    margin-right: 1rem;
}

.section-360--tab {
    height: auto;
}
.section-360--color .color--hint {
    background: #0006;
    font-size: 16px;
    line-height: 1.5;
    padding: .5rem 2.5rem;
    text-wrap: nowrap;
    backdrop-filter: blur(16px);
    border-radius: 0;
    letter-spacing: 1.5px;
}

.video-info-banner {
    margin: 0;
    position: relative;
}

.video-info-banner .video--banner--text {
    position: absolute;
    top: 4rem;
}

.video-info-banner h2 {
    font-family: en-light, sans-serif;
    font-weight: 300;
    letter-spacing: 1.5px;
}
.video-info-banner .video--banner--text p {
    font-size: 1.125rem;
    letter-spacing: 1.5px;
}

.btn--more {
    margin-top: 1.5rem;
    display: inline-block;
    font-size: 14px;
    padding: .625rem 2rem;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    color: #fff;
    transition: .3s;
}

.btn--more:hover {
    background: #ffffffb3;
    backdrop-filter: blur(16px);
    color: #000;
    transition: .3s;
}

.hero, .hero .swiper-slide {
    min-height: 850px;
}

.hero .swiper {
    height: 100%;
}

.hero .swiper-slide .container {
    bottom: auto;
    top: 6rem;
}
.hero h2 {
    width: 100%;
    display: flex;
    font-family: en-light, sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
}

.hero .swiper-slide p {
    font-family: en-medium, sans-serif;
    letter-spacing: 2px;
}

.hero .swiper-pagination {
    text-align: center;
    bottom: 2rem !important;
}
.hero--bottom--content {
    position: absolute;
    bottom: calc(7vh + 100px);
    width: 100%;
    text-align: center;
    left: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    z-index: 1;
}

.video-banner picture.visible {
    display: block;
}

.feature--images .feature--item {
    cursor: default;
}

.feature--images .feature--item--content .top-text h2 {
    width: 100%;
    margin-bottom: 1rem;
}

.feature--images .top-text {
    flex-wrap: wrap;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.5;
}
.modal:not(.mini-modal) {
    visibility: visible;
    opacity: 1;
    height: 0;
    bottom: 0;
    top: auto;
    transition: .6s;
}
.modal.mini-modal {
    backdrop-filter: blur(16px);
}
.modal.mini-modal .modal-content {
    margin: auto;
    border: none;
}
.modal.shown {
    height: 100%;
    transition: .6s;
}
.modal-content {
    width: 100%;
    height: 100%;
    margin: 0;
}
.modal-heading {
    box-shadow: 0 1px 2px 0 #0000000d;
    height: auto;
}
.modal-heading h2 {
    padding: 0 2rem 1.5rem;
    width: 80%;
    margin: auto;
    font-size: 1.25rem;
    letter-spacing: 2px;
    font-weight: 300;
    font-family: 'en-light', sans-serif;
}
.modal-content .close-btn {
    height: 2.5rem;
    width: 2.5rem;
}
.modal-content .close-btn>span {
    left: 20%;
    top: 50%;
    width: 60%;
}
.modal-content .close-btn .overlay {
    height: 2.5rem;
    width: 2.5rem;
    position: relative;
}
.modal-content .close-btn .overlay span {
    background-color: #000;
    display: block;
    position: absolute;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.modal-content .close-btn .overlay span {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
}

.modal-content .close-btn .overlay span:nth-child(odd) {
    height: 1px;
    -webkit-transform: scaleX(0) scaleY(1);
    transform: scaleX(0) scaleY(1);
}

.modal-content .close-btn .overlay span:nth-child(even) {
    width: 1px;
    -webkit-transform: scaleY(0) scaleX(1);
    transform: scaleY(0) scaleX(1);
}

.modal-content .close-btn .overlay span:nth-child(1) {
    top: 0;
    left: 0;
    right: 0;
    webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-delay:  450ms;
    transition-delay: 450ms;
}

.modal-content .close-btn .overlay span:nth-child(2) {
    top: 0;
    bottom: 0;
    right: 0;
    webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.modal-content .close-btn .overlay span:nth-child(3) {
    bottom: 0;
    left: 0;
    right: 0;
    webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

.modal-content .close-btn .overlay span:nth-child(4) {
    top: 0;
    bottom: 0;
    left: 0;
    webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-delay: unset;
    transition-delay: unset;
}

.modal-content .close-btn:hover .overlay span:nth-child(odd) {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
}
.modal-content .close-btn:hover .overlay span:nth-child(even) {
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
}


.modal-content .close-btn:hover .overlay span:nth-child(1) {
    -webkit-transition-delay:  unset;
    transition-delay: unset;
}

.modal-content .close-btn:hover .overlay span:nth-child(2) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

.modal-content .close-btn:hover .overlay span:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.modal-content .close-btn:hover .overlay span:nth-child(4) {
    top: 0;
    bottom: 0;
    right: 0;
    webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-delay: .45s;
    transition-delay: .45s;
}

.modal-content .info-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
}

.modal-content .info-item h2 {
    font-size: 1.5rem;
    line-height: 1.5;
}
.modal-content .info-item .bottom-text {
    font-size: 1rem;
}

.modal-content .info-item:nth-child(odd) .info-item--content {
    order: -1;
}


.modal-content .info-item picture, .modal-content .video {
    width: 56%;
    height: 100%;
}

.modal-content .info-item--content {
    width: 44%;
    padding: 0 2.5rem;
}

.info-item .desc-text {
    padding-bottom: 0;
    margin-top: 2.5rem;
    font-size: .625rem;
}

.section-360--item.active {
    max-width: 100%;
}

.video-adamas-modal .modal-body, .video-adamas-modal .modal-content {
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #000;
}

.video-adamas-modal .modal-content .close-btn .overlay span, .video-adamas-modal .close-btn>span {
    background-color: #fff;
}

.video-adamas-modal .modal-body {
    display: flex;
    padding: 0 !important;
}

@media screen and (max-width: 991px) {
    .benefits-slider .swiper-slide {
        width: 80%;
        background: rgb(255 255 255/.1);
    }
    .benefits-slider .swiper-slide .top-text, .benefits-slider .swiper-slide .bottom-text {
        color: #fff;
    }
}
.section-360--tab-btns--mobile {
    display: none;
}

.play-mb {
    display: none;
}

@media (max-width: 1499px) {
    .interior--btns .section-360--colors-header {
        display: none;
    }
    .section-360 {
        overflow: hidden;
    }
    .section-360 .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .section-360--item.active {
        aspect-ratio: 16 / 9;
        max-width: none;
    }
    .section-360--wrapper {
        aspect-ratio: 16 / 9;
        width: 100%;
        max-width: none;
        height: auto;
    }

    .section-360--items, .section-360--item {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 991px) {
    .swiper-navigations .swiper-button-next, .swiper-navigations .swiper-button-prev {
        top: 25%;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 5rem !important;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 5rem !important;
    }
    .benefits-slider .swiper-slide .desc-text {
        margin-left: 0;
        bottom: -1rem;
        background: none;
    }
    .benefits-slider .swiper-slide .bottom-text--item {
        text-align: left;
    }
    .benefits-slider .swiper-slide .bottom-text--item.text-center {
        width: 100%;
    }
    .section-360 .cursor-wrapper {
        background: none;
    }
    .interior--btns {
        flex-wrap: wrap;
    }
    .interior--seats-btns {
        margin: 0;
        width: 60%;
        order: 2;
        margin-top: 2rem;
    }
    .interior--btns .section-360--colors-header {
        order: 0;
        width: 35%;
        display: inline-flex;
    }
    .interior--btns .section-360--colors-header:first-child {
        order: 2;
    }
    .interior--color-btns {
        width: 60%;
    }

    .feature--images .top-text {
        font-size: 12px;
        padding-right: 5rem;
    }
    .feature--item--content .top-text h2 {
        font-size: 1rem;
    }
    .video-banner h2 {
        font-size: 30px;
    }
    .image-banner--text h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .swiper-navigations .swiper-button-next, .swiper-navigations .swiper-button-prev {
        display: none;
    }
    .hero--banner .video--banner--text {
        top: 7.5rem;
        width: 100%;
    }

    .hero--banner img {
        height: 20px;
        margin-bottom: .5rem;
    }

    .hero--banner p {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .hero--banner p.watch {
        font-size: .875rem;
    }

    .section-360 .container {
        padding: 0;
        position: relative;
    }
    .section-360--header {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .section-360--tab-btns {
        display: none;
    }
    .section-360--tab-btns--mobile {
        position: absolute;
        display: flex;
        left: 50%;
        transform: translateX(-50%);
        top: 26rem;
    }
    .section-360--colors-header {
        display: none;
    }
    .section-360--wrapper {
        height: 14rem;
        margin-bottom: 7rem;
    }
    .interior--wrapper {
        height: 14rem;
        margin-bottom: 7rem;
    }
    .interior--btns {
        padding-top: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .interior--btns .section-360--colors-header {
        display: none;
    }
    .interior--color-btns {
        width: 100%;
    }
    .section-360--colors {
        padding-top: 5rem;
        position: relative;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .interior--color-btns.section-360--colors {
        padding-left: 0;
        padding-right: 0;
    }
    .section-360--color {
        margin: .25rem;
        position: unset;
    }
    .section-360--color .color--hint {
        background: none;
        color: #000;
        top: 2.5rem;
        left: 1rem;
        padding: 0;
    }


    .section-360--color.active .color--hint,
    .section-360--color .color--hint.shown,
    .section-360--color:hover .color--hint {
        opacity: 1;
        transform: none;
        padding: 0;
        left: 1rem;
    }

    .interior--color-btn.section-360--color .color--hint,
    .interior--color-btn.section-360--color .color--hint.shown {
        left: .5rem;
    }
    .section-360 .cursor-wrapper {
        background: none;
    }
    .interior--seats-btns {
        margin-right: 0;
        order: 2;
        width: 100%;
        margin-top: 2rem;
    }

    .benefits-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        padding: 0;
        margin-top: 0;
    }
    .model-adamas .swiper-pagination-bullet {
        width: 30px !important;
    }
    .benefits-slider .swiper-slide .top-text, .benefits-slider .swiper-slide .bottom-text, .benefits-slider .swiper-slide .desc-text {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #benefits-slider {
        padding-bottom: 0;
    }
    #benefits-slider .swiper-slide .bottom-text{
        background-image: none;
        height: 16rem;
        padding-bottom: 1rem;
    }

    .benefits-slider .swiper-slide .bottom-text--item {
        text-align: left;
    }
    .benefits-slider .swiper-slide .bottom-text strong {
        margin-bottom: .5rem;
        display: flex;
        font-size: .875rem;
        font-family: 'en-regular', sans-serif;
    }

    .benefits-slider .swiper-slide .desc-text {
        position: relative;
        bottom: 0;
        height: 140px;
        display: flex;
        align-items: flex-end;
        margin: 0;
        font-size: 11px;
    }
    .benefits-slider .top-text h2 {
        font-family: en-light, sans-serif;
        font-size: 1rem;
    }

    .video-banner .container {
        background: transparent;
    }
    .video--benefits {
        margin-top: 5rem;
    }
    .video--benefits.mt-0 {
        margin-top: 0;
    }
    .feature--items .feature--item {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .feature--item--content .top-text {
        padding: 1rem 1rem 3.5rem 1rem;
    }

    .feature--more {
        right: auto;
        left: 1rem;
        bottom: 1rem;
        width: 25px;
        height: 25px;
    }

    .section-360 {
        padding: 4rem 0 8rem 0;
    }

    .section-360 .section-360--content p {
        font-size: .875rem;
    }
    .section-360 .section-360--content h2 {
        font-size: 1.25rem;
    }

    .image-banner--text p {
        font-size: .875rem;
    }
    .adamas-prebenefits {
        margin-top: 4.5rem;
    }
    .adamas-prebenefits h2, .video--benefits h2 {
        font-size: 1.25rem;
    }
    .video--benefits .video--banner--text p {
        font-size: .875rem;
    }
    .video--benefits .video--banner--text {
        top: 3.75rem;
    }
    .video-info-banner .video--banner--text {
        top: 3.75rem;
    }
    .video-info-banner .video--banner--text h2 {
        font-size: 1.25rem;
    }
    .video-info-banner .video--banner--text p {
        font-size: .875rem;
    }
    .btn--more {
        margin-top: .5rem;
        font-size: 12px;
    }

    .hero .swiper {
        height: auto;
    }

    .hero .swiper-slide picture img {
        object-fit: contain;
    }
    .hero .swiper-slide p {
        font-size: .875rem;
    }
    .hero h2 {
        font-size: 1.25rem;
    }

    .hero .swiper-slide .container {
        top: 0;
        padding: 0 1.5rem;
        justify-content: flex-start;
        text-align: left;
    }

    .hero, .hero .swiper-slide {
        min-height: auto;
        height: auto;
    }
    .hero .swiper-slide {
        height: 500px;
    }
    .hero--bottom--content {
        bottom: 6rem;
        font-size: 1rem;
        opacity: 0;
    }
    .swiper-slide-active .hero--bottom--content {
        opacity: 1;
    }
    .modal:not(.mini-modal) .modal-body {
        height: 90%;
    }
    .modal-content .info-item--content {
        width: 100%;
        padding: 0 .5rem;
    }
    .modal-content .info-item picture, .modal-content .video {
        width: 100%;
        order: -1;
    }
    .info-item .desc-text {
        padding-bottom: 1.5rem;
    }
    .modal-content .info-item h2 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .modal-content .info-item .bottom-text {
        font-size: .875rem;
    }
    .modal:not(.mini-modal) .modal-heading {
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    .play-mb {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 60px;
        width: 60px;
        background-color: #0000001a;
        border-radius: 99999px;
        backdrop-filter: blur(10px);
    }
    .play-mb img {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .modal:not(.mini-modal) .modal-content {
        height: 100%;
    }
    .modal:not(.mini-modal) {
        transition: .6s;
        background: none;
    }
    .modal.shown:not(.mini-modal) {
        transition: .6s;
        background: none;
    }
    .modal-heading h2 {
        padding: 0 1rem 0.5rem;
        font-size: .875rem;
    }
    .modal-content {
        padding: 10px 0 20px;
    }
    .modal-content .close-btn {
        top: 0.5rem;
        width: 2rem;
        height: 2rem;
    }

    .modal-content .info-item h2 {
        font-size: 14px;
    }
    .modal-content .info-item .bottom-text {
        font-size: 12px;
    }
}
