<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************/
/*********  PATCH  ******************/
/************************************/
.footer-main {
    margin-top: 0;
}

.MyContent {
    z-index: 2;
}

#wrapper {
    max-width: 1600px;
    background: linear-gradient(-45deg, #fffefc, #fef3f1, #fffdfe);
    /************************/
    max-width: 100%;
}

#wrapper::before {
    content: " ";
    position: absolute;
    width: 392px;
    height: 773px;
    top: 932px;
    left: calc(50% - 800px);
    background-image: url(./img/spa-expert-texture-left.png);
    background-position: top center;
    background-repeat: no-repeat;
    transform-origin: center left;
    z-index: 1;
    /************************/

}


#wrapper::after {
    content: " ";
    position: absolute;
    width: 453px;
    height: 594px;
    top: 1644px;
    right: calc(50% - 800px);
    background-image: url(./img/spa-expert-texture-right.png);
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
    transform-origin: center right;
}

@media(min-width:1600px) {
    #wrapper::before {
        left: 0;
    }

    #wrapper::after {
        right: 0
    }
}

#SPA-2022-EXPERTS-SERVICES .GrayBox {
    background-color: #fff;
}

#SPA-2022-EXPERTS-TREATMENTS .TreatmentBox,
#SPA-2022-SKINSPA-TREATMENTS .TreatmentBox,
#SPA-2022-OPENSPA-TREATMENTS .TreatmentBox {
    background-color: #fff;
}

@media screen and (max-width: 761px) {

    #wrapper::before {
        width: 255px;
        height: 557px;
        background-size: 100% auto;
        top: 772px;
        left: 0;
    }

    #wrapper::after {
        width: 250px;
        height: 350px;
        top: 1494px;
        right: 0;
        background-size: 100% auto;
    }
}

#SPA-2022-EXPERTS-SERVICES::before {
    display: none;
}

#SPA-2022-EXPERTS-TREATMENTS::before {
    display: none;
}


.MyContent .Title {
    background-image: none !important;
}

#SPA-2022-HOME-FOOTER::after {
    display: none;
}





/********** MASTER ANALYSIS **********/
/*tablet landscape*/
/*@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
  #wrapper::after {
    right: calc(50% - 555px)!important;
  }
}*/</pre></body></html>