@charset "UTF-8";



.splitPromo {
    position: relative;
    display: block;
    background-color: #353C46;
    height: min(29.167vw, 560px);
    padding: 0;
    margin-top: 0;
    background-image: url('/wp-content/uploads/2025/07/home-age_hero_banner_background.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;;
    z-index: 6;
    overflow-y: visible;
}

.splitPromo.promoTop {
    background-image: linear-gradient(160deg, #577866 0%, rgba(23, 95, 167, 0) 100%);
    background-color: #1b99d0;
    width: 100%;
    float: left;
}

.splitPromo .container {
    position: relative;
    display: flex;
    overflow: visible;
    max-width: 1636px;
    z-index: 5;
    align-items: flex-end;
}

section.splitPromo .con {
    text-align: left;
    display: grid;
    justify-content: start;
    align-items: end;
    justify-items: start;
}

.con h6 {
    color: #b8ba5b;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 15.84px;
    line-height: 16px;
}

.con h1,
.con h2 {
    font-size: clamp(40px, 3.75vw, 72px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    line-height: clamp(48px, 4.58vw, 88px);
    margin-bottom: min(60px, 3.13vw);
    color: #f8f8f8;
    text-transform: none;
}

.con h1::after,
.con h2::after {
    content: '';
    display: none;
    width: clamp( 40px, 3.125vw, 60px );
    border-bottom: 4px solid #F06F2A;
    margin: 16px 0;
}

.con h2 .white {
    color: #f8f8f8;
}

.conWrap {
    /* max-width: 423px; */
    margin-left: 0;
}

section.splitPromo p {
    position: relative;
    font-family: 'DM Sans', sans-serif;
    color: #ffffff;
    font-size: clamp( 16px, 0.938vw, 18px );
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(24px, 1.35vw, 26px);
    margin-bottom: 3.75vw;
}

section.splitPromo p:after {
    content: '';
    position: absolute;
    display: none;
    width: 76px;
    top: 18px;
    margin-left: 18px;
    border: 2px solid #286a6c;
}

section.splitPromo p .textImg {
    margin-top: -5px;
}

section.splitPromo .btn {
    /* margin-top: 165px; */
    display: block;
    margin: 0;
    background-color: #b88d29;
    color: #FFF;
}

section.splitPromo .btn:hover {

}

.splitPromo .img {
    position: relative;
    text-align: center;
    display: block;
    z-index: 9;
    overflow: visible;
    padding: 0;
    height: min(29.167vw, 560px);
}

.splitPromo img {
    max-width: 100%;
    object-fit: cover;
    margin: 0;
    float: right;
}

.splitPromo .video_wrap.downSlide {
    position: relative;
    display: block;
    height: min(29.17vw, 560px);
    margin: min(3.125vw, 60px) 0 max(-3.125vw, -60px);
}

.splitPromo video {
    width: min(42.29vw, 812px);
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: block;
}

.splitPromo a.popVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    text-indent: -9999999px;
    transition: all .7s ease-in-out;
    transition-delay: .15s;
}

.splitPromo a.popVideo:hover {
    backdrop-filter: brightness(.5);
}

section.splitPromo a.popVideo::after {
    right: 20px;
    left: unset;
    text-indent: 0;
    z-index: 999;
    bottom: 20px;
}

@media ( max-width: 1440px ) {
    section.splitPromo p {
        /* font-size: 6.806vw; */
        /* line-height: 8.750vw; */
    }

    .splitPromo .img {
        margin-bottom: -2.778vw;
    }
}

@media ( max-width: 1024px ) {
    section.splitPromo p {
        /* font-size: 10.156vw; */
        /* line-height: 12.891vw; */
    }

    .splitPromo .container {
        position: relative;
        display: flex;
        overflow: visible;
        max-width: 1636px;
        z-index: 5;
        align-items: flex-end;
        flex-direction: column;
    }

    section.splitPromo .btn {
        padding: 16px 24px;
        font-size: 12px;
    }

    .splitPromo {
        clear: both;
        height: -moz-fit-content;
        height: fit-content;
        margin-bottom: 0;
        background-size: cover;
        background-position: center bottom;
    }

    .splitPromo.promoTop {
        margin-top: -229px;
    }

    section.splitPromo .con {
        position: relative;
        display: block;
        clear: both;
        padding: 80px 15px;
    }

    .splitPromo .img {
        margin: 0 auto;
        overflow: hidden;
        height: fit-content;
    }

    .splitPromo img, #newsImg2S img {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
        bottom: unset;
        top: unset;
    }
}

@media ( max-width: 567px ) {
    .splitPromo .img:before,
    .splitPromo .img:after {
        display: none;
    }
}

@media ( max-width: 390px ) {
    section.splitPromo p:after {
        display: none;
    }
}