@charset "UTF-8";

.half-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    clear: both;
}

#news1.half-content {
    padding: 0;
}

#news2.half-content {
    position: relative;
    background-color: #f8f8f8;
    padding: clamp( 60px, 6.250vw,120px ) 0;
}

#news2.half-content .container {
    max-width: 1366px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 30px 60px #00000026;
    padding-right: 0px;
}

#news2.half-content a:not(.btn) {
    color: #966735;
}

#news2.half-content .image.nImgRt img {
    float: right;
    width: clamp( 474px, 27.917vw, 536px );
    height: auto;
    border-radius: 0px 40px 40px 0px;
}

#news3.half-content {
    padding: 0;
}

#officeTour.half-content {
    background-color: #436980;
    padding: clamp(  70px, 9.375vw, 180px ) 0 clamp( 70px, 7.292vw, 140px );
    z-index: 1;
}

#hcReviews.half-content,
#meetDoc.half-content {
    padding: clamp( 60px, 6.250vw, 120px ) 0;
}

.half-content h2 {
    color: #000105;
    font-size: clamp(  28px, 1.979vw, 38px );
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(  38px, 2.396vw, 46px );
    text-transform: none;
    margin: 0 0 clamp( 20px, 1.25vw, 24px );
}

#news2.half-content h2 {
    color: inherit;
}

#officeTour.half-content h2 {
    font-size: clamp(  50px, 3.542vw, 68px );
    line-height: clamp(  55px, 3.854vw, 74px );
    text-transform: none;
    font-family: 'Alex Brush', cursive;
    margin: 16px 0;
    color: #f8f8f8;
}

.half-content h2::after {
    content: '';
    margin: 13px 0;
    height: 4px;
    width: 80px;
    display: block;
    background: transparent linear-gradient(92deg, #CC9759 0%, #966735 100%) 0% 0% no-repeat padding-box;
}

#officeTour.half-content h2::after {
    display: none;
}

.half-content .text {
    display: grid;
    justify-content: center;
    text-align: left;
    z-index: 5;
    justify-items: start;
    align-content: center;
    align-items: center;
}

.nImgRt {
    margin: 0;
    display: grid;
    height: clamp(  300px, 29.167vw, 560px);
    float: right;
    padding: 0;
}

.slider.nImgRt {
    display: block;
    padding: 0;
}

.image.nImgRt img {
    height: clamp(  300px, 29.167vw, 560px);
    display: block;
    width: auto;
    margin: 0 auto;
    box-shadow: none;
    border-radius: 40px;
    box-shadow: 0px 20px 40px #00000026;
}

#hcReviews .nImgRt,
    #meetDoc .nImgRt {
    height: fit-content;
    display: block;
    padding-bottom: 0px;
}

#hcReviews .nImgRt picture.img-fluid,
#meetDoc .nImgRt picture.img-fluid {
    position: relative;
    display: block;
    margin: 0 auto;
    float: none;
    z-index: 1;
}

#hcReviews .image.nImgRt img {
    height: clamp(  300px, 29.167vw, 560px);
    width: auto;
}

#hcReviews .slider {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    height: fit-content;
    flex-wrap: nowrap;
}

#hcReviews .slider > div {
    display: block;
}

.tName.h3,
.tName.h3 a {
    font-size: 16px;
    color: #000105;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.tName.h3 .tSep {
    color: #DFDFDF;
    padding: 0 clamp( 6px, 0.625vw, 12px );
}

#hcReviews .slider .slick-dots {
    width: fit-content;
    bottom: max(-2.917vw, -56px);
}

#news2 .nImgRt {
    overflow: visible;
}

.nImgLt {
    position: relative;
    padding: 0;
}

.nImgLt img {
    position: relative;
    display: block;
    height: clamp(  450px, 29.167vw, 560px );
    width: auto;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba( 0, 0, 0, 0.15);
}

.nImgLt.overVis {
    padding-right: min(   7.292vw, 140px );
}

.nImgLt.overVis img {
    float: right;
    margin: 0;
    height: min(   29.167vw, 560px );
    box-shadow: 0 10px 25px rgba( 0, 0, 0, 0.1);
}

.half-content .video {
    height: clamp(  250px, 25vw, 480px );
}

.cVidWrap {
    object-fit: cover;
    display: block;
    width: 100%;
    height: clamp(  250px, 25vw, 480px );
    position: relative;
}

a.popVid {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

a.popVid img {
    filter: brightness( 0.75);
}

a.popVid:hover img {
    filter: none;
}

.half-content .btn.btn-white {
    margin: clamp(  20px, 1.667vw, 32px ) auto 0;
}

ul.tab-list li.tab {
    display: inline-block;
}

li.tab .btn {
    background-color: #f7f7f7;
    color: #42474c;
}

li.tab .btn:hover {
    background-color: #ff9d4e;
}

li.tab .btn.active {
    background-color: #ed6a00;
    color: #FFF;
}

@media ( max-width: 1024px ) {
    #welcome .image.nImgRt img {
        height: clamp(  290px, 20.313vw, 390px );
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .half-content .video {
        height: unset;
    }

    .nImgLt img {
        height: auto;
        width: auto;
    }

    #vid6040 .text {
        background-image: none;
        background-size: min(   16.823vw, 323px );
        padding: 0px
    }

    #vid6040 .text > div {
        margin: unset;
        background-color: #FFFFFF;
        position: relative;
        top: unset;
        padding: min(   8.958vw, 172px ) min( 7.188vw, 138px ) min( 5.365vw, 103px );
        box-shadow: 0px 20px 40px #0000001a;
    }

    #news2::before {
        display: none;
    }

    #news2 .image.nImgRt {
        height: fit-content;
        padding: 0 0 60px;
    }

    .nTxtRt, .nTxtLt {
        padding: 7vw 20px;
        clear: both;
        display: block;
        overflow: hidden;
    }

    .image.nImglt img, .image.nImgRt img, 
    #meetDoc.half-content .image img {
        display: block;
        height: auto;
        margin: 0 auto;
    }

    #news2.half-content .image.nImgRt img {
        border-radius: 40px;
    }

    .half-content .image,
    #btmCta .nImgLt{
        height: auto;
        width: 100%;
        margin: 0;
        /* padding-bottom: 60px; */
    }

    .nImgLt.overVis {
        padding: 0;
    }

    .nImgLt.overVis img {
        height: auto;
        width: min(   52.246vw, 535px );
        margin: 0 auto;
        float: none;
    }

    .half-content .text {
        clear: both;
        padding: 20px 15px 20px;
        position: relative;
        margin: 0;
        width: 100%;
        height: fit-content;
    }

    #btmCta.half-content {
        background-color: #f8f8f8;
    }

    .video.nImgRt {
        height: fit-content;
        float: none;
    }

    .slider.nImgRt {
        height: auto;
        display: block;
        width: 100%;
    }

    .slider.nImgRt .slick-dots {
        position: absolute;
        bottom: 12px;
    }

    #hcReviews .slider {
        display: block;
    }
}

@media ( max-width: 768px ) {
    .half-content .container {
        width: 100%;
        padding: 0;
    }

    .nTxtLt .container {
        padding: 0 20px;
        width: 90%;
    }

    .nImglt, .nImgRt {
        height: fit-content;
    }
}

@media ( max-width: 567px ) {
    .half-content .container {
        width: 100%;
        margin: 0 auto;
    }

    #news2.half-content .image.nImgRt img {
        width: 350px;
        border-radius: 40px;
    }

    .nImglt, .nImgRt {
        min-height: 177px;
        height: fit-content;
        padding: 0;
    }

    #hcReviews .image.nImgRt img,
    .image.nImgRt img {
        width: 350px;
    }

    .nTxtRt, .nTxtLt {
        padding: 20px;
    }

    #hcReviews .slider {
        display: block;
    }

    #hcReviews .slider .slick-dots {
        bottom: 0;
    }

    #maker {
        padding-top: 0
    }
}