@media screen and (min-width: 1000px) {  
    .s1 {
        text-align: center;
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .s1-title {
        margin-top: 10px;
        font-size: 42px;
        font-weight: 100;
    }

    .s2-table {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-left: 1px solid #EDEEF0;
        border-right: 1px solid #EDEEF0;
    }

    .s2-table td {
        width: 50% !important;
    }

    .s2-text-title {
        font-size: 22px;
        font-weight: 300;
        color: #2A2A2A;
    }

    .s2-text-body {
        font-size: 15px;
        font-weight: 300;
        color: #848484;
        line-height: 30px;
    }

    .s2-box {
        max-width: 630px;
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
    }

    .s2-box-top {
        height: 50%;
    }

    .s2-table-right {
        padding: 40px;
    }

    .section-reduce-space {
        margin-top: 40px;
    }

    .s3-table {
        width: 100%;
    }

    .s3-table td {
        font-size: 15px;
        font-weight: 300;
        width: 50%;
        padding-top: 20px;
        padding-bottom: 0;
    }

    .s3-title {
        padding-left: 120px;
        font-size: 32px;
        font-weight: 200;
    }

    .s3-table-left-padding {
        padding-left: 120px;
    }

    .s3-arrow {
        font-size: 19px;
        margin-right: 10px;
        font-weight: 900;
        color: #848484;
    }



    .s4 {
        margin-bottom: 0;
    }

    .s4-text-bold {
        font-size: 24px;
        font-weight: 400;
    }

    .s4-text-thin {
        font-size: 18px;
        font-weight: 200;
    }

    .s4-table {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .s4-table td {
        width: 50%;
    }

    .s5-table {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .s5-table td {
        width: 50%
    }

    .s5-table-left-thin {
        font-size: 47px;
        font-weight: 100;
    }

    .s5-table-left-bold {
        font-size: 47px;
        font-weight: 400;
    }

    .s5-table-left {
        padding-left: 20px;
    }

    .s5-table-right {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        padding-top: 30px;
        padding-bottom: 0;
        padding-left: 30px;
        padding-right: 60px;
        color: #8B8B8B;
    }

    .team-image {
        margin-bottom: 30px;
    }

    .team-button {
        font-size: 16px;
        font-weight: 500;
        border: 1px solid;
        background-color: #FFF;
        color: #000;
        padding: 15px;
        border-radius: 3px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .s6-table {
        width: 100%;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .s6-table td {
        font-size: 16px;
        font-weight: 300;
        text-align: center;
    }

    .s6-title {
        font-size: 42px;
        font-weight: 300;
        text-align: center;
    }

    .s7-table {
        width: 100%;
        border-top: 1px solid #D7B756;
    }

    .s7-table:last-child {
        border-bottom: 1px solid #D7B756;
    }

    .s7-table-td-small {
        width: 30%;
        padding: 30px;
    }

    .s7-table-td-big {
        width: 70%;
        padding: 50px;
    }

    .s7-table-align-right {
        text-align: right;
    }

    .s7-table-text-right {
        float: right;
        margin-top: 0;
    }

    .s7-table-title {
        font-size: 30px;
        font-weight: 300;
    }

    .s7-table-text {
        font-size: 15px;
        font-weight: 300;
        line-height: 24px;
        color: #595959;
        max-width: 600px;
    }

    .s7-title {
        font-size: 32px;
        font-weight: 200;
    }


    .s9-table {
        width: 100%;
        text-align: center;
    }

    .s9-table td{
        width: 50%;
        padding: 30px;
    }

    .s8-section {
        background-image: url("../img/bg-form.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        border-top: 1px solid #D7B756;
    }

    .s8-table {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s8-table td {
        width: 50%;
    }

    .s8-title {
        margin-left: 90px;
        font-size: 42px;
        font-weight: 300;
    }

    .form-input {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 416px;
    }

    .form-button {
        opacity: 0.8;
        background-color: #D7B756;
        border: 1px solid #D7B756;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 416px;
    }

    .form-option {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 416px;
    }

    .form-button:hover {
        color: #FFF;
    }

    .img-hover-zoom {
        height: 340px; 
        overflow: hidden; 
    }
    .img-hover-zoom img {
        transition: transform 2s ease;
    }
    .img-hover-zoom:hover img {
        transform: scale(1.25);
    }

    .img-hover-nozoom {
        height: 340px; 
        overflow: hidden; 
    }

    
    .beforeafter-container1 {
        position: relative;
        width: 650px;
        height: 360px;
        border: 2px solid white;
    }
    .beforeafter-container1 .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 650px 100%;
    }
    .beforeafter-container1 .background-img1 {
        background-image: url("../img/beforeafter_1-R.jpg");
    }
    .beforeafter-container1 .foreground-img1 {
        background-image: url("../img/beforeafter_1-L.jpg");
        width: 50%;
    }
    .beforeafter-container1 .slider {
        position: absolute;
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        background: rgba(242, 242, 242, 0);
        outline: none;
        margin: 0;
        transition: all 0.2s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container1 .slider:hover {
        background: rgba(242, 242, 242, 0.05);
    }
    .beforeafter-container1 .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container1 .slider::-moz-range-thumb {
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container1 .slider-button1 {
        pointer-events: none;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        left: calc(50% - 18px);
        top: calc(50% - 18px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container1 .slider-button1:after {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(-45deg);
    }
    .beforeafter-container1 .slider-button1:before {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(135deg);
    }

    .beforeafter-container2 {
        position: relative;
        width: 650px;
        height: 360px;
        border: 2px solid white;
    }
    .beforeafter-container2 .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 650px 100%;
    }
    .beforeafter-container2 .background-img2 {
        background-image: url("../img/beforeafter_2-R.jpg");
    }
    .beforeafter-container2 .foreground-img2 {
        background-image: url("../img/beforeafter_2-L.jpg");
        width: 50%;
    }
    .beforeafter-container2 .slider {
        position: absolute;
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        background: rgba(242, 242, 242, 0);
        outline: none;
        margin: 0;
        transition: all 0.2s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container2 .slider:hover {
        background: rgba(242, 242, 242, 0.05);
    }
    .beforeafter-container2 .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container2 .slider::-moz-range-thumb {
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container2 .slider-button2 {
        pointer-events: none;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        left: calc(50% - 18px);
        top: calc(50% - 18px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container2 .slider-button2:after {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(-45deg);
    }
    .beforeafter-container2 .slider-button2:before {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(135deg);
    }
}



@media screen and (max-width: 999px) {   
    .mobile-top-margin-0 {
        margin-top: 0;
    }

    .mobile-bottom-margin-30 {
        margin-bottom: 30px;
    }

    .s1 {
        text-align: center;
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .s1-title {
        margin-top: 55px;
        font-size: 6.5vw;
        font-weight: 200;
    }

    .s1-title-bar {
        width: 70%;
    }

    .s2-table {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .s2-table td {
    }

    .s2-text-title {
        margin-top: 0;
        font-size: 4.5vw !important;
        font-weight: 300;
        color: #2A2A2A;
    }

    .s2-text-body {
        font-size: 3.5vw !important;
        font-weight: 200;
        color: #000;
        line-height: 4.5vw;
    }

    .s2-box {
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
    }

    .s2-box-top {
        height: 50%;
    }

    .s2-table-right {
        padding: 40px;
        padding-left: 0;
    }


    .s3-table {
        width: 100%;
    }

    .s3-table td {
        font-size: 3vw;
        font-weight: 300;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .s3-title {
        padding-left: 30px;
        font-size: 4vw;
        font-weight: 200;
    }

    .s3-table-left-padding {
        padding-left: 30px;
        padding-right: 10px;
    }

    .s3-arrow {
        font-size: 3.75vw;
        margin-right: 30px;
        font-weight: 900;
        color: #848484;
    }



    .s4 {
        margin-top: 20px;
        margin-bottom: 40px;
        padding-left: 20px;
    }

    .s4-text-bold {
        font-size: 4.5vw;
        font-weight: 300;
    }

    .s4-text-thin {
        font-size: 3.5vw;
        font-weight: 200;
        margin-top: 10px;
    }

    .s4-table {
        width: 100%;
        margin-bottom: 30px;
    }

    .s4-table td {
        width: 50%;
    }



    .s5-table {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .s5-table td {
        width: 50%
    }

    .s5-table-left-thin {
        font-size: 4vw;
        font-weight: 100;
    }

    .s5-table-left-bold {
        font-size: 4vw;
        font-weight: 400;
    }

    .s5-table-left {
        padding-left: 20px;
    }

    .s5-table-right {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        padding-top: 30px;
        padding-bottom: 0;
        padding-left: 30px;
        padding-right: 60px;
        color: #8B8B8B;
    }

    .team-image {
        margin-bottom: 30px;
    }

    .team-button {
        font-size: 16px;
        font-weight: 500;
        border: 1px solid;
        background-color: #FFF;
        color: #000;
        padding: 15px;
        border-radius: 3px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .s6-table {
        width: 100%;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .s6-table td {
        font-size: 16px;
        font-weight: 300;
        text-align: center;
    }

    .s6-title {
        font-size: 42px;
        font-weight: 300;
        text-align: center;
    }

    .s7-table {
        width: 100%;
        border-top: 1px solid #D7B756;
    }

    .s7-table:last-child {
        border-bottom: 1px solid #D7B756;
    }

    .s7-table-td {
        width: 100%;
        padding: 30px;
        text-align: center;
    }

    .s7-table-title {
        text-align: center;
        font-size: 5.5vw;
        font-weight: 300;
        padding-left: 50px;
        padding-right: 50px;
    }



    .s7-table-text {
        text-align: center;
        font-size: 3.5vw;
        font-weight: 300;
        line-height: 4.25vw;
        color: #595959;
    }

    .s7-title {
        text-align: center;
        font-size: 6.5vw;
        font-weight: 200;
        margin-bottom: 30px;
        padding-bottom:30px;
    }

    .s7-title-bold {
        font-weight: 300;
    }


    .s9-table {
        width: 100%;
        text-align: center;
    }

    .s9-background {
        background-image: url("../img/hs-r2.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 150px;
    }

    .s9-table td{
        width: 50%;
        padding: 30px;
    }

    .s8-section {
        background-image: url("../img/bg-form.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        border-top: 1px solid #D7B756;
    }

    .s8-table {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s8-table td {
    }

    .s8-title {
        font-size: 4vw;
        font-weight: 300;
    }

    .form-input {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 2.75vw;
        font-family: 'Montserrat', sans-serif;;
        width: 600px;
    }

    .form-button {
        opacity: 0.8;
        background-color: #D7B756;
        border: 1px solid #D7B756;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 2.75vw;
        font-family: 'Montserrat', sans-serif;;
        width: 600px;
        color: #000;
    }

    .form-option {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 2.75vw;
        font-family: 'Montserrat', sans-serif;;
        width: 600px;
        color: #000;
    }

    .form-button:hover {
        color: #FFF;
    }

    .img-hover-zoom {
        height: 340px; 
        overflow: hidden; 
    }
    .img-hover-zoom img {
        transition: transform 2s ease;
    }
    .img-hover-zoom:hover img {
        transform: scale(1.25);
    }

    .img-hover-nozoom {
        height: 460px; 
        overflow: hidden; 
    }

    
    
    .beforeafter-container1 {
        position: relative;
        border: 2px solid white;
        width: 96%;
        aspect-ratio: 16/9;
        margin-left: auto;
        margin-right: auto;
    }
    .beforeafter-container1 .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 90vw 100%;
    }
    .beforeafter-container1 .background-img1 {
        background-image: url("../img/beforeafter_1-R.jpg");
    }
    .beforeafter-container1 .foreground-img1 {
        background-image: url("../img/beforeafter_1-L.jpg");
        width: 50%;
    }
    .beforeafter-container1 .slider {
        position: absolute;
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        background: rgba(242, 242, 242, 0.01);
        outline: none;
        margin: 0;
        transition: all 0.2s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container1 .slider:hover {
        background: rgba(242, 242, 242, 0.01);
    }
    .beforeafter-container1 .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 6px;
        height: 510px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container1 .slider::-moz-range-thumb {
        width: 6px;
        height: 510px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container1 .slider-button1 {
        pointer-events: none;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        left: calc(50% - 18px);
        top: calc(50% - 18px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container1 .slider-button1:after {
        content: "";
        padding: 2px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(-45deg);
    }
    .beforeafter-container1 .slider-button1:before {
        content: "";
        padding: 2px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(135deg);
    }

    .beforeafter-container2 {
        position: relative;
        border: 2px solid white;
        width: 96%;
        aspect-ratio: 16/9;
        margin-left: auto;
        margin-right: auto;
    }
    .beforeafter-container2 .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 90vw 100%;
    }
    .beforeafter-container2 .background-img2 {
        background-image: url("../img/beforeafter_2-R.jpg");
    }
    .beforeafter-container2 .foreground-img2 {
        background-image: url("../img/beforeafter_2-L.jpg");
        width: 50%;
    }
    .beforeafter-container2 .slider {
        position: absolute;
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        background: rgba(242, 242, 242, 0.01);
        outline: none;
        margin: 0;
        transition: all 0.2s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container2 .slider:hover {
        background: rgba(242, 242, 242, 0.01);
    }
    .beforeafter-container2 .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 6px;
        height: 510px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container2 .slider::-moz-range-thumb {
        width: 6px;
        height: 510px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container2 .slider-button2 {
        pointer-events: none;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        left: calc(50% - 18px);
        top: calc(50% - 18px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container2 .slider-button2:after {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(-45deg);
    }
    .beforeafter-container2 .slider-button2:before {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(135deg);
    }
}

@media screen and (min-width: 1000px) and (max-width: 1400px)  {
    .beforeafter-container1,
    .beforeafter-container2 {
        width: 450px;
    }
    .s2-table {
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }
} 