.coherent-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.coherent-hero.trust-hero {
    overflow: hidden;
}

.coherent-hero__row {
    min-height: 34rem;
    align-items: flex-start !important;
}

@media (min-width: 992px) {
    .coherent-hero__row {
        min-height: 33rem;
        transform: translateY(-1rem);
    }

    .coherent-hero__eyebrow--single > .badge {
        transform: translateY(-1.625rem);
    }
}

.coherent-hero__copy {
    max-width: 42rem;
}

.coherent-hero__eyebrow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 5.25rem;
}

.coherent-hero h1.coherent-hero__title {
    margin-bottom: 1.25rem !important;
    font-size: clamp(2.45rem, 4.4vw, 4rem) !important;
    font-weight: 750;
    line-height: 1.04 !important;
    letter-spacing: -0.045em !important;
    text-wrap: balance;
}

.coherent-hero__lead {
    max-width: 42rem;
    line-height: 1.55;
}

.coherent-hero__actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
    line-height: 1.25;
    white-space: nowrap;
}

.coherent-hero__panel-col {
    display: flex;
    align-items: flex-start;
}

.coherent-hero__window-wrap {
    position: relative;
    isolation: isolate;
    width: 100%;
    padding: 1rem !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.coherent-hero__window-wrap::before,
.coherent-hero__window-wrap::after {
    position: absolute;
    z-index: -1;
    width: 10rem;
    height: 10rem;
    pointer-events: none;
    content: "";
    border-radius: 50%;
}

.coherent-hero__window-wrap::before {
    top: -1rem;
    right: -0.25rem;
    background: rgba(13, 110, 253, 0.14);
}

.coherent-hero__window-wrap::after {
    bottom: -0.75rem;
    left: -1rem;
    background: rgba(255, 193, 7, 0.13);
}

.coherent-hero__window {
    position: relative;
    z-index: 1;
    border-color: rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 1.4rem 3.2rem rgba(15, 23, 42, 0.14) !important;
}

.coherent-hero .home-panel-window {
    transform: none;
}

.coherent-hero .home-panel-window:hover,
.coherent-hero .home-panel-window:focus-within {
    transform: scale(1.018);
}

.coherent-hero__window-bar {
    min-height: 3.25rem;
}

.coherent-hero .home-panel-table table {
    width: 100%;
    table-layout: fixed;
}

.coherent-hero .home-panel-table {
    overflow-x: hidden;
}

.coherent-hero .home-panel-table th,
.coherent-hero .home-panel-table td {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.coherent-hero .home-panel-table th:first-child,
.coherent-hero .home-panel-table td:first-child {
    width: 36%;
    padding-left: 1rem;
}

.coherent-hero .home-panel-table th:nth-child(2),
.coherent-hero .home-panel-table td:nth-child(2) {
    width: 16%;
}

.coherent-hero .home-panel-table th:nth-child(3),
.coherent-hero .home-panel-table td:nth-child(3) {
    width: 19%;
}

.coherent-hero .home-panel-table th:nth-child(4),
.coherent-hero .home-panel-table td:nth-child(4) {
    width: 14%;
}

.coherent-hero .home-panel-table th:nth-child(5),
.coherent-hero .home-panel-table td:nth-child(5) {
    width: 15%;
    padding-right: 1rem;
}

@media (max-width: 991.98px) {
    .coherent-hero__row {
        min-height: 0;
    }

    .coherent-hero__copy {
        max-width: 48rem;
        margin-inline: auto;
        text-align: center;
    }

    .coherent-hero__eyebrow {
        align-items: center;
    }

    .coherent-hero__lead {
        margin-inline: auto;
    }
}

@media (max-width: 575.98px) {
    .coherent-hero__actions .btn {
        white-space: normal;
    }

    .coherent-hero h1.coherent-hero__title {
        font-size: clamp(2.25rem, 11.5vw, 3.15rem) !important;
        line-height: 1.06 !important;
    }

    .coherent-hero__window-wrap {
        padding: 0.4rem 0 !important;
    }

    .coherent-hero__window-wrap::before,
    .coherent-hero__window-wrap::after {
        width: 8rem;
        height: 8rem;
    }

    .coherent-hero .home-panel-table th:nth-child(4),
    .coherent-hero .home-panel-table td:nth-child(4) {
        padding-right: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .coherent-hero__window,
    .coherent-hero__actions .btn {
        transition: none !important;
    }
}
