@import "https://fonts.googleapis.com/css2?family=GFS+Didot&family=Manrope:wght@200..800&display=swap";
:root{--teal:#3b4a47;--teal-dark:#2a3634;--teal-hover:#2f3d3b;--page-bg:#ddd9d4;--white:#fff;--dark:#1a1a1a;--muted:#888;--border:#e2dcd6;--gold:#c9a46a;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Jost", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--dark);-webkit-font-smoothing:antialiased;background:#e9e4df;overflow-x:hidden}main{max-width:100vw;overflow-x:hidden}img{max-width:100%;display:block}ul{list-style:none}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-sans);background:0 0;border:none}.top-banner{background:var(--teal-hover);color:var(--white);text-align:center;letter-spacing:2px;text-transform:uppercase;padding:8px 16px;font-size:10.5px;font-weight:400}.top-banner b{font-weight:700}.navbar{background:var(--white);border-bottom:1px solid var(--border);z-index:999;justify-content:space-between;align-items:center;padding:11px 32px;display:flex;position:sticky;top:0;box-shadow:0 1px 6px #0000000f}.logo{flex-direction:column;gap:3px;line-height:1;display:flex}.logo-main{font-family:var(--font-serif);letter-spacing:4px;text-transform:uppercase;color:var(--dark);font-size:17px;font-weight:600}.logo-sub{letter-spacing:5px;text-transform:uppercase;color:var(--muted);font-size:7px;font-weight:300}.nav-links{align-items:center;gap:26px;display:flex}.nav-links li a{letter-spacing:.3px;color:#444;font-size:11.5px;font-weight:400;transition:color .2s}.nav-links li a:hover{color:var(--teal)}.nav-links li a.active{color:var(--dark);border-bottom:1.5px solid var(--teal);padding-bottom:1px;font-weight:600}.btn-book-nav{background:var(--teal);color:var(--white);letter-spacing:1px;white-space:nowrap;border-radius:3px;padding:8px 16px;font-size:10.5px;font-weight:500;transition:background .2s,transform .15s}.btn-book-nav:hover{background:var(--teal-dark);transform:translateY(-1px)}.nav-right{align-items:center;display:flex}.search-icon{color:#555;cursor:pointer;font-size:17px}.hamburger{color:var(--dark);margin-left:12px;font-size:22px;display:none}.page-body{background:var(--page-bg);padding:10px 12px 0}.hero-card{background:#b8987a;border-radius:12px 12px 0 0;position:relative;overflow:visible}.hero-inner{border-radius:12px 12px 0 0;height:370px;position:relative;overflow:hidden}.hero-bg{object-fit:cover;object-position:center 18%;width:100%;height:100%}.hero-overlay{background:linear-gradient(100deg,#0c080585 0%,#0c080540 45%,#0c08050d 80%);position:absolute;inset:0}.hero-text{text-align:center;pointer-events:none;z-index:3;width:100%;padding:0 20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-54%)}.hero-text h1{font-family:var(--font-serif);color:var(--white);text-shadow:0 2px 14px #00000061;margin-bottom:11px;font-size:clamp(22px,3.2vw,40px);font-weight:700;line-height:1.2}.hero-text p{color:#ffffffd1;font-size:clamp(11px,1vw,13.5px);font-weight:300;line-height:1.75}.label{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:#1e1e1e;white-space:nowrap;z-index:4;background:#ffffffd6;border-radius:30px;align-items:center;gap:5px;padding:4px 11px 4px 8px;font-size:9.5px;font-weight:500;animation:.55s both fadeUp;display:flex;position:absolute;box-shadow:0 1px 6px #00000024}.label-dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px}.label:after{content:"";pointer-events:none;border-top:1.5px dashed #ffffff8c;height:1px;position:absolute;top:50%}.l-full-back{animation-delay:50ms;top:17%;left:44%}.l-full-back:after{width:28px;right:-28px}.l-full-neck{animation-delay:.12s;top:25%;left:52%}.l-full-neck:after{width:24px;right:-24px}.l-shoulders{animation-delay:.18s;top:16%;left:64%}.l-shoulders:after{width:24px;left:-24px}.l-upper-lip{animation-delay:.25s;top:54%;left:35%}.l-upper-lip:after{width:26px;right:-26px}.l-underarms{animation-delay:.32s;top:60%;left:57%}.l-underarms:after{width:22px;left:-22px}.l-arms{animation-delay:.38s;top:67%;left:67%}.l-arms:after{width:22px;left:-22px}@keyframes fadeUp{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.booknow-wrap{z-index:10;flex-direction:column;align-items:center;gap:5px;display:flex;position:absolute;bottom:-22px;left:50%;transform:translate(-50%)}.pulse-ring{border:1.5px solid var(--teal);opacity:0;pointer-events:none;border-radius:50%;width:58px;height:58px;animation:2.2s ease-out infinite pulseOut;position:absolute;top:0;left:50%;transform:translate(-50%)translateY(-100%)scale(1)}.pulse-ring:nth-child(2){animation-delay:.73s}.pulse-ring:nth-child(3){animation-delay:1.46s}@keyframes pulseOut{0%{opacity:.65;transform:translate(-50%)translateY(-100%)scale(1)}to{opacity:0;transform:translate(-50%)translateY(-100%)scale(2.3)}}.book-circle{background:var(--teal);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 18px #00000047}.book-circle:hover{transform:scale(1.1);box-shadow:0 6px 24px #00000052}.book-circle svg{width:18px;height:18px;fill:var(--white)}.book-text{color:var(--dark);letter-spacing:1px;white-space:nowrap;margin-top:2px;font-size:10.5px;font-weight:500}.free-section{background:var(--teal);text-align:center;margin-top:30px;padding:46px 24px 42px}.free-section h2{font-family:var(--font-serif);color:var(--white);margin-bottom:10px;font-size:clamp(22px,2.8vw,34px);font-style:italic;font-weight:400}.free-section p{letter-spacing:2px;text-transform:uppercase;color:#fff9;font-size:11.5px;font-weight:300}.free-section p b{color:var(--white);font-weight:700}@media (max-width:860px){.nav-links{display:none}.hamburger{display:block}.navbar{padding:10px 18px}}@media (max-width:768px){.hero-inner{height:280px}.page-body{padding:8px 8px 0}.l-shoulders,.l-arms,.l-underarms{display:none}}@media (max-width:480px){.hero-inner{height:230px}.l-full-neck{display:none}.hero-text h1{font-size:20px}}p{font-family:Manrope,sans-serif!important}
.HomeNavbar-module__gcc0wq__nav{border-bottom:1px solid var(--border);z-index:1000;background:#e9e4dff5;border:1px solid #fff;border-radius:40px;justify-content:space-between;align-items:center;max-width:1320px;margin:15px auto 12px;padding:12px 36px;display:flex;position:sticky;top:0;box-shadow:0 1px 8px #00000024}.HomeNavbar-module__gcc0wq__logo{flex-direction:column;gap:2px;line-height:1;display:flex}.HomeNavbar-module__gcc0wq__logoMain{font-family:var(--font-serif);letter-spacing:4px;text-transform:uppercase;color:var(--dark);font-size:18px;font-weight:600}.HomeNavbar-module__gcc0wq__logoSub{letter-spacing:5px;text-transform:uppercase;color:var(--text-muted);font-size:7.5px;font-weight:300}.HomeNavbar-module__gcc0wq__links{justify-content:end;align-items:center;gap:28px;margin-bottom:0;margin-left:auto;margin-right:25px;display:flex}.HomeNavbar-module__gcc0wq__links a{letter-spacing:.4px;white-space:nowrap;font-size:16px;font-weight:500;transition:color .2s;color:#2f2f2f!important}.HomeNavbar-module__gcc0wq__links a:hover{color:var(--teal)}.HomeNavbar-module__gcc0wq__links a.HomeNavbar-module__gcc0wq__active{color:var(--dark);border-bottom:1.5px solid var(--teal);padding-bottom:1px;font-weight:500}.HomeNavbar-module__gcc0wq__bookBtn{color:#fff;letter-spacing:1px;white-space:nowrap;background:#354b5e;border-radius:40px;align-items:center;gap:18px;width:225px;padding:10px 20px;font-size:14px;font-weight:300;transition:background .2s,transform .15s;display:flex;position:sticky;padding-left:10px!important}.HomeNavbar-module__gcc0wq__bookBtn:hover .cta-circle{border-radius:40px;width:50px}.HomeNavbar-module__gcc0wq__cta-circle:hover .HomeNavbar-module__gcc0wq__bookBtn{gap:10px!important}.HomeNavbar-module__gcc0wq__bookBtn:hover{background:#354b5e;transform:translateY(-1px)}.HomeNavbar-module__gcc0wq__buttonGroup{align-items:center;gap:12px;display:flex}.HomeNavbar-module__gcc0wq__phoneBtn{color:#fff;background:#354b5e;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:background .2s,transform .15s;display:flex}.HomeNavbar-module__gcc0wq__phoneBtn:hover{background:#2a3d4d;transform:translateY(-1px)}.HomeNavbar-module__gcc0wq__phoneBtn svg{width:18px;height:18px}.HomeNavbar-module__gcc0wq__right{align-items:center;gap:14px;display:flex}.HomeNavbar-module__gcc0wq__searchIcon{color:#555;cursor:pointer;font-size:46px;line-height:1}.HomeNavbar-module__gcc0wq__hamburger{color:var(--dark);font-size:22px;display:none}.HomeNavbar-module__gcc0wq__mobilePhoneBtn{color:#fff;background:#354b5e;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:background .2s,transform .15s;display:none}.HomeNavbar-module__gcc0wq__mobilePhoneBtn:hover{background:#2a3d4d;transform:translateY(-1px)}.HomeNavbar-module__gcc0wq__mobilePhoneBtn svg{width:20px;height:20px}@media (max-width:860px){.HomeNavbar-module__gcc0wq__links{display:none}.HomeNavbar-module__gcc0wq__hamburger{display:block}.HomeNavbar-module__gcc0wq__mobilePhoneBtn{display:flex}.HomeNavbar-module__gcc0wq__buttonGroup .HomeNavbar-module__gcc0wq__phoneBtn{display:none}.HomeNavbar-module__gcc0wq__nav{padding:10px 20px}.HomeNavbar-module__gcc0wq__links{background:#fff;border-radius:20px;flex-direction:column;gap:18px;width:100%;padding:20px;display:none;position:absolute;top:80px;left:0;box-shadow:0 10px 30px #0000001a}.HomeNavbar-module__gcc0wq__showMenu{display:flex}.HomeNavbar-module__gcc0wq__hamburger{cursor:pointer;display:block}.HomeNavbar-module__gcc0wq__nav{position:relative}}
.HomeHero-module__fNn6CW__heroWrapper{background:#eae6e1;padding:10px 14px 0;position:relative}.HomeHero-module__fNn6CW__hero{background:#b8977e;border-radius:30px;width:100%;height:450px;position:relative;overflow:hidden}.HomeHero-module__fNn6CW__heroBg{object-fit:cover;object-position:center 55%;width:100%;height:100%;inset:0}.HomeHero-module__fNn6CW__overlay{z-index:1;background:linear-gradient(#0000008f 0%,#0000 90% 0%);position:absolute;inset:0}.HomeHero-module__fNn6CW__heroTextWrapper{text-align:center;pointer-events:none;z-index:3;width:100%;position:absolute;top:12%;left:50%;transform:translate(-50%)}.HomeHero-module__fNn6CW__heroText{display:inline-block}.HomeHero-module__fNn6CW__heroText h1{color:#fff;text-shadow:0 2px 16px #00000059;letter-spacing:0;max-width:1100px;margin:0 auto 24px;font-family:Didot,serif;font-size:52px;font-weight:500;line-height:1}.HomeHero-module__fNn6CW__heroText p{color:#fff;letter-spacing:.05em;text-align:center;max-width:850px;margin:auto;font-family:Manrope,sans-serif;font-size:22px;font-weight:400;line-height:1.5}.HomeHero-module__fNn6CW__heroButtons{pointer-events:auto;justify-content:center;align-items:center;gap:16px;margin-top:36px;display:flex}.HomeHero-module__fNn6CW__primaryBtn{color:#fff;letter-spacing:.02em;text-transform:capitalize;cursor:pointer;background:#354b5e;border:none;border-radius:100px;justify-content:center;align-items:center;gap:12px;width:285px;height:58px;font-family:Manrope,sans-serif;font-size:18px;font-weight:400;line-height:24px;transition:background .3s;display:flex}.HomeHero-module__fNn6CW__primaryBtn:hover{background:#2a3d4d}.HomeHero-module__fNn6CW__btnArrow{justify-content:center;align-items:center;display:flex}.HomeHero-module__fNn6CW__secondaryBtn{color:#fff;letter-spacing:.05em;text-transform:capitalize;cursor:pointer;z-index:1;background:0 0;border:none;border-radius:100px;width:285px;height:58px;padding:12px 20px;font-family:Manrope,sans-serif;font-size:18px;font-weight:300;line-height:100%;transition:all .3s;position:relative}.HomeHero-module__fNn6CW__secondaryBtn:before{content:"";-webkit-mask-composite:xor;z-index:-1;background:linear-gradient(270.65deg,#fff .41%,#ffffff80 47.62%,#fff0 95.3%);border-radius:100px;padding:5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.HomeHero-module__fNn6CW__secondaryBtn:hover{background:#ffffff1a}.HomeHero-module__fNn6CW__labelDot{background:var(--gold);border-radius:50%;flex-shrink:0;width:7px;height:7px}.HomeHero-module__fNn6CW__label:after{content:"";border-top:1.5px dashed #fff9;width:30px;height:1px;position:absolute;top:50%;right:-30px}.HomeHero-module__fNn6CW__curveContainer{z-index:99;text-align:center;width:auto;min-width:200px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.HomeHero-module__fNn6CW__curveBg{width:100%;height:auto;display:block}.HomeHero-module__fNn6CW__bookNowBtn{cursor:pointer;border:none;flex-direction:column;align-items:center;font-size:14px;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeHero-module__fNn6CW__trustBadge{flex-direction:column;align-items:center;gap:4px;display:flex;position:absolute;top:55%;left:50%;transform:translate(-50%,-50%)}.HomeHero-module__fNn6CW__trustText{letter-spacing:.05em;text-align:center;color:#354b5e;white-space:nowrap;font-family:Manrope,sans-serif;font-size:11.23px;font-weight:400;line-height:1.2}.HomeHero-module__fNn6CW__ratingRow{align-items:center;gap:6px;display:flex}.HomeHero-module__fNn6CW__ratingNumber{letter-spacing:0;text-align:center;color:#354b5e;font-family:Didot,serif;font-size:28.08px;font-weight:700;line-height:100%}.HomeHero-module__fNn6CW__starsImg{width:auto;height:20px}.HomeHero-module__fNn6CW__custom-container{max-width:1320px;margin:auto}#HomeHero-module__fNn6CW__book-id .HomeHero-module__fNn6CW__cta-circle-clr{color:#fff!important;background:#354b5e!important}#HomeHero-module__fNn6CW__book-id .HomeHero-module__fNn6CW__cta-circle-clr .HomeHero-module__fNn6CW__arrow{color:#fff!important}@media (max-width:768px){.HomeHero-module__fNn6CW__hero{height:500px}.HomeHero-module__fNn6CW__heroWrapper{padding:8px 8px 0}.HomeHero-module__fNn6CW__heroText h1{max-width:90%;font-size:36px}.HomeHero-module__fNn6CW__heroText p{max-width:90%;font-size:16px;line-height:1.4}.HomeHero-module__fNn6CW__curveContainer{min-width:180px}.HomeHero-module__fNn6CW__trustText{font-size:10px}.HomeHero-module__fNn6CW__ratingNumber{font-size:22px}.HomeHero-module__fNn6CW__starsImg{height:16px}.HomeHero-module__fNn6CW__lShoulders,.HomeHero-module__fNn6CW__lArms,.HomeHero-module__fNn6CW__lUnderarms{display:none}}@media (max-width:480px){.HomeHero-module__fNn6CW__hero{height:550px}.HomeHero-module__fNn6CW__heroText h1{max-width:95%;padding:0 10px;font-size:28px}.HomeHero-module__fNn6CW__heroText p{max-width:95%;padding:0 10px;font-size:14px;line-height:1.5}.HomeHero-module__fNn6CW__heroButtons{flex-direction:column;gap:12px;margin-top:24px}.HomeHero-module__fNn6CW__primaryBtn{border-radius:100px;width:240px;height:48px;font-size:14px}.HomeHero-module__fNn6CW__primaryBtn svg{width:32px;height:32px}.HomeHero-module__fNn6CW__secondaryBtn{border-radius:100px;width:240px;height:48px;font-size:14px}.HomeHero-module__fNn6CW__secondaryBtn:before{padding:3px}.HomeHero-module__fNn6CW__curveContainer,.HomeHero-module__fNn6CW__curveBg{min-width:260px}.HomeHero-module__fNn6CW__trustText{letter-spacing:.02em;font-size:8px}.HomeHero-module__fNn6CW__ratingNumber{font-size:18px}.HomeHero-module__fNn6CW__starsImg{height:14px}.HomeHero-module__fNn6CW__lFullNeck{display:none}}
.TopBanner-module__hinMPG__banner{color:#fff;text-align:center;letter-spacing:normal;text-transform:uppercase;font-size:16px;font-weight:400;font-family:var(--font-sans);background:#354b5e;padding:16px}.TopBanner-module__hinMPG__banner b{letter-spacing:normal;font-weight:700}
.HomeBadgeWheel-module__kqIuOa__wrapper{z-index:20;width:850px;height:850px;position:absolute;bottom:-490px;left:50%;overflow:hidden;transform:translate(-50%)}.HomeBadgeWheel-module__kqIuOa__wheel{width:100%;height:100%;animation:30s linear infinite HomeBadgeWheel-module__kqIuOa__rotateWheel;position:relative}@keyframes HomeBadgeWheel-module__kqIuOa__rotateWheel{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.HomeBadgeWheel-module__kqIuOa__badge{transform-origin:0 0;position:absolute;top:50%;left:50%}.HomeBadgeWheel-module__kqIuOa__badgeInner{color:#fff;background:#86654e38;border:1px solid #fff6;border-radius:50px;justify-content:left;align-items:center;width:180px;height:46px;padding-left:16px;font-size:15px;font-weight:300;display:flex;transform:rotate(180deg);box-shadow:0 8px 20px #00000026}@media only screen and (max-width:600px){.HomeBadgeWheel-module__kqIuOa__wrapper{width:350px;bottom:-542px}}@media only screen and (min-width:1200px) and (max-width:1600px){.HomeBadgeWheel-module__kqIuOa__wrapper{bottom:-505px!important}}
.Navbar-module__P48_Aa__nav{border-bottom:1px solid var(--border);z-index:1000;background:#e9e4dff5;border:1px solid #fff;border-radius:40px;justify-content:space-between;align-items:center;max-width:1320px;margin:15px auto 12px;padding:12px 36px;display:flex;position:sticky;top:0;box-shadow:0 1px 8px #00000024}.Navbar-module__P48_Aa__logo{flex-direction:column;gap:2px;line-height:1;display:flex}.Navbar-module__P48_Aa__logoMain{font-family:var(--font-serif);letter-spacing:4px;text-transform:uppercase;color:var(--dark);font-size:18px;font-weight:600}.Navbar-module__P48_Aa__logoSub{letter-spacing:5px;text-transform:uppercase;color:var(--text-muted);font-size:7.5px;font-weight:300}.Navbar-module__P48_Aa__links{justify-content:end;align-items:center;gap:28px;margin-bottom:0;margin-left:auto;margin-right:25px;display:flex}.Navbar-module__P48_Aa__links a{letter-spacing:.4px;white-space:nowrap;font-size:16px;font-weight:500;transition:color .2s;color:#2f2f2f!important}.Navbar-module__P48_Aa__links a:hover{color:var(--teal)}.Navbar-module__P48_Aa__links a.Navbar-module__P48_Aa__active{color:var(--dark);border-bottom:1.5px solid var(--teal);padding-bottom:1px;font-weight:500}.Navbar-module__P48_Aa__bookBtn{color:#fff;letter-spacing:1px;white-space:nowrap;background:#354b5e;border-radius:40px;align-items:center;gap:18px;width:225px;padding:10px 20px;font-size:14px;font-weight:300;transition:background .2s,transform .15s;display:flex;position:sticky;padding-left:10px!important}.Navbar-module__P48_Aa__bookBtn:hover .cta-circle{border-radius:40px;width:50px}.Navbar-module__P48_Aa__cta-circle:hover .Navbar-module__P48_Aa__bookBtn{gap:10px!important}.Navbar-module__P48_Aa__bookBtn:hover{background:#354b5e;transform:translateY(-1px)}.Navbar-module__P48_Aa__buttonGroup{align-items:center;gap:12px;display:flex}.Navbar-module__P48_Aa__phoneBtn{color:#fff;background:#354b5e;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:background .2s,transform .15s;display:flex}.Navbar-module__P48_Aa__phoneBtn:hover{background:#2a3d4d;transform:translateY(-1px)}.Navbar-module__P48_Aa__phoneBtn svg{width:18px;height:18px}.Navbar-module__P48_Aa__right{align-items:center;gap:14px;display:flex}.Navbar-module__P48_Aa__searchIcon{color:#555;cursor:pointer;font-size:46px;line-height:1}.Navbar-module__P48_Aa__hamburger{color:var(--dark);font-size:22px;display:none}.Navbar-module__P48_Aa__mobilePhoneBtn{color:#fff;background:#354b5e;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:background .2s,transform .15s;display:none}.Navbar-module__P48_Aa__mobilePhoneBtn:hover{background:#2a3d4d;transform:translateY(-1px)}.Navbar-module__P48_Aa__mobilePhoneBtn svg{width:20px;height:20px}@media (max-width:860px){.Navbar-module__P48_Aa__links{display:none}.Navbar-module__P48_Aa__hamburger{display:block}.Navbar-module__P48_Aa__mobilePhoneBtn{display:flex}.Navbar-module__P48_Aa__buttonGroup .Navbar-module__P48_Aa__phoneBtn{display:none}.Navbar-module__P48_Aa__nav{padding:10px 20px}.Navbar-module__P48_Aa__links{background:#fff;border-radius:20px;flex-direction:column;gap:18px;width:100%;padding:20px;display:none;position:absolute;top:80px;left:0;box-shadow:0 10px 30px #0000001a}.Navbar-module__P48_Aa__showMenu{display:flex}.Navbar-module__P48_Aa__hamburger{cursor:pointer;display:block}.Navbar-module__P48_Aa__nav{position:relative}}
.BeautyMeets-module__mtqqcW__beautyMeets{background:#e9e4df;padding:80px 20px}.BeautyMeets-module__mtqqcW__container{align-items:center;gap:60px;max-width:1320px;margin:0 auto;display:flex}.BeautyMeets-module__mtqqcW__content{flex:1;max-width:700px}.BeautyMeets-module__mtqqcW__title{letter-spacing:0;color:#000;margin-bottom:32px;font-family:Didot,serif;font-size:48px;font-weight:700;line-height:100%}.BeautyMeets-module__mtqqcW__paragraphs{flex-direction:column;gap:20px;margin-bottom:40px;display:flex}.BeautyMeets-module__mtqqcW__paragraphs p{letter-spacing:.05em;color:#000;margin:0;font-family:Manrope,sans-serif;font-size:20px;font-weight:400;line-height:1.5}.BeautyMeets-module__mtqqcW__link{letter-spacing:.05em;color:#7f9aa8;font-family:Manrope,sans-serif;font-size:20px;font-weight:400;line-height:100%;text-decoration:underline}.BeautyMeets-module__mtqqcW__link:hover{color:#354b5e}.BeautyMeets-module__mtqqcW__features{grid-template-columns:repeat(2,1fr);gap:24px 40px;display:grid}.BeautyMeets-module__mtqqcW__featureItem{align-items:center;gap:10px;display:flex}.BeautyMeets-module__mtqqcW__tickIcon{flex-shrink:0;width:20px;height:20px}.BeautyMeets-module__mtqqcW__featureItem span{letter-spacing:.05em;color:#000;font-family:Manrope,sans-serif;font-size:18px;font-weight:400;line-height:1.6}.BeautyMeets-module__mtqqcW__mobileImage{display:none}.BeautyMeets-module__mtqqcW__imageWrapper{flex:1;max-width:500px;margin-left:auto}.BeautyMeets-module__mtqqcW__image{object-fit:cover;border-radius:16px;width:100%;height:auto}@media (max-width:992px){.BeautyMeets-module__mtqqcW__container{flex-direction:column;gap:40px}.BeautyMeets-module__mtqqcW__mobileImage{margin-bottom:24px;display:block}.BeautyMeets-module__mtqqcW__imageWrapper{display:none}.BeautyMeets-module__mtqqcW__title{font-size:36px}}@media (max-width:600px){.BeautyMeets-module__mtqqcW__beautyMeets{padding:50px 16px}.BeautyMeets-module__mtqqcW__title{font-size:28px}.BeautyMeets-module__mtqqcW__paragraphs p{font-size:16px}.BeautyMeets-module__mtqqcW__features{grid-template-columns:1fr;gap:12px}.BeautyMeets-module__mtqqcW__featureItem span{font-size:14px}}
.Hero-module__fqhYwW__heroWrapper{background:#eae6e1;padding:10px 14px 0;position:relative}.Hero-module__fqhYwW__hero{background:#b8977e;border-radius:30px;width:100%;height:500px;position:relative;overflow:hidden}.Hero-module__fqhYwW__heroBg{object-fit:cover;object-position:center 55%;width:100%;height:100%;inset:0}.Hero-module__fqhYwW__overlay{z-index:1;background:linear-gradient(#0000008f 0%,#0000 90% 0%);position:absolute;inset:0}.Hero-module__fqhYwW__heroTextWrapper{text-align:center;pointer-events:none;z-index:3;width:100%;position:absolute;top:6%;left:50%;transform:translate(-50%)}.Hero-module__fqhYwW__heroText{display:inline-block}.Hero-module__fqhYwW__heroText h1{color:#fff;text-shadow:0 2px 16px #00000059;letter-spacing:normal;max-width:800px;margin:auto;font-family:GFS Didot,serif;font-size:48px;font-weight:500;line-height:1.18}.Hero-module__fqhYwW__heroText p{color:#fff;letter-spacing:.2px;max-width:700px;margin:auto;font-size:18px;font-weight:100;line-height:1.5}.Hero-module__fqhYwW__labelDot{background:var(--gold);border-radius:50%;flex-shrink:0;width:7px;height:7px}.Hero-module__fqhYwW__label:after{content:"";border-top:1.5px dashed #fff9;width:30px;height:1px;position:absolute;top:50%;right:-30px}.Hero-module__fqhYwW__curveContainer{z-index:99;text-align:center;max-width:300px;max-height:150px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Hero-module__fqhYwW__curveBg{width:100%;height:auto;display:block}.Hero-module__fqhYwW__bookNowBtn{cursor:pointer;border:none;flex-direction:column;align-items:center;font-size:14px;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__fqhYwW__custom-container{max-width:1320px;margin:auto}#Hero-module__fqhYwW__book-id .Hero-module__fqhYwW__cta-circle-clr{color:#fff!important;background:#354b5e!important}#Hero-module__fqhYwW__book-id .Hero-module__fqhYwW__cta-circle-clr .Hero-module__fqhYwW__arrow{color:#fff!important}@media (max-width:768px){.Hero-module__fqhYwW__hero{height:300px}.Hero-module__fqhYwW__heroWrapper{padding:8px 8px 0}.Hero-module__fqhYwW__lShoulders,.Hero-module__fqhYwW__lArms,.Hero-module__fqhYwW__lUnderarms{display:none}}@media only screen and (max-width:600px){.Hero-module__fqhYwW__heroText p{font-size:16px}.Hero-module__fqhYwW__heroText{top:8%!important}}@media (max-width:480px){.Hero-module__fqhYwW__hero{height:430px}.Hero-module__fqhYwW__lFullNeck{display:none}.Hero-module__fqhYwW__heroText h1{font-size:22px}}
.BadgeWheel-module__SCU7La__wrapper{z-index:20;width:850px;height:850px;position:absolute;bottom:-490px;left:50%;overflow:hidden;transform:translate(-50%)}.BadgeWheel-module__SCU7La__wheel{width:100%;height:100%;animation:30s linear infinite BadgeWheel-module__SCU7La__rotateWheel;position:relative}@keyframes BadgeWheel-module__SCU7La__rotateWheel{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.BadgeWheel-module__SCU7La__badge{transform-origin:0 0;position:absolute;top:50%;left:50%}.BadgeWheel-module__SCU7La__badgeInner{color:#fff;background:#86654e38;border:1px solid #fff6;border-radius:50px;justify-content:left;align-items:center;width:165px;height:40px;padding-left:14px;font-size:14px;font-weight:300;display:flex;transform:rotate(180deg);box-shadow:0 8px 20px #00000026}@media only screen and (max-width:600px){.BadgeWheel-module__SCU7La__wrapper{width:350px;bottom:-542px}}@media only screen and (min-width:1200px) and (max-width:1600px){.BadgeWheel-module__SCU7La__wrapper{bottom:-505px!important}}
.HomeTreatments-module__eXy6qq__section{background:#f5f1ed;padding:80px 0}.HomeTreatments-module__eXy6qq__container{max-width:1200px;margin:0 auto;padding:0 20px}.HomeTreatments-module__eXy6qq__sectionTitle{letter-spacing:0;text-align:center;color:#000;margin-bottom:16px;font-family:Didot,serif;font-size:48px;font-weight:700;line-height:100%}.HomeTreatments-module__eXy6qq__sectionSubtitle{text-align:center;color:#000;letter-spacing:.05em;margin-bottom:50px;font-family:Manrope,sans-serif;font-size:20px;font-weight:400;line-height:1.5}.HomeTreatments-module__eXy6qq__grid{grid-template-columns:repeat(3,1fr);gap:40px 30px;display:grid}.HomeTreatments-module__eXy6qq__card{flex-direction:column;height:100%;display:flex}.HomeTreatments-module__eXy6qq__imageWrapper{aspect-ratio:395/291;border-radius:20px;width:100%;margin-bottom:20px;overflow:hidden}.HomeTreatments-module__eXy6qq__image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.HomeTreatments-module__eXy6qq__card:hover .HomeTreatments-module__eXy6qq__image{transform:scale(1.05)}.HomeTreatments-module__eXy6qq__title{color:#000;margin-bottom:12px;font-family:Didot,Playfair Display,serif;font-size:28px;font-weight:700;line-height:100%}.HomeTreatments-module__eXy6qq__desc{letter-spacing:.05em;color:#000;flex-grow:1;margin-bottom:13px;font-family:Manrope,sans-serif;font-size:18px;font-weight:400;line-height:140%}.HomeTreatments-module__eXy6qq__buttons{gap:15px;display:flex}.HomeTreatments-module__eXy6qq__bookBtn{color:#fff;cursor:pointer;background:#354b5e;border:none;border-radius:100px;width:155px;height:58px;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;transition:background .3s}.HomeTreatments-module__eXy6qq__bookBtn:hover{background:#2a3d4d}.HomeTreatments-module__eXy6qq__learnBtn{color:#354b5e;cursor:pointer;background:0 0;border:1px solid #354b5e;border-radius:100px;justify-content:center;align-items:center;width:155px;height:58px;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.HomeTreatments-module__eXy6qq__learnBtn:hover{color:#fff;background:#354b5e}@media (max-width:992px){.HomeTreatments-module__eXy6qq__grid{grid-template-columns:repeat(2,1fr);gap:30px 20px}.HomeTreatments-module__eXy6qq__sectionTitle{font-size:36px}}@media (max-width:600px){.HomeTreatments-module__eXy6qq__section{padding:60px 0}.HomeTreatments-module__eXy6qq__grid{grid-template-columns:1fr;gap:40px}.HomeTreatments-module__eXy6qq__sectionTitle{font-size:28px}.HomeTreatments-module__eXy6qq__sectionSubtitle{font-size:16px}.HomeTreatments-module__eXy6qq__title{font-size:24px}.HomeTreatments-module__eXy6qq__desc{font-size:16px}.HomeTreatments-module__eXy6qq__buttons{flex-wrap:wrap}.HomeTreatments-module__eXy6qq__bookBtn,.HomeTreatments-module__eXy6qq__learnBtn{width:140px;height:50px;font-size:14px}}
.FreeSession-module__2xryjW__customContainer{max-width:1320px;margin:auto}.FreeSession-module__2xryjW__section{text-align:center;background:#354b5e;border-radius:30px;margin-top:56px;padding:50px 24px}.FreeSession-module__2xryjW__title{color:#fff;letter-spacing:normal;margin-bottom:10px;font-family:GFS Didot;font-size:48px;font-weight:500}.FreeSession-module__2xryjW__subtitle{letter-spacing:2px;text-transform:uppercase;color:#cfc4b7;font-size:18px;font-weight:500}.FreeSession-module__2xryjW__subtitle b{color:#cfc4b7;font-weight:700}@media only screen and (max-width:600px){.FreeSession-module__2xryjW__title{font-size:32px}.FreeSession-module__2xryjW__subtitle{font-size:16px}.FreeSession-module__2xryjW__customContainer{padding:0 12px}}
.HomeWhyChoose-module__iQKh_q__whySection{background:0 0;padding:25px 0 40px}.HomeWhyChoose-module__iQKh_q__container{margin:auto;padding:0 15px;max-width:1320px!important}.HomeWhyChoose-module__iQKh_q__sectionTitle{color:#1a1a1a;text-align:center;margin-bottom:12px;padding-bottom:0;font-family:Didot,serif;font-size:48px;font-weight:600}.HomeWhyChoose-module__iQKh_q__sectionSubtitle{color:#000;text-align:center;max-width:800px;margin-bottom:44px;margin-left:auto;margin-right:auto;padding-top:0;font-family:Manrope,sans-serif;font-size:20px;font-weight:400;line-height:1.75}.HomeWhyChoose-module__iQKh_q__whyGrid{grid-template-columns:1.4fr 1fr 1fr;align-items:stretch;gap:14px;display:grid}.HomeWhyChoose-module__iQKh_q__whyColLeft{flex-direction:column;display:flex}.HomeWhyChoose-module__iQKh_q__whyColCenter{flex-direction:column;gap:14px;display:flex}.HomeWhyChoose-module__iQKh_q__whyColRight{flex-direction:column;display:flex}.HomeWhyChoose-module__iQKh_q__whyCard{box-shadow:none;border-radius:33px;flex:1;position:relative;overflow:hidden}.HomeWhyChoose-module__iQKh_q__whyCard img{object-fit:cover;border-radius:22px;width:100%;height:100%;transition:transform .4s;display:block;transform:scale(1.05)}.HomeWhyChoose-module__iQKh_q__whyOverlay{background:linear-gradient(#0000 0%,#0000001a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.HomeWhyChoose-module__iQKh_q__whyCardIcon{opacity:1!important}.HomeWhyChoose-module__iQKh_q__inlineSvg{align-items:center;width:26px;height:26px;display:flex}.HomeWhyChoose-module__iQKh_q__inlineSvg svg{width:26px;height:26px}.HomeWhyChoose-module__iQKh_q__whyCardTitle{line-height:1.35;color:#fff!important;font-size:22px!important;font-weight:500!important}.HomeWhyChoose-module__iQKh_q__whyCardDesc{line-height:1.75;color:#fff!important;font-size:15px!important;font-weight:300!important}.HomeWhyChoose-module__iQKh_q__whyCard:hover img{transform:scale(1.05)}.HomeWhyChoose-module__iQKh_q__whyColLeft .HomeWhyChoose-module__iQKh_q__whyCard{max-height:490px;background:0 0!important;padding:0!important}.HomeWhyChoose-module__iQKh_q__whyColCenter .HomeWhyChoose-module__iQKh_q__whyCard{max-height:240px;background:0 0!important;padding:0!important}.HomeWhyChoose-module__iQKh_q__whyColRight .HomeWhyChoose-module__iQKh_q__whyCard{max-height:490px;background:0 0!important;padding:0!important}.HomeWhyChoose-module__iQKh_q__whyCardInfo{z-index:2;padding:16px 24px 18px;position:absolute;bottom:0;left:0;right:0}.HomeWhyChoose-module__iQKh_q__whyCardIcon{color:#ffffffd9;margin-bottom:6px;font-size:18px;display:block}.HomeWhyChoose-module__iQKh_q__whyCardTitle{color:#fff;margin-bottom:5px;font-size:15px;font-weight:600;line-height:1.3;font-family:GFS Didot,serif!important}.HomeWhyChoose-module__iQKh_q__whyCardDesc{color:#ffffffc7;font-size:11px;font-weight:300;line-height:1.65}@media (max-width:991px){.HomeWhyChoose-module__iQKh_q__whyGrid{grid-template-columns:1fr 1fr}.HomeWhyChoose-module__iQKh_q__whyColRight{grid-column:1/-1}.HomeWhyChoose-module__iQKh_q__whyColRight .HomeWhyChoose-module__iQKh_q__whyCard{min-height:220px}}@media (max-width:576px){.HomeWhyChoose-module__iQKh_q__whySection{padding:40px 0 50px}.HomeWhyChoose-module__iQKh_q__sectionTitle{margin-bottom:0;padding:0;font-size:33px}.HomeWhyChoose-module__iQKh_q__whyGrid{grid-template-columns:1fr}.HomeWhyChoose-module__iQKh_q__whyColLeft .HomeWhyChoose-module__iQKh_q__whyCard,.HomeWhyChoose-module__iQKh_q__whyColCenter .HomeWhyChoose-module__iQKh_q__whyCard,.HomeWhyChoose-module__iQKh_q__whyColRight .HomeWhyChoose-module__iQKh_q__whyCard{min-height:220px!important}.HomeWhyChoose-module__iQKh_q__whyCard{max-height:270px!important}}
.PricingHero-module__fAqKvq__heroWrapper{background:#eae6e1;max-width:100vw;margin-bottom:40px;padding:10px 14px 0;position:relative;overflow:hidden}.PricingHero-module__fAqKvq__hero{background:#b8977e;border-radius:30px;width:100%;height:450px;position:relative;overflow:hidden}.PricingHero-module__fAqKvq__heroBg{object-fit:cover;object-position:center 55%;width:100%;height:100%;inset:0}.PricingHero-module__fAqKvq__overlay{z-index:1;background:linear-gradient(#0000008f 0%,#0000 90% 0%);position:absolute;inset:0}.PricingHero-module__fAqKvq__heroTextWrapper{text-align:center;pointer-events:none;z-index:3;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PricingHero-module__fAqKvq__heroText{display:inline-block}.PricingHero-module__fAqKvq__heroText h1{color:#fff;text-shadow:0 2px 16px #00000059;letter-spacing:0;max-width:1100px;margin:0 auto 24px;font-family:Didot,serif;font-size:52px;font-style:normal;font-weight:700;line-height:66px}.PricingHero-module__fAqKvq__heroText p{color:#fff;letter-spacing:.05em;text-align:center;max-width:850px;margin:auto;font-family:Manrope,sans-serif;font-size:22px;font-weight:400;line-height:100%}.PricingHero-module__fAqKvq__heroButtons{pointer-events:auto;justify-content:center;align-items:center;gap:16px;margin-top:36px;display:flex}.PricingHero-module__fAqKvq__primaryBtn{color:#fff;letter-spacing:.02em;text-transform:capitalize;cursor:pointer;background:#354b5e;border:none;border-radius:100px;justify-content:center;align-items:center;gap:12px;width:285px;height:58px;font-family:Manrope,sans-serif;font-size:18px;font-weight:400;line-height:24px;transition:background .3s;display:flex}.PricingHero-module__fAqKvq__primaryBtn:hover{background:#2a3d4d}.PricingHero-module__fAqKvq__btnArrow{justify-content:center;align-items:center;display:flex}.PricingHero-module__fAqKvq__secondaryBtn{color:#fff;letter-spacing:.05em;text-transform:capitalize;cursor:pointer;z-index:1;background:0 0;border:none;border-radius:100px;width:285px;height:58px;padding:12px 20px;font-family:Manrope,sans-serif;font-size:18px;font-weight:300;line-height:100%;transition:all .3s;position:relative}.PricingHero-module__fAqKvq__secondaryBtn:before{content:"";-webkit-mask-composite:xor;z-index:-1;background:linear-gradient(270.65deg,#fff .41%,#ffffff80 47.62%,#fff0 95.3%);border-radius:100px;padding:5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.PricingHero-module__fAqKvq__secondaryBtn:hover{background:#ffffff1a}.PricingHero-module__fAqKvq__labelDot{background:var(--gold);border-radius:50%;flex-shrink:0;width:7px;height:7px}.PricingHero-module__fAqKvq__label:after{content:"";border-top:1.5px dashed #fff9;width:30px;height:1px;position:absolute;top:50%;right:-30px}.PricingHero-module__fAqKvq__curveContainer{z-index:99;text-align:center;width:auto;min-width:200px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.PricingHero-module__fAqKvq__curveBg{width:100%;height:auto;display:block}.PricingHero-module__fAqKvq__bookNowBtn{cursor:pointer;border:none;flex-direction:column;align-items:center;font-size:14px;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PricingHero-module__fAqKvq__trustBadge{flex-direction:column;align-items:center;gap:4px;display:flex;position:absolute;top:55%;left:50%;transform:translate(-50%,-50%)}.PricingHero-module__fAqKvq__trustText{letter-spacing:.05em;text-align:center;color:#354b5e;white-space:nowrap;font-family:Manrope,sans-serif;font-size:11.23px;font-weight:400;line-height:1.2}.PricingHero-module__fAqKvq__ratingRow{align-items:center;gap:6px;display:flex}.PricingHero-module__fAqKvq__ratingNumber{letter-spacing:0;text-align:center;color:#354b5e;font-family:Didot,serif;font-size:28.08px;font-weight:700;line-height:100%}.PricingHero-module__fAqKvq__starsImg{width:auto;height:20px}.PricingHero-module__fAqKvq__custom-container{max-width:1320px;margin:auto}#PricingHero-module__fAqKvq__book-id .PricingHero-module__fAqKvq__cta-circle-clr{color:#fff!important;background:#354b5e!important}#PricingHero-module__fAqKvq__book-id .PricingHero-module__fAqKvq__cta-circle-clr .PricingHero-module__fAqKvq__arrow{color:#fff!important}@media (max-width:768px){.PricingHero-module__fAqKvq__hero{height:500px}.PricingHero-module__fAqKvq__heroWrapper{padding:8px 8px 0}.PricingHero-module__fAqKvq__heroText h1{max-width:90%;font-size:36px}.PricingHero-module__fAqKvq__heroText p{max-width:90%;font-size:16px;line-height:1.4}.PricingHero-module__fAqKvq__curveContainer{min-width:180px}.PricingHero-module__fAqKvq__trustText{font-size:10px}.PricingHero-module__fAqKvq__ratingNumber{font-size:22px}.PricingHero-module__fAqKvq__starsImg{height:16px}.PricingHero-module__fAqKvq__lShoulders,.PricingHero-module__fAqKvq__lArms,.PricingHero-module__fAqKvq__lUnderarms{display:none}}@media (max-width:480px){.PricingHero-module__fAqKvq__hero{height:550px}.PricingHero-module__fAqKvq__heroText h1{max-width:95%;padding:0 10px;font-size:28px}.PricingHero-module__fAqKvq__heroText p{max-width:95%;padding:0 10px;font-size:14px;line-height:1.5}.PricingHero-module__fAqKvq__heroButtons{flex-direction:column;gap:12px;margin-top:24px}.PricingHero-module__fAqKvq__primaryBtn{border-radius:100px;width:240px;height:48px;font-size:14px}.PricingHero-module__fAqKvq__primaryBtn svg{width:32px;height:32px}.PricingHero-module__fAqKvq__secondaryBtn{border-radius:100px;width:240px;height:48px;font-size:14px}.PricingHero-module__fAqKvq__secondaryBtn:before{padding:3px}.PricingHero-module__fAqKvq__curveContainer,.PricingHero-module__fAqKvq__curveBg{min-width:260px}.PricingHero-module__fAqKvq__trustText{letter-spacing:.02em;font-size:8px}.PricingHero-module__fAqKvq__ratingNumber{font-size:18px}.PricingHero-module__fAqKvq__starsImg{height:14px}.PricingHero-module__fAqKvq__lFullNeck{display:none}}
