.abr-hero--figma {
    min-height: 51.4rem;
    background: #001a2b
}

.abr-hero--figma:before {
    background: linear-gradient(180deg,rgba(0,43,69,.5) 0%,rgba(0,43,69,.58) 55%,rgba(0,26,43,.94) 100%)
}

.abr-hero--figma .abr-hero__media img {
    object-position: center center
}

.abr-hero--figma .abr-hero__inner {
    min-height: 51.4rem;
    align-items: flex-start;
    justify-content: center;
    padding-top: 3.2rem;
    padding-bottom: 4rem
}

.abr-hero--figma .abr-hero__content {
    display: flex;
    width: 100%;
    max-width: 76.6rem;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.abr-hero--figma .abr-hero__label {
    padding: .55rem 1.05rem;
    margin: 0 0 .65rem;
    border-color: rgba(255,255,255,.42);
    border-radius: 0;
    background: rgba(0,43,69,.56);
    font-size: .7rem;
    backdrop-filter: none
}

.abr-hero--figma .abr-hero__label span {
    width: .5rem;
    height: .5rem
}

.abr-hero--figma h1 {
    display: block;
    width: 100%;
    max-width: none;
    color: #fff;
    font-size: clamp(2.2rem,3.3vw,3.75rem);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.1;
    white-space: nowrap
}

.abr-hero--figma h1 mark {
    padding: 0;
    color: #ffcd00;
    background: transparent;
    font-weight: 500
}

.abr-hero--figma .abr-hero__signature {
    padding: .55rem 1.6rem;
    border: 1px solid rgba(255,255,255,.75);
    margin: .85rem 0 0;
    color: #fff;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .34em;
    line-height: 1
}

.abr-hero--figma .abr-hero__logo {
    width: 16.75rem;
    height: 3.4rem;
    margin: .85rem auto 0
}

.abr-hero--figma .abr-hero__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.abr-hero--figma .abr-hero__actions {
    justify-content: center;
    margin-top: auto;
    border-bottom: 1px solid rgba(255,255,255,.45);
    padding-bottom: 15px;
}

.abr-hero--figma .abr-hero__actions .abr-button {
    min-height: 3.35rem;
    padding: .8rem 1.7rem
}

.abr-hero--figma .abr-hero__stats {
    grid-template-columns: repeat(3,11.5rem);
    width: auto;
    max-width: none;
    margin-top: .85rem;
    border: navajowhite;
}

.abr-hero--figma .abr-hero__stats>div {
    align-items: center;
    padding: 0rem 2rem 0;
    border-right: 1px solid rgba(255,255,255,.35);
    text-align: center
}

.abr-hero--figma .abr-hero__stats>div+div {
    padding-left: 2rem
}
.abr-hero--figma .abr-hero__stats>div:last-child{
    border-right:none;
}
.abr-hero--figma .abr-hero__stats strong {
    color: #fff;
    font-size: 1.75rem
}

.abr-hero--figma .abr-hero__stats span {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin-top: .25rem;
    font-size: .6rem;
    white-space: nowrap
}

.abr-hero--figma .abr-hero__stats b {
    color: #ffcd00;
    font-size: .48rem;
    letter-spacing: .08em
}

@media(max-width: 991.98px) {
    .abr-hero--figma,.abr-hero--figma .abr-hero__inner {
        min-height:44rem
    }

    .abr-hero--figma .abr-hero__inner {
        padding-top: 4rem
    }

    .abr-hero--figma h1 {
        white-space: normal
    }

    .abr-hero--figma .abr-hero__stats {
        grid-template-columns: repeat(3,minmax(0,1fr));
        width: 100%
    }
}

@media(max-width: 575.98px) {
    .abr-hero--figma,.abr-hero--figma .abr-hero__inner {
        min-height:42rem
    }

    .abr-hero--figma .abr-hero__inner {
        padding-top: 3rem;
        padding-bottom: 2rem
    }

    .abr-hero--figma h1 {
        font-size: clamp(2rem,10vw,2.8rem)
    }

    .abr-hero--figma .abr-hero__label {
        font-size: .55rem
    }

    .abr-hero--figma .abr-hero__actions {
        display: grid;
        width: 100%
    }

    .abr-hero--figma .abr-hero__stats>div,.abr-hero--figma .abr-hero__stats>div+div {
        padding: 1rem .4rem 0
    }

    .abr-hero--figma .abr-hero__stats strong {
        font-size: 1.15rem
    }

    .abr-hero--figma .abr-hero__stats span {
        display: block;
        font-size: .48rem;
        white-space: normal
    }

    .abr-hero--figma .abr-hero__stats b {
        display: block;
        margin-bottom: .2rem
    }

    .abr-hero--figma .abr-hero__signature {
        font-size: .65rem
    }
}

@media(min-width: 992px) {
    .abr-hero--figma .abr-hero__content {
        min-height:46.3rem
    }
}

@media(min-width: 576px) and (max-width:991.98px) {
    .abr-hero--figma .abr-hero__content {
        min-height:37rem
    }
}

@media(max-width: 575.98px) {
    .abr-hero--figma .abr-hero__content {
        min-height:36rem
    }
}

.home .abr-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (prefers-reduced-motion: reduce) {
    .home .abr-hero__video {
        display: none
    }
}
