.page-template-about-us-php .site-breadcrumb {
    top: 35dvh;
}

@media (min-width: 768px) {
    .page-template-about-us-php .site-breadcrumb {
        top: 96px;
    }
}


.about-immersive-hero {
    --hero-section-gap: 22px;
    --hero-screen-width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 41dvh 15px 48px;
    isolation: isolate;
}

@media (min-width: 768px) {
    .about-immersive-hero {
        padding: 152px 24px 56px;
    }
}

@media (min-width: 1024px) {
    .about-immersive-hero {
        --hero-screen-width: 310px;
        min-height: 100vh;
        padding: 128px 40px 72px;
    }
}

.about-immersive-hero--has-logos {
    padding-bottom: 120px;
}

@media (min-width: 1024px) {
    .about-immersive-hero--has-logos {
        padding-bottom: 180px;
    }
}

.about-immersive-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 1;
    background: linear-gradient(358.41deg, #101241 3.27%, rgba(16, 18, 56, 0.78) 10.05%, rgba(16, 18, 56, 0.08) 98.57%), linear-gradient(0deg, rgba(0, 1, 87, 0.42), rgba(0, 1, 87, 0.42));
    transition: opacity 0.75s ease;
}

.about-immersive-hero__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: -3;
}

.about-immersive-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 56px;
    align-items: start;
    transition: opacity 0.7s ease, transform 0.7s ease;
}

@media (min-width: 768px) {
    .about-immersive-hero__inner {
        max-width: 720px;
        gap: 64px;
    }
}

@media (min-width: 1024px) {
    .about-immersive-hero__inner {
        max-width: 1280px;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
        gap: 64px;
        align-items: center;
    }
}

.about-immersive-hero__left {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .about-immersive-hero__left {
        max-width: 640px;
    }
}

.about-immersive-hero__title {
    margin: 0;
    color: #fff;
}

.about-immersive-hero__subtitle {
    margin: var(--hero-section-gap) 0 0;
    color: rgba(255, 255, 255, 0.92);
}

@media (min-width: 768px) {
    .about-immersive-hero__subtitle {
        max-width: 520px;
    }
}

@media (min-width: 1024px) {
    .about-immersive-hero__subtitle {
        max-width: 450px;
    }
}

.about-immersive-hero__subtitle span {
    font-weight: 800;
}

@media (min-width: 1024px) {
    .about-immersive-hero__subtitle span {
        font-weight: 900;
    }
}


.about-immersive-hero__highlights {
    order: 4;
    margin: 56px 0 0;
    padding: 12px 8px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 20px;
}

@media (min-width: 768px) {
    .about-immersive-hero__highlights {
        margin-top: 40px;
        padding: 16px 20px;
        max-width: 720px;
    }
}

@media (min-width: 1024px) {
    .about-immersive-hero__highlights {
        order: 3;
        margin-top: var(--hero-section-gap);
        padding: 0;
        max-width: 430px;
        border: 0;
        background: transparent;
    }
}

.about-immersive-hero__highlight {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.about-immersive-hero__highlight-icon {
    width: 60px;
    height: auto;
}

.about-immersive-hero__highlight-text {
    color: rgba(255, 255, 255, 0.86);
}

.about-immersive-hero__cta-wrap {
    order: 3;
    margin-top: 30px;
}

@media (min-width: 1024px) {
    .about-immersive-hero__cta-wrap {
        margin-top: 70px;
        order: 4;
    }
}

.about-immersive-hero__cta-wrap .about-immersive-hero__btn-buy {
    width: 100%;
}

@media (min-width: 1024px) {
    .about-immersive-hero__cta-wrap .about-immersive-hero__btn-buy {
        width: 184px;
    }
}

@media (min-width: 1024px) {
    .about-immersive-hero__right {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: fit-content;
    }
}

.about-immersive-hero__phone-layout {
    position: relative;
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
    display: block;
}

@media (min-width: 1024px) {
    .about-immersive-hero__phone-layout {
        position: static;
        width: auto;
        max-width: none;
        margin: 0;
        display: grid;
        grid-template-columns: 40px var(--hero-screen-width) 40px;
        gap: 16px;
        align-items: center;
    }
}

.about-immersive-hero__arrow {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.62);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.about-immersive-hero__arrow-icon {
    width: 7px;
    height: 12px;
    display: block;
}

.about-immersive-hero__arrow--next .about-immersive-hero__arrow-icon {
    transform: rotate(180deg);
}

@media (hover: hover) and (pointer: fine) {
    .about-immersive-hero__arrow:hover {
        color: #fff;
    }
}

.about-immersive-hero__arrow[disabled] {
    opacity: 0.72;
    pointer-events: none;
    cursor: default;
}

.about-immersive-hero__phone {
    position: relative;
    border-radius: 16px;
    width: 100%;
}

@media (min-width: 1024px) {
    .about-immersive-hero__phone {
        width: var(--hero-screen-width);
    }
}

.about-immersive-hero__arrow--prev {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    z-index: 3;
}

@media (min-width: 768px) {
    .about-immersive-hero__arrow--prev {
        left: 16px;
    }
}

@media (min-width: 1024px) {
    .about-immersive-hero__arrow--prev {
        position: static;
        justify-self: auto;
        transform: none;
    }
}

.about-immersive-hero__arrow--next {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: 3;
}

@media (min-width: 768px) {
    .about-immersive-hero__arrow--next {
        right: 16px;
    }
}

@media (min-width: 1024px) {
    .about-immersive-hero__arrow--next {
        position: static;
        justify-self: auto;
        transform: none;
    }
}

.about-immersive-hero__stories {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
    display: flex;
    gap: 6px;
}

.about-immersive-hero__story-tab {
    --story-progress: 0;
    position: relative;
    flex: 1;
    height: 3px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.35);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    overflow: hidden;
    cursor: pointer;
}

.about-immersive-hero__story-tab::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.96);
    transform: scaleX(var(--story-progress));
    transform-origin: left center;
    transition: transform 0.1s linear, box-shadow 0.2s ease;
}

.about-immersive-hero__story-tab.is-active::after {
    box-shadow: 0 0 8px rgba(226, 238, 255, 0.8);
}

.about-immersive-hero__story-tab[disabled] {
    pointer-events: none;
    cursor: default;
}

.about-immersive-hero__screen {
    min-height: 562px;
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 12px;
    overflow: hidden;
    background: #111a66;
}

@media (min-width: 1024px) {
    .about-immersive-hero__screen {
        min-height: 0;
        width: var(--hero-screen-width);
        height: calc(var(--hero-screen-width) * 16 / 9);
        aspect-ratio: auto;
    }
}

.about-immersive-hero__slider,
.about-immersive-hero__slider .swiper-wrapper,
.about-immersive-hero__slide {
    width: 100%;
    height: 100%;
}

.about-immersive-hero__slide img,
.about-immersive-hero__slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-immersive-hero__screen-placeholder {
    width: 100%;
    height: 100%;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08)),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.42), rgba(89, 120, 235, 0.6) 55%, rgba(31, 44, 126, 0.95));
}

.about-immersive-hero__dots {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

@media (min-width: 1024px) {
    .about-immersive-hero__dots {
        width: var(--hero-screen-width);
        margin: 18px auto 0;
    }
}

.about-immersive-hero__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.about-immersive-hero__dot.is-active {
    background: #fff;
    box-shadow: 0 0 28px rgba(26, 17, 66, 0.18), 0 0 28px #F2F2F2, 0 0 24px #F2F2F2, 0 0 12px #F2F2F2, 0 0 6px #F2F2F2, 0 0 3px #F2F2F2;
}

@media (min-width: 768px) {
    .about-immersive-hero__dot.is-active {
        box-shadow: 0 0 80px rgba(26, 17, 66, 0.2), 0 0 80px #F2F2F2, 0 0 72px #F2F2F2, 0 0 36px #F2F2F2, 0 0 10px #F2F2F2, 0 0 5px #F2F2F2;
    }
}

.about-immersive-hero > .logos-strip {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--hero-mobile-max-width);
    margin: 80px auto 0;
    transition: opacity 0.7s ease, transform 0.7s ease;
}

@media (min-width: 768px) {
    .about-immersive-hero > .logos-strip {
        max-width: 720px;
        margin-top: 64px;
    }
}

@media (min-width: 1024px) {
    .about-immersive-hero > .logos-strip {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100px;
        width: min(1460px, 100% - 48px);
        max-width: none;
        margin: 0 auto;
    }
}

.about-immersive-hero--intro-pending::before {
    opacity: 0;
}

.about-immersive-hero--intro-pending .about-immersive-hero__inner,
.about-immersive-hero--intro-pending > .logos-strip {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 32px, 0);
}

.about-immersive-hero--intro-pending.is-intro-active::before {
    opacity: 1;
}

.about-immersive-hero--intro-pending.is-intro-content-visible .about-immersive-hero__inner,
.about-immersive-hero--intro-pending.is-intro-content-visible > .logos-strip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}
