:root {
    --glass: hsla(0, 0%, 100%, 0.56);
    --glass-border: hsla(0, 0%, 100%, 0.12);
    --blur: blur(20px);
    --ease-out: cubic-bezier(0.22, 1, 0.36, 1)
}

.footer-pc {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 60vh;
    background: #fff;
    padding: 40px 7% 0;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.footer-pc:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    z-index: 2;
    pointer-events: none
}

.footer-rule-pc {
    position: relative;
    z-index: 3;
    height: 1px;
    background: #0183d9;
    margin-bottom: 32px;
    will-change: width
}

.footer-top-pc {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px
}

.footer-logo-pc {
    width: 180px;
    height: auto;
    object-fit: contain;
    object-position: left center
}

.footer-tagline-pc {
    font-family: var(--font-medium);
    font-size: 11px;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: #0183d9
}

.footer-body-pc {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    flex: 1
}

.footer-col-brand-pc {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footer-left-pc,
.footer-right-pc {
    padding-top: 130px
}

.footer-col-label-pc {
    font-family: var(--font-medium);
    font-size: 13px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: #0183d9;
    margin-bottom: 12px
}

.footer-contact-pc {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footer-contact-item-pc {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-decoration: none
}

.footer-contact-label-pc {
    font-family: var(--font-medium);
    font-size: 11px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #303030
}

.footer-contact-val-pc {
    font-family: var(--font-normal);
    font-size: 12px;
    color: #0183d9;
    line-height: 1.5;
    transition: color .25s ease
}

a.footer-contact-item-pc:hover .footer-contact-val-pc {
    color: #0183d9
}

.footer-nav-pc {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footer-nav-link-pc {
    font-family: var(--font-medium);
    font-size: 12px;
    font-weight: 500;
    color: #0183d9;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s ease, padding-left .2s ease
}

.footer-nav-link-pc:hover {
    color: #0183d9;
    padding-left: 5px
}

.footer-bottom-pc {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-top: 1px solid #0183d9;
    margin-top: auto
}

.footer-copy-pc,
.footer-legal-pc {
    font-family: var(--font-normal);
    font-size: 10px;
    letter-spacing: .08em;
    color: #0183d9
}

@media (max-width:768px) {
    .footer-pc {
        height: auto;
        min-height: 40vh;
        padding: 36px 24px 0
    }

    .footer-logo-pc {
        width: 180px
    }

    .footer-body-pc {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-bottom: 24px
    }

    .footer-contact-val-pc {
        font-size: 11px
    }

    .footer-nav-link-pc {
        font-size: 12px
    }

    .footer-bottom-pc {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding: 12px 0
    }

    .footer-left-pc,
    .footer-right-pc {
        padding-top: 100px
    }

    .footer-right-pc {
        display: none
    }
}

.spacer {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f6f3
}

.intro {
    color: #8a8883
}

.intro,
.outro {
    font-size: 12px;
    letter-spacing: .24em;
    text-transform: uppercase
}

.outro {
    color: #b8b5ae
}

.stage-about2 {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: #d8eaf7
}

#mask {
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 1;
    will-change: width, height
}

#bg,
#mask {
    position: absolute;
    top: 50%;
    left: 50%
}

#bg {
    width: 100vw;
    height: 100vh;
    background-image: url(../src/img/about24.webp);
    background-size: cover;
    background-position: 50%;
    will-change: transform, filter
}

#panel {
    position: absolute;
    right: 0;
    top: 25%;
    height: 600px;
    width: min(59%, 44vw);
    transform: translateX(100%);
    z-index: 2;
    will-change: transform;
    pointer-events: none
}

.panel-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30% 5% 10%;
    border-radius: 12px
}

#heading {
    margin: 0 0 16px;
    font-size: clamp(10px, 5vw, 40px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.1;
    color: #fff
}

#heading,
#text {
    filter: blur(28px);
    opacity: 0;
    will-change: filter, opacity
}

#text {
    margin-top: 50px;
    padding-right: 10%;
    font-size: clamp(12px, 2.2vw, 18px);
    line-height: 1.4;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .86);
    max-width: 50ch
}

.progress-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 1000;
    pointer-events: none;
    background: rgba(0, 0, 0, .06)
}

.progress-bar {
    width: 0;
    height: 100%;
    background: #111;
    transform-origin: left
}

.scroll-arrow:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    width: 2px;
    height: 8px;
    background: #b8b5ad;
    border-radius: 2px;
    transform: translateX(-50%);
    animation: scroll-bounce 2s ease-in-out infinite
}

@keyframes scroll-bounce {

    0%,
    to {
        transform: translateX(-50%) translateY(0);
        opacity: 1
    }

    50% {
        transform: translateX(-50%) translateY(8px);
        opacity: .6
    }
}

.main-a1 {
    height: 100vh;
    background: #d8eaf7;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.container-a1 {
    width: 100%;
    max-width: 930px;
    padding: 0 32px;
    margin: 0 auto
}

.eyebrow-a1 {
    text-align: center;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #0183d9;
    margin-bottom: 3rem;
    font-weight: 500
}

h1 {
    font-size: clamp(10px, 8vw, 40px);
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -.03em;
    margin: 0 0 2.5rem
}

.main-a1 p,
h1 {
    color: #555657;
    will-change: filter, transform, opacity
}

.main-a1 p {
    font-size: clamp(14px, 2.2vw, 18px);
    line-height: 1.5;
    margin: 0;
    max-width: 640px;
    font-weight: 400
}

.counter-a1 {
    margin-top: 4rem;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #8a877f;
    font-weight: 500;
    font-variant-numeric: tabular-nums
}

.counter-a1 span {
    color: #0183d9;
    font-weight: 600
}

.video-box-a1 {
    height: 158px;
    overflow: hidden;
    background: #000;
    border-radius: 17px;
    margin: 0 0 2.5rem;
    will-change: clip-path
}

.divider1,
.video-box-a1 {
    position: relative;
    width: 100%
}

.divider1 {
    height: 1px;
    background: linear-gradient(90deg, var(--blue), transparent);
    margin-bottom: 10px
}

.inner-a1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1920px;
    height: 1080px;
    transform: translate(-50%, -50%) scale(.45);
    pointer-events: none
}

#yt-player,
.inner-a1 iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    pointer-events: none
}

@media (max-width:640px) {
    .container {
        padding: 0 24px
    }

    .eyebrow-a1 {
        margin-bottom: 2rem
    }

    h1 {
        margin-bottom: 1.75rem
    }

    .counter-a1 {
        margin-top: 3rem
    }

    .video-box-a1 {
        height: 120px;
        margin-bottom: 2rem
    }

    .inner-a1 {
        transform: translate(-50%, -50%) scale(.35)
    }
}

@media (max-width:768px) {
    #mask {
        width: 160px;
        height: 160px
    }

    #panel {
        width: 100vw
    }

    .panel-inner {
        padding: 0 32px;
        background: none
    }

    #heading {
        font-size: 28px
    }

    #text {
        font-size: 14px
    }
}

.pin-section-card {
    height: 1200vh;
    position: relative;
    z-index: 10
}

.viewport-card {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: #fff
}

.cards-bg {
    inset: 0;
    background-image: url(../src/img/background.webp);
    background-size: cover;
    background-position: 50%;
    z-index: 0;
    will-change: opacity, transform
}

.cards-bg,
.heading-card {
    position: absolute;
    opacity: 0
}

.heading-card {
    top: 15vh;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(1, 131, 217, .75);
    font-family: monospace;
    text-align: center;
    z-index: 10;
    white-space: nowrap
}

.heading-card em {
    font-style: normal;
    color: #0183d9
}

.stage-card {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1066px
}

.card-card,
.stage-card {
    position: absolute;
    height: 464px
}

.card-card {
    width: 355.33px;
    top: 0;
    transform-style: preserve-3d;
    will-change: transform, left, top;
    cursor: pointer
}

.card-card:first-child {
    left: 0
}

.card-card:nth-child(2) {
    left: 355.33px
}

.card-card:nth-child(3) {
    left: 709.66px
}

.card-inner-card {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d
}

.face-card {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden
}

.front-card {
    transform: rotateY(0deg);
    z-index: 2
}

.photo-card {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 1066px 464px;
    background-image: url(../src/img/parrafin.png)
}

.card-card:first-child .photo-card {
    background-position: 0 0
}

.card-card:nth-child(2) .photo-card {
    background-position: -355.33px 0
}

.card-card:nth-child(3) .photo-card {
    background-position: -709.66px 0
}

.cert-cta-card {
    background: #0183d9;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 9px 18px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 4px
}

.back-badge-card,
.cert-cta-card {
    display: inline-flex;
    align-items: center;
    color: #fff
}

.back-badge-card {
    gap: 6px;
    background: rgb(36 144 216);
    border: 1px solid rgba(1, 131, 217, .3);
    border-radius: 100px;
    padding: 5px 12px;
    font-size: 12px;
    letter-spacing: .1em;
    margin-bottom: 5px
}

.back-card {
    transform: rotateY(180deg);
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 35px;
    box-shadow: 0 24px 65px 0 rgba(0, 0, 0, .9), 0 8px 30px 0 rgba(0, 0, 0, .6), inset 0 2px 2px 0 hsla(0, 0%, 100%, .08), inset 0 0 0 1px rgba(1, 131, 217, .15)
}

.front-line-card {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #0183d9, transparent)
}

.back-sep-card {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(1, 131, 217, .4), transparent)
}

.card-card:first-child .back-card {
    background: #bfdfff;
    background-image: radial-gradient(ellipse at top left, rgba(1, 131, 217, .18) 0, transparent 60%);
    color: #0183d9
}

.card-card:nth-child(2) .back-card {
    background: #c6dcf4;
    background-image: radial-gradient(ellipse at top, rgba(1, 131, 217, .12) 0, transparent 50%);
    color: #fff;
    gap: 12px
}

.card-card:nth-child(3) .back-card {
    background: #bdc7d1;
    background-image: radial-gradient(ellipse at top right, rgba(1, 131, 217, .1) 0, transparent 60%);
    color: #fff;
    gap: 16px
}

.back-eyebrow-card {
    font-size: 23px;
    font-weight: 800;
    letter-spacing: .18em;
    color: #0183d9
}

.back-title-card {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.15;
    color: #0183d9
}

.back-body-card {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
    color: #4d4d4d
}

.grade-specs-card {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 90%
}

.grade-spec-row-card {
    display: flex;
    justify-content: space-between;
    font-size: 13px
}

.grade-spec-key-card {
    color: #0183d9
}

.grade-spec-val-card {
    color: #4d4d4d;
    font-weight: 500
}

.text-box-card {
    position: absolute;
    top: 50%;
    left: -50vw;
    transform: translateY(-50%);
    width: 480px;
    padding: 40px 48px;
    opacity: 0;
    z-index: 100;
    border: 1px solid var(--w10);
    border-radius: var(--r-lg)
}

.text-box-eyebrow-card {
    font-family: monospace;
    font-size: 10px;
    letter-spacing: .18em;
    color: rgba(1, 131, 217, .7);
    text-transform: uppercase;
    margin-bottom: 16px
}

.text-box-card h2 {
    font-family: var(--fb);
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff
}

.text-box-card h2 span {
    color: #0183d9
}

.text-box-card p {
    font-family: var(--fm);
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 14px
}

.text-box-card p:last-child {
    margin-bottom: 0
}

.card-btn-card {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 200;
    opacity: 0;
    pointer-events: none;
    display: flex
}

.card-btn-card svg {
    width: 100%;
    height: 100%
}

.mobile-card-header-card,
.mobile-chevron-card {
    display: none
}

.mobile-overlay-card {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 45;
    opacity: 0;
    pointer-events: none
}

.mobile-overlay-card.active {
    pointer-events: all
}

.mobile-close-card {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: none;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 200;
    opacity: 0;
    pointer-events: none;
    flex-shrink: 0
}

.mobile-close-card svg {
    width: 14px;
    height: 14px;
    stroke: #001a35;
    stroke-width: 2.5
}

@media (max-width:768px) {
    .pin-section-card {
        height: 400vh
    }

    .card-inner-card {
        position: relative;
        width: 100%;
        height: 100%;
        transform-style: preserve-3d
    }

    .cards-bg {
        background-position: 0
    }

    .viewport-card {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        height: 100dvh
    }

    .heading-card {
        display: none
    }

    .card-btn-card,
    .mobile-close-card {
        display: flex
    }

    .cards-bg {
        transform: none
    }

    .text-box-card {
        background: rgba(1, 131, 217, .37);
        backdrop-filter: blur(25px) saturate(160%);
        -webkit-backdrop-filter: blur(25px) saturate(160%);
        border: 1px solid hsla(0, 0%, 100%, .3);
        border-radius: var(--radius-lg);
        color: var(--clr-dark);
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: calc(88vw - 24px);
        padding: 0 24px 20px 20px;
        opacity: 1;
        z-index: 5;
        /*min-height: 240px;*/
        height: auto;
        overflow: hidden
    }

    .text-box-card h2 {
        font-size: 26px;
        margin-bottom: 25px
    }

    .text-box-card p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 8px
    }

 .stage-card {
        position: absolute;
        top: 65%;
        left: 0;
        width: 100vw;
        height: 240px;
        transform: none
    }

    .card-card {
        position: absolute;
        width: calc(100vw - 32px);
        height: 380px;
        top: 0;
        margin: auto;
        transform-style: flat;
        border-radius: 20px;
        overflow: hidden;
        transform: none;
        transform-origin: top center
    }

    .card-card:first-child {
        top: 0;
        z-index: 1
    }

    .card-card:first-child,
    .card-card:nth-child(2) {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }

    .card-card:nth-child(2) {
        top: 70px;
        z-index: 2
    }

    .card-card:nth-child(3) {
        top: 140px;
        z-index: 3;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }

    .card-card .face-card.front-card {
        display: none
    }

    .card-card .face-card.back-card {
        position: relative;
        transform: none;
        backface-visibility: visible;
        -webkit-backface-visibility: visible;
        width: 100%;
        border-radius: 20px;
        padding: 16px 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        overflow: hidden;
        border: 1px solid rgba(1, 131, 217, .25)
    }

    .back-card {
        box-shadow: none;
        width: 100%
    }

    .card-card .front-line-card,
    .mobile-card-header-card,
    .mobile-chevron-card {
        display: none
    }
}

.trigger {
    min-width: 45px;
    min-height: 45px;
    height: auto;
    width: auto;
    position: fixed;
    background: rgba(1, 51, 85, .49);
    backdrop-filter: blur(25px) saturate(160%);
    -webkit-backdrop-filter: blur(25px) saturate(160%);
    border-radius: 12px;
    border: 1px solid hsla(0, 0%, 100%, .1);
    padding: 10px 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    top: 3%;
    right: 5%;
    z-index: 10001;
    justify-content: center;
    transition: width .8s cubic-bezier(.76, 0, .24, 1);
    opacity: 1;
    clip-path: inset(0 100% 0 0)
}

.menu-logo {
    margin-top: 20px;
    padding-top: 0;
    display: flex;
    justify-content: flex-start
}

.menu-logo img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    border-radius: 5px;
    opacity: 1;
    filter: brightness(1)
}

.trigger .label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em
}

.hamburger {
    width: 18px;
    height: 14px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.hamburger span {
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transform-origin: center
}

@media (max-width:1023px) {
    .trigger {
        top: auto;
        bottom: -8px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 7px;
        width: 90px
    }
}

.backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    opacity: 0;
    pointer-events: none;
    z-index: 998;
    transition: opacity .3s ease
}

.backdrop.active {
    opacity: 1;
    pointer-events: auto
}

.menu-card {
    position: fixed;
    background: #1e2022;
    border-radius: 12px;
    padding: 32px;
    width: 360px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
    z-index: 999;
    opacity: 0;
    pointer-events: none
}

.menu-card.desktop {
    top: 20%;
    right: 5%;
    transform: scale(.96) translateY(-8px);
    transform-origin: top right;
    transition: opacity .3s ease, transform .3s ease
}

.menu-card.desktop.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.menu-card.mobile {
    top: 30%;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    width: 82%;
    max-width: 360px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    transition: opacity .3s ease, transform .3s ease;
    display: none
}

.menu-card.mobile.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0)
}

@media (max-width:1023px) {
    .menu-card.desktop {
        display: none
    }

    .menu-card.mobile {
        display: block
    }
}

@media (min-width:1024px) {
    .menu-card.mobile {
        display: none
    }
}

.menu-header {
    font-size: 11px;
    letter-spacing: .12em;
    color: #666;
    margin-bottom: 24px;
    font-weight: 600
}

.menu-primary {
    margin-bottom: 32px
}

.menu-link {
    display: block;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 8px 0;
    cursor: pointer;
    line-height: 1.2;
    transition: filter .25s ease, opacity .25s ease, transform .25s ease;
    filter: blur(0)
}

.menu-primary:hover .menu-link {
    filter: blur(2.5px);
    opacity: .5
}

.menu-primary .menu-link:hover {
    filter: blur(0) !important;
    opacity: 1 !important;
    transform: translateX(4px)
}

.menu-secondary {
    display: flex;
    justify-content: space-between;
    padding-top: 4px;
    margin-bottom: 7px;
    font-size: 10px
}

.sec-left a {
    display: block;
    color: #959595;
    text-decoration: none;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: .7em
}

.sec-right {
    text-align: right;
    color: #888;
    line-height: 1.6
}

.quote-btn {
    width: 100%;
    background: #2b2d30;
    border: none;
    color: #fff;
    padding: 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background .2s
}

.quote-btn:hover {
    background: #34373b
}

body,
html {
    background: var(--white);
    color: var(--white);
    font-family: var(--fm);
    scroll-behavior: auto !important;
    margin: 0;
    overflow-x: hidden
}

.scroll-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transform: translate(12px, -50%);
    border-radius: 50%;
    border: 1px solid hsla(0, 0%, 100%, .5);
    background: rgba(0, 0, 0, .35);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    will-change: transform
}

.scroll-indicator svg {
    display: block
}

.scroll-indicator__label {
    font-size: 7px;
    font-family: DM Sans, sans-serif;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    line-height: 1
}

.scroll-indicator-mobile {
    position: fixed;
    top: 20px;
    right: 20px
}

.nav-bar {
    margin-left: none;
    pointer-events: auto;
    width: min(580px, calc(100vw - 120px)) !important;
    height: 60px;
    background: rgba(0, 43, 86, .3);
    backdrop-filter: blur(25px) saturate(160%);
    -webkit-backdrop-filter: blur(25px) saturate(160%);
    border-radius: 12px;
    border: 1px solid hsla(0, 0%, 100%, .1);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 15px 0 0;
    transition: width .8s cubic-bezier(.76, 0, .24, 1);
    opacity: 1;
    clip-path: inset(0 100% 0 0)
}

.header {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    position: fixed !important;
    left: 5%;
    width: 90%;
    z-index: 9999;
    justify-content: space-between;
    pointer-events: none
}

#logo {
    display: block;
    width: 250px;
    height: 150px;
    position: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
    opacity: 0;
    transform: translateX(-30px)
}

#main-logo {
    width: 100%;
    height: auto;
    display: block
}

.nav,
.nav-list {
    display: flex;
    align-items: center
}

.nav-list {
    list-style: none;
    gap: 35px;
    margin: 0;
    padding: 0
}

.nav-item a {
    position: relative;
    color: var(--w80);
    text-decoration: none;
    font-family: var(--fm);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-bottom: 4px;
    transition: color .4s ease
}

.nav-item a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--white);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .5s cubic-bezier(.76, 0, .24, 1)
}

.nav-item a:hover {
    color: var(--white)
}

.nav-item a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left
}

.nav-item.nav-cta {
    background: var(--blue);
    border-radius: 8px;
    padding: 10px 22px;
    margin-left: 10px;
    transition: all .3s ease
}

.nav-item.nav-cta:hover {
    background: #0195f5;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(1, 131, 217, .4)
}

.nav-item.nav-cta a {
    color: #fff !important;
    font-weight: 700 !important;
    padding-bottom: 0 !important
}

.nav-item.nav-cta a:after {
    display: none !important
}

@media (max-width:991px) {
    .logo-wrap {
        width: 180px
    }

    .nav {
        display: none
    }

    .nav-bar {
        width: auto;
        padding: 0 10px
    }
}

.fs-link:active {
    opacity: 1
}

.btn-solid {
    font-family: var(--fm);
    font-size: 11px;
    text-transform: uppercase;
    color: var(--white);
    background: var(--blue);
    padding: 13px 28px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    transition: all .3s
}

.btn-solid:hover {
    background: #0195f5;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px var(--b40)
}

.about-section {
    background-attachment: fixed
}

@media (max-width:768px) {
    .about-section {
        background-attachment: scroll
    }
}

.about-content-wrap {
    position: relative;
    opacity: 0;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 150px 40px 100px;
    text-align: center
}

.about-eyebrow {
    font-family: var(--fm);
    font-size: 10px;
    letter-spacing: .22em;
    text-transform: uppercase;
    margin-bottom: 20px
}

.about-eyebrow,
.about-main-title {
    color: var(--blue);
    opacity: 0;
    transform: translateY(20px)
}

.about-main-title {
    font-family: var(--fb);
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.1;
    margin-bottom: 30px
}

.about-body-text {
    font-family: var(--fn);
    font-size: 16px;
    line-height: 1.8;
    color: var(--w80);
    max-width: 700px;
    margin: 0 auto 50px
}

.about-body-text,
.about-stats-row {
    opacity: 0;
    transform: translateY(20px)
}

.about-stats-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap
}

.about-stat-card {
    background: rgba(0, 43, 86, .4);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--w10);
    border-radius: var(--r-md);
    padding: 24px 32px;
    min-width: 180px
}

.about-stat-card span:first-child {
    display: block;
    font-family: var(--fb);
    font-size: 28px;
    color: var(--white);
    margin-bottom: 6px
}

.about-stat-card span:last-child {
    display: block;
    font-family: var(--fn);
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--w50)
}

@media (max-width:768px) {
    .about-content-wrap {
        padding: 100px 20px 60px
    }

    .about-stats-row {
        flex-direction: column;
        align-items: center
    }

    .about-stat-card {
        width: 100%;
        max-width: 300px
    }
}

.hero {
    width: 100%;
    overflow: hidden;
    justify-content: flex-end
}

.hero-videos {
    position: absolute;
    inset: 0;
    z-index: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden
}

.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.video {
    position: absolute;
    inset: 0;
    height: 100vh !important;
    width: 100vw !important;
    object-fit: cover;
    opacity: 0;
    background-size: cover;
    overflow: hidden
}

.video.v1 {
    opacity: 1
}

.hero-card {
    position: absolute;
    top: 480px;
    right: 5%;
    transform: translateY(-50%);
    width: min(580px, calc(100vw - 120px));
    padding: 52px;
    opacity: 0;
    z-index: 100 !important;
    background: rgba(0, 43, 86, .3);
    backdrop-filter: blur(15px) saturate(1.6);
    -webkit-backdrop-filter: blur(20px) saturate(1.6);
    border: 1px solid var(--w10);
    border-radius: var(--r-lg)
}

.eyebrow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 20px
}

.eyebrow-text {
    font-family: var(--fm);
    font-size: 12px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--white)
}

.line {
    display: block;
    overflow: hidden;
    line-height: 1.1;
    font-family: HVN Bold;
    font-size: 44px
}

.divider {
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--w20), transparent);
    margin-bottom: 20px
}

.subtitle {
    font-family: var(--fn);
    line-height: 1.25;
    color: var(--w80)
}

.stats {
    display: flex;
    padding-top: 24px;
    border-top: 1px solid var(--w10)
}

.stat {
    flex: 1;
    padding-right: 20px;
    border-right: 1px solid var(--w10)
}

.stat:last-child {
    border-right: none
}

.stat:not(:first-child) {
    padding-left: 20px
}

.stat-num {
    font-family: var(--fb);
    font-size: 24px;
    color: var(--white);
    display: block;
    line-height: 1;
    margin-bottom: 5px
}

.stat-label {
    font-family: var(--fn);
    font-size: 9px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--w50);
    display: block
}

:root {
    --clr-accent: #0d6efd;
    --clr-white: #fff;
    --clr-dark: #0a0a0a;
    --blur-amount: 12px;
    --radius-lg: 24px;
    --radius-md: 16px;
    --space-lg: 3rem;
    --space-md: 2rem;
    --space-sm: 1.5rem;
    --max-width: 40%
}

.glass-white {
    background: rgba(0, 43, 86, .3);
    backdrop-filter: blur(25px) saturate(160%);
    -webkit-backdrop-filter: blur(25px) saturate(160%);
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: var(--radius-lg);
    filter: drop-shadow(0 8px 32px rgba(0, 0, 0, .2));
    color: var(--clr-dark)
}

#about {
    position: relative;
    min-height: 500vh;
    width: 100%;
    overflow: clip;
    background: var(--clr-dark)
}

.about1__card,
.about2__card,
.vm1__card {
    background: rgba(0, 43, 86, .3);
    backdrop-filter: blur(25px) saturate(160%);
    -webkit-backdrop-filter: blur(25px) saturate(160%);
    border: 1px solid hsla(0, 0%, 100%, .18);
    border-radius: var(--radius-lg);
    filter: drop-shadow(0 8px 32px rgba(0, 0, 0, .3));
    position: absolute;
    z-index: 2;
    padding: var(--space-lg);
    will-change: transform, opacity
}

.about1__card h2,
.about2__card h2 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.1;
    margin-bottom: var(--space-sm);
    color: var(--clr-white)
}

.about1__card p,
.about2__card p {
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    line-height: 1.7;
    color: hsla(0, 0%, 100%, .9);
    margin-bottom: 1rem
}

.about1__card p:last-child,
.about2__card p:last-child {
    margin-bottom: 0
}

.about1__text,
.about2__text,
.split-line,
.vm1__text,
.vm2__text {
    overflow: hidden
}

.about1__card {
    left: 5%
}

.about1__card,
.about2__card {
    top: 50%;
    transform: translateY(-50%);
    width: var(--max-width)
}

.about2__card {
    right: 5%
}

.vm1__card {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    max-width: 700px;
    text-align: center
}

.vm1__card h3 {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    margin-bottom: .5rem;
    color: var(--clr-accent);
    font-weight: 600
}

.vm1__card h3:nth-of-type(2) {
    margin-top: var(--space-md)
}

.vm1__card p {
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    line-height: 1.7;
    color: var(--clr-dark);
    margin-bottom: 1rem
}

.vm1__card p:last-child {
    margin-bottom: 0
}

#vision-mission-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--clr-dark);
    z-index: 10;
    display: flex;
    align-items: center;
    padding: var(--space-lg) 5%
}

#vision-mission-2 .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

.vm2__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
    align-items: start
}

.vm2__col {
    display: flex;
    flex-direction: column;
    align-items: center
}

.vm2__img {
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: var(--radius-md);
    margin-bottom: var(--space-sm)
}

.vm2__card,
.vm2__img {
    width: 100%;
    will-change: transform, opacity
}

.vm2__card {
    padding: var(--space-md)
}

.vm2__card h4 {
    font-size: clamp(1.25rem, 1.8vw, 1.5rem);
    margin-bottom: .75rem;
    color: var(--clr-white)
}

.vm2__card p {
    font-size: clamp(.9rem, 1.1vw, 1rem);
    line-height: 1.6;
    color: hsla(0, 0%, 100%, .9);
    margin: 0
}

@media (max-width:1024px) {
    :root {
        --max-width: 55%
    }

    .vm1__card {
        width: 70%
    }

    .vm2__grid {
        gap: var(--space-sm)
    }
}

@media (max-width:768px) {
    :root {
        --max-width: 90%;
        --space-lg: 2rem
    }

    .about1__card,
    .about2__card {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        width: var(--max-width)
    }

    .vm1__card {
        width: var(--max-width)
    }

    #vision-mission-2 {
        height: auto;
        min-height: 100vh;
        padding: var(--space-lg) 5%;
        overflow-y: auto
    }

    .vm2__grid {
        grid-template-columns: 1fr;
        gap: var(--space-lg)
    }

    .vm2__img {
        aspect-ratio: 16/9
    }
}

@media (max-width:480px) {

    .about1__card,
    .about2__card,
    .vm1__card,
    .vm2__card {
        padding: var(--space-md)
    }

    .about1__card h2,
    .about2__card h2 {
        font-size: 1.75rem
    }
}

.pin-spacer {
    background: linear-gradient (to bottom, var(--blue) 70%, #f5f5f5 100%)
}

.hero {
    position: relative;
    background: var(--navy);
    z-index: 1;
    height: 100vh
}

.about-section {
    position: relative;
    z-index: 2
}

:root {
    --navy: #002b56;
    --r-sm: 8px;
    --r-xl: 24px;
    --font-bold: "HVN Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --font-medium: "HVN Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --font-normal: "HVN Normal", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.glass-blue {
    background: rgba(0, 43, 86, .3);
    backdrop-filter: blur(25px) saturate(160%);
    -webkit-backdrop-filter: blur(25px) saturate(160%);
    border: 1px solid hsla(0, 0%, 100%, .18);
    border-radius: var(--r-xl);
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .4))
}

.about-wrapper {
    min-height: 100vh
}

.about-scene,
.about-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.about-scene {
    height: 100vh
}

.about-bg-container {
    height: 100%;
    overflow: hidden;
    z-index: 1
}

.about-bg-container,
.about-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.about-bg-image {
    height: 120%;
    object-fit: cover;
    object-position: center;
    will-change: transform;
    transform: translateZ(0)
}

.about-glass-box {
    position: absolute;
    z-index: 3;
    padding: 60px;
    will-change: transform, opacity;
    transform: translateY(100vh) translateZ(0);
    opacity: 1;
    background: rgba(0, 43, 86, .3);
    backdrop-filter: blur(25px) saturate(160%);
    -webkit-backdrop-filter: blur(25px) saturate(160%);
    border: 1px solid hsla(0, 0%, 100%, .18);
    border-radius: 20px;
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .4))
}

#about-1-card {
    position: absolute;
    top: 0;
    width: 30%;
    left: 5%;
    height: 100vh;
    z-index: 2000
}

#about-2-card {
    right: 8%;
    top: 50%
}

.about-title {
    font-family: var(--font-bold);
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.1;
    color: var(--white);
    margin: 50px 0 100px
}

.about-body {
    font-family: var(--font-normal);
    font-size: 16px;
    line-height: 1.8;
    color: var(--w80)
}

.about-body p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 50px
}

.about-body p:last-child {
    margin-bottom: 0
}

.vm-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.vm-bg-container {
    height: 100%;
    overflow: hidden;
    z-index: 1
}

.vm-bg-container,
.vm-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.vm-bg-image {
    height: 120%;
    object-fit: cover;
    object-position: center;
    will-change: transform;
    transform: translateZ(0)
}

.vm-glass-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 100vh) translateZ(0);
    z-index: 3;
    padding: 60px 80px;
    max-width: 800px;
    width: 90%;
    text-align: center;
    will-change: transform, opacity;
    opacity: 0;
    background: rgba(0, 43, 86, .3);
    backdrop-filter: blur(25px) saturate(160%);
    -webkit-backdrop-filter: blur(25px) saturate(160%);
    border: 1px solid hsla(0, 0%, 100%, .18);
    border-radius: 20px;
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .4))
}

.vm-title {
    font-family: var(--font-bold);
    font-size: clamp(28px, 3.5vw, 48px);
    line-height: 1.2;
    color: var(--white);
    margin: 0 0 30px
}

.vm-divider {
    width: 100%;
    max-width: 500px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--white) 50%, transparent);
    margin: 0 auto 40px;
    opacity: .6
}

.vm-body {
    font-family: var(--font-normal);
    font-size: 18px;
    line-height: 1.8;
    color: var(--w80)
}

.vm-body p {
    margin: 0 0 20px
}

.vm-body p:last-child {
    margin-bottom: 0
}

.vm2-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--navy);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 5%;
    transform: translateY(-100vh) translateZ(0);
    opacity: 0;
    will-change: transform, opacity
}

.vm2-grid {
    width: 100%;
    max-width: 1400px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start
}

.vm2-col {
    display: flex;
    flex-direction: column;
    align-items: center
}

.vm2-image {
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: var(--r-lg);
    margin-bottom: 30px;
    transform: translateY(-120%) translateZ(0)
}

.vm2-glass-box,
.vm2-image {
    width: 100%;
    will-change: transform, opacity;
    opacity: 0
}

.vm2-glass-box {
    padding: 40px;
    transform: translateY(150%) translateZ(0);
    background: rgba(0, 43, 86, .3);
    backdrop-filter: blur(25px) saturate(160%);
    -webkit-backdrop-filter: blur(25px) saturate(160%);
    border: 1px solid hsla(0, 0%, 100%, .18);
    border-radius: 20px;
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .4))
}

.vm2-title {
    font-family: var(--font-bold);
    font-size: clamp(20px, 2vw, 28px);
    color: var(--white);
    margin: 0 0 20px;
    text-align: center
}

.vm2-body {
    font-family: var(--font-normal);
    font-size: 15px;
    line-height: 1.7;
    color: var(--w80);
    text-align: center
}

.vm2-body p {
    margin: 0
}

.split-target .split-line {
    overflow: hidden;
    line-height: 1.4
}

.split-target .split-line>div {
    transform: translateY(100%) translateZ(0);
    opacity: 0;
    will-change: transform, opacity
}

@media (max-width:1024px) {
    .about-glass-box {
        max-width: 550px;
        padding: 50px
    }

    #about-1-card,
    #about-2-card {
        left: 50%;
        right: auto;
        transform: translate(-50%, 100vh) translateZ(0)
    }

    .vm-glass-box {
        padding: 50px 60px;
        max-width: 700px
    }

    .vm2-grid {
        gap: 30px
    }

    .vm2-glass-box {
        padding: 35px
    }
}

@media (max-width:768px) {
    .about-glass-box {
        max-width: 90%;
        padding: 40px 30px;
        left: 50% !important;
        right: auto !important
    }

    .about-title {
        font-size: 28px
    }

    .about-body {
        font-size: 15px
    }

    .vm-glass-box {
        padding: 40px 30px;
        width: 90%
    }

    .vm-title {
        font-size: 24px
    }

    .vm-body {
        font-size: 15px
    }

    .vm2-wrapper {
        padding: 60px 5%;
        height: auto;
        min-height: 100vh
    }

    .vm2-grid {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .vm2-image {
        aspect-ratio: 16/9
    }

    .vm2-glass-box {
        padding: 30px 25px
    }

    .about-bg-image,
    .vm-bg-image {
        height: 100% !important
    }
}

@media (prefers-reduced-motion:reduce) {

    .about-bg-image,
    .vm-bg-image {
        height: 100% !important
    }

    .split-target .split-line>div {
        transition: none !important
    }
}

.about-glass-box,
.vm2-glass-box,
.vm2-image,
.vm-glass-box {
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px
}

@media (max-width:991px) {
    .hero-card {
        right: 20px;
        left: 20px;
        width: auto;
        padding: 32px;
        top: 50%
    }

    .nav {
        display: none
    }

    .nav-bar {
        width: auto;
        padding: 0 10px
    }
}

@media (max-width:768px) {
    #prima-logo-mask {
        width: 90vw
    }

    .logo-wrap {
        width: 100%
    }

    #logo {
        display: block;
        top: -10px;
        left: 0;
        width: auto;
        height: 100px;
        background-size: contain;
        background-position: 0;
        opacity: 0;
        transform: translateX(-30px)
    }
}

@import url("fonts.css");


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

*,
:after,
:before {
    box-sizing: border-box
}

:root {
    --font-design-text: HVN normal;
    --font-design-headings: HVN Bold;
    --primary: #0d6efd;
    --secondary: #6c757d;
    --color3: #0dcaf0;
    --color4: #198754;
    --light: #f8f9fa;
    --dark: #212529
}

body {
    font-family: HVN normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: HVN Bold
}

body,
html {
    min-height: 100vh
}


:root {
    --glasscolor: rgba(1, 149, 245, 0.29);
    --blue: #0183d9;
    --navy: #002b57;
    --white: #fff;
    --b80: rgba(1, 131, 217, 0.8);
    --b40: rgba(1, 131, 217, 0.4);
    --b15: rgba(1, 131, 217, 0.15);
    --w80: hsla(0, 0%, 100%, 0.8);
    --w50: hsla(0, 0%, 100%, 0.5);
    --w20: hsla(0, 0%, 100%, 0.2);
    --w10: hsla(0, 0%, 100%, 0.1);
    --r-md: 12px;
    --r-lg: 20px;
    --r-full: 100px;
    --fb: "HVN Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --fm: "HVN Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --fn: "HVN normal", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.blank-bottom-vol,
.blank-top-vol {
    height: 100vh;
    background: #080808;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #121212
}

.overlay-vol {
    opacity: .7
}

.blank-bottom-vol {
    border-top: 1px solid #121212;
    border-bottom: none
}

.blank-label-vol {
    font-size: 10px;
    letter-spacing: .3em;
    color: #fff;
    text-transform: uppercase
}

.scroll-stage-vol {
    position: relative;
    height: 800vh;
    z-index: 1
}

.sticky-frame-vol {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: #080808;
    z-index: 2;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px
}

.yt-bg-wrap-vol:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2
}

.yt-bg-wrap-vol {
    user-select: none;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip-path: none;
    will-change: clip-path;
    z-index: 1
}

#yt-player-vol,
.yt-bg-wrap-vol {
    pointer-events: none;
    position: absolute
}

#yt-player-vol {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.12);
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.78vh;
    will-change: transform
}

.overlay-vol {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(8, 8, 8, .92), rgba(8, 8, 8, .6) 60%, rgba(0, 0, 0, .3));
    opacity: 0;
    will-change: opacity;
    z-index: 2
}

.noise-vol {
    opacity: .025;
    z-index: 3;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")
}

.content-vol,
.noise-vol {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.content-vol {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 7%;
    max-width: 1300px;
    margin: 5% auto 0;
    z-index: 15
}

.inner-vol {
    width: 100%;
    max-width: 1000px;
    pointer-events: auto;
    background: rgba(0, 43, 86, .3);
    backdrop-filter: blur(15px) saturate(1.6);
    -webkit-backdrop-filter: blur(20px) saturate(1.6);
    border: 1px solid var(--w10);
    border-radius: 20px;
    padding: 32px;
    clip-path: inset(0 100% 0 0 round 20px);
    will-change: clip-path
}

.pre-title-vol {
    font-size: 10px;
    letter-spacing: .32em;
    color: #0183d9;
    text-transform: uppercase;
    margin-bottom: 1rem;
    opacity: 0;
    transform: translateY(12px)
}

.headline-vol {
    font-family: var(--fb);
    font-size: clamp(2rem, 5vw, 2rem);
    font-weight: 300;
    color: #f0ece4;
    letter-spacing: -.02em;
    margin-bottom: 1rem;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(20px)
}

.body-text-vol {
    font-family: var(--fn);
    font-size: 14px;
    font-weight: 300;
    color: hsla(0, 0%, 100%, .55);
    line-height: 1.7;
    transform: translateY(16px)
}

.body-text-vol,
.ptm-badge-vol {
    margin-bottom: 1.5rem;
    opacity: 0
}

.ptm-badge-vol {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(201, 169, 110, .08);
    border-left: 2px solid #0183d9;
    padding: 6px 18px 6px 14px;
    border-radius: 0 24px 24px 0;
    transform: translateX(-8px)
}

.ptm-badge-vol span {
    font-family: var(--fn);
    font-size: 11px;
    letter-spacing: .2em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}

.kpi-grid-vol {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #6b6b6b;
    padding-bottom: 1.5rem
}

.kpi-card-vol {
    flex: 1;
    min-width: 100px;
    opacity: 0;
    transform: translateY(20px)
}

.kpi-value-vol {
    font-family: var(--fm);
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff
}

.kpi-label-vol {
    font-family: var(--fn);
    font-size: 9px;
    letter-spacing: .2em;
    color: #7a7a7a;
    text-transform: uppercase;
    margin-top: 6px
}

.total-card-vol {
    background: rgba(15, 15, 15, .6);
    backdrop-filter: blur(4px);
    border: 1px solid #252525;
    padding: .9rem 1.2rem;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: .8rem;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(12px)
}

.total-label-vol {
    font-family: var(--fn);
    font-size: 12px;
    letter-spacing: .22em;
    color: #aaa
}

.total-number-vol {
    font-family: var(--fm);
    font-size: 2rem;
    font-weight: 700;
    color: #f0ece4
}

.chart-container-vol {
    background: rgba(10, 10, 10, .5);
    backdrop-filter: blur(4px);
    border-radius: 16px;
    padding: 1rem 1.2rem;
    border: 1px solid #222;
    opacity: 0;
    transform: translateY(24px)
}

.chart-header-vol {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #222;
    padding-bottom: .6rem
}

.chart-title-vol {
    font-family: var(--fm);
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff
}

.bar-item-vol {
    margin-bottom: 1.2rem
}

.bar-meta-vol {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 12px;
    flex-wrap: wrap;
    gap: 4px
}

.bar-year-vol {
    font-weight: 400
}

.bar-value-vol,
.bar-year-vol {
    font-family: var(--fn);
    color: #fff
}

.bar-bg-vol {
    background: #1e1e1e;
    height: 32px;
    border-radius: 8px;
    overflow: hidden
}

.bar-fill-vol {
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #0183d9, #025c98);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 12px;
    font-size: 11px;
    font-weight: 500;
    color: #fff
}

.growth-badge-vol {
    background: #2a2a2a;
    padding: 1px 6px;
    border-radius: 30px;
    font-size: 9px;
    font-weight: 500;
    color: #fff;
    margin-left: 8px
}

.progress-bar-vol {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #0183d9;
    width: 0;
    z-index: 35
}

.scroll-hint-vol {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 8px;
    letter-spacing: .3em;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding: 6px 12px;
    border-radius: 40px;
    backdrop-filter: blur(4px);
    pointer-events: none;
    z-index: 40;
    opacity: 1;
    transition: opacity .3s;
    display: none
}

@media (max-width:768px) {
    .kpi-grid-vol {
        text-align: center
    }

    .chart-title-vol {
        font-size: 0.9rem
    }

    .total-label-vol{
        font-size: 10px;
    }

    .total-number-vol {
        font-size: 22px;
    }

    .kpi-label-vol{
        color:#ffff;
    }

    .scroll-stage-vol {
        height: 300vh
    }

    .content-vol {
        align-items: flex-start;
        padding: 60px 16px 0
    }

    .inner-vol {
        max-width: 100%;
        padding: 24px 20px;
        border-radius: 16px
    }

    .headline-vol {
        font-size: clamp(1.3rem, 5vw, 1.3rem)
    }
}

/* ============================================================
   PATCH: Windows 150% Scaling Fix (1920×1080 @ 150% = 1280×720 logical)
   Target breakpoint: screens between 992px–1366px
   
   HOW TO APPLY: Paste this entire block at the very END of prim2.css
   before the closing of the file (after the normalize.css block).
   ============================================================ */

/* ── 150% SCALING VIEWPORT (992px–1366px logical width) ──────────────────
   This range catches 1920×1080 @ 150%, 1440×900 @ 125%, etc.
   It does NOT affect mobile (<992px) — those rules are already handled.
   It does NOT affect true 1440px+ monitors — those render fine.
   ──────────────────────────────────────────────────────────────────────── */

@media (min-width: 992px) and (max-width: 1366px) {

  /* ── 1. LOGO: Too tall for a 720px logical viewport ── */
  #logo {
    width: 200px;
    height: 110px;
  }

  /* ── 2. HERO CARD: Was `top: 480px` — at 720px logical height
          that pushes the card way too low, potentially off-screen.
          Switch to viewport-relative centering. ── */
  .hero-card {
    top: 50%;
    transform: translateY(-50%);
    padding: 36px 40px;
  }

  /* ── 3. ABOUT2 PANEL: `height: 600px` on a 720px viewport
          = 83% of the screen. Reduce it so text breathes. ── */
  #panel {
    height: 500px;
    top: 20%;
  }

  /* ── 4. ABOUT GLASS BOX: Padding is generous; reduce slightly
          so content doesn't overflow on short viewports ── */
  .about-glass-box {
    padding: 44px 52px;
  }

  /* ── 5. VM GLASS BOX: Same issue — too tall on 720px screens ── */
  .vm-glass-box {
    padding: 44px 60px;
  }

  /* ── 6. VM2 WRAPPER: Reduce padding so 3-col grid fits ── */
  .vm2-wrapper {
    padding: 60px 5%;
  }

  /* ── 7. VM2 GLASS BOX: Tighten padding ── */
  .vm2-glass-box {
    padding: 30px;
  }

  /* ── 8. CONTENT-VOL: The shipment data panel — ensure it
          doesn't start too far down the short viewport ── */
  .content-vol {
    margin: 2% auto 0;
  }

  /* ── 9. INNER-VOL: Tighten padding so chart+KPIs fit ── */
  .inner-vol {
    padding: 24px 28px;
  }

  /* ── 10. ABOUT TITLE: Reduce aggressive margin on short viewports ── */
  .about-title {
    margin: 30px 0 60px;
  }

  /* ── 11. NAV BAR: Ensure it doesn't crowd the logo ── */
  .nav-bar {
    width: min(520px, calc(100vw - 120px)) !important;
  }

  /* ── 12. TRIGGER (hamburger): Reposition slightly for tighter viewport ── */
  .trigger {
    top: 2%;
    right: 4%;
  }

  /* ── 13. HERO LINE font-size: at 1280px the 44px feels right,
          but if text wraps unexpectedly, clamp it down ── */
  .line {
    font-size: clamp(32px, 3.5vw, 44px);
  }

  /* ── 14. STAGE-CARD: The 1066px fixed-width card tray is fine at
          1280px, but with body padding it can clip. Add safety. ── */
  .stage-card {
    width: min(1066px, 90vw);
  }

  /* ── 15. CONTACT FORM CARD: margin-top 50px eats too much
          space on a 720px logical viewport ── */
  /* (contact.css — duplicated here for convenience in case you 
     prefer a single patch file. Also add to contact.css below.) */
  .contact-form-card {
    margin-top: 20px;
  }
}


/* ── INNER-A1 IFRAME SCALE: DPR-aware fix ────────────────────────────────
   The iframe wrapper is hardcoded to 1920×1080 and scaled by .45
   At 150% scaling (DPR 1.5), this renders blurry / offset.
   
   The fix: use the CSS environment variable approach — keep the scale
   formula viewport-relative instead of a magic number.
   
   Target: between 992–1366px logical (the 150% window)
   ──────────────────────────────────────────────────────────────────────── */
@media (min-width: 992px) and (max-width: 1366px) {
  .inner-a1 {
    /* Re-calculate scale: logical viewport / 1920px
       At 1280px logical: 1280/1920 = 0.667 * 0.9 safety margin = ~0.6 */
    transform: translate(-50%, -50%) scale(0.38);
  }
}

/* ── FOOTER padding reduction on medium-short viewports ─────────────────
   .footer-left-pc and .footer-right-pc have padding-top: 130px
   This is fine on tall screens but tight on 720px logical.
   ──────────────────────────────────────────────────────────────────────── */
@media (min-width: 992px) and (max-width: 1366px) {
  .footer-left-pc,
  .footer-right-pc {
    padding-top: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1366px) {


  .stage-card {
    transform: translate(-50%, -50%) scale(0.86);
    transform-origin: center center;
  }


  .text-box-card {
    width: 420px;
    padding: 30px 36px;
  }

  .text-box-card h2 {
    font-size: 40px;
    margin-bottom: 14px;
  }

  .text-box-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

 
  .heading-card {
    top: 12vh;
    font-size: 12px;
  }


}