#html-body .hero-banner .pagebuilder-overlay {
    align-items: flex-end !important;
    justify-content: flex-start !important;
    padding: 0 7vw 68px 6vw !important;
}

#html-body .hero-banner .pagebuilder-poster-content {
    width: 100%;
    max-width: 760px;
}

#html-body .hero-banner .pagebuilder-poster-content h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: 0;
    text-shadow: 0 2px 8px rgba(0, 22, 76, .62);
}

#html-body .hero-banner .pagebuilder-poster-content p {
    max-width: 680px;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .96);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.55;
    text-shadow: 0 1px 6px rgba(0, 22, 76, .68);
}

#html-body .hero-banner .pagebuilder-banner-button {
    min-width: 160px;
    min-height: 48px;
    margin: 0 !important;
    padding: 14px 32px;
    border: 0;
    background: #ffab00;
    color: #071d67;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .16);
}

#html-body .hero-banner .pagebuilder-banner-button:hover,
#html-body .hero-banner .pagebuilder-banner-button:focus-visible {
    background: #ffc247;
    color: #071d67;
    outline: 3px solid #fff;
    outline-offset: 3px;
}

#html-body .hero-banner ~ [data-content-type="row"] h2 {
    margin: 0 0 20px;
    color: #041657;
    font-size: 32px !important;
    font-weight: 600;
    line-height: 1.2 !important;
    letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
    #html-body .hero-banner .pagebuilder-overlay {
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding: 20px 24px 0 !important;
    }

    #html-body .hero-banner .pagebuilder-poster-content {
        max-width: 327px;
    }

    #html-body .hero-banner .pagebuilder-poster-content h2 {
        max-width: 310px;
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 1.16;
    }

    #html-body .hero-banner .pagebuilder-poster-content p {
        max-width: 285px;
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.45;
    }

    #html-body .hero-banner .pagebuilder-banner-button {
        min-width: 144px;
        min-height: 44px;
        padding: 12px 28px;
        font-size: 14px;
    }

    #html-body .hero-banner ~ [data-content-type="row"] h2 {
        margin-bottom: 16px;
        font-size: 30px !important;
        line-height: 1.2 !important;
    }
}
