@charset "UTF-8";

.half-content {
    position: relative;
    overflow: hidden;
}

.half-content h2 {
    color: #f8f8f8;
    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);
}

.half-content h2::after {
    content: '';
    margin: 13px 0;
    height: 0;
    width: 80px;
    display: block;
    border-bottom: 5px solid #fcd58f;
}

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

.half-content {
    width: 100%;
    float: left;
    clear: both;
}

#welcome.half-content {
    padding: min(4.167vw, 80px) 0 min(14.844vw, 285px);
    background-color: #0b8196;
    background-image: url('/wp-content/uploads/2023/08/welcome_background.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: min(50.052vw, 961px) min(43.750vw, 840px);
}

#welcome.half-content::after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: min(1920px, 100vw);
    height: min(4.479vw, 86px);
    background-image: url('/wp-content/uploads/2023/08/wave_transition_top.svg');
    background-size: min(1920px, 100vw) min(4.479vw, 86px);
}

#welcome.half-content .text {
    align-items: center;
    align-content: center;
    margin-bottom: -21px;
}

#welcome .text a:not(.btn) {
    color: #fcd58f;
}

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

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

.image.nImgRt img {
    height: clamp(300px, 29.167vw, 560px);
    display: block;
    width: auto;
    margin: 0 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

#welcome .image.nImgRt {
    float: right;
}

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

.nImgLt img {
    position: relative;
    display: block;
    height: clamp(385px, 33.33vw, 640px);
    width: auto;
}

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

.overVis::before {
    content: '';
    position: absolute;
    background-color: #00746d;
    height: clamp(250px, 320px, 16.667vw);
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}



.half-content .video {
    height: clamp(300px, 28.125vw, 540px);
}

.cVidWrap {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    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;
}

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.half-content {
        background-position: right bottom;
        background-image: url('/wp-content/uploads/2023/08/welcome_diana_t_rose_plant.svg');
        background-size: min(40.338vw, 167px) min(115.700vw, 479px);
    }
    
    #welcome .image.nImgRt img {
        height: clamp(290px, 20.313vw, 390px);
        width: auto;
        display: block;
        margin: 0 auto;
    }

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

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

    .image.nImglt img, .image.nImgRt img, #meetDoc.half-content .image img {
        display: block;
        width: min(768px, 100vw);
        height: auto;
    }

    .half-content .image,
    #btmCta .nImgLt{
        height: auto;
        width: 100%;
        margin: 0;
    }

    .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: 80px 15px;
        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;
    }
}

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

    .half-content .image.nImgRt img {
          width: 100%;
          height: auto;
      }

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

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

    #maker {
        padding-top: 0
    }
}