.hero-v2 .herov2__territory--wrapper .herov2__content-wrapper .herov2__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: normal;
}

.hero-v2 .herov2__territory--wrapper .herov2__content-wrapper .herov2__title em {
    font-size: 3.625rem;
    line-height: 3.125rem;
    font-weight: bold;
    margin-bottom: 10px;
    display:block;
}

@media (min-width: 1200px) {
    .hero-v2 .herov2__territory--wrapper .herov2__content-wrapper .herov2__title {
        font-size: 2rem;
        line-height: 2.75rem;
    }

    .hero-v2 .herov2__territory--wrapper .herov2__content-wrapper .herov2__title em {
        font-size: 6rem;
        line-height: 5rem;
        margin-bottom: 15px;
    }
}

@media (min-width: 1600px) {
    .hero-v2 .herov2__territory--wrapper .herov2__content-wrapper .herov2__title {
        font-size: 2.45rem;
        line-height: 2.875rem;
    }

    .hero-v2 .herov2__territory--wrapper .herov2__content-wrapper .herov2__title em {
        font-size: 7.35rem;
        line-height: 6rem;
        margin-bottom: 1.175rem;
    }
}

@media (min-width: 1200px) {
    .herov2__asset-wrapper::after {
        background: linear-gradient(160deg,rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
        width:100%;
        height:100%;
        content:"";
        display:block;
        position:absolute;
        top:0;
        left:0;
    }

    .hero-v2 .herov2__territory--wrapper .herov2__content-wrapper .herov2__title {
        color: #fff;
    }

    .hero-v2 .herov2__territory--wrapper .herov2__asset-wrapper .herov2__image--fallback, .hero-v2 .herov2__territory--wrapper .herov2__asset-wrapper .herov2__video--source {
        object-position: 50% 64%;
    }

    #promotion .hero-v2 .cta-button-wrap a.cta-btn {
        color: #fff;
        background: transparent;
        border: 1px solid #fff;
    }

    #promotion .hero-v2 .cta-button-wrap a.cta-btn:hover {
        border: 1px solid #000;
        background-color: #000;
    }

    #promotion .hero-v2 .cta-button-wrap a.cta-btn:after {
        filter:none;
        margin-top:3px;
    }
}

.secnav-tabs .container {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 768px) {
    .secnav-tabs .container {
        padding-left: 0px;
        padding-right: 30px;
    }
}

.cta-card .cta-btn {
    height: 50px;
    padding: 0px 25px;
    font-size: 16px;
    font-family: inherit;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 10px;
    background-size: cover;
    border: 1px solid #ffffff;
    transition: all .6s;
    position: relative;
    white-space: inherit;
    display: flex;
    align-items: center;
    background-color: var(--bu-orange);
    border-color: var(--bu-orange);
    color: var(--bu-black);
}
.cta-card .cta-btn:is(:hover, :focus) {
    background-color: var(--bu-black);
    border-color: var(--bu-black);
    color: var(--bu-white);
}
