@charset "UTF-8";

@keyframes slideImg {
    0% {left: 100%; z-index: 2}
    4% {left: 0%; z-index: 2; transition: z-index .75s ease;}
    33.33% {left: 0%; z-index: 1}
    37% {left: -100%; z-index: -1; transition: z-index .75s ease;}
    100% {left: -100%; z-index: 0}
}

@keyframes slideRev {
    0% {top: 100%}
    4% {top: 0%}
    33.33% {top: 0%}
    37.33% {top: -100%}
    100% {top: -100%}
}

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

#welcome.half-content .container {
    width: min(100%, 1366px);
}

#welcome .text > div {
    margin: 0;
    width: 91.66666667%;
}

#welcome.half-content .nImgLt {
    padding: 160px 0 clamp( 50px, 5.208vw, 100px );
}

#news1,
#news3 {
    background-color: #e7d3b5;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    align-content: center;
}

#news1.half-content .text > div,
#news3.half-content .text > div {
    margin-left: 25%;
    width: 50%;
    background-color: #f8f8f8;
    padding: 20px;
}
#news2.half-content {
    position: relative;
    background-color: #3D3D3E;
    padding: clamp( 60px, 6.250vw, 120px ) 0;
}

#news2 .nImgRt {
    height: fit-content;
}

#news2.half-content .container {
    border-radius: 0;
    overflow: hidden;
    flex-direction: row;
}

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

#news2.half-content .text ul.social li {
    padding: 0 12px;
}

#news2.half-content .text ul.social a {
    color: #f8f8f8;
    font-size: clamp( 24px, 1.667vw, 32px )
}

#news2.half-content .image.nImgRt img {
    float: right;
    width: clamp( 300px, 42.292vw, 812px );
    height: auto;
}

#meetDoc.half-content {
    position: relative;
    background-color: #f8f8f8;
    z-index: 2;
}

.half-content h2 {
    color: inherit;
    font-size: clamp( 28px, 2.292vw, 44px );
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp( 38px, 2.917vw, 52px );
    text-transform: none;
    margin: 0 0 32px;
}

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

#news2.half-content .text {
    text-align: left;
}

.half-content h2::after {
    content: '';
    margin: 13px 0;
    height: 4px;
    width: 60px;
    display: none;
    background-color: #F06F2A;
}

#news1 .text h2:after,
#news3 .text h2:after {
    background-color: #CD510E;
}

#news2.half-content h2::after {
    background-color: #f8f8f8;
}

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

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

.half-content .text ol {
    list-style-type: decimal-leading-zero;
}

.half-content .text ol li {
    padding: 0 0 8px;
}

.half-content .text ol li::marker {
    font-size: clamp( 22px, 1.563vw, 30px );
    font-weight: 600;
    letter-spacing: clamp( 0.884px, 0.087vw, 1.68px );
    line-height: clamp( 38px, 2.396vw, 46px );
}

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

.slider.nImgRt {
    display: block;
    height: clamp( 266px, 25vw, 480px );
    padding: 0;
}

#newsSlider .nTxtRt {
    position: relative;
    /* margin: 60px 0 -60px; */
    overflow: visible;
    z-index: 5;
}

#newsSlider .testCont {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    animation: 27s slideRev infinite ease-in-out;
    padding: 15px 0;
    height: fit-content;
    text-align: left;
}

.slider.nTxtRt {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 20px;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.slider.nTxtRt {
    display: block;
    height: clamp( 266px, 25vw, 480px );
    padding: 0;
}

.slider.nTxtRt .fwnSlider {
    position: relative;
    width: 100%;
    height: clamp( 266px, 25vw, 480px );
    overflow: hidden;
    display: block;
    z-index: 9;
}

.slider.nTxtRt .fwnSlider .imgSldWrap {
    position: absolute;
    width: 100%;
    left: 100%;
    animation: 30s slideImg infinite ease-in-out;
    padding: 0;
    display: block;
    height: fit-content;
}

#newsSlider .testCont:first-of-type {
    animation-delay: 0s;
}

#newsSlider .testCont:nth-of-type(2) {
    animation-delay: 9s;
}

#newsSlider .testCont:last-of-type {
    animation-delay: 18s;
}

.slider.nTxtRt .fwnSlider:hover .imgSldWrap {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.image.nImgRt img {
    height: clamp(300px, 33.333vw, 640px);
    display: block;
    width: auto;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    box-shadow: none;
    border-radius: 0;
}

.tName.h3,
.tName.h3 a {
    font-size: clamp(14px, 0.833vw, 16px);
    color: #353C46;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

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

#hcReviews .slider .slick-dots {
    width: fit-content;
    bottom: -56px;
}

#news2 .nImgLt img,
#news2 .nImgRt img {
    display: block !important;
    height: clamp( 266px, 25vw, 480px );
}

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

.nImgLt img {
    position: relative;
    display: block;
    height: clamp(  300px, 29.167vw, 560px );
    width: auto;
    margin: 0 auto;
    box-shadow: none;
}

#testimonial.half-content {
    position: relative;
    background-image: url( '/wp-content/uploads/2023/12/testimonial_block_background.jpg.webp' );
    height: min(29.167vw, 560px);
    overflow: visible;
    z-index: 2;
}

#testimonial.half-content .nTxtLt > div {
    margin-left: 8.33333333%;
    width: 83.3333333%;
}

#testimonial .text h2:after {
    background-color: #CD510E;
}

#testimonial h2 {
    font-size: clamp(40px, 4.375vw, 64px);
    line-height: clamp(48px, 4.792vw, 84px);
}

.no-webp #testimonials.half-content {
    background-image: url( '/wp-content/uploads/2023/12/testimonial_block_background.jpg.webp' );
}

#testimonial.half-content .text {
    align-items: end;
    align-content: end;
    padding-bottom: min( 4.167vw, 80px );
}

#testimonial.half-content .video {
    height: clamp( 300px , 29.167vw, 560px );
}

#welcome .nImgLt img {
    height: clamp( 250px, 20.521vw, 394px );
}

#meetDoc.half-content .nImgLt {
    padding: 175px 0 100px;
}

.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: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
}

#testimonial a.popVid {
    box-shadow: 0px 20px 40px #00000026;
    margin-top: min( 2.083vw, 40px);
    z-index: 5;
}

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

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

#testimonial a.popVid img {
    height: clamp( 300px , 29.167vw, 560px );
}

.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;
    }

    #welcome.half-content .text::before {
        display: none;
    }

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

    #news1,
    #news2 .container,
    #news3 {
        display: block;
    }

    #news2.half-content .text {
        background-size: 30vw;
    }

    #news2::before {
        display: none;
    }

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

    #news1.half-content .text > div,
    #news3.half-content .text > div {
        margin-left: 0;
        width: 100%;
    }

    #fscBlock.half-content .nImgLt picture,
    #meetDoc.half-content .nImgLt picture {
        float: none;
    }

    .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;
    }

    .slider.nImgRt .fwnSlider,
    #news2 .nImgLt img, 
    #news2 .nImgRt img {
        width: clamp(320px, 80.176vw, 821px);
        height: clamp(189px, 46.875vw, 480px);
    }

    .slider.nImgRt .fwnSlider {
        margin: 0 auto;
    }

    .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, #testimonial.half-content .text {
        padding: 80px 15px;
    }

    #testimonial.half-content .text {
        text-align: center;
        padding: 80px 0px;
    }

    #testimonial.half-content .text h2:after {
        margin: 8px auto 24px;
    }

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

    #testimonial.half-content {
        height: fit-content;
        background-color: #efefed;
        background-image: none;
    }

    #testimonial.half-content .video,
    #testimonial a.popVid img,
    .cVidWrap {
        height: min(54.688vw, 560px);
        float: none;
    }

#testimonial a.popVid {
    margin-top: 0;
}

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

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

@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;
    }

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

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

    #hcReviews .slider {
        display: block;
    }

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

    #maker {
        padding-top: 0
    }
}

