.header{position:sticky;top:0;width:100vw;height:100px;z-index:999;background-color:#fff}.header .wrapper{display:flex;justify-content:center;padding:0;height:100%}.header .wrapper .navbar{display:flex;align-items:center;justify-content:space-between;flex-direction:row;height:100%}@media only screen and (max-width:1024px){.header .wrapper .navbar{width:90%}}.header .wrapper .navbar .flex-row{align-items:center}.header .wrapper .navbar .logo-container{width:261px;height:auto}.header .wrapper .navbar .logo-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-width:none}.header .wrapper .navbar .logo-container.hide{display:none}@media only screen and (max-width:768px){.header .wrapper .navbar .logo-container.hide{display:flex}}.header .wrapper .navbar .list-item{padding:0 35px}.header .wrapper .navbar .list-item a.nav-link{text-transform:uppercase;cursor:pointer;padding-bottom:15px;border-bottom:0 solid #23a44c;transition:border-bottom .2s ease-in-out}@media only screen and (max-width:1024px){.header .wrapper .navbar .list-item a.nav-link{padding-bottom:0}}.header .wrapper .navbar .list-item a.nav-link.active,.header .wrapper .navbar .list-item a.nav-link:hover{border-bottom:4px solid #23a44c}.header .wrapper .navbar .list-item a.nav-link.active{font-weight:600}.header .wrapper .menu-toggle{display:none;flex-direction:column;cursor:pointer}.header .wrapper .menu-toggle .bar{width:25px;height:3px;background-color:#333;margin:3px 0}@media screen and (max-width:1024px){.header .wrapper .menu-toggle{display:flex}.header .wrapper ul.flex-row{display:none;flex-direction:column;position:absolute;left:0;background-color:#fff;width:100%;height:100vw;top:100px;padding:10px;border:1px solid #ccc;z-index:1}.header .wrapper ul.flex-row.open{display:flex}.header .wrapper ul.flex-row .list-item{margin:10px 0}}.header .wrapper .buttons-container{display:flex;flex-direction:row;align-items:center}.header .wrapper .buttons-container .booking-dropdown{position:relative;display:inline-block}.header .wrapper .buttons-container .booking-dropdown:hover .dropdown-content{display:block}.header .wrapper .buttons-container .booking-dropdown .dropdown-content{display:none;position:absolute;top:100%;left:0;background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);min-width:144px;box-shadow:0 2px 5px rgba(0,0,0,.2);z-index:1000;border-radius:20px;border:3px solid #111311;margin:-7px 7px 7px}.header .wrapper .buttons-container .booking-dropdown .dropdown-content:hover{display:block}.header .wrapper .buttons-container .booking-dropdown .dropdown-content a{display:block;padding:12px 16px;text-decoration:none;color:#fff;transition:background-color .2s ease;white-space:nowrap;text-transform:uppercase;font-size:15px;border-bottom:1px solid hsla(0,0%,100%,.1);border-radius:17px}.header .wrapper .buttons-container .booking-dropdown .dropdown-content a:hover{background:linear-gradient(141deg,#4db46e,#17883b 97.62%)}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;padding:40px;border-radius:20px;position:relative;width:90%;max-width:500px;box-shadow:0 4px 6px rgba(0,0,0,.1);animation:modalFadeIn .3s ease-out}.modal-content h2{text-align:center;margin-bottom:30px;color:#111311;font-size:28px}.close-button{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;color:#111311;padding:5px;line-height:1;transition:color .2s ease}.close-button:hover{color:#23a44c}.location-buttons{display:flex;flex-direction:column;gap:15px}.location-buttons .location-button{display:block;padding:15px 20px;background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);color:#fff;text-decoration:none;text-align:center;border-radius:20px;border:3px solid #111311;font-size:18px;text-transform:uppercase;transition:all .2s ease}.location-buttons .location-button:hover{background:linear-gradient(141deg,#4db46e,#17883b 97.62%);border-color:#23a44c}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width:768px){.modal-content{padding:30px 20px}.modal-content h2{font-size:24px}.location-buttons .location-button{font-size:16px;padding:12px 15px}}.footer{display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);color:#fff}.footer .footer-container{padding:70px;display:flex;justify-content:space-between}@media only screen and (max-width:768px){.footer .footer-container{flex-direction:column}}.footer .footer-container .footer-links{display:flex;flex:0 1 50%;justify-content:space-between}@media only screen and (max-width:768px){.footer .footer-container .footer-links{flex-direction:column}}.footer .footer-container .footer-links .col{display:flex;flex-direction:column}@media only screen and (max-width:768px){.footer .footer-container .footer-links .col{margin-bottom:25px;align-items:center}}.footer .footer-container .footer-links .col h4{font-size:19.623px;font-style:normal;font-weight:700;line-height:131.523%;letter-spacing:.491px;margin-bottom:25px}@media only screen and (max-width:768px){.footer .footer-container .footer-links .col h4{margin-bottom:10px}.footer .footer-container .footer-links .col ul{text-align:center}}.footer .footer-container .footer-links .col li a{font-size:12.487px;font-style:normal;font-weight:400;line-height:200%;letter-spacing:.312px}.footer .footer-container .footer-links .col li a:hover{text-decoration:underline}.footer .footer-container .social-links{display:flex;flex-direction:column;align-items:flex-end}@media only screen and (max-width:768px){.footer .footer-container .social-links{align-items:center}}.footer .footer-container .social-links h4{font-size:19.623px;font-style:normal;font-weight:700;line-height:131.523%;letter-spacing:.491px;margin-bottom:25px}@media only screen and (max-width:768px){.footer .footer-container .social-links h4{margin-bottom:10px}}.footer .footer-container .social-links .link{padding:10px 0}.footer .footer-container .social-links .socials-container{margin-top:25px}.footer .footer-bottom{display:flex;flex-direction:column;align-items:center}@media only screen and (max-width:768px){.footer .footer-bottom{text-align:center}}.footer .footer-bottom .disclaimer{display:flex;width:100vw;justify-content:center;border-bottom:1px solid #ccc;padding:15px}.footer .footer-bottom .copyright{display:flex;padding:15px 0 50px;align-items:center}.footer .footer-bottom .copyright img{margin-right:10px}.treatment{position:relative}@media only screen and (max-width:1024px){.treatment-hero{background:#f8f8f8}}@media only screen and (max-width:768px){.treatment-hero{background-image:url(/_next/static/media/hero-background.84712966.svg);background-repeat:no-repeat;background-position:50%;background-size:cover}}.treatment-hero .hero-text{display:flex;flex-direction:row;align-items:center}@media only screen and (max-width:768px){.treatment-hero .hero-text{padding:40px 0}}.treatment-hero .hero-text:after{content:"";display:block;position:absolute;width:100vw;height:500px;background-color:#f8f8f8;top:172px;left:0;z-index:-1}@media only screen and (max-width:1024px){.treatment-hero .hero-text:after{display:none}}.treatment-hero .hero-text .left-side{display:flex;flex-direction:column;align-items:flex-start;flex:0 1 50%}@media only screen and (max-width:768px){.treatment-hero .hero-text .left-side{flex:0 1 100%}}.treatment-hero .hero-text .left-side .left-border{position:relative;margin-bottom:32px}.treatment-hero .hero-text .left-side .left-border:after{content:"";display:block;position:absolute;height:100%;width:4px;background-color:#23a44c;left:-40px;top:0}.treatment-hero .hero-text .left-side .description{font-size:20px;font-weight:400;margin-top:6px}.treatment-hero .hero-text .left-side .superscript{font-size:20px;font-weight:600;margin-bottom:20px}.treatment-hero .hero-text .left-side .superscript .green{color:#23a44c}.treatment-hero .hero-text .left-side .button.dark{border-radius:17.3px}.treatment-hero .hero-text .right-side{flex:0 1 33%}.treatment-hero .hero-text .right-side .image-container{position:relative;width:100%;height:auto;z-index:2}@media only screen and (max-width:1024px){.treatment-hero .hero-text .right-side .image-container{width:400px;height:auto}}.treatment-hero .hero-text .right-side .treatment-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-width:none}.treatment-hero .hero-text .right-side .deco:after{content:"";display:block;position:absolute;border-bottom:457px solid #fff;border-left:300px solid transparent;border-right:0 solid transparent;width:0;height:0;top:215px;right:0;z-index:1}@media only screen and (max-width:1024px){.treatment-hero .hero-text .right-side .deco:after{display:none}}@media only screen and (max-width:768px){.treatment-hero .hero-text .right-side{display:none}}.treatment .bottom-banner{background-color:#f8f8f8}.treatment .bottom-banner .cta-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:75px 0;margin:0 auto}.treatments-grid{display:flex;position:relative;flex-wrap:wrap;justify-content:center;align-items:flex-start;z-index:2;gap:10px;margin-top:50px}.image-wrapper{position:relative;height:300px;flex:0 1 24%;overflow:hidden}@media only screen and (max-width:1024px){.image-wrapper{flex:0 1 30%}}@media only screen and (max-width:768px){.image-wrapper{flex:0 1 100%}}.image-wrapper .slide-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.image-wrapper .overlay{position:absolute;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.25);-webkit-backdrop-filter:blur(8.5196609497px);backdrop-filter:blur(8.5196609497px);color:#fff;height:20%;transition:height .5s ease-in-out}.image-wrapper .overlay .overlay-content{padding:10px;display:flex;flex-direction:column;height:100%;align-items:flex-start;justify-content:space-between;text-align:left}.image-wrapper .overlay .overlay-content h2{font-size:22px;text-transform:uppercase;margin-bottom:10px}.image-wrapper .overlay .overlay-content .fade-description{display:flex;flex-direction:column;align-items:flex-start;font-size:20px;font-weight:400;opacity:0;transition:opacity .5s ease-in-out;text-shadow:0 1px 5px 0 rgba(69,69,69,.22)}.image-wrapper .overlay .overlay-content .button.dark{opacity:0;transition-delay:.5s;transition-property:opacity;transition-duration:.5s;transition-timing-function:linear}.image-wrapper:hover .overlay{height:100%}.image-wrapper:hover .overlay .overlay-content .button,.image-wrapper:hover .overlay .overlay-content .fade-description{opacity:1}