:root {
  --text: #1d1d1db3;
  --headings: #393939;
  --link: #257ae7;
  --sienna: #e38a67;
  --bg-thistle: #d2a9b9;
  --bg-burlywood: #f3b77b;
  --bg-blue: #94bcd0;
  --pink: #ffe6f1;
  --cream: #fdf2d6;
  --light-blue: #e7f6fd;
  --gray: #f3f4f7;
  --bg: #ff7948;
  --yellow-hover: #f5e9ca;
  --dark-gray: #e9ecf3;
  --dark-pink: #f3d8e4;
  --black: #1d1d1d;
  --hover-blue: #d0ebf9;
  --bg-2: #1b1a1a;
  --grey-bg: #f3f4f7;
  --lines: #b9b8b8;
  --question-letter: #f17670;
  --font-hover: #a24e30;
  --hover: #f86834;
  --fb: #067aeb;
  --twitter: #1da1f2;
  --instagram: #ff7e4f;
  --pinterest: #e60023;
  --linkedin: #01669e;
  --play-button: #ab7b90;
  --social-icon-bg: #a3cfe5;
  --cornsilk: #f1ede5;
  --block-bg-1: #ffa18d;
  --block-bg-2: #ffcf9e;
  --block-bg-3: #f3cab0;
  --darker-pink: #f3cfde;
  --bg-salmon: #f7a492;
  --dropdown: #fc703e;
  --white: #fff;
  --transwhite: #ffffffc4;
  --go-up-bg: #bbc3d1;
  --yellow: var(--text);
  --tra: var(--text);
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--text);
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

h1 {
  color: var(--headings);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 29px;
  font-weight: 400;
  line-height: 39px;
}

h2 {
  color: var(--headings);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 400;
  line-height: 37px;
}

h3 {
  color: var(--headings);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

h4 {
  color: var(--headings);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 400;
  line-height: 33px;
}

h5 {
  color: var(--headings);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

h6 {
  color: var(--headings);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 36.5px;
}

a {
  color: var(--link);
  cursor: pointer;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

strong {
  color: var(--headings);
  font-weight: 600;
}

blockquote {
  text-align: center;
  background-image: url('../images/Quote_1Quote.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 50px;
  border-left: 5px #e2e2e2;
  width: 80%;
  margin: 60px auto;
  padding: 60px 20px 10px;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
}

.paragraph.medium {
  font-size: 16px;
  line-height: 26px;
}

.title {
  color: #69707b;
}

.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  position: static;
}

.flex.mobile-reverse {
  grid-template-columns: 1fr .5fr;
  justify-content: space-between;
}

.flex.full {
  width: 100%;
}

.button {
  border: 2px solid var(--link);
  background-color: var(--link);
  color: #fff;
  text-align: center;
  border-radius: 25px;
  min-width: 150px;
  min-height: 40px;
  padding: 13px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: background-color .2s;
}

.button:hover {
  color: var(--link);
  background-color: #0000;
  border-width: 1px;
}

.content-section {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}

.content-section.double {
  padding-bottom: 90px;
}

.content-section.double.instagram {
  display: none;
}

.content-section.margin-separation {
  margin-top: 90px;
  margin-bottom: 90px;
}

.content-section.inner-pages {
  padding-top: 70px;
}

.content-section.double-inner {
  padding-top: 70px;
  padding-bottom: 90px;
}

.content-section.inner-double {
  padding-top: 70px;
  padding-bottom: 70px;
}

.content-section.memberships, .content-section.last {
  padding-bottom: 90px;
}

.content-section.book {
  background-image: url('../images/Plant-2.png'), url('../images/Plant-1.png');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 600px, 300px;
}

.content-section.we {
  padding-top: 0;
}

.content-section.serv {
  background-color: #fff;
}

.set {
  margin-top: 40px;
}

.button-outline {
  color: #fff;
  text-align: center;
  background-color: #d0aa6a;
  border: 1px solid #f4f5f7;
  border-radius: 4px;
  min-width: 150px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline.orange {
  background-color: var(--sienna);
  color: #fff;
  border-style: none;
  border-color: #7a5644;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.button-outline.burlywood {
  color: #0a0a0a;
  border-color: #0a0a0a;
}

.button-outline.burlywood:hover {
  color: var(--bg-burlywood);
}

.button-outline.thistle {
  color: #1b1b1b;
  border-color: #000;
}

.button-outline.thistle:hover {
  color: var(--bg-thistle);
}

.button-outline.salmon {
  background-color: var(--sienna);
  color: #fff;
  border-style: none;
  border-color: #474747;
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 11px;
  font-weight: 600;
}

.button-outline.salmon:hover {
  color: #fff;
  background-color: #000;
}

.button-outline.salmon.w--current:hover {
  color: #000;
}

.button-outline.blue:hover {
  color: var(--bg-blue);
}

.button-outline.white {
  border-style: none;
  border-color: var(--headings);
  color: #000;
  text-transform: uppercase;
  background-color: #d7c2a2;
  border-radius: 0;
  width: 100%;
  min-width: 0;
  margin-bottom: 10px;
  font-family: commuters-sans, sans-serif;
  font-weight: 400;
}

.button-outline.white.center {
  color: #7a5644;
  background-color: #ffefe7;
  border-style: none;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.button-outline.trasnparent {
  color: #fff;
  text-transform: uppercase;
  background-color: #d0ab6a;
  border: 1px #fff;
  border-radius: 4px;
  width: 100%;
  min-width: 0;
  margin-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 19px;
}

.button-outline.trasnparent.center {
  color: #7a5644;
  background-color: #ffefe7;
  border-style: none;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.button-outline.trasnparent.white {
  background-color: #d0ab6a;
}

.button-outline.nav {
  color: #000;
  text-transform: uppercase;
  background-color: #c7bf8b;
  background-image: linear-gradient(333deg, #b69247, #f9f1bc 47%, #986e29);
  border-style: solid;
  border-color: #c7bf8b;
  border-radius: 0;
  padding: 15px 12px;
  font-family: commuters-sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.button-outline.nav.stretch {
  width: 100%;
  font-size: 15px;
}

.button-outline.call {
  color: #000;
  text-transform: uppercase;
  background-color: #d7c2a2;
  border-style: none;
  border-color: #af8347;
  border-radius: 0;
  width: 100%;
  min-width: 0;
  margin-bottom: 10px;
  font-family: commuters-sans, sans-serif;
  font-weight: 400;
}

.button-outline.call.center {
  color: #7a5644;
  background-color: #ffefe7;
  border-style: none;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.button-outline.purch {
  color: #fff;
  letter-spacing: 1px;
  background-color: #d0ab6a;
  border-style: none;
  border-color: #7a5644;
  border-radius: 5px;
  padding: 15px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.pink {
  background-color: var(--pink);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.margins {
  margin-bottom: 15px;
  margin-right: 15px;
  display: inline-block;
}

.bg-colored {
  background-color: var(--link);
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.cream {
  background-color: var(--cream);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.text-small {
  color: var(--text);
  font-size: 15px;
  line-height: 21px;
}

.text-small.gray {
  background-color: #0000;
}

.text-small.italicize {
  font-style: italic;
}

.light-blue {
  background-color: var(--light-blue);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.top-margin {
  position: relative;
}

.top-margin._20-pixels {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.top-margin._40-pixels {
  border-radius: 5px;
  margin-top: 40px;
}

.top-margin._60-pixels {
  margin-top: 60px;
}

.top-margin._10-pixels {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.top-margin._10-pixels.flex-vertical {
  flex-direction: column;
  display: flex;
}

.top-margin._10-pixels.center {
  align-items: center;
}

.top-margin._90-pixels {
  margin-top: 90px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._15-pixels.socialwrap {
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.top-margin._15-pixels.socialwrap.book {
  margin-top: 10px;
}

.top-margin._50-pixels {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.top-margin._25-pixels {
  border-radius: 5px;
  margin-top: 25px;
}

.top-margin.mobile-margin {
  margin-top: 40px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-margin._30-pixels.modified {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.top-margin._10-pixels {
  align-items: center;
  margin-top: 10px;
}

.top-line {
  border-top: 1px solid #a4aebe;
  margin-top: 5px;
  padding-top: 7px;
}

.content-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1150px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper.medium {
  max-width: 1175px;
}

.content-wrapper.nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border: 1px #ffda06;
  border-top: .5px #ffda0626;
  border-bottom-color: #ffda0670;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1400px;
  height: 76px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 15px;
  display: grid;
}

.content-wrapper.team {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-wrapper.carlene {
  flex-direction: column;
  display: flex;
}

.content-wrapper.cener {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrapper.top-nav {
  background-color: #f0ebed;
  background-image: linear-gradient(#0000, #fff);
  justify-content: space-between;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.color-box {
  margin-right: 20px;
}

.button-outline-black {
  border: 1px solid var(--headings);
  color: var(--headings);
  text-align: center;
  background-color: #0000;
  border-radius: 40px;
  min-width: 150px;
  min-height: 47px;
  padding: 17px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-black:hover {
  background-color: var(--headings);
  color: #f4f5f7;
}

.grey {
  background-color: var(--gray);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.button-boxed-outline {
  border: 1px solid var(--headings);
  color: var(--headings);
  text-align: center;
  background-color: #0000;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-boxed-outline:hover {
  background-color: var(--headings);
  color: #fff;
}

.content {
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.navlink {
  z-index: 1;
  color: #fff;
  height: 60px;
  margin-right: 0;
  padding-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current {
  z-index: 1;
  color: #d59453;
  font-weight: 600;
}

.navlink.blue {
  margin-right: 0;
}

.navlink.blue.w--current {
  color: #709fb6;
  font-weight: 400;
}

.navlink.burlywood {
  flex: 0 auto;
  text-decoration: none;
}

.navlink.burlywood.w--current {
  font-weight: 400;
}

.navlink.burlywood._1st {
  min-width: 0;
  font-family: commuters-sans, sans-serif;
}

.navlink.thistle.w--current {
  color: #b37e92;
  font-weight: 400;
}

.navlink.thistle.treatments {
  margin-right: 10px;
}

.navlink.thistle.treatments.all.onlytake, .navlink.thistle.treatments.all.onlytake.w--current, .navlink.thistle.treatments.hidefornow, .navlink.thistle.treatments.skinhide, .navlink.thistle.treatments.hide, .navlink.thistle.treatment, .navlink.thistle.treatment.w--current {
  display: none;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 60px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
  transform: scale(1.03);
}

.brand.w--current {
  flex-direction: column;
  transition: transform .2s, opacity .2s;
}

.button-align-center {
  text-transform: uppercase;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  height: 60px;
  display: flex;
}

.navbar {
  z-index: 15;
  background-color: #000;
  border-top: 1px solid #c7bf8b;
  border-bottom: 1px #ffda0670;
  border-radius: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: 0% 0% auto;
}

.underline-hover {
  background-color: #c7bf8b;
  width: 100%;
  height: 1px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar-orange {
  background-color: var(--bg);
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.hero-heading {
  color: #fff;
  align-self: flex-start;
  margin-bottom: 10px;
  font-size: 39px;
  line-height: 46px;
}

.hero-heading.home {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  line-height: 50px;
}

.hero-heading.center {
  color: #fff;
  text-transform: uppercase;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.hero-heading.center.brown {
  color: var(--sienna);
}

.hero-heading.dark {
  color: #d0ab6a;
  text-transform: uppercase;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.hero-heading.dark.brown {
  color: var(--sienna);
}

.hero-heading.dark.center {
  text-align: center;
}

.hero-subtitle {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.hero-subtitle.brown {
  color: var(--sienna);
}

.hero-bottom {
  z-index: 10;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-bottom-left {
  background-image: url('../images/Left.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 56px;
}

.hero-bottom-right {
  background-image: url('../images/Right.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 56px;
}

.heading-box {
  text-align: center;
  max-width: 640px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.heading-box.no-margin {
  margin-bottom: 0;
}

.heading-box.left {
  text-align: left;
  margin-left: 0;
}

.heading-box.percent-margin {
  text-align: left;
  margin-left: 2%;
}

.h2-big {
  color: #d0ab6a;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
}

.h2-big.no-top-maragin {
  margin-top: 0;
}

.intro-feature {
  text-align: center;
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 1%;
  padding-right: 1%;
}

.h4-big {
  margin-bottom: 10px;
  font-size: 23.5px;
  font-weight: 600;
}

.h4-big.no-top-margin {
  margin-top: 0;
}

.intro-feature-bg {
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 94px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-feature-bg._2 {
  background-image: url('../images/2.jpg');
}

.intro-feature-bg._3 {
  background-image: url('../images/3.png');
}

.on-scroll-slide {
  background-color: var(--light-blue);
  display: none;
  position: absolute;
  inset: 0%;
}

.on-scroll-slide.yellow-hover {
  background-color: var(--yellow-hover);
  display: none;
}

.on-scroll-slide.yellow {
  background-color: var(--cream);
  display: none;
}

.on-scroll-slide.blue {
  background-color: var(--light-blue);
  display: none;
}

.on-scroll-slide.pink {
  background-color: var(--pink);
  width: 100%;
  height: 100%;
}

.on-scroll-slide.gray {
  background-color: var(--gray);
}

.on-scroll-slide.dark-gray {
  background-color: var(--dark-gray);
  display: none;
}

.on-scroll-slide.dark-pink {
  background-color: var(--dark-pink);
  width: 100%;
  height: 100%;
  display: none;
}

.on-scroll-slide.dark-blue {
  background-color: #fef0e7;
  display: none;
}

.on-scroll-slide.dark-yellow {
  background-color: var(--yellow-hover);
  display: none;
}

.absolute-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.absolute-bg._1 {
  background-image: url('../images/women-4.jpg');
}

.absolute-bg._2 {
  background-image: url('../images/adding-a-few-colourful-features-to-natural-look.jpg');
}

.absolute-bg._3 {
  background-image: url('../images/feeling-myself-like-another-person-after-the-shower.jpg');
}

.absolute-bg.slide {
  background-image: url('../images/pexels-andrea-piacquadio-3757657.jpg');
}

.absolute-bg.slide-2 {
  background-image: url('../images/pexels-andrea-piacquadio-3757951.jpg');
}

.absolute-bg.team {
  background-image: url('../images/Team-1.jpg');
}

.absolute-bg.team-2 {
  background-image: url('../images/Team-2.jpg');
}

.absolute-bg.team-3 {
  background-image: url('../images/Team-3.jpg');
}

.absolute-bg.tab {
  background-image: url('../images/right-way-to-apply-eye-cream.jpg');
}

.absolute-bg.slide-3 {
  background-image: url('../images/pexels-andrea-piacquadio-3757942.jpg');
}

.absolute-bg._4 {
  background-image: url('../images/668.jpg');
}

.absolute-bg._5 {
  background-image: url('../images/IMG_0322-removebg-preview.png');
  background-position: 50% 0;
}

.absolute-bg._6 {
  background-image: url('../images/team2.png');
}

.absolute-bg.full-width {
  background-image: url('../images/happy-birthday.jpg');
  width: 100%;
}

.absolute-bg._11 {
  background-image: url('../images/Screenshot-2023-07-10-at-9.16.18-PM.webp');
}

.absolute-bg._12 {
  background-image: url('../images/morning-routine-for-rise-and-shine-1.jpg');
}

.absolute-bg._13 {
  background-image: url('../images/enjoying-my-beauty-session-1.jpg');
}

.absolute-bg.video-player {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/women-8-1.jpg');
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.absolute-bg.tab-2 {
  background-image: url('../images/self-care-time-is-essential.jpg');
}

.absolute-bg.tab-3 {
  background-image: url('../images/when-morning-starts-really-well.jpg');
}

.absolute-bg.tab-4 {
  background-image: url('../images/young-beautiful-woman-with-closed-eyes-brushing-her-hair-1.jpg');
}

.absolute-bg._8 {
  background-image: url('../images/collage-1.jpg');
}

.absolute-bg._7 {
  background-image: url('../images/Mica.png');
}

.absolute-bg._9 {
  background-image: url('../images/Angelo.png');
}

.absolute-bg._10 {
  background-image: url('../images/team1-2.png');
}

.absolute-bg._20 {
  background-image: url('../images/dr.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-center {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.column-center.padding {
  width: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-center.padding.carlene {
  width: 100%;
}

.column-center.padding-left {
  padding: 90px 11% 90px 5%;
}

.column-center.top-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-center.bottom-padding {
  padding-bottom: 90px;
}

.max-442-pixels {
  max-width: 442px;
}

.max-442-pixels.center {
  text-align: center;
}

.h3-big {
  color: #d0ab6a;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 33px;
  font-weight: 700;
  line-height: 46px;
}

.icon-yellow-bg {
  background-color: var(--cream);
  background-image: url('../images/5_15.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.subtitle {
  color: #fff;
  text-align: left;
  font-size: 19px;
  line-height: 34px;
}

.subtitle.dark {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.column-relative {
  width: auto;
  position: relative;
  overflow: hidden;
}

.column-relative.carlene {
  width: 100%;
}

.icon-blue-bg {
  background-color: var(--light-blue);
  background-image: url('../images/4_14.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.icon-pink-bg {
  background-color: var(--pink);
  background-image: url('../images/6_16.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.content-section-yellow {
  background-color: var(--cream);
  padding-top: 80px;
  position: relative;
}

.relative {
  z-index: 5;
  object-fit: cover;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.relative.flex {
  align-items: flex-start;
  display: flex;
}

.absolute-bg-hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  position: absolute;
  inset: 0%;
}

.absolute-bg-hover.insta-1 {
  background-image: url('../images/joeyy-lee-DRXjh-lDbvo-unsplash.jpg');
}

.absolute-bg-hover.insta-2 {
  background-image: url('../images/joeyy-lee-EOzTQ1K7Wiw-unsplash.jpg');
}

.absolute-bg-hover.insta-3 {
  background-image: url('../images/karina-tess-hMVJ9Le56uI-unsplash.jpg');
}

.absolute-bg-hover.insta-4 {
  background-image: url('../images/nojan-namdar-EDvo0uRBcE8-unsplash.jpg');
}

.absolute-bg-hover.about-intro {
  background-image: url('../images/women-3.jpg');
}

.absolute-bg-hover.about-intro-2 {
  background-image: url('../images/treatment-or-trouble.jpg');
}

.absolute-bg-hover.about-intro-3 {
  background-image: url('../images/1544.jpg');
}

.absolute-bg-hover.lightbox {
  background-image: url('../images/massage-session-2-1.jpg');
}

.absolute-bg-hover.lightbox-2 {
  background-image: url('../images/massage-session-1-1.jpg');
}

.absolute-bg-hover.lightbox-3 {
  background-image: url('../images/squeezing-a-lotion-on-hand-1.jpg');
}

.treatment-featured {
  width: 30.6%;
  margin-right: 4%;
}

.treatment-featured.last {
  margin-right: 0;
}

.title-link {
  color: var(--headings);
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.title-link:hover {
  color: var(--text);
}

.title-link.mini {
  margin-top: 8px;
  font-size: 17px;
  line-height: 28px;
  display: flex;
}

.left-padding {
  padding-left: 8px;
}

.left-padding.dropdown {
  margin-top: 3px;
  padding-left: 5px;
}

.price-was {
  margin-bottom: 0;
  margin-right: 5px;
  font-style: italic;
  font-weight: 600;
  text-decoration: line-through;
  display: inline-block;
}

.price-was.mini {
  font-size: 17px;
  line-height: 28px;
}

.price {
  color: var(--headings);
  margin-bottom: 0;
  margin-right: 5px;
  font-weight: 600;
  display: inline-block;
}

.price.mini {
  font-size: 17px;
  line-height: 28px;
}

.bottom-white {
  background-color: #fff;
  height: 32%;
  position: absolute;
  inset: auto 0% 0%;
}

.slider {
  background-color: #0000;
  border-radius: 50%;
  width: 100%;
  max-width: 456px;
  height: 100%;
}

.display-none {
  display: none;
}

.rounded-slide {
  background-color: #0000;
  border-radius: 50%;
  overflow: hidden;
}

.right-arrow {
  cursor: pointer;
  background-color: #ff947d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: -25px;
  display: flex;
}

.rounded-slider-bg {
  background-color: #ffe3e2;
  border-radius: 50%;
  padding-left: 25px;
}

.team-member {
  width: auto;
  max-width: 30%;
  margin-right: 2%;
}

.team-member.last {
  margin-right: 0%;
}

.h4-medium {
  margin-bottom: 10px;
  font-size: 23.5px;
  font-weight: 600;
}

.text-block {
  font-size: 15px;
  line-height: 15px;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.content-section-blue {
  background-color: var(--light-blue);
  padding-top: 90px;
  position: relative;
}

.content-section-blue.bottom-padding {
  background-color: #0000;
  padding-bottom: 80px;
}

.top-white-bg {
  background-color: #fff;
  height: 45%;
  position: absolute;
  inset: 0% 0% auto;
}

.top-white-bg.small {
  height: 22%;
}

.top-white-bg.regular {
  height: 40%;
}

.move-up-3 {
  display: inline-block;
}

.hover-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #d0ebf9;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.interaction-slide {
  background-color: var(--gray);
  display: none;
  position: absolute;
  inset: 0%;
}

.interaction-slide.gray {
  background-color: var(--gray);
}

.interaction-slide.blue {
  background-color: var(--hover-blue);
}

.hover-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.move-up-1, .move-up-2 {
  display: inline-block;
}

.tabs-menu {
  flex-direction: column;
  justify-content: center;
  width: 49%;
  padding-right: 20px;
  display: flex;
}

.tabs {
  flex-wrap: wrap;
  display: flex;
}

.tab {
  background-color: #0000;
  width: 100%;
  padding: 10px 0 10px 5%;
  font-size: 38px;
  line-height: 50px;
  transition: color .2s;
}

.tab:hover {
  color: var(--text);
}

.tab.w--current {
  color: var(--text);
  background-color: #0000;
}

.tabs-content {
  width: 50%;
}

.discount-badge {
  background-color: var(--bg-2);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 67px;
  min-height: 67px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 14px 11px 11px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.discount-badge.small {
  min-width: 40px;
  min-height: 40px;
  padding-top: 13px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  line-height: 14px;
}

.font-light {
  font-weight: 300;
}

.content-section-grey {
  background-color: var(--grey-bg);
  padding-top: 80px;
  position: relative;
}

.content-section-grey.bottom-margin {
  margin-bottom: 90px;
}

.content-section-grey.bottom-padding {
  background-color: #ffefe7;
  padding-bottom: 80px;
  overflow: hidden;
}

.pricing-item {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 10px;
  width: 32%;
  max-width: 365px;
  margin-right: 2%;
  padding: 32px 3%;
}

.pricing-item.last {
  margin-right: 0%;
}

.pricing-icon-yellow {
  background-color: var(--cream);
  background-image: url('../images/13_113.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  text-align: center;
}

.pricing-description {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  margin-top: 30px;
  padding: 20px 5px 10px;
  font-size: 18px;
  line-height: 36px;
}

.price-text {
  color: var(--headings);
  margin-right: 5px;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  display: inline-block;
}

.pricing-box {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.align-right {
  text-align: left;
}

.pricing-button {
  border: 1px solid var(--link);
  background-color: var(--link);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  min-width: 120px;
  min-height: 47px;
  margin-left: 0;
  margin-right: 0;
  padding: 17px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s, border .2s;
}

.pricing-button:hover {
  opacity: .85;
  color: var(--link);
  background-color: #0000;
}

.pricing-icon-pink {
  background-color: var(--pink);
  background-image: url('../images/14_114.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-icon-blue {
  background-color: var(--light-blue);
  background-image: url('../images/12_112.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
}

.bottom-white-small {
  background-color: #fff;
  height: 14%;
  position: absolute;
  inset: auto 0% 0%;
}

.faq-item-left {
  border-bottom: 1px solid var(--lines);
  padding-top: 30px;
  padding-bottom: 20px;
  padding-right: 5%;
}

.faq-letter-box {
  width: 70px;
}

.question-letter {
  color: var(--question-letter);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.expand {
  flex: 1;
}

.expand.justify-right {
  text-align: left;
  flex: 0 auto;
}

.question {
  color: var(--headings);
  font-size: 22px;
  font-weight: 600;
}

.answer-letter {
  color: #43a7fe;
  text-align: center;
  font-size: 22px;
}

.left-faq-column {
  border-right: 1px solid var(--lines);
  width: 50%;
  padding-top: 20px;
  padding-bottom: 60px;
}

.right-faq-column {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 60px;
}

.faq-item-right {
  border-bottom: 1px solid var(--lines);
  padding: 30px 10px 20px 3%;
}

.content-section-pink {
  background-color: var(--pink);
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.content-section-pink.less-padding {
  padding-bottom: 60px;
}

.content-section-pink.no-bottom-padding {
  padding-bottom: 0;
  overflow: hidden;
}

.testimonial {
  background-color: #fff;
  border: .5px #000;
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
}

.testimonials {
  background-color: #0000;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.testimonial-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  margin-right: 22px;
}

.testimonial-pic._1 {
  background-image: url('../images/tiger_1tiger.png');
  width: 32px;
  height: 32px;
}

.testimonial-pic._2 {
  background-image: url('../images/stac_1stac.png');
  width: 32px;
  height: 32px;
}

.testimonial-pic._3 {
  background-image: url('../images/d_1d.png');
  width: 32px;
  height: 32px;
}

.testimonial-pic._4 {
  background-image: url('../images/Pic-4_1Pic-4.jpg');
}

.testimonial-pic._5 {
  background-image: url('../images/Pic-5_1Pic-5.jpg');
}

.testimonial-pic._6 {
  background-image: url('../images/Pic-6_1Pic-6.jpg');
}

.mask-testimonials {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 45px;
}

.testimonial-name {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.testimonial-text {
  color: var(--text);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.slide-left-arrow {
  background-color: #5f5f5f00;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  width: 42px;
  height: 90px;
  margin-top: 23px;
  margin-bottom: 0;
  font-size: 33px;
}

.slide-right-arrow {
  background-color: #9990;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  width: 42px;
  height: 90px;
  margin-top: 23px;
  margin-bottom: 0;
  font-size: 33px;
}

.preview-item {
  border: 1px solid #e4e4e4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.preview-item.margin {
  margin-bottom: 60px;
}

.preview-item.margin.no-border {
  border-style: none;
}

.author-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 42.5px;
  height: 42.5px;
  transition: opacity .2s;
}

.author-pic:hover {
  opacity: .85;
}

.left-margin {
  margin-right: 15px;
  padding-top: 48px;
}

.left-margin._15-pixels {
  margin-right: 15px;
  padding-top: 0;
}

.category-link {
  text-transform: uppercase;
  border-radius: 20px;
  padding: 8px 12px 6px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.category-link:hover {
  opacity: .85;
}

.preview-title-link {
  color: var(--headings);
  font-size: 23.5px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.preview-title-link:hover {
  color: var(--text);
}

.preview-title-link.small {
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.hover-overlay {
  background-color: #ffffffbf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.insta-pic {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.inline-block {
  flex-direction: column;
  display: inline-block;
}

.inline-block.right-margin {
  color: #0a0a0a;
  margin-right: 5px;
  font-size: 15px;
}

.contact-footer-text {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.contact-footer-text.white {
  margin-bottom: 0;
}

.link-block {
  color: #69707b;
  font-size: 15px;
  text-decoration: none;
}

.link-block.white {
  color: #fff;
}

.footer-expand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  padding-top: 55px;
  display: grid;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 0;
  display: flex;
}

.footer-link {
  color: #0a0a0a;
  text-decoration: underline;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .85;
}

.form {
  flex-wrap: wrap;
  display: flex;
}

.footer {
  background-color: #0e0e0e;
  background-image: url('../images/brennan-burling-ay53qag90W8-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.footer-contact-link {
  color: var(--text);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-contact-link:hover {
  opacity: .8;
}

.notice {
  margin-top: 40px;
  padding-top: 14px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.error-message {
  font-size: 15px;
  line-height: 20px;
}

.footer-text-field {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  transition: border-color .2s;
}

.footer-text-field:hover, .footer-text-field:focus {
  border-color: #178bf4;
}

.footer-text-field::placeholder {
  color: #000;
}

.footer-text-field._2 {
  color: #000;
  border-style: none none solid;
  border-color: #000;
  border-radius: 0;
  margin-bottom: 15px;
}

.link-block-arrow {
  filter: invert();
  position: relative;
}

.footer-logo {
  transition: transform .2s, opacity .2s;
}

.footer-logo:hover {
  opacity: .85;
  transform: scale(1.03);
}

.footer-left {
  max-width: 270px;
}

.notice-text {
  color: #fff;
  font-size: 13px;
  line-height: 21px;
}

.submit-button {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 5px;
  width: 100%;
  height: 44px;
  padding-top: 4px;
  font-size: 14px;
  transition: color .2s, background-color .2s, border .2s;
}

.submit-button:hover {
  color: #101920;
  background-color: #fff;
}

.submit-button.fill {
  color: #ff7948;
  background-color: #fff;
  border-radius: 5px;
}

.submit-button.fill:hover {
  color: #fff;
  background-color: #0000;
}

.menu-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.menu-link.w--current {
  color: var(--font-hover);
  font-weight: 400;
}

.footer-title {
  color: #fff;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
}

.footer-title.frm {
  font-size: 15px;
  line-height: 23px;
}

.footer-title.frm.center {
  text-align: center;
}

.max-width-358 {
  color: #000;
  max-width: 358px;
}

.success-message {
  background-color: #0000;
}

.success-message.white {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.menu {
  width: 25%;
}

.menu.no-margin._3 {
  width: 100%;
  padding-left: 10px;
}

.menu._1, .menu._2 {
  width: 100%;
}

.footer-text {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.white {
  color: #fff;
}

.social-icon-orange {
  background-color: var(--hover);
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  transition: border .2s, background-color .2s;
}

.social-icon-orange:hover {
  background-color: #f1612c;
}

.social-icon-orange.facebook {
  background-color: #0a0a0a;
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-orange.twittter {
  background-color: #0a0a0a;
  background-image: url('../images/instagram-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-orange.instagram {
  background-color: #0a0a0a;
  background-image: url('../images/instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-orange.pinterest {
  background-color: #0a0a0a;
  background-image: url('../images/pinterest-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-orange.email {
  background-color: #0a0a0a;
  background-image: url('../images/correo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-orange.linkedin {
  background-image: url('../images/linkedin-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.text-small-link {
  color: #000;
  font-size: 13px;
  line-height: 22px;
  display: inline-block;
}

.go-up-button {
  z-index: 20;
  border: 1px solid var(--text);
  color: #fff;
  background-color: #ffefe7;
  background-image: url('../images/Untitled.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
  color: #fff;
  border: 1px solid #000;
}

.pricing-mini-text {
  color: var(--text);
  font-size: 15px;
  line-height: 17px;
}

.social-icon-regular {
  background-color: var(--fb);
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon-regular:hover {
  background-color: #0970d4;
}

.social-icon-regular.facebook {
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.social-icon-regular.twittter {
  border-color: var(--twitter);
  background-color: var(--twitter);
  background-image: url('../images/gorjeo-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.social-icon-regular.twittter:hover {
  background-color: #1895e2;
}

.social-icon-regular.instagram {
  border-color: var(--instagram);
  background-color: #fb774e;
  background-image: url('../images/instagram-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-regular.instagram:hover {
  background-color: #fc6739;
}

.social-icon-regular.pinterest {
  border-color: var(--instagram);
  background-color: var(--pinterest);
  background-image: url('../images/pinterest-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-regular.pinterest:hover {
  background-color: #d60021;
}

.social-icon-regular.linkedin {
  border-color: var(--instagram);
  background-color: var(--linkedin);
  background-image: url('../images/linkedin-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-regular.linkedin:hover {
  background-color: #045a8a;
}

.social-icon-regular.instagram-no-margin {
  border-color: var(--instagram);
  background-color: #fb774e;
  background-image: url('../images/instagram-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-regular.instagram-no-margin:hover {
  background-color: #fc6739;
}

.social-icon-regular.email {
  border-color: var(--instagram);
  background-color: var(--bg-2);
  background-image: url('../images/correo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-regular.email:hover {
  background-color: #2e2d2d;
}

.empty-state {
  background-color: #0000;
  font-size: 18px;
}

.flex-space-center {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: relative;
}

.about-us-intro {
  text-align: left;
  flex-direction: column;
  width: 30.5%;
  margin-bottom: 60px;
  margin-right: 4%;
  display: flex;
}

.about-us-intro.last {
  margin-right: 0%;
}

.title-link-medium {
  color: var(--headings);
  font-size: 23.5px;
  font-weight: 600;
  line-height: 33px;
  text-decoration: none;
  transition: color .2s;
}

.title-link-medium:hover {
  color: var(--text);
}

.dropdown {
  height: 60px;
  font-size: 15px;
}

.dropdown-toggle {
  color: #fff;
  height: 60px;
  padding-top: 11px;
  padding-left: 10px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.mini-arrow {
  color: #333;
  font-size: 13px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.dropdown-link {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 14px;
  transition: opacity .2s, padding .2s;
}

.dropdown-link:hover {
  padding-left: 23px;
}

.dropdown-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.mini-feature-bg {
  background-color: var(--cream);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 44px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.mini-feature-bg._1 {
  background-image: url('../images/15_115.png');
  background-size: 35px;
}

.mini-feature-bg._2 {
  background-image: url('../images/16_116.png');
  background-size: 40px;
}

.mini-feature-bg._3 {
  background-image: url('../images/17_117.png');
  background-size: 22px;
}

.mini-feature-bg._4 {
  background-image: url('../images/18_118.png');
  background-size: 38px;
}

.mini-feature-bg._5 {
  background-image: url('../images/19_119.png');
  background-size: 36px;
}

.mini-feature-bg._6 {
  background-image: url('../images/20_120.png');
  background-size: 34px;
}

.button-outline-blue {
  border: 1px solid var(--link);
  color: var(--link);
  text-align: center;
  background-color: #0000;
  border-radius: 40px;
  min-width: 150px;
  min-height: 40px;
  padding: 13px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-blue:hover {
  background-color: var(--link);
  color: #f4f5f7;
}

.left-white-bg {
  background-color: #fff;
  width: 14%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-white-bg {
  background-color: #fff;
  width: 6%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.play-button {
  background-color: var(--play-button);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  display: flex;
}

.mini-feature-blue {
  background-color: #dff3fd;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 44px;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
}

.mini-feature-blue._2 {
  background-image: url('../images/8_18.png');
  background-size: 40px;
}

.mini-feature-blue._4 {
  background-image: url('../images/10_110.png');
  background-size: 27px;
}

.mini-feature-blue._3 {
  background-image: url('../images/9_19.png');
}

.mini-feature-blue._1 {
  background-image: url('../images/7_17.png');
}

.mini-feature-blue._5 {
  background-image: url('../images/11_111.png');
  background-size: 36px;
}

.mini-feature {
  text-align: center;
  width: 20%;
}

.feature-item {
  text-align: center;
  width: 27%;
  margin-bottom: 60px;
}

.feature-item.no-margin, .feature-item.last {
  margin-bottom: 0;
}

.half-column-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.half-column-center.justify-right {
  text-align: left;
  padding: 60px 40px;
}

.horizontal-feature {
  text-align: left;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.horizontal-feature.last {
  margin-bottom: 0;
}

.feature-blue {
  background-color: var(--light-blue);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 25px;
}

.feature-blue._1 {
  background-image: url('../images/21_121.png');
  background-size: 37px;
}

.feature-blue._2 {
  background-image: url('../images/22_122.png');
  background-size: 34px;
}

.feature-blue._3 {
  background-image: url('../images/23_123.png');
  background-size: 34px;
}

.max-515-pixels {
  width: 100%;
  max-width: 515px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 20px;
}

.content-section-bluer {
  background-color: var(--hover-blue);
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.large-white-bg {
  background-color: #fff;
  height: 48%;
  position: absolute;
  inset: 0% 0% auto;
}

.number-item {
  background-color: var(--light-blue);
  border-radius: 5px;
  width: 30%;
  margin-right: 4%;
  padding: 50px 30px 40px;
}

.number-item.last {
  margin-right: 0%;
}

.numbers-feature {
  background-color: var(--hover-blue);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 44px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.numbers-feature._1 {
  background-image: url('../images/24_124.png');
  background-size: 41px;
}

.numbers-feature._2 {
  background-image: url('../images/25_125.png');
  background-size: 35px;
}

.numbers-feature._3 {
  background-image: url('../images/26_126.png');
  background-size: 28px;
}

.number {
  color: var(--headings);
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}

.text-blue {
  color: var(--social-icon-bg);
  margin-left: 2px;
}

._50-percent-column {
  width: 50%;
  position: relative;
}

._50-percent-column.left-padding {
  padding-left: 3%;
}

.lightbox-link {
  width: 100%;
  height: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.lightbox-right {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.content-section-simple {
  background-color: var(--cream);
  position: relative;
}

.content-section-simple.bottom-margin {
  margin-bottom: 100px;
}

.content-section-simple.white {
  background-color: #fff;
  padding-top: 0;
}

.contact-icon {
  background-color: var(--hover-blue);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12.5px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

.contact-icon.pin {
  background-color: var(--cornsilk);
  background-image: url('../images/pin.svg');
  background-size: 20px;
}

.contact-icon.clock {
  background-color: var(--cornsilk);
  background-image: url('../images/reloj.svg');
  background-size: 20px;
}

.right-margin {
  margin-right: 10px;
}

.h5 {
  margin-top: 5px;
  font-weight: 600;
}

.max-width-310 {
  width: 100%;
  max-width: 310px;
}

.contact-link {
  color: #000;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
  display: inline-block;
}

.social-icon-blue {
  background-color: var(--hover-blue);
  border-radius: 50px;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  transition: border .2s, background-color .2s;
}

.social-icon-blue:hover {
  background-color: #c1dfee;
}

.social-icon-blue.facebook {
  background-color: #fdf2d600;
  background-image: url('../images/facebook-32_1facebook-32.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 32px;
}

.social-icon-blue.twittter {
  background-image: url('../images/gorjeo-1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
}

.social-icon-blue.instagram {
  background-color: var(--cornsilk);
  background-image: url('../images/Instagram_Glyph_Gradient.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  width: 32px;
  height: 32px;
}

.social-icon-blue.pinterest {
  background-image: url('../images/pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
}

.social-icon-blue.email {
  background-image: url('../images/email.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
}

.social-icon-blue.linkedin {
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  background-color: var(--cornsilk);
  background-image: url('../images/LI-In-Bug.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  width: 32px;
  height: 32px;
}

.social-icon-blue.yout {
  background-color: var(--cornsilk);
  background-image: url('../images/youtube_1384060.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  width: 32px;
  height: 32px;
}

.social-icon-blue.tiktok {
  background-color: #fdf2d600;
  background-image: url('../images/tiktok-32_1tiktok-32.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.service-intro {
  border: 1px solid var(--lines);
  text-align: center;
  border-radius: 10px;
  width: 30%;
  margin-right: 4%;
  padding: 40px 2%;
}

.service-intro.last {
  margin-right: 0%;
}

.rounded-fill-button {
  border: 1px solid var(--link);
  background-color: var(--link);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  min-width: 120px;
  min-height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s, border .2s;
}

.rounded-fill-button:hover {
  opacity: .85;
  color: var(--link);
  background-color: #0000;
}

.rounded-fill-button.dark {
  color: #fff;
  text-transform: uppercase;
  background-color: #d0ab6a;
  border-style: none;
  border-color: #7a5644;
  min-width: 200px;
  font-size: 17px;
}

.rounded-fill-button.dark:hover {
  color: #7a5644;
  background-color: #fef0e7;
}

.rounded-fill-button.full {
  width: 100%;
}

.rounded-fill-button.full:hover {
  color: var(--bg-2);
  background-color: #0000;
}

.service-intro-icon {
  background-color: var(--cream);
  background-image: url('../images/27_127.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.service-intro-icon.pink {
  background-color: var(--pink);
  background-image: url('../images/28_128.png');
}

.service-intro-icon.blue {
  background-color: var(--light-blue);
  background-image: url('../images/29_129.png');
  background-size: 33px;
}

.blue-bg {
  background-color: var(--light-blue);
  padding: 40px 10px;
}

.logo-item {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.service-figure {
  background-image: url('../images/Figure-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 94px;
  margin-right: auto;
  display: flex;
}

.column-block {
  background-color: var(--block-bg-1);
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  min-height: 650px;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.column-block._2 {
  background-color: var(--block-bg-2);
}

.column-block._3 {
  background-color: var(--block-bg-3);
}

.content-section-blocks {
  margin-top: 90px;
  position: relative;
}

.micro-feature-icon {
  background-color: var(--pink);
  background-image: url('../images/27-1_127 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.micro-feature-icon._2 {
  background-color: var(--light-blue);
  background-image: url('../images/28-1_128 (1).png');
  background-size: 22px;
}

.max-480-pixels {
  max-width: 480px;
}

.light {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.checkmark-icon {
  background-color: #b9ddcb;
  background-image: url('../images/marca-de-verificacion.svg');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.flex-center {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.profile-picture {
  background-image: url('../images/5f0f7dd546963336c2b62a9b_Author-pic_15f0f7dd546963336c2b62a9b_Author-pic.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 42.5px;
  height: 42.5px;
  margin-right: 20px;
  transition: opacity .2s;
}

.profile-picture:hover {
  opacity: .85;
}

.top-yellow-bg {
  background-color: var(--cream);
  width: 100%;
  height: 40%;
  position: absolute;
  inset: 0% 0% auto;
}

.top-yellow-bg.large {
  height: 69%;
}

.service-feature {
  text-align: center;
  width: 29%;
  margin-left: 2%;
  margin-right: 2%;
}

.service-feature-icon {
  background-color: var(--darker-pink);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.service-feature-icon._1 {
  background-image: url('../images/29-1_129 (1).png');
}

.service-feature-icon._2 {
  background-image: url('../images/1-1_11 (1).png');
}

.service-feature-icon._3 {
  background-image: url('../images/30_130.png');
  background-size: 29px;
}

.process {
  border-bottom: 1px solid var(--lines);
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding-bottom: 60px;
  display: flex;
}

.process.last {
  margin-bottom: 0;
}

.rounded-image {
  background-color: var(--gray);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 260px;
  height: 260px;
  margin-left: auto;
  margin-right: auto;
}

.rounded-image._1 {
  background-image: url('../images/11128.jpg');
  position: relative;
}

.rounded-image._2 {
  background-image: url('../images/521.jpg');
  position: relative;
}

.rounded-image._3 {
  background-image: url('../images/1544.jpg');
  background-position: 0%;
  position: relative;
}

.number-circle {
  background-color: var(--bg-2);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 17px;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 27px;
  line-height: 27px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta-box {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.normal {
  font-weight: 400;
}

.social-icon-big {
  background-color: var(--fb);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50px;
  width: 55px;
  height: 55px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon-big:hover {
  background-color: #0970d4;
}

.social-icon-big.facebook {
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.social-icon-big.twittter {
  border-color: var(--twitter);
  background-color: var(--twitter);
  background-image: url('../images/gorjeo-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.social-icon-big.twittter:hover {
  background-color: #1895e2;
}

.social-icon-big.instagram {
  border-color: var(--instagram);
  background-color: var(--instagram);
  background-image: url('../images/instagram-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.social-icon-big.instagram:hover {
  background-color: #ff6d38;
}

.social-icon-big.pinterest {
  border-color: var(--instagram);
  background-color: var(--pinterest);
  background-image: url('../images/pinterest-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.social-icon-big.pinterest:hover {
  background-color: #d60021;
}

.social-icon-big.linkedin {
  border-color: var(--instagram);
  background-color: var(--linkedin);
  background-image: url('../images/linkedin-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.social-icon-big.linkedin:hover {
  background-color: #045a8a;
}

.social-icon-big.email {
  border-color: var(--instagram);
  background-color: var(--bg-2);
  background-image: url('../images/correo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.social-icon-big.email:hover {
  background-color: #2e2d2d;
}

.plant {
  position: absolute;
  inset: auto auto 0% 0%;
}

.top-plant {
  position: absolute;
  inset: 0% 0% auto auto;
}

.textarea {
  color: #000;
  background-color: #fff;
  border: 1px solid #d0ab6a;
  border-radius: 7.5px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 60px;
  transition: border-color .2s;
}

.textarea:hover, .textarea:focus {
  border-color: #178bf4;
}

.textarea::placeholder {
  color: #000;
}

.contact-form {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.select-field {
  background-color: var(--light-blue);
  color: var(--text);
  background-image: url('../images/flecha-hacia-abajo.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px #000;
  border-radius: 7.5px;
  width: 100%;
  height: 45px;
  margin-bottom: 30px;
  padding-left: 12px;
  transition: border-color .2s;
  display: inline-block;
}

.select-field:hover {
  border-color: #178bf4;
}

.select-field:focus {
  color: var(--text);
}

.form-field {
  background-color: var(--light-blue);
  border: 1px #000;
  border-radius: 7.5px;
  width: 48%;
  height: 47px;
  margin-bottom: 20px;
  margin-right: 2%;
  padding-left: 11px;
  padding-right: 11px;
  transition: border-color .2s;
  display: inline-block;
}

.form-field:hover {
  border-color: var(--link);
}

.form-field:active {
  color: #69707b;
}

.form-field:focus {
  color: #69707b;
  border-color: #178bf4;
}

.form-field::placeholder {
  font-weight: 500;
}

.form-field.no-margin {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #d0ab6a;
  margin-right: 0;
}

.form-field.no-margin::placeholder {
  color: #000;
}

.form-field.full {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #d0ab6a;
  width: 100%;
  margin-right: 0%;
}

.form-field.full:hover {
  border-style: solid;
  padding-left: 11px;
  padding-right: 11px;
}

.form-field.full::placeholder {
  color: #000;
}

.form-field.last {
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0%;
}

.form-field.last:hover {
  border-style: solid;
  padding-left: 11px;
  padding-right: 11px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.bottom-line {
  border-bottom: 1px none var(--lines);
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.form-block-newsletter {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}

.newsletter-container {
  background-image: linear-gradient(#101920e6, #101920e6);
  height: 100vh;
  display: none;
}

.center-content {
  text-align: center;
}

.center-content.flex {
  justify-content: center;
}

.newsletter {
  z-index: 100000;
  background-image: linear-gradient(#1b1a1ae6, #1b1a1ae6);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0;
}

.close-contact-form {
  background-color: var(--lines);
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.newsletter-box {
  border-radius: 10px;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 870px;
  display: flex;
  overflow: hidden;
}

.newsletter-column {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.newsletter-column.modal-left {
  background-image: url('../images/668.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.newsletter-column.modal-right {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 60px 50px;
  display: flex;
  position: relative;
}

.less-top-margin {
  margin-top: 10px;
}

.hero-blog {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 750px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.blog-left {
  width: 71%;
  margin-right: 4%;
}

.preview-item-horizontal {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.preview-item-box {
  width: 70%;
  margin-right: 40px;
}

.relative-full-height {
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.authors-link {
  color: var(--text);
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.authors-link:hover {
  opacity: .85;
}

.by {
  margin-right: 5px;
  font-size: 15px;
  line-height: 20px;
}

.authors-name-box {
  justify-content: center;
  align-items: center;
  margin-top: -12px;
  display: flex;
}

.pagination {
  justify-content: flex-end;
}

.rounded-button-dark {
  border: 1px solid var(--headings);
  background-color: var(--headings);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  min-width: 120px;
  min-height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s, border .2s;
}

.rounded-button-dark:hover {
  opacity: .85;
  color: var(--headings);
  background-color: #0000;
}

.text-field {
  border: 1px solid var(--lines);
  background-color: #0000;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-left: 18px;
  transition: border .2s;
}

.text-field:hover {
  border-bottom-color: #3898ec;
}

.text-field::placeholder {
  font-weight: 500;
}

.blog-side-right {
  width: 24%;
}

.featured-item {
  width: 100%;
}

.category {
  color: var(--text);
  text-decoration: none;
  transition: opacity .2s;
}

.category:hover {
  opacity: .85;
}

.bottom-margin {
  margin-bottom: 10px;
}

.bottom-margin._20-pixels {
  margin-bottom: 20px;
}

.tag {
  border: 1px solid var(--link);
  color: var(--link);
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 8px;
  margin-right: 10px;
  padding: 7px 15px 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.tag:hover {
  background-color: var(--link);
  color: #fff;
}

.overlay {
  background-color: #1b1a1a33;
  position: absolute;
  inset: 0%;
}

.preview-item-margin {
  width: 45%;
  margin-bottom: 60px;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.treatment-right {
  width: 100%;
}

.h1-big {
  text-transform: uppercase;
  font-size: 47px;
  font-weight: 400;
  line-height: 57px;
}

.treatment-left {
  width: 100%;
  margin-right: 0%;
  padding-left: 20px;
}

.position-sticky {
  position: sticky;
  top: 70px;
}

.post-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.heading-post {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.hero-right {
  background-image: url('../images/home.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 65%;
  min-height: 750px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-right.about-us {
  background-image: url('../images/3_1.png');
  background-size: 643px;
  display: none;
}

.hero-right.services {
  background-image: url('../images/2.png');
  background-position: 50% 0;
}

.hero-right.treatments {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.hero-right.contact-us {
  background-image: url('../images/Girl-3b.png');
  background-position: 50% 100%;
  background-size: contain;
}

.hero-right.memberships {
  background-image: url('../images/m_flip.png');
  background-position: 50% 0;
  background-size: cover;
}

.hero-right.contact-us-copy {
  background-image: url('../images/pexels-andrea-piacquadio-3757942.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.hero-left {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 19px;
  display: flex;
  position: relative;
}

.hero-section {
  background-color: #e7f6ff;
  min-height: 750px;
  position: relative;
  overflow: hidden;
  transform: skew(0deg);
}

.hero-section.blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.inner-pages {
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 60px;
}

.hero-section.post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
}

.hero-section.treatment {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(to right, var(--black) 15%, #fff0), url('../images/Microneedling.webp');
  object-fit: fill;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 400px;
  padding-bottom: 22px;
  display: flex;
}

.hero-section.bg-burlywood {
  background-color: #e7f6ff;
  background-image: linear-gradient(104deg, #ffefe7, #ffffff08), url('../images/homeabnner.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.thistle, .hero-section.blue {
  background-color: #ffefe7;
}

.hero-section.salmon {
  background-color: #e7f6ff;
  background-image: linear-gradient(to right, #e9f5ffc4, #ffffff0f), url('../images/3-1.png');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  padding-top: 0;
}

.hero-section.salmon-inner-page {
  background-color: var(--bg-salmon);
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 60px;
}

.hero-section.thistle-inner-page {
  background-color: var(--bg-thistle);
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 60px;
}

.hero-section.home {
  background-color: #0000;
  transform: none;
}

.hero-section.carlene {
  background-image: linear-gradient(97deg, #e7f6ff, #fff0), url('../images/IMG_7861IMG_7860.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.treatmentv2 {
  z-index: 1;
  object-fit: fill;
  background-color: #0000;
  background-image: url('../images/image-2_1image (2).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  min-height: 600px;
  display: flex;
}

.hero-section.injectables {
  background-image: linear-gradient(97deg, #ffefe7 20%, #fff0), url('../images/Botox.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.facial {
  background-image: linear-gradient(97deg, #ffefe7 20%, #fff0), url('../images/648cb4aef1237afd400e8331_648ca0b41ee7d18d3e0a3a1e_Screenshot20at20PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.laser {
  background-image: linear-gradient(97deg, #ffefe7 20%, #fff0), url('../images/Hydrafacial.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.body {
  background-image: linear-gradient(97deg, #ffefe7 20%, #fff0), url('../images/Accufit.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.welnness {
  z-index: 1;
  object-fit: fill;
  background-color: #0000;
  background-image: linear-gradient(to right, #ffe3b6 15%, #fff0), url('../images/pexels-andrea-piacquadio-3757942.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 600px;
  padding-bottom: 22px;
  display: flex;
}

.hero-section.inject {
  z-index: 1;
  object-fit: fill;
  background-color: #0000;
  background-image: linear-gradient(360deg, #fff, #fff0 18%), url('../images/rsz_adobestock_294352997.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 600px;
  padding-bottom: 22px;
  display: flex;
}

.hero-section.about {
  z-index: 1;
  object-fit: fill;
  background-color: #0000;
  background-image: url('../images/rsz_adobestock_196092658_2rsz_adobestock_196092658_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 600px;
  padding-bottom: 22px;
  display: flex;
}

.hero-section.facial {
  z-index: 1;
  object-fit: fill;
  background-color: #0000;
  background-image: linear-gradient(to right, #ffffe8 15%, #fff0), url('../images/ultralese.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 600px;
  padding-bottom: 22px;
  display: flex;
}

.hero-section.body {
  z-index: 1;
  object-fit: fill;
  background-color: #0000;
  background-image: linear-gradient(to right, #ffe3b6 15%, #fff0), url('../images/Screenshot-2023-07-10-at-9.16.18-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 600px;
  padding-bottom: 22px;
  display: flex;
}

.hero-section.treatment {
  z-index: 1;
  object-fit: cover;
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 900px;
  padding-bottom: 0;
  display: flex;
  transform: none;
}

.hero-subtitle-box {
  width: 100%;
  max-width: none;
  margin-top: 10px;
}

.testimonial-heading {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.slide-column {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.tab-pane {
  width: 100%;
  max-width: 450px;
  height: 100%;
}

._77-percent-column {
  width: 77%;
}

.rounded-slide-column {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 6%;
  padding-right: 4%;
  display: flex;
}

._90-percent-column {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.rounded-slide-arrow {
  width: 30px;
}

.right-contact-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-top: 0;
  padding-left: 0%;
  display: grid;
}

.flex-mobile-vertical {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.contact-column {
  flex-wrap: wrap;
  width: 50%;
  display: flex;
  position: relative;
}

.left-galerry-column, .righ-gallery-column {
  width: 50%;
  position: relative;
}

.left-contact-column {
  width: 57%;
}

.left-contact-column.wide {
  width: auto;
}

.content-grey-padding {
  background-color: var(--grey-bg);
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative;
}

.mini-feature-item {
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.preview-item-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-treatment {
  color: #7e7e7e;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.category-treatment:hover {
  opacity: .85;
}

.title-box, .subtile-box {
  width: 100%;
}

.subtile-box.center {
  margin-left: auto;
  margin-right: auto;
}

.girl-column {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding-left: 6%;
  padding-right: 4%;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.on-load {
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
}

.on-load-3 {
  text-align: center;
}

.full-width {
  flex: 1;
}

.accordion-wrapper {
  border-bottom: 1px solid var(--lines);
  margin-top: 30px;
}

.horizontal {
  background-color: var(--text);
  width: 18px;
  height: 2px;
}

.text-block-link {
  color: var(--question-letter);
  font-size: 17px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.text-block-link:hover {
  opacity: .85;
}

.faq-left {
  width: 27%;
}

.accordion-item-trigger {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.accordion-item-content {
  margin-top: 10px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.vertical {
  background-color: var(--text);
  width: 2px;
  height: 18px;
  position: absolute;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-top: 4px;
  margin-left: 10px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.details-column {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.row {
  margin-bottom: 3%;
}

.bottom-margin-image, .bottom-margin-image._20-pixels {
  margin-bottom: 20px;
}

.navigation {
  z-index: 100;
  width: 100%;
  height: 60px;
  position: fixed;
}

.dropdown-section {
  z-index: 8;
  background-color: var(--grey-bg);
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.left-dropdown-column {
  width: 16%;
}

.treatment-featured-mini {
  width: 23%;
  margin-right: 2%;
}

.treatment-featured-mini._4 {
  margin-right: 0;
}

.treatment-featured-mini._1 {
  margin-bottom: 0;
}

.category-dropdown {
  z-index: 1;
  color: #fff;
  padding-top: 16px;
  padding-left: 4px;
  padding-right: 13px;
  font-size: 16px;
  line-height: 27px;
  position: relative;
}

.inline-block-text {
  color: #333;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.dropdown-arrow {
  color: #333;
  margin-right: 0;
  font-size: 13px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.insta-link {
  color: var(--text);
  font-size: 18px;
  transition: opacity .2s;
}

.insta-link:hover {
  opacity: .85;
}

.align-left {
  text-align: right;
  margin-top: 10px;
}

.hero-heading-link {
  color: #fff;
  margin-top: 20px;
  font-size: 49px;
  line-height: 59px;
  transition: opacity .2s;
  display: inline-block;
}

.hero-heading-link:hover {
  opacity: .85;
}

.phone-link {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.rounded-bg {
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.dropdown-container {
  z-index: 10;
  width: 100%;
  margin-top: 60px;
  position: fixed;
  overflow: hidden;
}

.video {
  margin-top: 10px;
  margin-bottom: 20px;
}

.hero-title-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.flex-center-top {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.icon-margin {
  flex-direction: column;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.negative-margin {
  margin-top: -12px;
}

.flex-top {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.semi-bold {
  font-weight: 600;
}

.column-center-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding: 90px 6%;
  display: flex;
}

.navbar-burlywood {
  background-color: var(--bg-burlywood);
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.navbar-thistle {
  background-color: var(--bg-thistle);
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.navbar-blue {
  background-color: var(--bg-blue);
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.navbar-salmon {
  background-color: var(--bg-salmon);
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.less-line-height {
  line-height: 25px;
}

.nav-burlywood, .nav-thistle, .nav-salmon, .nav-blue, .nav-orange {
  display: none;
}

.dropdown-bg-orange {
  background-color: var(--dropdown);
  position: absolute;
  inset: 0%;
}

.dropdown-bg-blue {
  background-color: #7fa9be;
  position: absolute;
  inset: 0%;
}

.dropdown-bg-thistle {
  background-color: #c99bad;
  position: absolute;
  inset: 0%;
}

.dropdown-bg-burlywood {
  background-color: #e9ab6d;
  position: absolute;
  inset: 0%;
}

.dropdown-bg-salmon {
  background-color: #ee9987;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 42px;
  display: flex;
}

.cta-home {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.text-block-3 {
  font-size: 16px;
}

.image {
  filter: none;
}

.image-2 {
  width: auto;
  max-height: 200px;
}

.image-3 {
  width: 500px;
}

.nav-text {
  color: #fff;
  text-transform: uppercase;
  object-fit: fill;
  font-family: commuters-sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: static;
}

.image-4 {
  filter: invert();
  width: 20px;
}

.image-5 {
  filter: invert();
}

.authors-link-2 {
  color: #7f7f7f;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.authors-link-2:hover {
  opacity: .85;
}

.go-up-button-2 {
  z-index: 20;
  color: #fff;
  background-color: #bbc3d1;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button-2.w--current {
  z-index: 100;
}

.social-icon-orange-2 {
  background-color: #f86834;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  transition: border .2s, background-color .2s;
}

.social-icon-orange-2:hover {
  background-color: #f1612c;
}

.social-icon-orange-2.facebook {
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-orange-2.instagram {
  background-image: url('../images/instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-orange-2.pinterest {
  background-image: url('../images/pinterest-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-orange-2.twittter {
  background-image: url('../images/gorjeo-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-orange-2.email {
  background-image: url('../images/correo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.hero-section-2 {
  background-color: #ff7948;
  min-height: 750px;
  position: relative;
  overflow: hidden;
  transform: skew(0deg);
}

.hero-section-2.post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}

.h2-big-2 {
  color: #393939;
  margin-top: 10px;
  font-size: 40px;
  line-height: 54px;
}

.content-section-grey-2 {
  background-color: #f3f4f7;
  padding-top: 80px;
  position: relative;
}

.content-section-grey-2.bottom-padding {
  background-color: #0000;
  padding-bottom: 80px;
  overflow: hidden;
}

.button-outline-black-2 {
  color: #393939;
  text-align: center;
  background-color: #0000;
  border: 1px #393939;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
  min-width: 150px;
  min-height: 47px;
  padding: 17px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-black-2:hover {
  color: #f4f5f7;
  background-color: #393939;
}

.menu-link-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.menu-link-2.w--current {
  color: #a24e30;
  font-weight: 600;
}

.footer-2 {
  background-color: #ff7948;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
}

.text-block-4 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.text-block-4.center {
  color: #fff;
}

.image-6 {
  max-width: 120px;
  max-height: 58px;
  margin-bottom: 20px;
}

.image-7 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: none;
}

.image-8 {
  filter: invert();
}

.div-block {
  min-height: 303px;
  max-height: none;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-block-5 {
  color: #7a5644;
}

.injectable-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  max-width: none;
  margin-left: 0;
  margin-right: auto;
}

.injectable_table {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.injectable_table.hair {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.injectable_table.single {
  grid-template-columns: 1fr;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-menu-2 {
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.tab-link-tab-4 {
  background-color: #fff;
  border: .5px #575252;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-right: 10px;
  padding: 0;
  display: flex;
}

.tab-link-tab-4.w--current {
  background-image: linear-gradient(to bottom, null, null), url('../images/Xeomin.webp');
  border-color: #000;
  margin-right: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-with-2-buttons {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: "Area Area-2"
  / 1fr;
  align-content: center;
  place-items: center;
  width: auto;
  display: block;
  position: absolute;
  inset: auto 10% 20%;
}

.fake-button-tab {
  z-index: 36;
  color: var(--headings);
  text-align: center;
  text-transform: uppercase;
  background-color: #d0ab6a00;
  border: 1px #fff;
  border-radius: 5px;
  width: 100%;
  padding: 15px 10px;
  font-family: commuters-sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  position: static;
}

.fake-button-tab.min-1 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 78px;
  display: flex;
}

.tab-link-tab-2 {
  background-color: #fff;
  border: 1px solid #461d7c;
  border-radius: 5px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-2.w--current {
  background-color: #fcfcfc17;
  background-image: linear-gradient(#00000080, #00000080), url('../images/rsz_adobestock_196092658_2rsz_adobestock_196092658_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 400px;
  height: 250px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  transition: opacity .2s;
}

.tab-link-tab-2.revised {
  background-image: linear-gradient(#f0c16824, #f0c16824), url('../images/648cb4aef1237afd400e8331_648ca0b41ee7d18d3e0a3a1e_Screenshot20at20PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-style: none;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 325px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-2.revised.w--current {
  background-image: none;
  border: .5px #575252;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
}

.button-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 5px;
  padding: 16px 36px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5em;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: #77a9a9;
}

.button-2.border {
  color: var(--headings);
  text-align: center;
  background-color: #d0ab6a00;
  border: 1px #020202;
  border-top-style: solid;
  border-radius: 0;
  width: 100%;
  padding: 15px 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: color .2s, box-shadow .2s, background-color .2s;
}

.button-2.border:hover {
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-2.border {
  color: #000;
  text-align: center;
  background-color: #e38a67;
  background-image: linear-gradient(130deg, #b69247, #f9f1bc 50%, #986e29);
  border: 1px #cecece;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 700;
  transition: color .2s, box-shadow .2s, background-color .2s;
}

.tabs-2 {
  flex-direction: row;
  flex: 0 auto;
  width: 100%;
  margin-top: -19px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.tabs-2.services {
  margin-top: 0;
}

.hide {
  display: none;
}

.tab-pane-tab-2 {
  z-index: 1;
}

.left-arrow {
  color: #fff;
  background-color: #f0e4ad;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  font-size: 20px;
  font-weight: 700;
  transition: box-shadow .2s, color .2s;
  inset: 0% auto auto 0%;
  box-shadow: 0 0 4px #0000000d;
}

.left-arrow:hover {
  box-shadow: 2px 0 4px #0000001a;
}

.grid-with-5-buttons {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-areas: "Area Area-2"
                       ". Area-3";
  position: absolute;
  inset: auto 10% 10%;
}

.aesthetics-card {
  background-color: #fff0;
  background-image: none;
  border-radius: 2px;
  min-height: auto;
  margin-bottom: 40px;
  padding: 0;
  transition-property: none;
  position: relative;
}

.aesthetics-card:focus {
  background-color: #fff;
}

.aesthetics-card.custom_large {
  min-height: 750px;
}

.testimonial-slider-copy {
  background-color: #0000;
  max-width: 305px;
  height: 100%;
  padding-top: 10px;
  overflow: visible;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: auto;
  max-height: 249px;
}

.tab-link-tab-5 {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/rsz_adobestock_294352997.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 1px #461d7c;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 325px;
  margin-right: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-5.w--current {
  height: 325px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.testimonial-mask {
  height: 100%;
  overflow: visible;
}

.grid-with-4-buttons {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-areas: "Area Area-2"
                       ". Area-3";
  position: absolute;
  inset: auto 10% 12%;
}

.icon-2 {
  height: 32px;
}

.size-6 {
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3em;
}

.right-arrow-2 {
  color: #2f3a4480;
  background-color: #ffefe7;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  font-size: 20px;
  transition: box-shadow .2s, color .2s;
  inset: auto auto 0% 0%;
  box-shadow: 0 0 4px #0000000d;
}

.right-arrow-2:hover {
  color: #2f3a44;
  box-shadow: 2px 0 4px #0000001a;
}

.grid-with-1-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
  display: block;
  position: static;
  inset: auto 10% 20%;
}

.grid-with-1-button.custom {
  bottom: 10%;
}

.aesthetics-panel-1 {
  min-height: auto;
  padding-bottom: 46px;
  display: block;
}

.slider-heading {
  color: var(--headings);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: commuters-sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.testimonial-slider-5 {
  background-color: #0000;
  max-width: 305px;
  height: 100%;
  padding-top: 10px;
  overflow: visible;
}

.tab-div {
  margin-top: 0;
}

.testimonial-slide {
  max-width: 305px;
  height: 100%;
  margin-right: 20px;
}

.grid-with-3-buttons {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-areas: "Area Area-2";
  position: absolute;
  inset: auto 10% 15%;
}

.icon-3 {
  color: #515151;
}

.tabl6 {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/rsz_adobestock_294352997.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 1px #461d7c;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 325px;
  margin-right: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tabl6.w--current {
  height: 325px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.tab-link-tab-7 {
  background-color: #fff0;
  border: .5px #575252;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  margin-right: 10px;
  padding: 0;
  display: flex;
}

.tab-link-tab-7.w--current {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-8 {
  background-image: linear-gradient(#11557e66, #11557e66), url('../images/rsz_adobestock_294352997.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-8.w--current {
  background-image: linear-gradient(#11557e66, #11557e66), url('../images/rsz_adobestock_294352997.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.heading {
  font-size: 21px;
}

.treament-img {
  object-fit: fill;
  border-radius: 5px;
  width: 100%;
  max-height: 235px;
}

.treatmentwrapper {
  max-height: none;
  padding-bottom: 20px;
}

.div-block-3 {
  z-index: 3;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 300px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 31px;
  display: flex;
  position: relative;
}

.div-block-3.duplciate {
  background-image: none;
}

.image-9, .image-10 {
  filter: invert();
}

.div-block-4 {
  position: absolute;
}

.text-block-6 {
  color: #000;
  font-size: 15px;
}

.collection-item-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-7 {
  font-size: 16px;
  line-height: 27px;
}

.dropdown-toggle-2 {
  padding-top: 16px;
  padding-bottom: 14px;
}

.dropdown-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.icon-4 {
  font-size: 13px;
}

.dropdown-list {
  z-index: 13;
  background-color: #2b2b2b;
  width: 100%;
  inset: 0% 0% auto;
}

.dropdown-list.w--open {
  z-index: 50;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  min-width: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  inset: 0% 0% auto;
}

.collection-list-wrapper-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #e8f5ff;
}

.text-block-8 {
  color: #000;
  font-size: 15px;
  line-height: 22px;
}

.list-item {
  color: #313131;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}

.list {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.membership_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.membership_single {
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.membership_single.gold {
  box-shadow: 8px 8px 9px 4px #f4fafd;
}

.card_content {
  color: #0a0a0a;
  text-align: center;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}

.memebershipcard_subtitle {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
}

.member {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
}

.injectable_heads {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.injectable_heads.flex {
  align-items: flex-start;
  display: flex;
}

.image-11 {
  width: 200px;
  max-height: none;
  padding-bottom: 20px;
}

.blog-images {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-images.flex {
  align-items: flex-start;
  display: flex;
}

.image-12 {
  object-fit: cover;
  width: 100%;
}

.blog-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.blog-grid.full {
  width: 100%;
}

.blog-inner-content {
  padding-left: 20px;
  padding-right: 20px;
}

.blog-inner-content.dropdown {
  margin-top: 3px;
  padding-left: 5px;
}

.team_wrapper {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.team_wrapper.full {
  width: 100%;
}

.grid, .grid-2, .grid-3, .grid-4, .grid-5 {
  display: block;
}

.div-block-5 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-9 {
  font-size: 17px;
  line-height: 26px;
}

.div-block-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.div-block-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 299px;
}

.image-15 {
  filter: invert() contrast(200%);
  width: 20px;
  height: 20px;
  margin-top: 3px;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.image-16 {
  filter: invert();
}

.div-block-9 {
  z-index: 2;
  background-image: linear-gradient(89deg, #ffefe7 6%, #fff0 55%, #ffefe7 93%);
  position: absolute;
  inset: 0%;
}

.div-block-10 {
  position: relative;
}

.nav-link {
  color: #000;
  text-align: left;
  font-size: 15px;
}

.div-block-11 {
  flex-direction: column;
  display: flex;
}

.rich-text-block {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.services_wrap {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1150px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.services_wrap.medium {
  max-width: 1175px;
}

.services_wrap.nav {
  border-radius: 20px;
}

.services_wrap.team {
  display: flex;
}

.services_wrap.carlene {
  flex-direction: column;
  display: flex;
}

.text-block-10 {
  color: #000;
}

.h3 {
  color: #d0ab6a;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.tab-link-tab-9 {
  background-color: #ddd0;
  border: .5px #575252;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
}

.tab-link-tab-9.w--current {
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.div-block-12 {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 30px;
  position: absolute;
  inset: 0%;
}

.para-wrapper {
  color: #595959;
}

.p2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.heading-wrapper {
  color: #272727;
  max-width: 100%;
}

.main-container {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.contact-select-filed {
  color: #595959;
  background-color: #0000;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 51px;
  margin-bottom: 0;
  padding: 12px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
  line-height: 1.7em;
}

.contact-select-filed:focus {
  border-color: #b29454;
}

.contact-select-filed::placeholder {
  color: #595959;
}

.contact-form-row {
  margin-bottom: 25px;
}

.contact-form-row.grid {
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  color: var(--headings);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form-row.btm {
  margin-bottom: 10px;
}

.contact-input-field {
  color: #272727;
  background-color: #0000;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  height: 51px;
  margin-bottom: 0;
  padding: 13px 15px 12px 40px;
  font-weight: 400;
  line-height: 1.7em;
}

.contact-input-field:focus {
  border-color: #b29454;
}

.contact-input-field::placeholder {
  color: #595959;
}

.contact-input-field.name {
  background-image: url('../images/User.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.contact-input-field.phone {
  background-image: url('../images/phone-2.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.contact-input-field.mail {
  background-image: url('../images/mail.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.contact-block-icon-wrapper {
  width: 50px;
  height: 50px;
  margin-top: -25.5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.p1 {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 34px;
}

.contact-bottom-row {
  grid-column-gap: 54px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 100px;
  display: grid;
}

.contact-top-row {
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-block-title {
  text-align: center;
}

.contact-form-image-wrapper {
  z-index: 0;
  flex: 0 auto;
  width: 100%;
  height: 755px;
  margin-bottom: 0;
  position: relative;
}

.contact-form-wrapper {
  z-index: 1;
  background-color: #fff;
  flex: none;
  width: 100%;
  max-width: 555px;
  margin-left: 0;
  margin-right: -50px;
  padding: 45px 30px 25px;
  position: static;
  box-shadow: 3px 3px 12px #0009;
}

.contact-section {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.contact-message-field {
  color: #272727;
  background-color: #0000;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  min-height: 102px;
  margin-bottom: 0;
  padding: 12px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
  line-height: 1.7em;
}

.contact-message-field:focus {
  border-color: #b29454;
}

.contact-message-field::placeholder {
  color: #595959;
}

.contact-us-sub-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 38px;
}

.html-embed-5 {
  width: 100%;
  height: 100%;
}

.contact-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-form-element-wrapper {
  color: var(--headings);
}

.contact-block {
  border: 2px solid #27272726;
  flex-direction: column;
  align-items: center;
  padding: 40px 40px 25px;
  font-style: normal;
  display: flex;
  position: relative;
}

.contact-block-icon {
  width: 50px;
  height: 50px;
}

.contact-form-heading {
  text-align: center;
}

.submit-btn {
  color: #272727;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  border: 1px solid #000;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 15px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36.5px;
  font-weight: 400;
  line-height: 1.4em;
}

.h2._500-medium {
  text-align: left;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 100;
  position: static;
}

.h2._500-medium.center {
  text-align: center;
  padding-bottom: 40px;
}

.h2._500-medium.pbtm {
  margin-bottom: 20px;
}

.h2._500-medium.pbtm.center {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.anchor-link-div {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -73px 0% 0%;
}

.submit-btn-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.7em;
}

.h4._600-semi-bold {
  font-weight: 600;
}

.contact-block-text {
  text-align: center;
}

.background-video {
  z-index: 2;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-13 {
  z-index: 3;
  background-image: linear-gradient(105deg, #fbf0ed 26%, #fff0);
  position: absolute;
  inset: 0%;
}

.heading-2 {
  font-size: 18px;
}

.div-block-14 {
  z-index: 200;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 0;
  display: none;
  position: fixed;
  inset: 112px 0% auto;
}

.div-block-15 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  position: relative;
}

.nav_sub {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
}

.div-block-16 {
  flex-direction: column;
  display: flex;
}

.div-block-16.laser {
  display: flex;
}

.link {
  color: #474747;
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}

.view-all-link {
  color: var(--headings);
  text-transform: uppercase;
  background-color: #d7c2a2;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 9px 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.view-all-link.pd-top {
  background-color: var(--bg);
  color: var(--white);
  margin-top: 20px;
  font-weight: 700;
}

.image-left {
  z-index: 2;
  filter: blur(6px) invert(8%);
  width: 247px;
  height: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image_right {
  z-index: 2;
  filter: blur(6px) invert(8%);
  width: 247px;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-17 {
  padding-top: 20px;
}

.text-block-11 {
  color: #d0ab6a;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 19px;
}

.text-block-12 {
  color: #d0ab6a;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.paragraph-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-13 {
  font-size: 17px;
  line-height: 29px;
}

.text-block-14, .text-block-15 {
  color: #7a5644;
}

.div-block-18 {
  justify-content: center;
  display: flex;
}

.collection-item-3 {
  line-height: 21px;
}

.slider-list {
  display: flex;
}

.slider-item {
  border: 1px #727272;
  flex: none;
  width: 30vw;
  max-width: 305px;
  height: auto;
  margin-right: 10px;
  overflow: hidden;
}

.slider-navigation-wrapper {
  justify-content: flex-start;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.slider-navigation {
  cursor: pointer;
  transition: opacity .2s;
}

.slider-navigation:hover {
  opacity: .7;
}

.slider-navigation.prev-slide {
  margin-left: 0;
  margin-right: 16px;
  font-size: 31px;
  transition: opacity .2s;
}

.slider-navigation.next-slide {
  filter: invert();
  margin-left: 40px;
  margin-right: 0;
  font-size: 31px;
}

.dropdown-3 {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.dropdown-toggle-3 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  display: flex;
}

.dropdown-list-2 {
  background-color: #0000;
  display: block;
  position: static;
}

.dropdown-list-2.w--open {
  background-color: #fdf2d6;
}

.dropdown-link-2 {
  font-size: 16px;
}

.subdropwrap {
  display: block;
}

.div-block-314 {
  width: 198px;
  height: 61px;
}

.maindropwrap {
  display: block;
}

.maindropwrap:active {
  background-color: #0000;
}

.subdroplist.w--open {
  color: var(--sienna);
  background-color: #f1ede5;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  overflow: visible;
}

.maindroplist {
  display: block;
  position: static;
}

.maindroplist.w--open {
  border: 1px #000;
  width: 280px;
  position: relative;
}

.maindroptog {
  border: 1px #000;
  width: 198px;
  transition: all .35s ease-in-out;
}

.maindroptog:hover {
  background-color: #0000;
  border-style: none;
  border-color: #77b3d4;
}

.maindroptog:active {
  background-color: #fff;
}

.maindroptog.w--open {
  color: #fff;
  background-color: #0000;
  display: none;
}

.maindroplink {
  background-color: #fff;
  border-bottom: 1px solid #00000040;
  padding-top: 20px;
  padding-bottom: 0;
  transition: all .35s ease-in-out;
}

.maindroplink:hover {
  color: #fff;
  background-color: #000;
}

.text-block-89 {
  color: #4f5d73;
  font-weight: 700;
}

.subdroptog {
  border: 1px solid var(--text);
  color: #252020;
  background-color: #d0ab6a00;
  border-radius: 0;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .35s ease-in-out;
  display: block;
}

.subdroptog.w--open {
  background-color: var(--cornsilk);
}

.collection-list-wrapper-3 {
  overflow: visible;
}

.text-block-90 {
  letter-spacing: 1px;
  font-family: commuters-sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-91 {
  color: var(--headings);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 37px;
}

.text-block-92 {
  color: var(--bg-2);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: commuters-sans, sans-serif;
  font-size: 23px;
}

.background-video-2 {
  background-image: linear-gradient(to top, #fff, #fff0 62%);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.div-block-315 {
  width: 100%;
  max-width: 500px;
}

.div-block-300 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.image-block-small {
  height: auto;
  padding-bottom: 43px;
  padding-left: 0;
  position: relative;
}

.container-7 {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.section-header {
  color: #d0ab6a;
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  display: flex;
}

.image-cover-2 {
  z-index: 2;
  object-fit: cover;
  border-radius: 9px;
  width: 100%;
  height: 100%;
  position: relative;
  top: -19px;
}

.image-cover-2.tool {
  z-index: 1;
  object-fit: cover;
  height: 600px;
  top: 0;
}

.image-cover-2.smaller {
  max-height: 600px;
}

.image-cover-2.contain {
  z-index: 1;
  object-fit: contain;
  height: 600px;
  top: 0;
}

.content-wrapper-7 {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -73px;
  display: flex;
  position: relative;
}

.paragraph-large-3 {
  color: #000;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.background-1 {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/Untitled-design-14-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: auto 0% -11% auto;
}

.background-1._2 {
  background-color: #ffefe7;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: 23%;
  left: auto;
  right: -4%;
  transform: translate(-59px, 17px);
}

.background-1._2.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.background-1._2.scalp.btm {
  background-color: #d0ab6a91;
  width: 900px;
  top: -18%;
  right: 40%;
}

.background-1._2.scalp.ody {
  background-color: #d0ab6a30;
  top: -34%;
  right: 0%;
}

.background-1._2.sex {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #d0ab6a91;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -26%;
}

.background-1.alternnate {
  background-color: #d0ab6a30;
  border-radius: 6px;
  width: 800px;
  height: 200px;
  top: 124%;
  left: auto;
  right: -43%;
  transform: translate(-59px, 17px);
}

.background-1.alternnate.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.background-1.alternnate.scalp.btm {
  background-color: #ffefe7;
}

.background-1.alternnate.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.background-1.sex {
  background-color: #d0ab6a30;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: 114%;
  left: auto;
  right: 24%;
  transform: translate(-59px, 17px);
}

.background-1.sex.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.background-1.sex.scalp.btm {
  background-color: #ffefe7;
}

.background-1.sex.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.background-1.top {
  background-color: #d0ab6a91;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: -17%;
  left: auto;
  right: 10%;
  transform: translate(-59px, 17px);
}

.background-1.top.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.background-1.top.scalp.btm {
  background-color: #ffefe7;
}

.background-1.top.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.background-1.top.circle {
  border-radius: 50%;
  height: 559px;
  top: -19%;
}

.background-1.top-2 {
  background-color: #d0ab6a8a;
  border-radius: 6px;
  width: 700px;
  height: 350px;
  top: -57%;
  left: auto;
  right: -183%;
  transform: translate(-59px, 17px);
}

.background-1.top-2.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.background-1.top-2.scalp.btm {
  background-color: #ffefe7;
}

.background-1.top-2.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.background-1.top-2.top {
  background-color: #d0ab6a1a;
  top: -74%;
}

.background-1.body {
  background-color: #d0ab6a91;
  border-radius: 6px;
  width: 800px;
  height: 200px;
  top: 143%;
  left: auto;
  right: -72%;
  transform: translate(-59px, 17px);
}

.background-1.body.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.background-1.body.scalp.btm {
  background-color: #ffefe7;
}

.background-1.body.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.section-content {
  border: 1px #757575;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 200px 5% 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-content.top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.section-content.scalp.colored {
  background-color: #f1ede5;
  padding-top: 100px;
  display: flex;
}

.section-content.welnnes {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-content.whereyouwant {
  padding-top: 0;
}

.grid-content-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-primary {
  background-color: var(--bg-2);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 46px;
  padding: 12px 45px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
  position: static;
}

.button-primary:hover {
  color: #fff;
}

.button-primary.intro {
  background-color: var(--cornsilk);
  color: var(--bg-2);
  border-radius: 5px;
  margin-top: 30px;
  margin-right: 31px;
  padding-left: 72px;
  padding-right: 72px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.button-primary.intro {
  color: #fff;
  background-color: #e38a67;
  border: 1px #575252;
  border-radius: 0;
  margin-top: 0;
  margin-right: 0;
  padding-left: 72px;
  padding-right: 72px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.button-primary.intro:hover {
  background-color: #d7c2a2;
}

.button-primary.intro.cview {
  background-color: #d7c2a200;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  justify-content: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  display: flex;
}

.button-primary.intro.small {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
}

.button-primary.extra {
  width: 100%;
}

.button-primary.outline {
  background-color: #1b1a1a00;
  border: 1px solid #bfa467;
}

.little-heading {
  color: var(--sienna);
  justify-content: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.text-block-93 {
  color: var(--sienna);
  font-size: 16px;
  font-weight: 600;
}

.div-block-316 {
  grid-column-gap: 10px;
  display: flex;
}

.div-block-317 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.image-wrapper {
  border-radius: 4px;
  align-self: center;
  width: 600px;
  max-width: 700px;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.div-block-318 {
  grid-column-gap: 20px;
  display: flex;
}

.image-two {
  object-fit: cover;
  object-position: 50% 0%;
  width: auto;
  height: auto;
  min-height: 0;
  display: block;
}

.little-heading-2 {
  color: #84a8be;
  justify-content: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.little-heading-2.small {
  color: #4f5d73;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 700;
  text-decoration: underline;
}

.little-heading-2.small.nolink {
  color: var(--sienna);
  text-decoration: none;
}

.section-header-2 {
  color: #d0ab6a;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
  display: flex;
}

.grid-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-items: center;
  max-width: 1000px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.grid-6.service {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.image-one {
  object-fit: cover;
  border-radius: 9px;
  width: auto;
  height: auto;
}

.div-block-312 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.paragraph-large-4 {
  color: #000;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.little-heading-3 {
  color: var(--sienna);
  justify-content: center;
  font-family: Droid Serif, serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.div-block-319 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.collection-item-4 {
  background-color: #503131;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-309 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-58 {
  color: #666;
}

.link-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-307 {
  grid-column-gap: 20px;
  padding-top: 20px;
  display: flex;
}

.paragraph-large-5 {
  color: var(--bg-2);
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.image-36 {
  filter: grayscale();
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #a86f5a;
  height: 46px;
  padding: 12px 45px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
  position: static;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.intro {
  box-shadow: 0 5px 12px -1px var(--gray);
  color: #000;
  background-color: #dbc9bf;
  border-radius: 5px;
  margin-top: 30px;
  margin-right: 31px;
  padding-left: 72px;
  padding-right: 72px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.button-primary-2.intro:hover {
  background-color: #0000;
}

.text-block-57 {
  color: #666;
}

.little-heading-4 {
  color: var(--bg-2);
  justify-content: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.body-2 {
  background-color: #00000021;
  font-family: commuters-sans, sans-serif;
}

.section {
  background-image: url('../images/output-onlinepngtools_1output-onlinepngtools.webp');
  background-position: 0 0;
  background-size: auto;
}

.section-2 {
  background-image: linear-gradient(#0000, #000 70%), url('../images/output-onlinepngtools_1output-onlinepngtools.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 523px;
}

.section-2.book {
  background-image: linear-gradient(#0000, #000 70%), url('../images/output-onlinepngtools_1output-onlinepngtools.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
}

.hero.mobile-reverse {
  justify-content: space-between;
}

.hero.full {
  width: 100%;
}

.home-top {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.button-align-center-copy {
  text-transform: uppercase;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.logo {
  width: 80px;
  font-size: 20px;
}

.booking {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.booking.white {
  margin-bottom: 0;
}

.treat {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 55px;
  padding-bottom: 44px;
  display: block;
  position: static;
}

.treat.mobile-reverse {
  grid-template-columns: 1fr .5fr;
  justify-content: space-between;
}

.treat.full {
  width: 100%;
}

.service-tabs-button {
  color: #fff;
  background-color: #4f5d73;
  border: 1px #757575;
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: 175px;
  margin-bottom: 2px;
  padding: 40px;
  transition: background-color .2s;
  display: flex;
}

.service-tabs-button:hover {
  color: #fff;
  background-color: #77b3d4;
  border-style: none;
  border-width: 1px;
}

.service-tabs-button.w--current {
  color: #fff;
  background-color: #77b3d4;
  border-style: none;
  border-width: 1px;
  border-radius: 9px;
  min-height: 175px;
  margin-bottom: 2px;
}

.service-tabs-button.hiddendesktop {
  display: none;
}

.tab-button-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.div-block-321 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hairtabel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section-divider {
  padding-left: 5%;
  padding-right: 5%;
}

.divider {
  justify-content: center;
  align-items: center;
  height: 32px;
  display: flex;
}

.section-main {
  padding-left: 5%;
  padding-right: 5%;
}

.container {
  width: 100%;
}

.header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-37 {
  object-fit: cover;
  background-image: linear-gradient(#ffe6a6, #fffcf7);
  border: 10px #4070f4;
  border-radius: 60px;
  padding: 8px;
}

.heading-name {
  color: #0c152e;
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 28px;
}

.subtitle-2 {
  color: #456078;
  text-align: center;
}

.section-social-links {
  margin-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.social-links {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item-social {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.section-links {
  margin-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-link {
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 16px;
  display: flex;
  box-shadow: 1px 1px 5px 1px #e0e7f1;
}

.social-icon {
  width: 16px;
}

.link-2 {
  color: #0c152e;
  text-align: center;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  margin-top: 12px;
  margin-bottom: 0;
  padding: 12px 24px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
  box-shadow: 0 0 12px #ffe6c31a;
}

.link-2:hover {
  background-color: #fff;
  box-shadow: inset 2px 2px 6px -2px #d8e9ff;
}

.text-block-94 {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.main-link {
  color: #0c152e;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  margin-top: 12px;
  margin-bottom: 0;
  padding: 12px 24px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.main-link:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  box-shadow: 3px 3px 12px 1px #ffebc6;
}

.main-link-text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.image-38 {
  max-width: 150px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.sm {
  max-width: 950px;
}

.h2-big-3 {
  color: #d0ab6a;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 40px;
  line-height: 54px;
}

.text-small-2 {
  color: #7f7f7f;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.content-section-pink-2 {
  background-color: #ffe6f1;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.content-section-pink-2.less-padding {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.content-section-pink-2.less-padding.brnds {
  padding-bottom: 60px;
}

.content-section-pink-2.less-padding.btmpd {
  padding-top: 100px;
  padding-bottom: 100px;
}

.background2 {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/Untitled-design-15-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: auto 0% -13% auto;
}

.background2._2 {
  background-color: #ffefe7;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: 23%;
  left: auto;
  right: -4%;
  transform: translate(-59px, 17px);
}

.background2._2.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.background2._2.scalp.btm {
  background-color: #d0ab6a91;
  width: 900px;
  top: -18%;
  right: 40%;
}

.background2._2.scalp.ody {
  background-color: #d0ab6a30;
  top: -34%;
  right: 0%;
}

.background2._2.sex {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #d0ab6a91;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -26%;
}

.background2.alternnate {
  background-color: #d0ab6a30;
  border-radius: 6px;
  width: 800px;
  height: 200px;
  top: 124%;
  left: auto;
  right: -43%;
  transform: translate(-59px, 17px);
}

.background2.alternnate.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.background2.alternnate.scalp.btm {
  background-color: #ffefe7;
}

.background2.alternnate.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.background2.sex {
  background-color: #d0ab6a30;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: 114%;
  left: auto;
  right: 24%;
  transform: translate(-59px, 17px);
}

.background2.sex.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.background2.sex.scalp.btm {
  background-color: #ffefe7;
}

.background2.sex.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.background2.top {
  background-color: #d0ab6a91;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: -17%;
  left: auto;
  right: 10%;
  transform: translate(-59px, 17px);
}

.background2.top.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.background2.top.scalp.btm {
  background-color: #ffefe7;
}

.background2.top.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.background2.top.circle {
  border-radius: 50%;
  height: 559px;
  top: -19%;
}

.background2.top-2 {
  background-color: #d0ab6a8a;
  border-radius: 6px;
  width: 700px;
  height: 350px;
  top: -57%;
  left: auto;
  right: -183%;
  transform: translate(-59px, 17px);
}

.background2.top-2.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.background2.top-2.scalp.btm {
  background-color: #ffefe7;
}

.background2.top-2.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.background2.top-2.top {
  background-color: #d0ab6a1a;
  top: -74%;
}

.background2.body {
  background-color: #d0ab6a91;
  border-radius: 6px;
  width: 800px;
  height: 200px;
  top: 143%;
  left: auto;
  right: -72%;
  transform: translate(-59px, 17px);
}

.background2.body.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.background2.body.scalp.btm {
  background-color: #ffefe7;
}

.background2.body.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.bakgroudn3 {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/Untitled-design-16-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 354px;
  height: 600px;
  position: absolute;
  inset: auto auto 153px -377px;
}

.bakgroudn3._2 {
  background-color: #ffefe7;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: 23%;
  left: auto;
  right: -4%;
  transform: translate(-59px, 17px);
}

.bakgroudn3._2.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.bakgroudn3._2.scalp.btm {
  background-color: #d0ab6a91;
  width: 900px;
  top: -18%;
  right: 40%;
}

.bakgroudn3._2.scalp.ody {
  background-color: #d0ab6a30;
  top: -34%;
  right: 0%;
}

.bakgroudn3._2.sex {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #d0ab6a91;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -26%;
}

.bakgroudn3.alternnate {
  background-color: #d0ab6a30;
  border-radius: 6px;
  width: 800px;
  height: 200px;
  top: 124%;
  left: auto;
  right: -43%;
  transform: translate(-59px, 17px);
}

.bakgroudn3.alternnate.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.bakgroudn3.alternnate.scalp.btm {
  background-color: #ffefe7;
}

.bakgroudn3.alternnate.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.bakgroudn3.sex {
  background-color: #d0ab6a30;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: 114%;
  left: auto;
  right: 24%;
  transform: translate(-59px, 17px);
}

.bakgroudn3.sex.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.bakgroudn3.sex.scalp.btm {
  background-color: #ffefe7;
}

.bakgroudn3.sex.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.bakgroudn3.top {
  background-color: #d0ab6a91;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: -17%;
  left: auto;
  right: 10%;
  transform: translate(-59px, 17px);
}

.bakgroudn3.top.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.bakgroudn3.top.scalp.btm {
  background-color: #ffefe7;
}

.bakgroudn3.top.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.bakgroudn3.top.circle {
  border-radius: 50%;
  height: 559px;
  top: -19%;
}

.bakgroudn3.top-2 {
  background-color: #d0ab6a8a;
  border-radius: 6px;
  width: 700px;
  height: 350px;
  top: -57%;
  left: auto;
  right: -183%;
  transform: translate(-59px, 17px);
}

.bakgroudn3.top-2.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.bakgroudn3.top-2.scalp.btm {
  background-color: #ffefe7;
}

.bakgroudn3.top-2.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.bakgroudn3.top-2.top {
  background-color: #d0ab6a1a;
  top: -74%;
}

.bakgroudn3.body {
  background-color: #d0ab6a91;
  border-radius: 6px;
  width: 800px;
  height: 200px;
  top: 143%;
  left: auto;
  right: -72%;
  transform: translate(-59px, 17px);
}

.bakgroudn3.body.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.bakgroudn3.body.scalp.btm {
  background-color: #ffefe7;
}

.bakgroudn3.body.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf4 {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/Untitled-design-17-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 354px;
  height: 600px;
  position: absolute;
  inset: auto -309px -187px auto;
}

.backgrounf4._2 {
  background-color: #ffefe7;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: 23%;
  left: auto;
  right: -4%;
  transform: translate(-59px, 17px);
}

.backgrounf4._2.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf4._2.scalp.btm {
  background-color: #d0ab6a91;
  width: 900px;
  top: -18%;
  right: 40%;
}

.backgrounf4._2.scalp.ody {
  background-color: #d0ab6a30;
  top: -34%;
  right: 0%;
}

.backgrounf4._2.sex {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #d0ab6a91;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -26%;
}

.backgrounf4.alternnate {
  background-color: #d0ab6a30;
  border-radius: 6px;
  width: 800px;
  height: 200px;
  top: 124%;
  left: auto;
  right: -43%;
  transform: translate(-59px, 17px);
}

.backgrounf4.alternnate.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf4.alternnate.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf4.alternnate.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf4.sex {
  background-color: #d0ab6a30;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: 114%;
  left: auto;
  right: 24%;
  transform: translate(-59px, 17px);
}

.backgrounf4.sex.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf4.sex.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf4.sex.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf4.top {
  background-color: #d0ab6a91;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: -17%;
  left: auto;
  right: 10%;
  transform: translate(-59px, 17px);
}

.backgrounf4.top.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf4.top.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf4.top.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf4.top.circle {
  border-radius: 50%;
  height: 559px;
  top: -19%;
}

.backgrounf4.top-2 {
  background-color: #d0ab6a8a;
  border-radius: 6px;
  width: 700px;
  height: 350px;
  top: -57%;
  left: auto;
  right: -183%;
  transform: translate(-59px, 17px);
}

.backgrounf4.top-2.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf4.top-2.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf4.top-2.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf4.top-2.top {
  background-color: #d0ab6a1a;
  top: -74%;
}

.backgrounf4.body {
  background-color: #d0ab6a91;
  border-radius: 6px;
  width: 800px;
  height: 200px;
  top: 143%;
  left: auto;
  right: -72%;
  transform: translate(-59px, 17px);
}

.backgrounf4.body.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf4.body.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf4.body.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.text-block-95 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.backgrounf5 {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/Untitled-design-18-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: auto auto 82px 307px;
}

.backgrounf5._2 {
  background-color: #ffefe7;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: 23%;
  left: auto;
  right: -4%;
  transform: translate(-59px, 17px);
}

.backgrounf5._2.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf5._2.scalp.btm {
  background-color: #d0ab6a91;
  width: 900px;
  top: -18%;
  right: 40%;
}

.backgrounf5._2.scalp.ody {
  background-color: #d0ab6a30;
  top: -34%;
  right: 0%;
}

.backgrounf5._2.sex {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #d0ab6a91;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -26%;
}

.backgrounf5.alternnate {
  background-color: #d0ab6a30;
  border-radius: 6px;
  width: 800px;
  height: 200px;
  top: 124%;
  left: auto;
  right: -43%;
  transform: translate(-59px, 17px);
}

.backgrounf5.alternnate.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf5.alternnate.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf5.alternnate.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf5.sex {
  background-color: #d0ab6a30;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: 114%;
  left: auto;
  right: 24%;
  transform: translate(-59px, 17px);
}

.backgrounf5.sex.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf5.sex.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf5.sex.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf5.top {
  background-color: #d0ab6a91;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: -17%;
  left: auto;
  right: 10%;
  transform: translate(-59px, 17px);
}

.backgrounf5.top.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf5.top.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf5.top.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf5.top.circle {
  border-radius: 50%;
  height: 559px;
  top: -19%;
}

.backgrounf5.top-2 {
  background-color: #d0ab6a8a;
  border-radius: 6px;
  width: 700px;
  height: 350px;
  top: -57%;
  left: auto;
  right: -183%;
  transform: translate(-59px, 17px);
}

.backgrounf5.top-2.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf5.top-2.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf5.top-2.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf5.top-2.top {
  background-color: #d0ab6a1a;
  top: -74%;
}

.backgrounf5.body {
  background-color: #d0ab6a91;
  border-radius: 6px;
  width: 800px;
  height: 200px;
  top: 143%;
  left: auto;
  right: -72%;
  transform: translate(-59px, 17px);
}

.backgrounf5.body.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf5.body.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf5.body.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf6 {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/Untitled-design-17-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 354px;
  height: 600px;
  position: absolute;
  inset: auto -243px -45px auto;
}

.backgrounf6._2 {
  background-color: #ffefe7;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: 23%;
  left: auto;
  right: -4%;
  transform: translate(-59px, 17px);
}

.backgrounf6._2.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf6._2.scalp.btm {
  background-color: #d0ab6a91;
  width: 900px;
  top: -18%;
  right: 40%;
}

.backgrounf6._2.scalp.ody {
  background-color: #d0ab6a30;
  top: -34%;
  right: 0%;
}

.backgrounf6._2.sex {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #d0ab6a91;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -26%;
}

.backgrounf6.alternnate {
  background-color: #d0ab6a30;
  border-radius: 6px;
  width: 800px;
  height: 200px;
  top: 124%;
  left: auto;
  right: -43%;
  transform: translate(-59px, 17px);
}

.backgrounf6.alternnate.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf6.alternnate.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf6.alternnate.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf6.sex {
  background-color: #d0ab6a30;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: 114%;
  left: auto;
  right: 24%;
  transform: translate(-59px, 17px);
}

.backgrounf6.sex.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf6.sex.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf6.sex.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf6.top {
  background-color: #d0ab6a91;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: -17%;
  left: auto;
  right: 10%;
  transform: translate(-59px, 17px);
}

.backgrounf6.top.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf6.top.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf6.top.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf6.top.circle {
  border-radius: 50%;
  height: 559px;
  top: -19%;
}

.backgrounf6.top-2 {
  background-color: #d0ab6a8a;
  border-radius: 6px;
  width: 700px;
  height: 350px;
  top: -57%;
  left: auto;
  right: -183%;
  transform: translate(-59px, 17px);
}

.backgrounf6.top-2.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf6.top-2.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf6.top-2.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf6.top-2.top {
  background-color: #d0ab6a1a;
  top: -74%;
}

.backgrounf6.body {
  background-color: #d0ab6a91;
  border-radius: 6px;
  width: 800px;
  height: 200px;
  top: 143%;
  left: auto;
  right: -72%;
  transform: translate(-59px, 17px);
}

.backgrounf6.body.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf6.body.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf6.body.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf7 {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/Untitled-design-18-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.backgrounf7._2 {
  background-color: #ffefe7;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: 23%;
  left: auto;
  right: -4%;
  transform: translate(-59px, 17px);
}

.backgrounf7._2.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf7._2.scalp.btm {
  background-color: #d0ab6a91;
  width: 900px;
  top: -18%;
  right: 40%;
}

.backgrounf7._2.scalp.ody {
  background-color: #d0ab6a30;
  top: -34%;
  right: 0%;
}

.backgrounf7._2.sex {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #d0ab6a91;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -26%;
}

.backgrounf7.alternnate {
  background-color: #d0ab6a30;
  border-radius: 6px;
  width: 800px;
  height: 200px;
  top: 124%;
  left: auto;
  right: -43%;
  transform: translate(-59px, 17px);
}

.backgrounf7.alternnate.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf7.alternnate.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf7.alternnate.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf7.sex {
  background-color: #d0ab6a30;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: 114%;
  left: auto;
  right: 24%;
  transform: translate(-59px, 17px);
}

.backgrounf7.sex.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf7.sex.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf7.sex.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf7.top {
  background-color: #d0ab6a91;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: -17%;
  left: auto;
  right: 10%;
  transform: translate(-59px, 17px);
}

.backgrounf7.top.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf7.top.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf7.top.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf7.top.circle {
  border-radius: 50%;
  height: 559px;
  top: -19%;
}

.backgrounf7.top-2 {
  background-color: #d0ab6a8a;
  border-radius: 6px;
  width: 700px;
  height: 350px;
  top: -57%;
  left: auto;
  right: -183%;
  transform: translate(-59px, 17px);
}

.backgrounf7.top-2.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf7.top-2.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf7.top-2.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.backgrounf7.top-2.top {
  background-color: #d0ab6a1a;
  top: -74%;
}

.backgrounf7.body {
  background-color: #d0ab6a91;
  border-radius: 6px;
  width: 800px;
  height: 200px;
  top: 143%;
  left: auto;
  right: -72%;
  transform: translate(-59px, 17px);
}

.backgrounf7.body.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.backgrounf7.body.scalp.btm {
  background-color: #ffefe7;
}

.backgrounf7.body.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.bakgroudn8 {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/Untitled-design-19-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 200px;
  height: 600px;
  position: absolute;
  inset: -17% auto auto 0%;
}

.bakgroudn8._2 {
  background-color: #ffefe7;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: 23%;
  left: auto;
  right: -4%;
  transform: translate(-59px, 17px);
}

.bakgroudn8._2.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.bakgroudn8._2.scalp.btm {
  background-color: #d0ab6a91;
  width: 900px;
  top: -18%;
  right: 40%;
}

.bakgroudn8._2.scalp.ody {
  background-color: #d0ab6a30;
  top: -34%;
  right: 0%;
}

.bakgroudn8._2.sex {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #d0ab6a91;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -26%;
}

.bakgroudn8.alternnate {
  background-color: #d0ab6a30;
  border-radius: 6px;
  width: 800px;
  height: 200px;
  top: 124%;
  left: auto;
  right: -43%;
  transform: translate(-59px, 17px);
}

.bakgroudn8.alternnate.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.bakgroudn8.alternnate.scalp.btm {
  background-color: #ffefe7;
}

.bakgroudn8.alternnate.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.bakgroudn8.sex {
  background-color: #d0ab6a30;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: 114%;
  left: auto;
  right: 24%;
  transform: translate(-59px, 17px);
}

.bakgroudn8.sex.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.bakgroudn8.sex.scalp.btm {
  background-color: #ffefe7;
}

.bakgroudn8.sex.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.bakgroudn8.top {
  background-color: #d0ab6a91;
  border-radius: 6px;
  width: 559px;
  height: 300px;
  top: -17%;
  left: auto;
  right: 10%;
  transform: translate(-59px, 17px);
}

.bakgroudn8.top.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.bakgroudn8.top.scalp.btm {
  background-color: #ffefe7;
}

.bakgroudn8.top.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.bakgroudn8.top.circle {
  border-radius: 50%;
  height: 559px;
  top: -19%;
}

.bakgroudn8.top-2 {
  background-color: #d0ab6a8a;
  border-radius: 6px;
  width: 700px;
  height: 350px;
  top: -57%;
  left: auto;
  right: -183%;
  transform: translate(-59px, 17px);
}

.bakgroudn8.top-2.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.bakgroudn8.top-2.scalp.btm {
  background-color: #ffefe7;
}

.bakgroudn8.top-2.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.bakgroudn8.top-2.top {
  background-color: #d0ab6a1a;
  top: -74%;
}

.bakgroudn8.body {
  background-color: #d0ab6a91;
  border-radius: 6px;
  width: 800px;
  height: 200px;
  top: 143%;
  left: auto;
  right: -72%;
  transform: translate(-59px, 17px);
}

.bakgroudn8.body.scalp {
  z-index: 0;
  background-color: var(--cornsilk);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: #84a8be;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: 7%;
}

.bakgroudn8.body.scalp.btm {
  background-color: #ffefe7;
}

.bakgroudn8.body.welcome-copy {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffefe7;
  border: 1px #7575758f;
  border-radius: 9px;
  width: 447px;
  height: 433px;
  top: -17%;
  bottom: 0%;
  right: -13%;
}

.image-39 {
  position: absolute;
  inset: auto auto 220px 40px;
}

.image_righ1 {
  position: absolute;
  inset: auto 20px 40px auto;
}

.text-block-96 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.text-block-96.pkg {
  font-size: 19px;
  font-weight: 600;
}

.text-block-97 {
  color: #d0ab6a;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 48px;
  line-height: 50px;
}

.image-40 {
  width: 200px;
  position: absolute;
  inset: auto 5% 0% auto;
}

._11 {
  width: 200px;
  position: absolute;
  inset: auto auto 0% 5%;
}

.text-block-98 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.whiteversion {
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  display: inline-block;
}

.div-block-322 {
  line-height: 11px;
}

.div-block-323 {
  grid-column-gap: 20px;
  max-width: none;
  display: flex;
}

.image-one-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: auto;
  height: 100%;
  min-height: 0;
  display: block;
}

.link-3 {
  color: #000;
}

.background-video-3 {
  z-index: 4;
  min-height: 100vh;
}

.paragraph-3 {
  outline-offset: 0px;
  color: var(--black);
  outline: 3px #7f7f7f;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.link-block-5 {
  width: 100%;
}

.div-block-324 {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 243px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.div-block-325 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-326 {
  width: 100%;
  max-width: 1150px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-326.top {
  height: auto;
  padding-top: 107px;
  padding-bottom: 0;
}

.prcing {
  color: #464646;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: flex-start;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
}

.text-span {
  text-decoration: line-through;
}

.text-block-99 {
  color: #fff;
  text-transform: none;
}

.text-block-100 {
  color: #3a3a3a;
}

.text-block-101 {
  color: #4a4b4b;
}

.div-block-327 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.div-block-328 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.btn {
  color: #fff;
  text-align: center;
  background-color: #d0aa6a;
  border: 1px solid #f4f5f7;
  border-radius: 4px;
  min-width: 150px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.btn.orange {
  background-color: var(--sienna);
  color: #fff;
  border-style: none;
  border-color: #7a5644;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.btn.burlywood {
  color: #0a0a0a;
  border-color: #0a0a0a;
}

.btn.burlywood:hover {
  color: var(--bg-burlywood);
}

.btn.thistle {
  color: #1b1b1b;
  border-color: #000;
}

.btn.thistle:hover {
  color: var(--bg-thistle);
}

.btn.salmon {
  background-color: var(--sienna);
  color: #fff;
  border-style: none;
  border-color: #474747;
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 11px;
  font-weight: 600;
}

.btn.salmon:hover {
  color: #fff;
  background-color: #000;
}

.btn.salmon.w--current:hover {
  color: #000;
}

.btn.blue:hover {
  color: var(--bg-blue);
}

.btn.white {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-style: solid;
  border-color: #af8347;
  border-radius: 5px;
  width: 100%;
  min-width: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.btn.white.center {
  color: #7a5644;
  background-color: #ffefe7;
  border-style: none;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.btn.trasnparent {
  color: #fff;
  text-transform: uppercase;
  background-color: #d0ab6a;
  border: 1px #fff;
  border-radius: 4px;
  width: 100%;
  min-width: 0;
  margin-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 19px;
}

.btn.trasnparent.center {
  color: #7a5644;
  background-color: #ffefe7;
  border-style: none;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.btn.trasnparent.white {
  background-color: #d0ab6a;
}

.btn.nav {
  color: #fff;
  background-color: #d0ab6a;
  border-style: none;
  border-color: #7a5644;
  border-radius: 5px;
  padding: 15px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.btn.call {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-style: solid;
  border-color: #af8347;
  border-radius: 5px;
  width: 100%;
  min-width: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.btn.call.center {
  color: #7a5644;
  background-color: #ffefe7;
  border-style: none;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.btn.purch {
  color: #fff;
  letter-spacing: 1px;
  background-color: #d0ab6a;
  border-style: none;
  border-color: #7a5644;
  border-radius: 5px;
  padding: 15px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.blog-table {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.blog-table.hair {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.blog-table.single {
  grid-template-columns: 1fr;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-329 {
  background-image: url('../images/Untitled-design-1-min-1.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-width: 600px;
  max-width: 700px;
  height: 90vh;
}

.div-block-330 {
  width: 100%;
  min-height: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.div-block-330.men {
  background-image: url('../images/ruthson-zimmerman-hDANeGXvWRw-unsplash_1ruthson-zimmerman-hDANeGXvWRw-unsplash.webp');
  background-position: 50% 0;
}

.div-block-331 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/womenface.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.div-block-332 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 700px;
  padding-top: 179px;
  display: flex;
}

.heading-3 {
  color: var(--white);
  text-align: right;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 43px;
  font-weight: 400;
  line-height: 47px;
}

.heading-3.btm {
  margin-bottom: 40px;
}

.heading-3.blk {
  color: var(--headings);
  text-align: center;
  font-weight: 400;
}

.heading-3.drk {
  color: var(--black);
}

.div-block-333 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-334 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: none;
  min-height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-102 {
  color: var(--white);
  text-align: justify;
  font-size: 11px;
  line-height: 16px;
}

.text-block-102.right {
  text-align: right;
}

.text-block-102.center {
  color: var(--white);
  text-align: center;
}

.text-block-102.push-right {
  color: var(--white);
}

.text-block-103 {
  color: var(--white);
  text-align: right;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 29px;
}

.div-block-335 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: .5px none var(--headings);
  background-color: #f1ede5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
}

.div-block-335.shop_skincare {
  padding-left: 0;
}

.div-block-335.shop_skincare.skin {
  display: none;
}

.div-block-335.left {
  padding-top: 114px;
  padding-left: 0;
}

.div-block-335.no-pleft {
  padding-left: 0;
}

.div-block-335.white {
  background-color: #fff;
}

.heading-4 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
}

.heading-4.left {
  text-align: left;
}

.heading-4.left.big {
  font-size: 50px;
  line-height: 55px;
}

.text-block-104 {
  color: var(--text);
  text-align: center;
  font-size: 15px;
}

.text-block-104.pd-btm {
  text-align: left;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.text-block-104.pd-btm.left {
  text-align: left;
}

.text-block-104.pd-btm.left.enter {
  text-align: center;
}

.div-block-336 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  padding: 100px 40px 100px 60px;
  display: flex;
}

.div-block-336.right_box {
  padding-left: 40px;
  padding-right: 20px;
}

.image-41 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 700px;
}

.image-41.max-height {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  max-height: 600px;
}

.div-block-337 {
  background-image: url('../images/Screenshot-2023-10-05-at-5.09.37-PM.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 313px;
}

.div-block-337._2 {
  background-image: url('../images/Screenshot-2023-10-05-at-5.18.40-PM.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.div-block-337._3 {
  background-image: url('../images/nojan-namdar-EDvo0uRBcE8-unsplash.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.div-block-337._4 {
  background-image: url('../images/Screenshot-2023-07-10-at-9.11.21-PM.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.text-field-2 {
  text-align: center;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: 56px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.text-field-2::placeholder {
  color: #fff;
}

.submit-button-2 {
  color: #e7e0dd;
  text-transform: uppercase;
  background-color: #b6977a;
  width: 100%;
  font-size: 14px;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 21px;
}

.div-block-338 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-42 {
  width: 100%;
}

.div-block-339 {
  padding-bottom: 60px;
}

.html-embed-6 {
  width: 100%;
  height: 50%;
}

.para-wrapper-2 {
  color: #595959;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.contact-block-2 {
  background-color: #ffffffc4;
  border: 2px solid #a78b578c;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px 25px;
  font-style: normal;
  display: flex;
  position: relative;
}

.contact-block-icon-2 {
  width: 74px;
  height: 74px;
}

.contact-input-field-2 {
  border-style: none none solid;
  border-width: 1px 1px .5px;
  border-color: #e5e5e5 #e5e5e5 var(--headings);
  opacity: 1;
  color: var(--headings);
  background-color: #0000;
  background-image: url('../images/phone-2.svg');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 17px;
  border-radius: 0;
  height: 51px;
  margin-bottom: 0;
  padding: 13px 15px 12px 40px;
  font-weight: 400;
  line-height: 1.7em;
}

.contact-input-field-2:focus {
  border-color: #03989e;
}

.contact-input-field-2::placeholder {
  color: #595959;
}

.contact-input-field-2.name {
  border-bottom-color: var(--headings);
  color: var(--headings);
  background-image: url('../images/User.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border-radius: 0;
}

.contact-input-field-2.mail {
  background-image: url('../images/mail.svg');
  background-position: 5px;
  background-repeat: no-repeat;
  background-size: 21px 16px;
}

.contact-input-field-2.phone {
  background-image: url('../images/phone-2.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  max-width: 102%;
  position: static;
}

.contact-input-field-2.phone::placeholder {
  color: var(--headings);
}

.contact-input-field-2.fullnmae {
  background-image: url('../images/User.svg');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.contact-input-field-2.phonenumber {
  background-image: url('../images/phone-2.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.contact-select-filed-2 {
  border-style: none none solid;
  border-width: 1px 1px .5px;
  border-color: #e5e5e5 #e5e5e5 var(--headings);
  color: #595959;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 51px;
  margin-bottom: 0;
  padding: 12px;
  font-weight: 400;
  line-height: 1.7em;
}

.contact-select-filed-2:focus {
  border-color: #03989e;
}

.contact-select-filed-2::placeholder {
  color: #595959;
}

.p2-2 {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.contact-top-row-2 {
  align-items: center;
  display: flex;
}

.p1-2 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 34px;
}

.p1-2.sm {
  line-height: 28px;
}

.heading-wrapper-2 {
  color: #272727;
  max-width: 100%;
}

.submit-btn-2 {
  color: #02367b;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #575252;
  border-radius: 3px;
  width: 100%;
  height: 75%;
  font-size: 18px;
  font-weight: 300;
  line-height: 15px;
}

.checkbox-label-2 {
  font-size: 1px;
  line-height: 24px;
}

.main-container-2 {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-bottom-row-2 {
  grid-column-gap: 54px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 100px;
  display: grid;
}

.contact-form-image-wrapper-2 {
  z-index: 0;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.contact-select-filed-copy {
  border-style: none none solid;
  border-width: 1px 1px .5px;
  border-color: #e5e5e5 #e5e5e5 var(--headings);
  color: #595959;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 51px;
  margin-bottom: 0;
  padding: 12px;
  font-weight: 400;
  line-height: 1.7em;
}

.contact-select-filed-copy:focus {
  border-color: #03989e;
}

.contact-select-filed-copy::placeholder {
  color: #595959;
}

.contact-message-field-2 {
  border: .5px solid var(--headings);
  color: #272727;
  background-color: #0000;
  border-radius: 0;
  min-height: 102px;
  margin-bottom: 0;
  padding: 12px;
  font-weight: 400;
  line-height: 1.7em;
}

.contact-message-field-2:focus {
  border-color: #03989e;
}

.contact-message-field-2::placeholder {
  color: #595959;
}

.contact-form-wrapper-2 {
  z-index: 1;
  background-color: #fff0;
  flex: none;
  width: 100%;
  max-width: 700px;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 60px 100px 30px;
  position: static;
}

.contact-section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f1ede5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.contact-block-icon-wrapper-2 {
  width: 74px;
  height: 51px;
  margin-top: -25.5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.treatment-menu {
  background-image: url('../images/gold.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  padding-top: 121px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-340 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.treatmentpage {
  background-color: #fff;
  font-family: commuters-sans, sans-serif;
}

.div-block-341 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 60% 40%;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  position: relative;
}

.div-block-341.right {
  grid-template-rows: auto;
  grid-template-columns: 40% 60%;
  overflow: hidden;
}

.div-block-342 {
  background-color: #f1ede5;
  max-width: 562px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 60px 40px;
  position: absolute;
  top: 89px;
  left: 499px;
  right: 0;
}

.div-block-342.left {
  left: 0;
  right: 499px;
}

.link-4 {
  color: var(--headings);
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: underline;
}

.text-field-3 {
  margin-bottom: 0;
  margin-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.newsletter-form-2 {
  width: 750px;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.form-wrapper-2 {
  align-items: center;
  width: 100%;
  display: flex;
}

.newsletter-heading {
  color: #fff;
  letter-spacing: 10px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 75px;
  font-weight: 100;
  line-height: 80px;
}

.newsletter-heading.schedule-today {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 400;
}

.success-message-4 {
  color: #006603;
  background-color: #ebffeb;
}

.button-submit-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e6c17c;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  padding: 10px 24px;
  font-weight: 300;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-submit-2:hover {
  color: #e6c17c;
  background-color: #fff;
}

.text-field-4 {
  height: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.background-video-9 {
  z-index: 3;
  background-image: linear-gradient(#f2ede561, #f2ede561);
  border-top: .5px solid #575252;
  border-bottom: .5px solid #575252;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-51 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.newsletter-row {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
  top: 45px;
}

.newsletter-row.gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.shop {
  background-image: linear-gradient(#fff0 36%, #fff), url('../images/getty-images-3eO4yRgk5O8-unsplash.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  min-height: 596px;
  padding: 121px 40px 13px;
  display: flex;
  position: relative;
}

.shop.b4after {
  background-image: linear-gradient(#fff0 36%, #fff), url('../images/mathilde-langevin-nV-3mvWNH7w-unsplash_1mathilde-langevin-nV-3mvWNH7w-unsplash.webp');
}

.shop.story {
  background-image: url('../images/gold.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  align-items: center;
}

.div-block-343 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 60px;
  display: grid;
}

.div-block-343.hideshop {
  display: none;
}

.shoppage {
  background-color: #fff;
  font-family: commuters-sans, sans-serif;
}

.div-block-344 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-105 {
  text-align: center;
  font-size: 18px;
}

.heading-6 {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.heading-6.capitalize {
  text-transform: uppercase;
  font-size: 20px;
}

.div-block-345 {
  background-color: var(--headings);
  width: 100%;
  height: .5px;
}

.image-43 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  max-height: 200px;
}

.image-43.botle {
  object-fit: contain;
  height: 100%;
  max-height: 300px;
}

.image-43.botle-copy {
  object-fit: cover;
  height: 100%;
  max-height: 300px;
}

.background-video-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-106 {
  text-transform: uppercase;
}

.text-block-107 {
  text-transform: uppercase;
  font-size: 17px;
}

.icon-5 {
  color: var(--text);
  -webkit-text-stroke-color: var(--bg);
  font-size: 24px;
}

.icon-6 {
  color: var(--text);
  font-size: 24px;
}

.faq-a-text {
  font-size: 1em;
  line-height: 1.6em;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.c-faq-q.first {
  width: 40px;
}

.c-faq {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.cloneable-area {
  min-height: 50vh;
}

.faq-stripe-1 {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.c-faq-a-text {
  padding: 20px;
  display: flex;
}

.c-faq-item {
  cursor: pointer;
  background-color: #2220;
  border-left: 3px #2ea07c;
  width: auto;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
  display: flex;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-stripe-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-q-text {
  flex: 1;
  margin-left: -22px;
  padding: 0;
  transform: rotate(-90deg);
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.page-wrapper {
  border-top: .5px solid var(--headings);
  border-bottom: .5px solid var(--headings);
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.page-wrapper.no-btm {
  border-bottom-style: none;
}

.tabs_content {
  background-color: #fff;
  flex: 0 auto;
  width: 0%;
  transition: height .4s, width .4s;
  position: relative;
  overflow: hidden;
}

.tabs_content.active {
  background-color: #fff;
  width: 100%;
}

.tabs_heading {
  color: var(--headings);
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
  font-weight: 600;
  transform: rotate(-180deg);
}

.tab_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.8em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tabs-3 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs_link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #e38a67;
  border-left: 2px #000;
  border-right: 2px #0000;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 2.3em 0;
  transition: all .4s;
  display: flex;
}

.tabs_link.active {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #bdaa8e;
  border-left-style: none;
  border-right-style: none;
  border-right-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.tabs_link._2 {
  background-color: #e38a67a8;
  border-right-style: none;
  border-right-color: #2e2e2e;
}

.tabs_link._3 {
  background-color: #5cb3c2ba;
}

.tabs_link._4 {
  background-color: #5cb3c27d;
}

.tabs_link._5 {
  background-color: #5cb3c257;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.tab_contain {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  width: 52em;
  display: flex;
}

.image-44 {
  object-fit: cover;
  width: 300px;
  max-width: none;
  height: 300px;
  max-height: none;
  display: block;
}

.paragraph-4 {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 13px;
}

.div-block-346 {
  background-color: var(--headings);
  width: 100%;
  height: 1px;
}

.tabs_heading-2 {
  margin-left: 0;
  margin-right: 0;
  font-size: 1.9em;
  font-weight: 700;
  transform: rotate(-180deg);
}

.tab_wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.8em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tabs-4 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs_link-2 {
  background-color: #f3f1ee;
  border-left: 2px solid #000;
  border-right: 2px solid #0000;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  padding: 2.3em 1.5em;
  transition: all .4s;
  display: flex;
}

.tabs_link-2.active {
  background-color: #c5bfb3;
  border-right-color: #000;
  display: block;
}

.tab_contain-2 {
  width: 48em;
}

.heading-7, .heading-8, .heading-9 {
  text-transform: uppercase;
}

.div-block-347 {
  width: 100%;
}

.div-block-348 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-45 {
  max-width: 200px;
}

.html-embed-7 {
  margin-bottom: 0;
}

.div-block-349 {
  max-width: 550px;
}

.div-block-350 {
  padding-bottom: 40px;
}

.tabs-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-351 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/lady_1.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  display: flex;
  overflow: hidden;
}

.div-block-351.hide {
  display: block;
}

.tabs-menu-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  width: 300px;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
  right: 17%;
}

.tab-link-tab-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff0;
  align-items: center;
  display: flex;
  right: auto;
}

.tab-link-tab-1.w--current {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--gray);
  color: var(--white);
  background-color: #c8c8c800;
  border-radius: 20px;
  align-items: center;
  display: flex;
  left: 0;
}

.tab-link-tab-2-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  background-color: #ddd0;
  border-radius: 20px;
  align-items: center;
  display: flex;
  right: -44px;
}

.tab-link-tab-2-2.w--current {
  border: 1px solid var(--gray);
  background-color: #fff0;
}

.tab-link-tab-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  background-color: #ddd0;
  border-radius: 0;
  align-items: center;
  display: flex;
}

.tab-link-tab-3.w--current {
  border: 1px solid var(--gray);
  background-color: #fff0;
  border-radius: 20px;
}

.div-block-352 {
  background-color: #ffffff73;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.text-block-108 {
  color: var(--white);
  font-size: 14px;
}

.tabs-content-2 {
  width: 50%;
  max-width: 600px;
  padding-left: 40px;
  padding-right: 80px;
  left: -245px;
}

.before-after {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-353 {
  justify-content: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.beforeaftergrid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 60px;
  display: grid;
}

.heading-10 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
}

.div-block-354 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-355 {
  background-color: var(--headings);
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: var(--sienna);
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-horizontal {
  z-index: 200;
  background-color: #0e0e0e;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(139deg, #99702b, #f6ebb6 51%, #b79349);
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  margin-right: 8vw;
}

.marquee-text.nom {
  background-image: linear-gradient(139deg, #99702b, #e0ce95 14%, #f6ebb6 67%, #b79349);
  margin-right: 0;
}

.div-block-356 {
  background-color: #f1ede5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.div-block-357 {
  border-bottom: 1px solid var(--headings);
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-109 {
  text-transform: uppercase;
  font-size: 16px;
}

.div-block-358 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: grid;
}

.text-block-110 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.div-block-359 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.link-block-6.center {
  justify-content: center;
}

.image-46 {
  width: 20px;
}

.div-block-360 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #f1ede5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  max-height: 0;
  padding-top: 106px;
  display: grid;
  overflow: hidden;
}

.treat_head {
  color: var(--headings);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: commuters-sans, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 47px;
}

.treat_head.btm {
  margin-bottom: 40px;
}

.treat_head.blk {
  color: var(--headings);
  text-align: center;
  font-weight: 400;
}

.treat_head.center {
  text-align: center;
}

.div-block-361 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 700px;
  height: 100%;
  max-height: none;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.image-47 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-362 {
  background-image: url('../images/alexander-krivitskiy-sY7qPYylLMw-unsplash_1alexander-krivitskiy-sY7qPYylLMw-unsplash.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 792px;
  max-height: none;
  padding-right: 40px;
  overflow: hidden;
}

.div-block-363 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.image-48 {
  width: 100%;
  max-width: 91px;
  max-height: 82px;
}

.div-block-364 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-11 {
  font-size: 18px;
}

.body-3 {
  font-family: commuters-sans, sans-serif;
}

.text-block-111 {
  color: var(--text);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.div-block-365 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: center;
  padding-bottom: 80px;
  display: flex;
}

.div-block-366 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.text-block-112 {
  color: var(--headings);
  text-align: center;
  font-size: 17px;
}

.text_howitworks {
  color: var(--text);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 28px;
}

.collection-item-5 {
  padding-bottom: 0;
}

.heading-12 {
  text-align: center;
  text-transform: uppercase;
}

.div-block-367 {
  border: .5px solid #000;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.div-block-368 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-369 {
  width: 100%;
}

.dropdown-4 {
  z-index: 1;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.dropdown-toggle-4 {
  border-bottom: 1px solid var(--headings);
  background-color: #0000;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.dropdown-list-3 {
  background-color: #dddddd1a;
}

.dropdown-list-3.w--open {
  background-color: #ddd0;
  padding-top: 20px;
  position: relative;
}

.div-block-370 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.body-4 {
  font-family: commuters-sans, sans-serif;
}

.div-block-371 {
  background-image: linear-gradient(#0000 59%, #fff);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 35px;
  display: flex;
}

.div-block-372 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.treatmentarea {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-6 {
  width: 100%;
}

.div-block-373 {
  background-color: #fff;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.list-item-2 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.list-2 {
  font-size: 2px;
}

.center {
  text-align: center;
}

.test {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #f1ede5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  max-height: 0;
  padding-top: 106px;
  display: grid;
  overflow: hidden;
}

.div-block-374 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 114px;
  display: grid;
}

.div-block-376 {
  flex-direction: column;
  padding-top: 10px;
  display: flex;
}

.icon-l {
  width: 72px;
  margin-bottom: 24px;
}

.button---clone {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #160042;
  border-radius: 32px;
  align-items: center;
  padding: 12px 16px 12px 24px;
  text-decoration: none;
  display: flex;
}

.form-line-break {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.card---detail-text {
  color: #6b7094;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
}

.card---flowbase {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  margin-top: 60px;
  padding: 32px;
  box-shadow: 34px 34px 88px #17093614;
}

.h1-heading {
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 600;
}

.content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.heading-wrap {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-2 {
  width: 160px;
  margin-bottom: 24px;
}

.section---content {
  background-color: #fbfcfe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 5%;
  display: flex;
  position: relative;
}

.button---guide {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #642eff;
  border-radius: 32px;
  align-items: center;
  padding: 12px 16px 12px 24px;
  text-decoration: none;
  display: flex;
}

.flowbase-link {
  color: #642eff;
  text-decoration: none;
}

.image-two-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-377 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.image-wrapper-2 {
  border-radius: 4px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-one-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.h2-heading {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
}

.card---detail {
  text-align: center;
  border: 1px solid #e4e6f1;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding: 32px;
  display: flex;
}

.flowbase---component-nav {
  justify-content: space-between;
  align-items: center;
  padding: 32px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph-5 {
  color: #6b7094;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.link-5 {
  color: #784fe0;
  text-decoration: none;
}

.brand-span {
  color: #642eff;
}

.image-49 {
  width: 25px;
}

.arrrow-link {
  width: 25px;
  transform: rotate(180deg);
}

.arrrow-link.active {
  transform: rotate(0);
}

.slider-head {
  text-transform: uppercase;
}

.collection-list-wrapper-7 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-382 {
  background-color: #0e0e0e;
  background-image: url('../images/brennan-burling-ay53qag90W8-unsplash.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 140px;
  padding-bottom: 140px;
}

.image-50 {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.text-block-113 {
  color: var(--white);
  text-align: center;
}

.link-block-7 {
  width: 100%;
}

.collection-item-7 {
  padding-bottom: 40px;
}

.right {
  text-align: right;
}

.div-block-383, .div-block-384 {
  width: 100%;
}

.link-block-8 {
  color: #595959;
  text-decoration: none;
}

.ourstory {
  background-color: var(--sienna);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #575252;
  width: 100%;
  height: 46px;
  padding: 12px 67px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
  position: static;
}

.ourstory:hover {
  color: #fff;
}

.ourstory.intro {
  background-color: var(--cornsilk);
  color: var(--bg-2);
  border-radius: 5px;
  margin-top: 30px;
  margin-right: 31px;
  padding-left: 72px;
  padding-right: 72px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.ourstory.intro {
  color: #575252;
  background-color: #d7c2a2;
  border: 1px solid #575252;
  border-radius: 0;
  margin-top: 0;
  margin-right: 0;
  padding-left: 72px;
  padding-right: 72px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ourstory.intro:hover {
  background-color: #d7c2a2;
}

.ourstory.intro.cview {
  background-color: #d7c2a200;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  justify-content: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  display: flex;
}

.link-block-9 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-block-117 {
  color: #fafafa;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.sml {
  font-size: 16px;
}

.image-51 {
  object-fit: cover;
  height: 100%;
}

.ourdr {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: grid;
}

.right-arrow-3 {
  color: #2f3a4480;
  background-color: #f0e4ad;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  font-size: 20px;
  transition: box-shadow .2s, color .2s;
  inset: auto auto -37px 0%;
  box-shadow: 0 0 4px #0000000d;
}

.right-arrow-3:hover {
  color: #2f3a44;
  box-shadow: 2px 0 4px #0000001a;
}

.tab-link-tab-7-2 {
  background-image: linear-gradient(#f0c16824, #f0c16824), url('../images/ct.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  margin-right: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-7-2.w--current {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-2-3 {
  background-color: #fff;
  border: 1px solid #461d7c;
  border-radius: 5px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-2-3.w--current {
  background-color: #fcfcfc17;
  background-image: linear-gradient(#00000080, #00000080), url('../images/rsz_adobestock_196092658_2.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 400px;
  height: 250px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  transition: opacity .2s;
}

.tab-link-tab-2-3.revised {
  background-image: linear-gradient(#f0c16824, #f0c16824), url('../images/Screenshot-2023-10-05-at-5.18.40-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-style: none;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 375px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-2-3.revised.w--current {
  background-image: linear-gradient(#f0c16824, #f0c16824), url('../images/Screenshot-2023-10-05-at-5.18.40-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-style: none;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 232px;
  max-height: 232px;
}

.fake-button-tab-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.fake-button-tab-2:hover {
  color: #141414;
}

.slider-heading-2 {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
}

.h2-big-4 {
  color: #7a5644;
  margin-top: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 54px;
}

.h2-big-4.white {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(129deg, #9b722e, #f5e9b4 53%, #b7944b);
  -webkit-background-clip: text;
  background-clip: text;
}

.icon-7 {
  color: #000;
}

.services_wrap-2 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1150px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.content-section-2 {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}

.content-section-2.blk {
  background-color: #0e0e0e;
  background-image: url('../images/brennan-burling-ay53qag90W8-unsplash.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 140px;
  padding-bottom: 140px;
}

.tab-link-tab-9-2 {
  background-image: linear-gradient(#f0c16824, #f0c16824), url('../images/laserskin.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-9-2.w--current {
  background-image: linear-gradient(#f0c16824, #f0c16824), url('../images/laserskin.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.tab-link-tab-4-2 {
  background-color: #fff;
  background-image: linear-gradient(#f0c16824, #f0c16824), url('../images/Carboxy.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 1px #461d7c;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 375px;
  margin-right: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-4-2.w--current {
  border-color: #000;
  margin-right: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tabs-6 {
  flex-direction: row;
  flex: 0 auto;
  width: 100%;
  margin-top: -19px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.image-52 {
  object-fit: cover;
  width: 100%;
  min-height: 500px;
  max-height: 500px;
  margin-bottom: 40px;
}

.text-block-118 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

.div-block-397 {
  align-items: center;
  display: flex;
}

.div-block-407 {
  width: 1px;
  height: 100px;
}

.div-block-407.iddle {
  background-color: #000;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #1c3247;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.button-3:hover {
  background-color: #597ef7;
}

.button-3:active {
  background-color: #1d39c4;
}

.button-3:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #1c3247;
}

.button-3.medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.button-3.medium:hover {
  background-color: #1c3247;
}

.button-3.medium:active {
  background-color: #10239e;
}

.button-3.medium:focus {
  background-color: #1d39c4;
}

.button-3.medium.greyoutline {
  border: 1px #fff;
  border-radius: 20px;
  align-self: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-13 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 41px;
}

.heading-13.blk {
  color: #0e0f11;
}

.heading-13.blk.middle {
  margin-bottom: 0;
}

.button-text {
  letter-spacing: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  display: inline-block;
}

.div-block-396 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  padding: 100px 40px;
  display: grid;
}

.div-block-396.midgrid {
  grid-template-columns: 1fr auto 1fr;
}

.div-block-398 {
  justify-content: center;
  display: flex;
}

.div-block-408 {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.div-block-409 {
  background-color: #181818;
  background-image: url('../images/brennan-burling-ay53qag90W8-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-span-2 {
  text-decoration: underline;
}

.text-block-119, .text-block-120 {
  font-size: 15px;
}

.text-block-121 {
  color: var(--link);
  font-weight: 700;
}

.div-block-410 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 149px;
  padding-left: 40px;
  padding-right: 40px;
}

.checkbox-field-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.checkbox-2 {
  margin-top: 0;
}

.checkbox-label-3 {
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-6 {
  color: #636b75;
  font-size: 14px;
  line-height: 1.7;
}

.link-6 {
  color: var(--headings);
  font-style: italic;
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .textarea {
    color: #000;
  }

  .textarea::placeholder {
    color: #000;
    font-weight: 700;
  }

  .form-field.no-margin {
    color: #000;
  }

  .form-field.no-margin::placeholder, .form-field.full {
    color: #000;
    font-weight: 700;
  }

  .form-field.full:hover {
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-field.full:focus-visible, .form-field.full[data-wf-focus-visible] {
    font-weight: 700;
  }

  .form-field.full::placeholder {
    color: #000;
    font-weight: 700;
  }

  .hero-section.treatmentv2 {
    background-size: cover;
  }

  .main-container {
    margin-left: auto;
    margin-right: auto;
  }

  .p1 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .contact-form-image-wrapper {
    flex: 1;
    width: auto;
  }

  .contact-form-wrapper {
    box-shadow: 3px 3px 14px #000;
  }

  .contact-section {
    background-color: #faf3e800;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
  }

  .contact-block {
    background-color: #ffffffc2;
  }

  .submit-btn {
    color: #272727;
    background-color: #0000;
    background-image: none;
    background-position: 0 0;
    height: 50px;
    font-size: 22px;
    font-weight: 700;
  }

  .h2._500-medium {
    text-align: left;
    font-size: 50px;
    font-weight: 400;
  }

  .h4._600-semi-bold {
    font-size: 25px;
  }

  .background-video-2 {
    background-position: 0 0, 50%;
  }

  .service-tabs-button {
    margin-right: 0;
  }

  .div-block-329 {
    width: 100%;
  }

  .div-block-331 {
    max-width: none;
  }

  .div-block-336 {
    padding-right: 60px;
  }

  .div-block-336.right_box {
    padding-left: 60px;
  }

  .html-embed-6 {
    width: 100%;
  }

  .contact-block-2 {
    background-color: #ffffffc2;
  }

  .p1-2 {
    text-align: left;
  }

  .submit-btn-2 {
    color: #272727;
    background-color: #0000;
    width: 50%;
    height: 60px;
    font-size: 18px;
    font-weight: 700;
  }

  .main-container-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-image-wrapper-2 {
    width: auto;
  }

  .newsletter-heading.schedule-today {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .text-block-51 {
    text-align: center;
  }

  .image-44 {
    height: 300px;
    max-height: 300px;
  }

  .tabs-menu-3 {
    right: 18%;
  }

  .div-block-381 {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .content-wrapper {
    max-width: 1325px;
  }

  .title-link {
    transition: color .2s;
  }

  .pricing-item {
    margin-right: 4%;
  }

  .pricing-item.last {
    margin-right: 0%;
  }

  .flex-space-center {
    justify-content: center;
  }

  .title-link-medium {
    transition: color .2s;
  }

  .play-button {
    cursor: pointer;
  }

  .hero-section.treatmentv2 {
    background-image: url('../images/image-2_1image (2).webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .services_wrap {
    max-width: 1325px;
  }

  .background-video-2 {
    background-position: 0 0, 50%;
  }

  .section-header {
    font-size: 38px;
    font-weight: 700;
  }

  .background-1._2.scalp {
    right: 13%;
  }

  .background-1._2.sex {
    right: -20%;
  }

  .background-1.alternnate.scalp {
    right: 13%;
  }

  .background-1.alternnate.welcome-copy {
    right: -20%;
  }

  .background-1.sex.scalp {
    right: 13%;
  }

  .background-1.sex.welcome-copy {
    right: -20%;
  }

  .background-1.top.scalp {
    right: 13%;
  }

  .background-1.top.welcome-copy {
    right: -20%;
  }

  .background-1.top-2 {
    top: -61%;
    right: -161%;
  }

  .background-1.top-2.scalp {
    right: 13%;
  }

  .background-1.top-2.welcome-copy {
    right: -20%;
  }

  .background-1.body.scalp {
    right: 13%;
  }

  .background-1.body.welcome-copy {
    right: -20%;
  }

  .grid-content-2 {
    padding-bottom: 40px;
  }

  .button-primary.intro {
    font-weight: 700;
  }

  .little-heading-2.small {
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 25px;
    font-weight: 700;
  }

  .section-header-2 {
    font-size: 38px;
    font-weight: 700;
  }

  .button-primary-2.intro {
    background-color: #77b3d4;
    font-weight: 700;
  }

  .service-tabs-button {
    color: #fff;
    background-color: #4f5d73;
  }

  .service-tabs-button:hover {
    background-color: #77b3d4;
  }

  .service-tabs-button.w--current {
    background-color: #4f5d73;
  }

  .tab-button-title {
    font-weight: 700;
  }

  .background2._2.scalp {
    right: 13%;
  }

  .background2._2.sex {
    right: -20%;
  }

  .background2.alternnate.scalp {
    right: 13%;
  }

  .background2.alternnate.welcome-copy {
    right: -20%;
  }

  .background2.sex.scalp {
    right: 13%;
  }

  .background2.sex.welcome-copy {
    right: -20%;
  }

  .background2.top.scalp {
    right: 13%;
  }

  .background2.top.welcome-copy {
    right: -20%;
  }

  .background2.top-2 {
    top: -61%;
    right: -161%;
  }

  .background2.top-2.scalp {
    right: 13%;
  }

  .background2.top-2.welcome-copy {
    right: -20%;
  }

  .background2.body.scalp {
    right: 13%;
  }

  .background2.body.welcome-copy {
    right: -20%;
  }

  .bakgroudn3._2.scalp {
    right: 13%;
  }

  .bakgroudn3._2.sex {
    right: -20%;
  }

  .bakgroudn3.alternnate.scalp {
    right: 13%;
  }

  .bakgroudn3.alternnate.welcome-copy {
    right: -20%;
  }

  .bakgroudn3.sex.scalp {
    right: 13%;
  }

  .bakgroudn3.sex.welcome-copy {
    right: -20%;
  }

  .bakgroudn3.top.scalp {
    right: 13%;
  }

  .bakgroudn3.top.welcome-copy {
    right: -20%;
  }

  .bakgroudn3.top-2 {
    top: -61%;
    right: -161%;
  }

  .bakgroudn3.top-2.scalp {
    right: 13%;
  }

  .bakgroudn3.top-2.welcome-copy {
    right: -20%;
  }

  .bakgroudn3.body.scalp {
    right: 13%;
  }

  .bakgroudn3.body.welcome-copy {
    right: -20%;
  }

  .backgrounf4._2.scalp {
    right: 13%;
  }

  .backgrounf4._2.sex {
    right: -20%;
  }

  .backgrounf4.alternnate.scalp {
    right: 13%;
  }

  .backgrounf4.alternnate.welcome-copy {
    right: -20%;
  }

  .backgrounf4.sex.scalp {
    right: 13%;
  }

  .backgrounf4.sex.welcome-copy {
    right: -20%;
  }

  .backgrounf4.top.scalp {
    right: 13%;
  }

  .backgrounf4.top.welcome-copy {
    right: -20%;
  }

  .backgrounf4.top-2 {
    top: -61%;
    right: -161%;
  }

  .backgrounf4.top-2.scalp {
    right: 13%;
  }

  .backgrounf4.top-2.welcome-copy {
    right: -20%;
  }

  .backgrounf4.body.scalp {
    right: 13%;
  }

  .backgrounf4.body.welcome-copy {
    right: -20%;
  }

  .backgrounf5._2.scalp {
    right: 13%;
  }

  .backgrounf5._2.sex {
    right: -20%;
  }

  .backgrounf5.alternnate.scalp {
    right: 13%;
  }

  .backgrounf5.alternnate.welcome-copy {
    right: -20%;
  }

  .backgrounf5.sex.scalp {
    right: 13%;
  }

  .backgrounf5.sex.welcome-copy {
    right: -20%;
  }

  .backgrounf5.top.scalp {
    right: 13%;
  }

  .backgrounf5.top.welcome-copy {
    right: -20%;
  }

  .backgrounf5.top-2 {
    top: -61%;
    right: -161%;
  }

  .backgrounf5.top-2.scalp {
    right: 13%;
  }

  .backgrounf5.top-2.welcome-copy {
    right: -20%;
  }

  .backgrounf5.body.scalp {
    right: 13%;
  }

  .backgrounf5.body.welcome-copy {
    right: -20%;
  }

  .backgrounf6._2.scalp {
    right: 13%;
  }

  .backgrounf6._2.sex {
    right: -20%;
  }

  .backgrounf6.alternnate.scalp {
    right: 13%;
  }

  .backgrounf6.alternnate.welcome-copy {
    right: -20%;
  }

  .backgrounf6.sex.scalp {
    right: 13%;
  }

  .backgrounf6.sex.welcome-copy {
    right: -20%;
  }

  .backgrounf6.top.scalp {
    right: 13%;
  }

  .backgrounf6.top.welcome-copy {
    right: -20%;
  }

  .backgrounf6.top-2 {
    top: -61%;
    right: -161%;
  }

  .backgrounf6.top-2.scalp {
    right: 13%;
  }

  .backgrounf6.top-2.welcome-copy {
    right: -20%;
  }

  .backgrounf6.body.scalp {
    right: 13%;
  }

  .backgrounf6.body.welcome-copy {
    right: -20%;
  }

  .backgrounf7._2.scalp {
    right: 13%;
  }

  .backgrounf7._2.sex {
    right: -20%;
  }

  .backgrounf7.alternnate.scalp {
    right: 13%;
  }

  .backgrounf7.alternnate.welcome-copy {
    right: -20%;
  }

  .backgrounf7.sex.scalp {
    right: 13%;
  }

  .backgrounf7.sex.welcome-copy {
    right: -20%;
  }

  .backgrounf7.top.scalp {
    right: 13%;
  }

  .backgrounf7.top.welcome-copy {
    right: -20%;
  }

  .backgrounf7.top-2 {
    top: -61%;
    right: -161%;
  }

  .backgrounf7.top-2.scalp {
    right: 13%;
  }

  .backgrounf7.top-2.welcome-copy {
    right: -20%;
  }

  .backgrounf7.body.scalp {
    right: 13%;
  }

  .backgrounf7.body.welcome-copy {
    right: -20%;
  }

  .bakgroudn8 {
    left: 5%;
  }

  .bakgroudn8._2.scalp {
    right: 13%;
  }

  .bakgroudn8._2.sex {
    right: -20%;
  }

  .bakgroudn8.alternnate.scalp {
    right: 13%;
  }

  .bakgroudn8.alternnate.welcome-copy {
    right: -20%;
  }

  .bakgroudn8.sex.scalp {
    right: 13%;
  }

  .bakgroudn8.sex.welcome-copy {
    right: -20%;
  }

  .bakgroudn8.top.scalp {
    right: 13%;
  }

  .bakgroudn8.top.welcome-copy {
    right: -20%;
  }

  .bakgroudn8.top-2 {
    top: -61%;
    right: -161%;
  }

  .bakgroudn8.top-2.scalp {
    right: 13%;
  }

  .bakgroudn8.top-2.welcome-copy {
    right: -20%;
  }

  .bakgroudn8.body.scalp {
    right: 13%;
  }

  .bakgroudn8.body.welcome-copy {
    right: -20%;
  }

  .prcing {
    font-weight: 700;
  }

  .div-block-329 {
    width: 100%;
  }

  .div-block-331 {
    max-width: none;
  }

  .tabs-menu-3 {
    bottom: auto;
    right: 21%;
  }

  .tabs-content-2 {
    left: -290px;
  }

  .ourstory.intro {
    font-weight: 700;
  }

  .services_wrap-2 {
    max-width: 1325px;
  }
}

@media screen and (min-width: 1920px) {
  .content-wrapper {
    max-width: 1390px;
  }

  .content-wrapper.nav {
    background-color: #0000;
  }

  .content {
    padding-top: 0;
  }

  .hero-section.treatmentv2 {
    object-fit: fill;
    background-image: url('../images/image-2_1image (2).webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-section.welnness, .hero-section.inject, .hero-section.about, .hero-section.facial, .hero-section.body {
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .hero-section.treatment {
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .button-2.border {
    margin-bottom: 5px;
  }

  .div-block-3 {
    min-height: 374px;
  }

  .services_wrap {
    max-width: 1390px;
  }

  .background-video-2 {
    background-position: 0 0, 50%;
  }

  .bakgroudn8 {
    left: 11%;
  }

  .div-block-329 {
    width: 100%;
    max-width: 1000px;
  }

  .div-block-330 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-331 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-336 {
    max-width: 700px;
  }

  .div-block-336.right_box {
    max-width: 700px;
    padding-left: 60px;
  }

  .c-faq-q {
    width: 45px;
  }

  .c-faq-q.first {
    background-color: #aaa;
  }

  .c-faq-q.second {
    background-color: #e2e2e2;
  }

  .c-faq-q.third {
    background-color: #f5f3f3;
  }

  .c-faq {
    justify-content: flex-start;
    max-width: none;
    margin-right: 0;
  }

  .c-faq-a-text {
    display: flex;
  }

  .c-faq-item {
    border-left-style: none;
    width: 100%;
  }

  .c-faq-a {
    width: 100%;
  }

  .c-faq-q-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    transform: rotate(0);
  }

  .faq-q-text {
    position: absolute;
    transform: rotate(-90deg);
  }

  .tabs-menu-3 {
    position: absolute;
    right: 26%;
  }

  .tabs-content-2 {
    left: -293px;
  }

  .services_wrap-2 {
    max-width: 1390px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 27px;
    line-height: 37px;
  }

  h2 {
    font-size: 25px;
    line-height: 35px;
  }

  h3 {
    font-size: 23px;
    line-height: 33px;
  }

  h4 {
    font-size: 21px;
    line-height: 31px;
  }

  h5 {
    font-size: 19px;
    line-height: 29px;
  }

  h6 {
    font-size: 17px;
    line-height: 27px;
  }

  p {
    font-size: 19px;
    line-height: 35.5px;
  }

  .flex {
    grid-template-columns: 1fr;
  }

  .content-section {
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-section.double {
    padding-bottom: 70px;
  }

  .content-section.margin-separation {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .content-section.double-inner {
    padding-bottom: 70px;
  }

  .content-section.team {
    padding-top: 45px;
  }

  .content-section.we {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-section.serv {
    padding-left: 0;
    padding-right: 0;
  }

  .button-outline.orange {
    color: #af8347;
    border-color: #af8347;
  }

  .button-outline.trasnparent {
    font-size: 13px;
  }

  .button-outline.nav {
    border-color: #af8347;
  }

  .button-outline.nav.w--current {
    color: #fff;
  }

  .button-outline.purch {
    border-color: #af8347;
  }

  .button-outline.purch.w--current {
    color: #fff;
  }

  .top-margin._10-pixels {
    width: 100%;
  }

  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.medium {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.nav {
    grid-template-columns: 1fr 1fr 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.team {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .content-wrapper.carlene {
    flex-direction: column;
  }

  .content-wrapper.cener {
    padding-left: 0;
    padding-right: 0;
  }

  .navlink {
    text-align: left;
    width: 100%;
    height: 50px;
    margin-right: 0;
    padding-top: 12px;
    padding-left: 20px;
    transition: opacity .2s;
  }

  .navlink:hover {
    opacity: .85;
  }

  .navlink.blue, .navlink.burlywood {
    justify-content: center;
    display: flex;
  }

  .navlink.thistle {
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
  }

  .navlink.thistle.treatments {
    margin-bottom: 0;
    display: block;
  }

  .navlink.thistle.treatments.all.hide {
    display: none;
  }

  .navlink.thistle.treatments.all.onlytake {
    display: flex;
  }

  .navlink.thistle.treatments.all.onlytake.w--current {
    display: block;
  }

  .navlink.thistle.treatments.all.hidemobile {
    display: none;
  }

  .navlink.thistle.treatments.hidefornow {
    display: block;
  }

  .navlink.thistle.treatment, .navlink.thistle.treatment.w--current {
    display: flex;
  }

  .icon {
    z-index: 3;
    color: #fff;
    position: relative;
  }

  .menu-button {
    color: #fff;
    background-color: #0000;
    height: 60px;
    padding-top: 20px;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .button-align-center {
    z-index: 10;
    justify-content: center;
    padding-left: 15px;
    position: relative;
  }

  .nav-menu {
    text-align: left;
    background-color: #000;
    border-top: 1px solid #eddfa7;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    overflow: hidden;
  }

  .underline-hover {
    display: none;
  }

  .hero-heading {
    font-size: 39px;
    line-height: 56px;
  }

  .hero-subtitle {
    font-size: 20px;
    line-height: 36px;
  }

  .h2-big {
    font-size: 38px;
    line-height: 50px;
  }

  .h4-big {
    font-size: 21.5px;
    line-height: 31px;
  }

  .absolute-bg._20 {
    background-position: 50%;
  }

  .column-center.padding {
    width: 100%;
    padding: 60px 0% 0;
  }

  .column-center.padding-left, .column-center.bottom-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h3-big {
    font-size: 34px;
    line-height: 44px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 34px;
  }

  .subtitle.dark {
    color: var(--black);
  }

  .column-relative {
    order: -1;
    width: 100%;
    height: 550px;
  }

  .content-section-yellow {
    padding-top: 70px;
  }

  .relative {
    background-image: none;
    align-items: flex-start;
  }

  .bottom-white {
    height: 41%;
  }

  .h4-medium {
    font-size: 21.5px;
    line-height: 31px;
  }

  .content-section-blue {
    padding-top: 70px;
  }

  .content-section-blue.bottom-padding {
    padding-top: 0;
  }

  .content-section-blue.top-margin {
    background-color: #0000;
    margin-top: 50px;
  }

  .top-white-bg.small {
    height: 25%;
  }

  .top-white-bg.regular {
    height: 35%;
  }

  .tab {
    font-size: 36px;
    line-height: 48px;
  }

  .discount-badge {
    min-width: 60px;
    min-height: 60px;
    font-size: 17px;
    line-height: 17px;
  }

  .content-section-grey {
    padding-top: 70px;
  }

  .content-section-grey.bottom-padding {
    padding-bottom: 60px;
  }

  .question-letter {
    font-size: 20px;
    line-height: 35px;
  }

  .expand.mobile-padding {
    margin-top: 10px;
    padding-left: 8px;
  }

  .question {
    font-size: 20px;
    line-height: 34.5px;
  }

  .content-section-pink {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .testimonial-pic {
    margin-bottom: 10px;
  }

  .preview-title-link {
    font-size: 21.5px;
    line-height: 35.5px;
  }

  .footer-expand {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center start;
    padding-top: 0;
    display: grid;
  }

  .footer-container {
    flex-direction: column;
  }

  .footer, .notice {
    padding-bottom: 20px;
  }

  .footer-column {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .menu-link {
    width: 100%;
  }

  .menu {
    width: 33.33%;
  }

  .menu.no-margin._3, .menu._2 {
    width: 100%;
  }

  .title-link-medium {
    font-size: 22.5px;
    line-height: 32px;
  }

  .dropdown-toggle {
    padding-left: 18px;
  }

  .content-section-bluer {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .content-section-simple {
    padding-top: 70px;
  }

  .content-section-simple.bottom-margin {
    padding-top: 0;
  }

  .column-block {
    min-height: 450px;
  }

  .micro-feature-icon {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .top-yellow-bg.large {
    height: 60%;
  }

  .process {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .cta-box {
    width: 80%;
  }

  .textarea, .textarea::placeholder, .form-field.no-margin::placeholder, .form-field.full, .form-field.full::placeholder {
    color: #000;
  }

  .newsletter-box {
    width: 85%;
  }

  .hero-blog {
    width: 80%;
    min-height: 650px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-left {
    width: 63%;
  }

  .preview-item-horizontal {
    flex-direction: column;
  }

  .preview-item-box {
    width: 100%;
    margin-right: 0;
  }

  .blog-side-right {
    flex: 1;
  }

  .h1-big {
    font-size: 45px;
    line-height: 55px;
  }

  .treatment-left {
    flex: 1;
    margin-right: 5%;
  }

  .hero-right {
    background-position: 64% 100%;
    background-size: contain;
    width: 90%;
    min-height: 590px;
    right: -13%;
  }

  .hero-right.about-us {
    background-position: 100%;
    background-size: contain;
  }

  .hero-right.services {
    background-position: 70%;
  }

  .hero-right.treatments {
    background-position: 70% 100%;
    background-size: contain;
  }

  .hero-right.contact-us {
    background-position: 50% 100%;
    right: -20%;
  }

  .hero-right.memberships {
    background-position: 70%;
  }

  .hero-right.contact-us-copy {
    display: flex;
    position: static;
    right: auto;
  }

  .hero-left {
    justify-content: center;
    width: 100%;
    min-height: 0;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-section {
    min-height: 590px;
    padding-top: 70px;
  }

  .hero-section.inner-pages {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .hero-section.post {
    min-height: 700px;
  }

  .hero-section.treatment {
    background-image: linear-gradient(to right, var(--black), #fff0), url('../images/Microneedling.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 500px;
  }

  .hero-section.blue {
    padding-top: 0;
  }

  .hero-section.salmon-inner-page, .hero-section.thistle-inner-page {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .hero-section.home {
    background-position: 72%;
    background-size: auto;
  }

  .hero-section.carlene {
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding-top: 0;
  }

  .hero-section.treatmentv2 {
    min-height: 500px;
  }

  .hero-section.injectables, .hero-section.facial, .hero-section.laser, .hero-section.body {
    background-position: 0 0, -32%;
    background-size: auto, cover;
  }

  .hero-section.welnness {
    background-image: linear-gradient(to right, var(--black), #fff0), url('../images/pexels-andrea-piacquadio-3757942.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 500px;
  }

  .hero-section.inject, .hero-section.about {
    min-height: 500px;
  }

  .hero-section.facial {
    background-image: linear-gradient(to right, var(--black), #fff0), url('../images/ultralese.webp');
    background-position: 0 0, -32%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 500px;
  }

  .hero-section.body {
    background-image: linear-gradient(to right, var(--black), #fff0), url('../images/Screenshot-2023-07-10-at-9.16.18-PM.webp');
    background-position: 0 0, -32%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 500px;
  }

  .hero-section.treatment {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(to right, var(--black), #fff0);
    object-fit: cover;
    object-position: 50% 100%;
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    min-height: 500px;
  }

  .hero-subtitle-box {
    width: 100%;
    max-width: 398px;
  }

  .testimonial-heading {
    flex-direction: column;
  }

  .right-contact-column {
    padding-left: 20px;
  }

  .content-grey-padding {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .mini-feature-item {
    text-align: center;
    flex-direction: column;
  }

  .category-treatment {
    font-size: 13px;
  }

  .title-box {
    width: 100%;
  }

  .subtile-box {
    color: var(--black);
    width: 100%;
  }

  .left-dropdown-column {
    width: 20%;
  }

  .category-dropdown {
    width: 100%;
    height: 60px;
    padding-top: 16px;
    padding-left: 15px;
  }

  .hero-heading-link {
    font-size: 47px;
    line-height: 56px;
  }

  .hero-title-box {
    max-width: 385px;
  }

  .nav-burlywood {
    background-color: var(--bg-burlywood);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .nav-thistle {
    background-color: var(--bg-thistle);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .nav-salmon {
    background-color: var(--bg-salmon);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .nav-blue {
    background-color: var(--bg-blue);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .nav-orange {
    background-color: #fff;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .nav-text {
    text-align: center;
  }

  .hero-section-2 {
    min-height: 590px;
    padding-top: 70px;
  }

  .hero-section-2.post {
    min-height: 500px;
  }

  .h2-big-2 {
    font-size: 38px;
    line-height: 50px;
  }

  .content-section-grey-2 {
    padding-top: 70px;
  }

  .content-section-grey-2.bottom-padding {
    padding-bottom: 60px;
  }

  .footer-2 {
    padding-bottom: 0;
  }

  .text-block-4.center {
    text-align: center;
  }

  .injectable-grid, .injectable_table {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-image {
    min-height: 200px;
    max-height: 200px;
  }

  .membership_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .card_content {
    font-size: 18px;
    line-height: 27px;
  }

  .memebershipcard_subtitle, .member {
    font-size: 20px;
    line-height: 34px;
  }

  .team_wrapper {
    flex-direction: column;
  }

  .image-13, .image-14 {
    width: 100%;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
  }

  .services_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .services_wrap.team, .services_wrap.carlene {
    flex-direction: column;
  }

  .main-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-bottom-row {
    grid-column-gap: 0px;
    grid-row-gap: 54px;
    grid-template-columns: 1fr;
  }

  .contact-top-row {
    flex-direction: column;
    width: 100%;
  }

  .contact-form-image-wrapper {
    width: 100%;
    margin-top: 80px;
  }

  .contact-form-wrapper {
    max-width: none;
    margin-right: 0;
  }

  .nav_sub {
    font-size: 10px;
    line-height: 11px;
  }

  .link {
    font-size: 10px;
  }

  .div-block-314 {
    display: none;
  }

  .background-video-2 {
    background-position: 0 0, 50%;
    max-height: 100vh;
  }

  .image-block-small {
    height: auto;
    padding-bottom: 0;
  }

  .image-cover-2 {
    top: auto;
  }

  .content-wrapper-7 {
    z-index: 4;
    margin-top: 0;
    padding-top: 20px;
    position: relative;
  }

  .background-1 {
    width: 200px;
    height: 200px;
    bottom: -3%;
    right: 3%;
  }

  .background-1._2.scalp {
    width: 100%;
  }

  .background-1._2.sex {
    width: 100%;
    top: 10%;
  }

  .background-1.alternnate.scalp {
    width: 100%;
  }

  .background-1.alternnate.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .background-1.sex.scalp {
    width: 100%;
  }

  .background-1.sex.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .background-1.top.scalp {
    width: 100%;
  }

  .background-1.top.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .background-1.top-2.scalp {
    width: 100%;
  }

  .background-1.top-2.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .background-1.body.scalp {
    width: 100%;
  }

  .background-1.body.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .section-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-content.welnnes {
    padding-top: 0;
  }

  .grid-content-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .little-heading-2.small {
    font-size: 22px;
  }

  .grid-6 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-6.service {
    align-items: start;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 {
    background-image: linear-gradient(#000, #ab7b9000), linear-gradient(#0000, #1b1b1b 70%), url('../images/output-onlinepngtools_1output-onlinepngtools.webp');
    background-position: 0 0, 0 0, 11% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding-top: 109px;
    padding-bottom: 100px;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .button-align-center-copy {
    z-index: 10;
    justify-content: center;
    padding-left: 15px;
    position: relative;
  }

  .booking.left {
    text-align: left;
  }

  .treat {
    grid-template-columns: 1fr;
  }

  .div-block-320 {
    width: 100%;
  }

  .service-tabs-button {
    border-style: none;
    min-height: 0;
    padding: 30px;
  }

  .service-tabs-button.w--current {
    border-style: none;
    border-width: 1px;
    align-items: flex-start;
    min-height: 0;
  }

  .tab-button-title {
    margin-bottom: 0;
    font-size: 17px;
  }

  .h2-big-3 {
    font-size: 38px;
    line-height: 50px;
  }

  .content-section-pink-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .content-section-pink-2.less-padding {
    background-color: #0000;
  }

  .content-section-pink-2.less-padding.brnds {
    padding-bottom: 40px;
  }

  .background2 {
    width: 250px;
    height: 250px;
    bottom: -29%;
    right: -11%;
  }

  .background2._2.scalp {
    width: 100%;
  }

  .background2._2.sex {
    width: 100%;
    top: 10%;
  }

  .background2.alternnate.scalp {
    width: 100%;
  }

  .background2.alternnate.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .background2.sex.scalp {
    width: 100%;
  }

  .background2.sex.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .background2.top.scalp {
    width: 100%;
  }

  .background2.top.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .background2.top-2.scalp {
    width: 100%;
  }

  .background2.top-2.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .background2.body.scalp {
    width: 100%;
  }

  .background2.body.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .bakgroudn3._2.scalp {
    width: 100%;
  }

  .bakgroudn3._2.sex {
    width: 100%;
    top: 10%;
  }

  .bakgroudn3.alternnate.scalp {
    width: 100%;
  }

  .bakgroudn3.alternnate.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .bakgroudn3.sex.scalp {
    width: 100%;
  }

  .bakgroudn3.sex.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .bakgroudn3.top.scalp {
    width: 100%;
  }

  .bakgroudn3.top.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .bakgroudn3.top-2.scalp {
    width: 100%;
  }

  .bakgroudn3.top-2.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .bakgroudn3.body.scalp {
    width: 100%;
  }

  .bakgroudn3.body.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf4 {
    width: 200px;
    height: 200px;
    bottom: 48px;
    right: -23px;
  }

  .backgrounf4._2.scalp {
    width: 100%;
  }

  .backgrounf4._2.sex {
    width: 100%;
    top: 10%;
  }

  .backgrounf4.alternnate.scalp {
    width: 100%;
  }

  .backgrounf4.alternnate.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf4.sex.scalp {
    width: 100%;
  }

  .backgrounf4.sex.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf4.top.scalp {
    width: 100%;
  }

  .backgrounf4.top.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf4.top-2.scalp {
    width: 100%;
  }

  .backgrounf4.top-2.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf4.body.scalp {
    width: 100%;
  }

  .backgrounf4.body.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf5 {
    width: 150px;
    height: 150px;
    bottom: 66px;
    left: 412px;
  }

  .backgrounf5._2.scalp {
    width: 100%;
  }

  .backgrounf5._2.sex {
    width: 100%;
    top: 10%;
  }

  .backgrounf5.alternnate.scalp {
    width: 100%;
  }

  .backgrounf5.alternnate.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf5.sex.scalp {
    width: 100%;
  }

  .backgrounf5.sex.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf5.top.scalp {
    width: 100%;
  }

  .backgrounf5.top.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf5.top-2.scalp {
    width: 100%;
  }

  .backgrounf5.top-2.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf5.body.scalp {
    width: 100%;
  }

  .backgrounf5.body.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf6._2.scalp {
    width: 100%;
  }

  .backgrounf6._2.sex {
    width: 100%;
    top: 10%;
  }

  .backgrounf6.alternnate.scalp {
    width: 100%;
  }

  .backgrounf6.alternnate.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf6.sex.scalp {
    width: 100%;
  }

  .backgrounf6.sex.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf6.top.scalp {
    width: 100%;
  }

  .backgrounf6.top.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf6.top-2.scalp {
    width: 100%;
  }

  .backgrounf6.top-2.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf6.body.scalp {
    width: 100%;
  }

  .backgrounf6.body.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf7._2.scalp {
    width: 100%;
  }

  .backgrounf7._2.sex {
    width: 100%;
    top: 10%;
  }

  .backgrounf7.alternnate.scalp {
    width: 100%;
  }

  .backgrounf7.alternnate.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf7.sex.scalp {
    width: 100%;
  }

  .backgrounf7.sex.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf7.top.scalp {
    width: 100%;
  }

  .backgrounf7.top.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf7.top-2.scalp {
    width: 100%;
  }

  .backgrounf7.top-2.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .backgrounf7.body.scalp {
    width: 100%;
  }

  .backgrounf7.body.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .bakgroudn8 {
    top: 24%;
  }

  .bakgroudn8._2.scalp {
    width: 100%;
  }

  .bakgroudn8._2.sex {
    width: 100%;
    top: 10%;
  }

  .bakgroudn8.alternnate.scalp {
    width: 100%;
  }

  .bakgroudn8.alternnate.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .bakgroudn8.sex.scalp {
    width: 100%;
  }

  .bakgroudn8.sex.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .bakgroudn8.top.scalp {
    width: 100%;
  }

  .bakgroudn8.top.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .bakgroudn8.top-2.scalp {
    width: 100%;
  }

  .bakgroudn8.top-2.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .bakgroudn8.body.scalp {
    width: 100%;
  }

  .bakgroudn8.body.welcome-copy {
    width: 100%;
    top: 10%;
  }

  .image-39, .image_righ1 {
    display: none;
  }

  .image-40 {
    right: -10%;
  }

  ._11 {
    left: -9%;
  }

  .btn.orange {
    color: #af8347;
    border-color: #af8347;
  }

  .btn.trasnparent {
    font-size: 13px;
  }

  .btn.nav {
    border-color: #af8347;
  }

  .btn.nav.w--current {
    color: #fff;
  }

  .btn.purch {
    border-color: #af8347;
  }

  .btn.purch.w--current {
    color: #fff;
  }

  .blog-table {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-330 {
    min-height: 512px;
  }

  .div-block-331 {
    grid-template-columns: 200px 1fr;
  }

  .div-block-332 {
    max-width: none;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 38px;
  }

  .div-block-333 {
    flex-direction: row;
  }

  .text-block-102 {
    text-align: center;
  }

  .div-block-335 {
    flex-direction: column;
    display: flex;
  }

  .div-block-336 {
    max-width: none;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-41.max-height {
    max-height: 500px;
  }

  .contact-top-row-2 {
    flex-direction: column;
    width: 100%;
  }

  .main-container-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-bottom-row-2 {
    grid-column-gap: 0px;
    grid-row-gap: 54px;
    grid-template-columns: 1fr;
  }

  .contact-form-image-wrapper-2 {
    order: -1;
    width: 100%;
    height: 500px;
    margin-top: 0;
  }

  .contact-form-wrapper-2 {
    max-width: none;
    margin-right: 0;
  }

  .contact-section-3 {
    flex-direction: column;
    display: flex;
  }

  .div-block-342 {
    left: 300px;
  }

  .div-block-342.left {
    right: 338px;
  }

  .image-43 {
    min-height: 200px;
  }

  .div-block-347 {
    order: -1;
  }

  .div-block-348 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .tabs-5 {
    justify-content: flex-start;
  }

  .div-block-351 {
    min-height: 400px;
  }

  .tabs-content-2 {
    width: 100%;
    max-width: 500px;
    padding-left: 20px;
    left: auto;
  }

  .beforeaftergrid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .marquee-text.nom {
    text-align: center;
  }

  .div-block-360 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-365 {
    padding-bottom: 40px;
  }

  .collection-item-5 {
    padding-bottom: 0;
  }

  .div-block-372 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .test {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-374 {
    grid-template-rows: auto;
  }

  .div-block-375 {
    display: flex;
  }

  .right {
    background-color: var(--transwhite);
    padding-right: 10px;
    font-size: 16px;
    position: relative;
    top: -33px;
  }

  .div-block-383 {
    align-self: stretch;
    height: 100%;
  }

  .text-block-114 {
    background-color: var(--transwhite);
    padding-left: 10px;
    font-size: 16px;
    position: relative;
    top: -33px;
    left: 0;
  }

  .image-51 {
    width: 100%;
  }

  .ourdr {
    grid-template-columns: 1fr;
  }

  .h2-big-4 {
    font-size: 38px;
    line-height: 50px;
  }

  .services_wrap-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-section-2 {
    padding-top: 70px;
  }

  .image-52 {
    min-height: 0;
    max-height: none;
  }

  .div-block-397 {
    justify-content: flex-start;
  }

  .div-block-407.iddle {
    display: none;
  }

  .button-3.medium {
    font-size: 16px;
  }

  .button-3.medium.greyoutline {
    width: 100%;
  }

  .div-block-396 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-396.midgrid {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 19px;
    line-height: 35px;
  }

  h1 {
    font-size: 25px;
    line-height: 35px;
  }

  h2 {
    font-size: 23px;
    line-height: 33px;
  }

  h3 {
    font-size: 21px;
    line-height: 31px;
  }

  h4 {
    font-size: 19px;
    line-height: 29px;
  }

  h5 {
    font-size: 17px;
    line-height: 27px;
  }

  h6 {
    font-size: 15px;
    line-height: 25px;
  }

  p {
    font-size: 18px;
    line-height: 34.5px;
  }

  .flex.landscape-reverse {
    flex-wrap: wrap-reverse;
  }

  .content-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-section.inner-pages {
    padding-top: 40px;
  }

  .content-section.double-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section.inner-double {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.book {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .button-outline.white.center, .button-outline.trasnparent.center, .button-outline.call.center {
    width: 100%;
    min-width: 0;
  }

  .content-wrapper.nav {
    padding-left: 0;
  }

  .navlink.thistle.treatments {
    display: block;
  }

  .navlink.thistle.treatments.all {
    display: none;
  }

  .nav-menu {
    padding-bottom: 0;
  }

  .hero-heading {
    font-size: 45px;
    line-height: 54px;
  }

  .hero-subtitle {
    font-size: 22px;
    line-height: 40px;
  }

  .h2-big {
    font-size: 36px;
    line-height: 48px;
  }

  .h4-big {
    font-size: 20.5px;
    line-height: 30px;
  }

  .h3-big {
    font-size: 32px;
    line-height: 42px;
  }

  .left-padding {
    padding-left: 0;
  }

  .bottom-white {
    height: 51%;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
  }

  .rounded-slider-bg {
    margin-right: 20px;
  }

  .h4-medium {
    font-size: 20.5px;
    line-height: 30px;
  }

  .content-section-blue {
    padding-top: 70px;
  }

  .content-section-blue.bottom-padding {
    padding-bottom: 50px;
  }

  .top-white-bg {
    height: 35%;
  }

  .top-white-bg.small {
    height: 21%;
  }

  .top-white-bg.medium {
    height: 40%;
  }

  .tab {
    font-size: 34px;
    line-height: 46px;
  }

  .content-section-grey.bottom-margin {
    margin-bottom: 70px;
  }

  .price-text {
    margin-bottom: 5px;
    font-size: 33px;
    line-height: 33px;
  }

  .faq-letter-box {
    width: 50px;
  }

  .question-letter {
    font-size: 19px;
    line-height: 34px;
  }

  .question {
    font-size: 19px;
    line-height: 33px;
  }

  .preview-item.margin.no-border {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .preview-title-link {
    font-size: 20.5px;
    line-height: 34.5px;
  }

  .hover-icon {
    width: 30px;
  }

  .footer-expand {
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
  }

  .footer-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-column {
    width: 100%;
  }

  .menu {
    width: 50%;
    margin-bottom: 30px;
  }

  .menu.no-margin {
    margin-bottom: 0;
  }

  .social-icon-orange {
    width: 35px;
    height: 35px;
  }

  .social-icon-orange.facebook, .social-icon-orange.twittter, .social-icon-orange.instagram, .social-icon-orange.pinterest, .social-icon-orange.email {
    background-size: 12px;
  }

  .social-icon-orange.linkedin {
    background-size: 12px;
    margin-right: 0;
  }

  .social-icon-regular {
    width: 35px;
    height: 35px;
  }

  .social-icon-regular.facebook, .social-icon-regular.twittter, .social-icon-regular.instagram, .social-icon-regular.pinterest, .social-icon-regular.linkedin, .social-icon-regular.instagram-no-margin, .social-icon-regular.email {
    background-size: 12px;
  }

  .title-link-medium {
    font-size: 21.5px;
    line-height: 33px;
  }

  .mini-feature {
    width: 33%;
    margin-bottom: 40px;
  }

  .half-column-center.justify-right {
    width: 100%;
  }

  .horizontal-feature {
    flex-direction: column;
  }

  .feature-blue {
    margin-bottom: 20px;
  }

  .number {
    font-size: 41px;
    line-height: 41px;
  }

  .content-section-simple {
    padding-top: 70px;
  }

  .content-section-simple.white {
    padding-top: 0;
  }

  .social-icon-blue {
    width: 35px;
    height: 35px;
  }

  .social-icon-blue.facebook, .social-icon-blue.twittter, .social-icon-blue.instagram {
    background-size: 12px;
  }

  .social-icon-blue.pinterest {
    background-size: 12px;
    margin-right: 0;
  }

  .social-icon-blue.email {
    background-size: 12px;
  }

  .social-icon-blue.linkedin {
    background-size: 12px;
    margin-right: 0;
  }

  .social-icon-blue.yout {
    background-size: 12px;
  }

  .logo-item {
    width: 50%;
    margin-bottom: 40px;
  }

  .logo-item.last, .logo-item.no-margin {
    margin-bottom: 0;
  }

  .column-block {
    width: 100%;
    min-height: 680px;
  }

  .content-section-blocks {
    margin-top: 70px;
  }

  .micro-feature-icon {
    margin-right: 15px;
  }

  .social-icon-big.pinterest, .social-icon-big.linkedin {
    background-size: 12px;
  }

  .textarea {
    margin-bottom: 20px;
  }

  .contact-form {
    margin-left: 0%;
    margin-right: 0%;
  }

  .select-field, .form-field {
    margin-bottom: 20px;
  }

  .newsletter-container {
    overflow: auto;
  }

  .close-contact-form {
    right: -1px;
  }

  .newsletter-pop {
    overflow: auto;
  }

  .newsletter-column.modal-right {
    width: 100%;
    padding: 40px 40px 50px;
    overflow: auto;
  }

  .hero-blog {
    min-height: 600px;
  }

  .h1-big {
    font-size: 43px;
    line-height: 53px;
  }

  .treatment-left {
    margin-right: 3%;
  }

  .post-content {
    width: 90%;
  }

  .heading-post {
    width: 100%;
  }

  .hero-right {
    background-position: 50%;
    width: 100%;
    min-height: 510px;
    position: relative;
    right: auto;
  }

  .hero-right.about-us {
    background-position: 50% 100%;
  }

  .hero-right.services, .hero-right.treatments {
    background-position: 50%;
  }

  .hero-right.contact-us {
    z-index: 3;
    right: auto;
  }

  .hero-right.memberships {
    background-position: 50%;
  }

  .hero-right.contact-us-copy {
    z-index: 3;
    background-size: cover;
    width: 100%;
    right: auto;
  }

  .hero-left {
    width: 100%;
    min-height: auto;
    padding: 0;
  }

  .hero-section {
    padding-top: 60px;
  }

  .hero-section.post {
    min-height: 600px;
  }

  .hero-section.blue {
    padding-top: 60px;
  }

  .hero-section.home {
    background-image: url('../images/pexels-andrea-piacquadio-3757951.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .hero-section.treatmentv2 {
    min-height: 450px;
  }

  .hero-section.welnness, .hero-section.inject {
    background-size: auto, cover;
    min-height: 450px;
  }

  .hero-section.about {
    background-size: cover;
    min-height: 450px;
  }

  .hero-section.facial, .hero-section.body {
    background-size: auto, cover;
    min-height: 450px;
  }

  .hero-section.treatment {
    background-size: cover, auto;
    min-height: 450px;
  }

  .slide-column {
    margin-bottom: 20px;
  }

  .rounded-slide-column {
    justify-content: center;
  }

  ._90-percent-column {
    width: 100%;
  }

  .rounded-slide-arrow {
    width: 23px;
  }

  .flex-mobile-vertical {
    flex-direction: column;
  }

  .contact-column {
    width: 100%;
  }

  .left-contact-column {
    width: 50%;
  }

  .mini-feature-item {
    flex-direction: row;
    width: 100%;
  }

  .accordion-wrapper {
    margin-top: 20px;
  }

  .open-close-box {
    margin-top: 2px;
  }

  .left-dropdown-column {
    width: 24%;
  }

  .treatment-featured-mini {
    width: 32%;
  }

  .treatment-featured-mini._4 {
    display: none;
  }

  .treatment-featured-mini._3 {
    margin-right: 0%;
  }

  .hero-heading-link {
    font-size: 45px;
    line-height: 54px;
  }

  .social-icon-orange-2 {
    width: 35px;
    height: 35px;
  }

  .social-icon-orange-2.facebook, .social-icon-orange-2.instagram, .social-icon-orange-2.pinterest, .social-icon-orange-2.twittter, .social-icon-orange-2.email {
    background-size: 12px;
  }

  .hero-section-2 {
    padding-top: 60px;
  }

  .hero-section-2.post {
    min-height: 450px;
  }

  .h2-big-2 {
    font-size: 36px;
    line-height: 48px;
  }

  .div-block {
    min-height: 0;
  }

  .injectable_table {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .tabs-menu-2 {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-link-tab-4 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Carboxy.webp');
    background-position: 0 0, 50%;
    margin-right: 0;
  }

  .tab-link-tab-2.revised {
    margin-right: 0;
  }

  .tabs-2 {
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .testimonial-slider-copy, .testimonial-slider-5 {
    margin-top: 40px;
  }

  .tab-link-tab-7 {
    height: 325px;
    margin-right: 0;
  }

  .tab-link-tab-8 {
    min-height: 325px;
  }

  .tab-link-tab-8.w--current {
    height: 325px;
  }

  .div-block-3 {
    min-height: 400px;
  }

  .card_content {
    font-size: 22px;
    line-height: 40px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-grid.landscape-reverse, .team_wrapper.landscape-reverse {
    flex-wrap: wrap-reverse;
  }

  .div-block-5, .div-block-6 {
    grid-template-columns: 1fr;
  }

  .services_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-tab-9 {
    background-image: linear-gradient(to bottom, null, null), url('../images/laserskin.webp');
    background-position: 0 0, 50%;
    min-height: 325px;
  }

  .tab-link-tab-9.w--current {
    height: 325px;
  }

  .h2._500-medium.pbtm.center {
    padding-bottom: 20px;
  }

  .container-7 {
    padding-bottom: 40px;
  }

  .image-cover-2.tool, .image-cover-2.contain {
    top: 0;
  }

  .background-1._2.scalp, .background-1.alternnate.scalp, .background-1.alternnate.scalp, .background-1.sex.scalp, .background-1.sex.scalp, .background-1.top.scalp, .background-1.top.scalp, .background-1.top-2.scalp, .background-1.top-2.scalp, .background-1.body.scalp, .background-1.body.scalp {
    height: 300px;
    top: -22%;
  }

  .section-content.top {
    padding-top: 116px;
    padding-bottom: 0;
  }

  .section-content.scalp.colored {
    padding-top: 0;
  }

  .grid-content-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
  }

  .button-primary.intro.cview {
    width: 100%;
  }

  .image-wrapper {
    width: 100%;
    max-width: none;
  }

  .div-block-318 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .grid-6 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .grid-6.service {
    flex-direction: column;
    margin-top: 40px;
  }

  .div-block-312 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-2 {
    background-position: 0 0, 0 0, 24% 100%;
  }

  .hero {
    grid-row-gap: 0px;
  }

  .hero.landscape-reverse, .treat.landscape-reverse {
    flex-wrap: wrap-reverse;
  }

  .service-tabs-button {
    text-align: center;
    border-bottom-width: 0;
    border-right: 1px #333;
    width: 100%;
    min-height: 0;
    margin-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: inline-block;
  }

  .service-tabs-button.w--current {
    border-style: solid;
    border-color: #cdc0c0;
    min-height: 0;
    margin-bottom: 5px;
    padding: 20px 10px;
  }

  .service-tabs-button.hiddendesktop {
    background-color: #d0ab6a;
    display: block;
  }

  .tab-button-title {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 23px;
  }

  .div-block-321 {
    grid-template-columns: 1fr;
  }

  .hairtabel {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .h2-big-3 {
    font-size: 36px;
    line-height: 48px;
  }

  .background2 {
    bottom: -27%;
    right: -27%;
  }

  .background2._2.scalp, .background2.alternnate.scalp, .background2.alternnate.scalp, .background2.sex.scalp, .background2.sex.scalp, .background2.top.scalp, .background2.top.scalp, .background2.top-2.scalp, .background2.top-2.scalp, .background2.body.scalp, .background2.body.scalp, .bakgroudn3._2.scalp, .bakgroudn3._2.scalp, .bakgroudn3.alternnate.scalp, .bakgroudn3.alternnate.scalp, .bakgroudn3.sex.scalp, .bakgroudn3.sex.scalp, .bakgroudn3.top.scalp, .bakgroudn3.top.scalp, .bakgroudn3.top-2.scalp, .bakgroudn3.top-2.scalp, .bakgroudn3.body.scalp, .bakgroudn3.body.scalp {
    height: 300px;
    top: -22%;
  }

  .backgrounf4 {
    bottom: -55px;
    right: -63px;
  }

  .backgrounf4._2.scalp, .backgrounf4.alternnate.scalp, .backgrounf4.alternnate.scalp, .backgrounf4.sex.scalp, .backgrounf4.sex.scalp, .backgrounf4.top.scalp, .backgrounf4.top.scalp, .backgrounf4.top-2.scalp, .backgrounf4.top-2.scalp, .backgrounf4.body.scalp, .backgrounf4.body.scalp, .backgrounf5._2.scalp, .backgrounf5._2.scalp, .backgrounf5.alternnate.scalp, .backgrounf5.alternnate.scalp, .backgrounf5.sex.scalp, .backgrounf5.sex.scalp, .backgrounf5.top.scalp, .backgrounf5.top.scalp, .backgrounf5.top-2.scalp, .backgrounf5.top-2.scalp, .backgrounf5.body.scalp, .backgrounf5.body.scalp, .backgrounf6._2.scalp, .backgrounf6._2.scalp, .backgrounf6.alternnate.scalp, .backgrounf6.alternnate.scalp, .backgrounf6.sex.scalp, .backgrounf6.sex.scalp, .backgrounf6.top.scalp, .backgrounf6.top.scalp, .backgrounf6.top-2.scalp, .backgrounf6.top-2.scalp, .backgrounf6.body.scalp, .backgrounf6.body.scalp, .backgrounf7._2.scalp, .backgrounf7._2.scalp, .backgrounf7.alternnate.scalp, .backgrounf7.alternnate.scalp, .backgrounf7.sex.scalp, .backgrounf7.sex.scalp, .backgrounf7.top.scalp, .backgrounf7.top.scalp, .backgrounf7.top-2.scalp, .backgrounf7.top-2.scalp, .backgrounf7.body.scalp, .backgrounf7.body.scalp, .bakgroudn8._2.scalp, .bakgroudn8._2.scalp, .bakgroudn8.alternnate.scalp, .bakgroudn8.alternnate.scalp, .bakgroudn8.sex.scalp, .bakgroudn8.sex.scalp, .bakgroudn8.top.scalp, .bakgroudn8.top.scalp, .bakgroudn8.top-2.scalp, .bakgroudn8.top-2.scalp, .bakgroudn8.body.scalp, .bakgroudn8.body.scalp {
    height: 300px;
    top: -22%;
  }

  .image-40 {
    bottom: -13%;
    right: -17%;
  }

  ._11 {
    left: -20%;
  }

  .div-block-323 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .btn.white.center, .btn.trasnparent.center, .btn.call.center {
    width: 100%;
    min-width: 0;
  }

  .blog-table {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .div-block-330 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/squarespace.jpeg');
    background-position: 0 0, 12%;
    background-size: auto, cover;
    justify-content: center;
    min-height: 600px;
    padding-right: 0;
  }

  .div-block-331 {
    background-image: linear-gradient(114deg, #000, #fff0), url('../images/womenface.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: space-between;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: static;
  }

  .heading-3 {
    text-align: center;
    font-size: 31px;
    line-height: 38px;
  }

  .div-block-333 {
    flex-direction: column;
    width: 100%;
  }

  .div-block-334 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-102.center {
    line-height: 11px;
  }

  .text-block-103 {
    text-align: center;
  }

  .heading-4.left.big {
    text-align: left;
    font-size: 45px;
  }

  .heading-4.left.big.center {
    text-align: center;
  }

  .main-container-2 {
    height: auto;
    margin-bottom: 243px;
  }

  .contact-form-image-wrapper-2 {
    margin-top: 0;
  }

  .div-block-341 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-341.right {
    padding-top: 0;
    padding-right: 0;
    top: 0;
  }

  .div-block-342 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    left: 0;
  }

  .div-block-342.left {
    max-width: none;
    right: 0;
  }

  .newsletter-form-2 {
    flex-direction: row;
    align-items: center;
    width: 97%;
    display: block;
  }

  .newsletter-heading {
    margin-bottom: 24px;
  }

  .newsletter-heading.schedule-today {
    font-size: 33px;
    line-height: 48px;
  }

  .text-block-51 {
    text-align: center;
  }

  .newsletter-row {
    flex-direction: column;
    align-items: center;
  }

  .div-block-343 {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-43.botle-copy {
    min-height: 500px;
    max-height: 500px;
  }

  .tabs_content {
    width: 100%;
    height: 0%;
  }

  .tabs_content.active {
    flex-direction: column;
    flex: 1;
    height: 100%;
    display: flex;
  }

  .tabs_heading {
    transform: rotate(0);
  }

  .tab_wrap {
    padding: 20px;
    position: static;
  }

  .tabs-3 {
    flex-direction: column;
    height: auto;
  }

  .tabs_link {
    border-width: 2px 0;
    border-top-style: none;
    border-top-color: #000;
    border-bottom-style: solid;
    border-bottom-color: #0000;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .tabs_link.active {
    border-bottom-style: none;
    border-bottom-color: #000;
  }

  .tabs_link._2 {
    border-top-style: none;
  }

  .tabs_link._3 {
    border-top-style: none;
    border-bottom-width: 1px;
  }

  .tab_contain {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .image-44 {
    width: 100%;
    height: 400px;
  }

  .tabs_heading-2 {
    transform: rotate(0);
  }

  .tabs-4 {
    flex-direction: column;
  }

  .tabs_link-2 {
    border-width: 2px 0;
    border-top-style: solid;
    border-top-color: #000;
    border-bottom-style: solid;
    border-bottom-color: #0000;
  }

  .tabs_link-2.active {
    border-bottom-color: #000;
  }

  .tab_contain-2 {
    width: 100%;
    max-width: 43em;
  }

  .div-block-348 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-45.last {
    display: none;
  }

  .tabs-5 {
    flex-direction: column;
  }

  .div-block-351 {
    background-image: none;
    flex-direction: column;
  }

  .tabs-menu-3 {
    background-image: url('../images/ta_mob.png.webp');
    background-position: 0 0;
    background-size: cover;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    padding-top: 130px;
    padding-right: 52px;
    position: static;
  }

  .tabs-content-2 {
    max-width: none;
    padding-bottom: 20px;
  }

  .beforeaftergrid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .marquee-image.hide-mobile {
    display: none;
  }

  .div-block-358 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-360 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    min-height: 0;
    padding-top: 157px;
    display: flex;
    overflow: visible;
  }

  .treat_head.center {
    font-size: 36px;
  }

  .div-block-361 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-362 {
    height: 600px;
    min-height: 0;
    padding-right: 0;
  }

  .div-block-363 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-365 {
    padding-bottom: 0;
  }

  .div-block-370 {
    padding: 40px 20px 60px;
  }

  .div-block-372 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .treatmentarea {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .test {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    min-height: 0;
    padding-top: 157px;
    display: flex;
    overflow: visible;
  }

  .div-block-374 {
    border-bottom: 1px solid var(--headings);
    flex-direction: column;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-378, .div-block-379 {
    order: -1;
  }

  .div-block-380 {
    background-color: #f1ede5;
    height: auto;
    padding-bottom: 20px;
  }

  .collection-item-6 {
    flex-direction: column;
    display: flex;
  }

  .ourstory.intro.cview {
    width: 100%;
  }

  .ourdr {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .tab-link-tab-7-2 {
    height: 325px;
    margin-right: 0;
  }

  .tab-link-tab-2-3.revised {
    margin-right: 0;
  }

  .h2-big-4 {
    font-size: 36px;
    line-height: 48px;
  }

  .tab-link-tab-9-2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/laserskin.webp');
    background-position: 0 0, 50%;
    min-height: 325px;
  }

  .tab-link-tab-9-2.w--current {
    height: 325px;
  }

  .tab-link-tab-4-2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Carboxy.webp');
    background-position: 0 0, 50%;
    margin-right: 0;
  }

  .tabs-6 {
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-396.midgrid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-409 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .flex.mobile-reverse {
    flex-wrap: wrap-reverse;
    display: flex;
  }

  .flex.mobile-center {
    justify-content: center;
  }

  .flex.landscape-reverse {
    flex-wrap: wrap-reverse;
  }

  .content-section {
    padding-top: 50px;
  }

  .content-section.double {
    padding-bottom: 50px;
  }

  .content-section.inner-pages {
    padding-top: 20px;
  }

  .content-section.double-inner {
    padding-bottom: 50px;
  }

  .content-section.inner-double {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-section.team {
    padding-bottom: 0;
  }

  .content-section.we {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-section.hair {
    padding-left: 0;
    padding-right: 0;
  }

  .button-outline.salmon {
    width: 100%;
    min-width: 0;
  }

  .button-outline.white {
    align-self: stretch;
  }

  .button-outline.white.center {
    width: 100%;
    min-width: 0;
  }

  .button-outline.trasnparent {
    align-self: stretch;
  }

  .button-outline.trasnparent.center {
    width: 100%;
    min-width: 0;
  }

  .button-outline.nav {
    color: #000;
    padding-left: 0;
    display: block;
  }

  .button-outline.nav.hide-top {
    display: none;
  }

  .button-outline.call {
    align-self: stretch;
  }

  .button-outline.call.center {
    width: 100%;
    min-width: 0;
  }

  .button-outline.purch {
    color: #fff;
    padding-left: 0;
    display: block;
  }

  .top-margin.mobile-margin {
    margin-top: 0;
  }

  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.nav {
    padding-left: 0;
  }

  .content-wrapper.cener {
    grid-row-gap: 0px;
  }

  .navlink.thistle.treatments {
    margin-bottom: 0;
    margin-right: 0;
  }

  .navlink.thistle.treatments.all {
    display: none;
  }

  .navlink.thistle.treatments.men {
    display: block;
  }

  .nav-menu {
    padding-bottom: 0;
    overflow: visible;
  }

  .hero-heading {
    font-size: 33px;
    line-height: 44px;
  }

  .hero-heading.home {
    font-size: 32px;
    line-height: 44px;
  }

  .hero-heading.center, .hero-heading.dark {
    font-size: 30px;
  }

  .hero-subtitle {
    line-height: 32px;
  }

  .heading-box {
    margin-bottom: 30px;
  }

  .h2-big {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 46px;
  }

  .intro-feature {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .column-center {
    width: 100%;
  }

  .column-center.padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-center.top-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-center.bottom-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3-big {
    font-size: 30px;
    line-height: 40px;
  }

  .subtitle {
    font-size: 17px;
    line-height: 32px;
  }

  .column-relative {
    width: 100%;
  }

  .column-relative.mobile-margin {
    margin-bottom: 40px;
  }

  .content-section-yellow {
    padding-top: 50px;
  }

  .treatment-featured {
    width: 100%;
    max-width: 350px;
    margin-bottom: 60px;
    margin-right: 0%;
  }

  .left-padding {
    padding-left: 7px;
  }

  .slider {
    width: 100%;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
  }

  .team-member {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .team-member.last {
    margin-bottom: 0;
  }

  .flex-space.mobile-center {
    justify-content: center;
  }

  .content-section-blue {
    padding-top: 50px;
  }

  .top-white-bg {
    height: 16%;
  }

  .top-white-bg.small {
    height: 12%;
  }

  .top-white-bg.medium {
    height: 24%;
  }

  .top-white-bg.regular {
    height: 13%;
  }

  .tabs-menu {
    width: 100%;
  }

  .tab {
    font-size: 32px;
    line-height: 44px;
  }

  .tabs-content {
    width: 100%;
    margin-top: 20px;
  }

  .content-section-grey {
    padding-top: 50px;
  }

  .content-section-grey.bottom-margin {
    margin-bottom: 50px;
  }

  .pricing-item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .left-faq-column {
    border-right-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .right-faq-column {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-item-right {
    padding-left: 0%;
    padding-right: 0;
  }

  .content-section-pink {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section-pink.less-padding {
    padding-bottom: 50px;
  }

  .testimonial {
    width: 90%;
    margin-left: 5%;
  }

  .testimonials {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-right-arrow {
    right: 0;
  }

  .preview-item {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .preview-title-link {
    font-size: 19.5px;
    line-height: 33.5px;
  }

  .insta-pic {
    width: 50%;
  }

  .footer-expand {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 35px;
    display: grid;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-column {
    width: 100%;
    margin-right: 0%;
    padding-top: 35px;
    padding-bottom: 0;
  }

  .menu-link, .footer-title {
    text-align: center;
  }

  .menu.no-margin {
    margin-bottom: 0;
  }

  .menu.no-margin._3, .menu.no-margin._4 {
    width: 100%;
  }

  .menu._1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu._2 {
    width: 100%;
  }

  .about-us-intro {
    width: 100%;
    margin-right: 0%;
  }

  .title-link-medium {
    font-size: 20.5px;
    line-height: 32px;
  }

  .mini-arrow {
    display: inline-block;
  }

  .left-white-bg {
    width: 10%;
  }

  .mini-feature {
    width: 100%;
  }

  .mini-feature.last {
    margin-bottom: 0;
  }

  .feature-item {
    width: 100%;
  }

  .feature-item.no-margin {
    margin-bottom: 60px;
  }

  .half-column-center {
    width: 100%;
  }

  .half-column-center.justify-right, .content-section-bluer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .number-item {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .number-item.last {
    margin-bottom: 0;
  }

  ._50-percent-column {
    width: 100%;
  }

  ._50-percent-column.left-padding {
    padding-left: 0%;
  }

  .content-section-simple {
    padding-top: 50px;
  }

  .service-intro {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .logo-item {
    width: 100%;
    margin-bottom: 60px;
  }

  .logo-item.last {
    margin-bottom: 0;
  }

  .logo-item.no-margin {
    margin-bottom: 60px;
  }

  .column-block {
    width: 100%;
    min-height: 350px;
  }

  .content-section-blocks {
    margin-top: 50px;
  }

  .service-feature {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .process.reverse {
    flex-wrap: wrap-reverse;
  }

  .cta-box {
    width: 100%;
  }

  .social-icon-big {
    width: 50px;
    height: 50px;
  }

  .social-icon-big.facebook, .social-icon-big.twittter, .social-icon-big.instagram, .social-icon-big.email {
    background-size: 18px;
  }

  .contact-form {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .newsletter-column {
    width: 100%;
  }

  .newsletter-column.modal-left {
    height: 300px;
  }

  .blog-left {
    width: 100%;
    margin-right: 0%;
  }

  .blog-side-right {
    width: 100%;
  }

  .preview-item-margin {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .treatment-right {
    width: 100%;
  }

  .h1-big {
    text-align: center;
    font-size: 41px;
    line-height: 51px;
  }

  .treatment-left {
    width: 100%;
    margin-right: 0%;
    padding-left: 0;
  }

  .position-sticky {
    position: relative;
    top: 0;
  }

  .post-content {
    width: 100%;
  }

  .hero-right {
    min-height: 300px;
  }

  .hero-right.contact-us {
    min-height: 301px;
    bottom: 0%;
    right: auto;
  }

  .hero-right.memberships {
    background-size: contain;
    min-height: 500px;
  }

  .hero-right.contact-us-copy {
    min-height: 301px;
    bottom: 0%;
    right: auto;
  }

  .hero-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section {
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .hero-section.treatment {
    background-image: linear-gradient(to right, var(--black), #fff0), url('../images/Microneedling.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-end;
    min-height: 468px;
    padding-bottom: 20px;
  }

  .hero-section.bg-burlywood {
    background-image: linear-gradient(26deg, #ffefe7, #ffffff08), url('../images/1508-1.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .hero-section.blue {
    padding-bottom: 0;
  }

  .hero-section.salmon {
    padding-top: 59px;
  }

  .hero-section.home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 70%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero-section.carlene {
    background-position: 0 0, 23%;
  }

  .hero-section.treatmentv2 {
    min-height: 400px;
  }

  .hero-section.injectables {
    background-position: 0 0, 23%;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .hero-section.facial, .hero-section.laser {
    background-position: 0 0, 23%;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
    display: flex;
  }

  .hero-section.body {
    background-position: 0 0, 23%;
  }

  .hero-section.welnness {
    justify-content: flex-end;
    min-height: 468px;
    padding-bottom: 20px;
  }

  .hero-section.inject {
    background-image: linear-gradient(to right, var(--black), #fff0), url('../images/rsz_adobestock_294352997.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-end;
    min-height: 468px;
    padding-bottom: 20px;
  }

  .hero-section.about {
    background-image: url('../images/homeabnner.jpg'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    justify-content: flex-end;
    min-height: 468px;
    padding-bottom: 20px;
  }

  .hero-section.facial {
    background-image: linear-gradient(to right, var(--black), #fff0), url('../images/ultralese.webp');
    background-position: 0 0, 23%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-end;
    min-height: 468px;
    padding-bottom: 20px;
  }

  .hero-section.body {
    justify-content: flex-end;
    min-height: 468px;
    padding-bottom: 20px;
  }

  .hero-section.treatment {
    background-image: url('../images/Microneedling.webp'), linear-gradient(to right, var(--black), #fff0);
    object-position: 50% 50%;
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    justify-content: flex-end;
    min-height: 468px;
    padding-bottom: 0;
  }

  .hero-subtitle-box {
    width: 100%;
  }

  .slide-column {
    width: 100%;
    max-width: 350px;
  }

  .tab-pane {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  ._77-percent-column, .rounded-slide-column {
    width: 100%;
  }

  .rounded-slide-arrow {
    width: 25px;
  }

  .right-contact-column {
    flex: 0 auto;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 0;
  }

  .left-galerry-column, .righ-gallery-column, .left-contact-column, .left-contact-column.wide {
    width: 100%;
  }

  .content-grey-padding {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .mini-feature-item, .girl-column, .faq-left {
    width: 100%;
  }

  .details-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .left-dropdown-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .treatment-featured-mini {
    width: 100%;
    max-width: 350px;
    margin-bottom: 60px;
    margin-right: 0%;
  }

  .treatment-featured-mini._3, .treatment-featured-mini._2 {
    display: none;
  }

  .treatment-featured-mini._1 {
    max-width: 100%;
  }

  .hero-heading-link {
    font-size: 43px;
    line-height: 52px;
  }

  .column-center-right {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-home {
    flex-direction: column;
    width: 100%;
  }

  .hero-section-2 {
    padding-top: 50px;
  }

  .h2-big-2 {
    line-height: 46px;
  }

  .content-section-grey-2 {
    padding-top: 50px;
  }

  .injectable-grid {
    grid-template-columns: 1fr;
  }

  .tabs-menu-2 {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-link-tab-4 {
    background-color: #0000;
    border-style: none;
    border-color: #626262;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 0 5px 2px #adadad33;
  }

  .tab-link-tab-4.w--current {
    background-color: #fff0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fake-button-tab {
    border-color: #cecece;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
  }

  .fake-button-tab:hover {
    color: var(--sienna);
  }

  .tab-link-tab-2.revised {
    background-color: #fff;
    border-style: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 0 5px 2px #adadad33;
  }

  .tab-link-tab-2.revised.w--current {
    mix-blend-mode: normal;
    border-style: none;
    border-color: #817f84;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 0 10px -2px #0003;
  }

  .button-2 {
    text-align: center;
    width: 100%;
  }

  .tabs-2 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: none;
  }

  .grid-with-5-buttons {
    left: 5%;
  }

  .aesthetics-card {
    min-height: 360px;
    padding: 17px;
  }

  .testimonial-slider-copy {
    max-width: 282px;
    margin-top: 0;
  }

  .tab-link-tab-5 {
    width: 100%;
    height: 125px;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-5.w--current {
    height: 125px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-with-4-buttons {
    left: 5%;
  }

  .size-6 {
    color: #232323;
    text-align: center;
  }

  .size-6.no-padding {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
  }

  .aesthetics-panel-1 {
    padding-bottom: 0;
  }

  .testimonial-slider-5 {
    max-width: 282px;
    margin-top: 0;
  }

  .tab-div {
    width: 100%;
    margin-top: 0;
  }

  .testimonial-slide {
    max-width: 280px;
    margin-right: 10px;
    padding-right: 10px;
  }

  .tabl6 {
    width: 100%;
    height: 125px;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabl6.w--current {
    height: 125px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-7 {
    background-color: #fff;
    border: 1px #626262;
    height: auto;
    padding-top: 100px;
    box-shadow: 0 0 10px -2px #0003;
  }

  .tab-link-tab-7.w--current {
    background-color: #0000;
    border-style: none;
    border-radius: 4px;
    padding-top: 100px;
  }

  .tab-link-tab-8 {
    height: 200px;
    min-height: 0;
  }

  .tab-link-tab-8.w--current {
    height: 200px;
  }

  .div-block-3.duplciate {
    min-height: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .membership_single {
    padding-left: 20px;
    padding-right: 20px;
  }

  .membership_single.gold {
    padding: 0 20px 20px;
  }

  .card_content {
    color: #000;
    font-size: 17px;
    line-height: 32px;
  }

  .memebershipcard_subtitle {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 38px;
  }

  .member {
    font-size: 20px;
    line-height: 38px;
  }

  .blog-grid.mobile-reverse {
    flex-wrap: wrap-reverse;
  }

  .blog-grid.mobile-center {
    justify-content: center;
  }

  .blog-grid.landscape-reverse {
    flex-wrap: wrap-reverse;
  }

  .blog-inner-content {
    padding-left: 20px;
  }

  .team_wrapper.mobile-reverse {
    flex-wrap: wrap-reverse;
  }

  .team_wrapper.mobile-center {
    justify-content: center;
  }

  .team_wrapper.landscape-reverse {
    flex-wrap: wrap-reverse;
  }

  .services_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-tab-9 {
    background-color: #0000;
    border: 1px #626262;
    height: auto;
    min-height: 0;
    padding-top: 20px;
    box-shadow: 0 0 10px -2px #0003;
  }

  .tab-link-tab-9.w--current {
    background-color: #fff;
    background-image: linear-gradient(to bottom, null, null), url('../images/laserskin.webp');
    background-position: 0 0, 50%;
    height: auto;
    padding-top: 100px;
  }

  .heading-wrapper {
    text-align: center;
  }

  .main-container {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-row.grid {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    display: block;
  }

  .p1 {
    font-size: 16px;
  }

  .contact-bottom-row {
    margin-top: 40px;
  }

  .contact-form-image-wrapper {
    height: auto;
    margin-top: 0;
  }

  .contact-section {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .html-embed-5 {
    height: 100%;
  }

  .contact-block {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-btn {
    padding: 0;
    font-size: 14px;
  }

  .h2 {
    font-size: 35px;
  }

  .h2._500-medium {
    font-size: 30px;
  }

  .h2._500-medium.pbtm.center {
    padding-bottom: 20px;
  }

  .anchor-link-div {
    top: -57px;
  }

  .div-block-13 {
    display: flex;
  }

  .nav_sub {
    font-size: 17px;
    line-height: 32px;
  }

  .slider-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slider-item {
    width: 100%;
    max-width: none;
    height: auto;
    margin-right: 0;
  }

  .slider-navigation-wrapper {
    justify-content: center;
    margin: 24px 0;
    display: none;
  }

  .background-video-2 {
    background-position: 0 0, 77%;
    padding-bottom: 0;
  }

  .div-block-300 {
    padding-top: 15px;
  }

  .container-7 {
    padding-bottom: 0;
  }

  .section-header {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 40px;
  }

  .image-cover-2.tool, .image-cover-2.contain {
    height: auto;
  }

  .content-wrapper-7 {
    padding-top: 0;
  }

  .paragraph-large-3 {
    margin-left: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .background-1 {
    bottom: -2%;
    right: -13%;
  }

  .background-1._2.scalp {
    height: 200px;
    right: 10%;
  }

  .background-1._2.scalp.btm, .background-1._2.scalp.ody {
    top: -6%;
  }

  .background-1._2.sex, .background-1.alternnate.scalp, .background-1.alternnate.scalp {
    height: 200px;
    right: 10%;
  }

  .background-1.alternnate.scalp.btm {
    top: -6%;
  }

  .background-1.alternnate.welcome-copy, .background-1.sex.scalp, .background-1.sex.scalp {
    height: 200px;
    right: 10%;
  }

  .background-1.sex.scalp.btm {
    top: -6%;
  }

  .background-1.sex.welcome-copy, .background-1.top.scalp, .background-1.top.scalp {
    height: 200px;
    right: 10%;
  }

  .background-1.top.scalp.btm {
    top: -6%;
  }

  .background-1.top.welcome-copy, .background-1.top-2.scalp, .background-1.top-2.scalp {
    height: 200px;
    right: 10%;
  }

  .background-1.top-2.scalp.btm {
    top: -6%;
  }

  .background-1.top-2.welcome-copy, .background-1.body.scalp, .background-1.body.scalp {
    height: 200px;
    right: 10%;
  }

  .background-1.body.scalp.btm {
    top: -6%;
  }

  .background-1.body.welcome-copy {
    height: 200px;
    right: 10%;
  }

  .section-content {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section-content.top {
    padding-top: 20px;
  }

  .section-content.scalp {
    padding-top: 23px;
  }

  .section-content.scalp.colored {
    padding-top: 40px;
  }

  .section-content.welnnes {
    padding-top: 60px;
  }

  .section-content.whereyouwant {
    padding-top: 23px;
    padding-bottom: 20px;
  }

  .grid-content-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .button-primary.intro {
    font-size: 10px;
  }

  .button-primary.intro.cview {
    font-size: 17px;
  }

  .image-wrapper {
    width: 100%;
  }

  .div-block-318 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .little-heading-2.small {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-header-2 {
    font-size: 27px;
    line-height: 40px;
  }

  .grid-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-6.service {
    margin-top: 20px;
  }

  .div-block-312 {
    padding-bottom: 10px;
  }

  .paragraph-large-4 {
    margin-left: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .collection-list-wrapper-4, .collection-item-4 {
    border: 1px #000;
  }

  .collection-list-2 {
    border: 1px #000;
    grid-template-columns: 1fr;
  }

  .paragraph-large-5 {
    margin-left: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .button-primary-2.intro {
    font-size: 10px;
  }

  .section-2 {
    background-position: 0 0, 0 0, 33% 100%;
    padding-bottom: 40px;
  }

  .section-2.book {
    background-image: linear-gradient(281deg, #0000, #131312e6 0%), url('../images/output-onlinepngtools_1output-onlinepngtools.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 270px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    padding-bottom: 20px;
  }

  .hero.mobile-reverse {
    flex-wrap: wrap-reverse;
  }

  .hero.mobile-center {
    justify-content: center;
  }

  .hero.landscape-reverse {
    flex-wrap: wrap-reverse;
  }

  .button-align-center-copy {
    display: block;
  }

  .treat.mobile-reverse {
    flex-wrap: wrap-reverse;
  }

  .treat.mobile-center {
    justify-content: center;
  }

  .treat.landscape-reverse {
    flex-wrap: wrap-reverse;
  }

  .service-tabs-button {
    color: #fff;
    background-color: #77b3d4;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-right: 2px;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }

  .service-tabs-button.w--current {
    border-style: none;
    border-color: #908585;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-right: 2px;
    font-size: 16px;
  }

  .service-tabs-button.hiddendesktop {
    margin-bottom: 10px;
  }

  .tab-button-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
  }

  .subtitle-2 {
    font-size: 17px;
  }

  .social-link {
    padding: 10px;
  }

  .social-icon {
    width: 25px;
    height: 25px;
  }

  .h2-big-3 {
    line-height: 46px;
  }

  .content-section-pink-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section-pink-2.less-padding {
    padding-bottom: 50px;
    overflow: hidden;
  }

  .background2 {
    width: 100px;
    height: 100px;
    bottom: -7%;
    right: -1%;
  }

  .background2._2.scalp {
    height: 200px;
    right: 10%;
  }

  .background2._2.scalp.btm, .background2._2.scalp.ody {
    top: -6%;
  }

  .background2._2.sex, .background2.alternnate.scalp, .background2.alternnate.scalp {
    height: 200px;
    right: 10%;
  }

  .background2.alternnate.scalp.btm {
    top: -6%;
  }

  .background2.alternnate.welcome-copy, .background2.sex.scalp, .background2.sex.scalp {
    height: 200px;
    right: 10%;
  }

  .background2.sex.scalp.btm {
    top: -6%;
  }

  .background2.sex.welcome-copy, .background2.top.scalp, .background2.top.scalp {
    height: 200px;
    right: 10%;
  }

  .background2.top.scalp.btm {
    top: -6%;
  }

  .background2.top.welcome-copy, .background2.top-2.scalp, .background2.top-2.scalp {
    height: 200px;
    right: 10%;
  }

  .background2.top-2.scalp.btm {
    top: -6%;
  }

  .background2.top-2.welcome-copy, .background2.body.scalp, .background2.body.scalp {
    height: 200px;
    right: 10%;
  }

  .background2.body.scalp.btm {
    top: -6%;
  }

  .background2.body.welcome-copy, .bakgroudn3._2.scalp, .bakgroudn3._2.scalp {
    height: 200px;
    right: 10%;
  }

  .bakgroudn3._2.scalp.btm, .bakgroudn3._2.scalp.ody {
    top: -6%;
  }

  .bakgroudn3._2.sex, .bakgroudn3.alternnate.scalp, .bakgroudn3.alternnate.scalp {
    height: 200px;
    right: 10%;
  }

  .bakgroudn3.alternnate.scalp.btm {
    top: -6%;
  }

  .bakgroudn3.alternnate.welcome-copy, .bakgroudn3.sex.scalp, .bakgroudn3.sex.scalp {
    height: 200px;
    right: 10%;
  }

  .bakgroudn3.sex.scalp.btm {
    top: -6%;
  }

  .bakgroudn3.sex.welcome-copy, .bakgroudn3.top.scalp, .bakgroudn3.top.scalp {
    height: 200px;
    right: 10%;
  }

  .bakgroudn3.top.scalp.btm {
    top: -6%;
  }

  .bakgroudn3.top.welcome-copy, .bakgroudn3.top-2.scalp, .bakgroudn3.top-2.scalp {
    height: 200px;
    right: 10%;
  }

  .bakgroudn3.top-2.scalp.btm {
    top: -6%;
  }

  .bakgroudn3.top-2.welcome-copy, .bakgroudn3.body.scalp, .bakgroudn3.body.scalp {
    height: 200px;
    right: 10%;
  }

  .bakgroudn3.body.scalp.btm {
    top: -6%;
  }

  .bakgroudn3.body.welcome-copy, .backgrounf4._2.scalp, .backgrounf4._2.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf4._2.scalp.btm, .backgrounf4._2.scalp.ody {
    top: -6%;
  }

  .backgrounf4._2.sex, .backgrounf4.alternnate.scalp, .backgrounf4.alternnate.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf4.alternnate.scalp.btm {
    top: -6%;
  }

  .backgrounf4.alternnate.welcome-copy, .backgrounf4.sex.scalp, .backgrounf4.sex.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf4.sex.scalp.btm {
    top: -6%;
  }

  .backgrounf4.sex.welcome-copy, .backgrounf4.top.scalp, .backgrounf4.top.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf4.top.scalp.btm {
    top: -6%;
  }

  .backgrounf4.top.welcome-copy, .backgrounf4.top-2.scalp, .backgrounf4.top-2.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf4.top-2.scalp.btm {
    top: -6%;
  }

  .backgrounf4.top-2.welcome-copy, .backgrounf4.body.scalp, .backgrounf4.body.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf4.body.scalp.btm {
    top: -6%;
  }

  .backgrounf4.body.welcome-copy, .backgrounf5._2.scalp, .backgrounf5._2.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf5._2.scalp.btm, .backgrounf5._2.scalp.ody {
    top: -6%;
  }

  .backgrounf5._2.sex, .backgrounf5.alternnate.scalp, .backgrounf5.alternnate.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf5.alternnate.scalp.btm {
    top: -6%;
  }

  .backgrounf5.alternnate.welcome-copy, .backgrounf5.sex.scalp, .backgrounf5.sex.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf5.sex.scalp.btm {
    top: -6%;
  }

  .backgrounf5.sex.welcome-copy, .backgrounf5.top.scalp, .backgrounf5.top.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf5.top.scalp.btm {
    top: -6%;
  }

  .backgrounf5.top.welcome-copy, .backgrounf5.top-2.scalp, .backgrounf5.top-2.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf5.top-2.scalp.btm {
    top: -6%;
  }

  .backgrounf5.top-2.welcome-copy, .backgrounf5.body.scalp, .backgrounf5.body.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf5.body.scalp.btm {
    top: -6%;
  }

  .backgrounf5.body.welcome-copy, .backgrounf6._2.scalp, .backgrounf6._2.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf6._2.scalp.btm, .backgrounf6._2.scalp.ody {
    top: -6%;
  }

  .backgrounf6._2.sex, .backgrounf6.alternnate.scalp, .backgrounf6.alternnate.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf6.alternnate.scalp.btm {
    top: -6%;
  }

  .backgrounf6.alternnate.welcome-copy, .backgrounf6.sex.scalp, .backgrounf6.sex.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf6.sex.scalp.btm {
    top: -6%;
  }

  .backgrounf6.sex.welcome-copy, .backgrounf6.top.scalp, .backgrounf6.top.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf6.top.scalp.btm {
    top: -6%;
  }

  .backgrounf6.top.welcome-copy, .backgrounf6.top-2.scalp, .backgrounf6.top-2.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf6.top-2.scalp.btm {
    top: -6%;
  }

  .backgrounf6.top-2.welcome-copy, .backgrounf6.body.scalp, .backgrounf6.body.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf6.body.scalp.btm {
    top: -6%;
  }

  .backgrounf6.body.welcome-copy {
    height: 200px;
    right: 10%;
  }

  .backgrounf7 {
    bottom: -20%;
    left: 52%;
  }

  .backgrounf7._2.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf7._2.scalp.btm, .backgrounf7._2.scalp.ody {
    top: -6%;
  }

  .backgrounf7._2.sex, .backgrounf7.alternnate.scalp, .backgrounf7.alternnate.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf7.alternnate.scalp.btm {
    top: -6%;
  }

  .backgrounf7.alternnate.welcome-copy, .backgrounf7.sex.scalp, .backgrounf7.sex.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf7.sex.scalp.btm {
    top: -6%;
  }

  .backgrounf7.sex.welcome-copy, .backgrounf7.top.scalp, .backgrounf7.top.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf7.top.scalp.btm {
    top: -6%;
  }

  .backgrounf7.top.welcome-copy, .backgrounf7.top-2.scalp, .backgrounf7.top-2.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf7.top-2.scalp.btm {
    top: -6%;
  }

  .backgrounf7.top-2.welcome-copy, .backgrounf7.body.scalp, .backgrounf7.body.scalp {
    height: 200px;
    right: 10%;
  }

  .backgrounf7.body.scalp.btm {
    top: -6%;
  }

  .backgrounf7.body.welcome-copy {
    height: 200px;
    right: 10%;
  }

  .bakgroudn8 {
    height: 200px;
  }

  .bakgroudn8._2.scalp {
    height: 200px;
    right: 10%;
  }

  .bakgroudn8._2.scalp.btm, .bakgroudn8._2.scalp.ody {
    top: -6%;
  }

  .bakgroudn8._2.sex, .bakgroudn8.alternnate.scalp, .bakgroudn8.alternnate.scalp {
    height: 200px;
    right: 10%;
  }

  .bakgroudn8.alternnate.scalp.btm {
    top: -6%;
  }

  .bakgroudn8.alternnate.welcome-copy, .bakgroudn8.sex.scalp, .bakgroudn8.sex.scalp {
    height: 200px;
    right: 10%;
  }

  .bakgroudn8.sex.scalp.btm {
    top: -6%;
  }

  .bakgroudn8.sex.welcome-copy, .bakgroudn8.top.scalp, .bakgroudn8.top.scalp {
    height: 200px;
    right: 10%;
  }

  .bakgroudn8.top.scalp.btm {
    top: -6%;
  }

  .bakgroudn8.top.welcome-copy, .bakgroudn8.top-2.scalp, .bakgroudn8.top-2.scalp {
    height: 200px;
    right: 10%;
  }

  .bakgroudn8.top-2.scalp.btm {
    top: -6%;
  }

  .bakgroudn8.top-2.welcome-copy, .bakgroudn8.body.scalp, .bakgroudn8.body.scalp {
    height: 200px;
    right: 10%;
  }

  .bakgroudn8.body.scalp.btm {
    top: -6%;
  }

  .bakgroudn8.body.welcome-copy {
    height: 200px;
    right: 10%;
  }

  .image-39, .image_righ1 {
    display: none;
  }

  .image-40 {
    width: 100px;
    bottom: 14%;
    right: -10%;
  }

  ._11 {
    width: 100px;
    bottom: -16%;
    left: -17%;
  }

  .div-block-323 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .collection-list-wrapper-5 {
    width: 100%;
  }

  .prcing {
    line-height: 31px;
  }

  .div-block-328 {
    flex-direction: column;
  }

  .btn.salmon {
    width: 100%;
    min-width: 0;
  }

  .btn.white {
    align-self: stretch;
  }

  .btn.white.center {
    width: 100%;
    min-width: 0;
  }

  .btn.trasnparent {
    align-self: stretch;
  }

  .btn.trasnparent.center {
    width: 100%;
    min-width: 0;
  }

  .btn.nav {
    color: #fff;
    padding-left: 0;
    display: none;
  }

  .btn.call {
    align-self: stretch;
  }

  .btn.call.center {
    width: 100%;
    min-width: 0;
  }

  .btn.purch {
    color: #fff;
    padding-left: 0;
    display: block;
  }

  .div-block-331 {
    background-position: 27%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-332 {
    padding-top: 226px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .div-block-333 {
    flex-direction: column;
    width: 100%;
  }

  .text-block-102 {
    text-align: center;
    font-size: 10px;
  }

  .heading-4.left.big.center {
    text-align: center;
    margin-bottom: 0;
    font-size: 38px;
  }

  .heading-4.left.big.center.trt {
    font-size: 29px;
  }

  .div-block-336 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-336.right_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .para-wrapper-2 {
    text-decoration: none;
  }

  .contact-block-2 {
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
  }

  .contact-input-field-2.name {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .contact-input-field-2.mail {
    margin-top: -13px;
  }

  .contact-input-field-2.fullnmae {
    background-position: 5px;
    background-size: 21px 20px;
  }

  .contact-input-field-2.phonenumber {
    background-position: 5px;
    background-size: 21px 21px;
  }

  .contact-select-filed-2 {
    margin-top: -13px;
    margin-bottom: 10px;
  }

  .p2-2 {
    text-decoration: none;
  }

  .submit-btn-2 {
    padding: 5px 0;
    font-size: 14px;
  }

  .main-container-2 {
    margin-top: 40px;
    padding: 0 5px 20px;
  }

  .contact-form-image-wrapper-2 {
    margin-top: 0;
  }

  .contact-select-filed-copy {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .contact-form-wrapper-2 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-section-3 {
    padding-top: 0;
  }

  .div-block-342 {
    padding-top: 40px;
  }

  .text-field-3 {
    margin-bottom: 10px;
  }

  .newsletter-form-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .form-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsletter-heading.schedule-today {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 39px;
    line-height: 41px;
  }

  .button-submit-2 {
    margin-top: 10px;
    margin-left: 0;
  }

  .background-video-9 {
    height: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-51 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .newsletter-row {
    width: 100%;
  }

  .newsletter-row.gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .shop.story {
    background-image: linear-gradient(#000 30%, #fff0), url('../images/gold.webp'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, auto, auto;
    background-attachment: scroll, scroll, scroll;
    min-height: 400px;
    padding-top: 167px;
  }

  .tabs_link {
    padding-left: .9em;
    padding-right: .9em;
  }

  .tab_contain {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .tabs_heading-2 {
    font-size: 1.5em;
  }

  .tabs_link-2 {
    padding-left: .9em;
    padding-right: .9em;
  }

  .div-block-348 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-45.last {
    display: block;
  }

  .tabs-content-2 {
    padding-right: 20px;
  }

  .beforeaftergrid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .div-block-358 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .treat_head.center {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 40px;
  }

  .heading-11 {
    text-align: center;
  }

  .div-block-365 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    font-size: 19px;
    line-height: 19px;
  }

  .collection-item-5 {
    padding-bottom: 0;
  }

  .heading-12 {
    font-size: 20px;
  }

  .div-block-370 {
    padding-top: 40px;
  }

  .div-block-371.trtgr {
    padding-left: 20px;
    padding-right: 20px;
  }

  .treatmentarea {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-374 {
    padding-bottom: 40px;
  }

  .card---flowbase {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ourstory.intro {
    font-size: 10px;
  }

  .ourstory.intro.cview {
    font-size: 17px;
  }

  .ourdr {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-arrow-3 {
    bottom: 4px;
  }

  .tab-link-tab-7-2 {
    background-color: #fff;
    border: 1px #626262;
    height: auto;
    padding: 100px 10px 10px;
    box-shadow: 0 0 10px -2px #0003;
  }

  .tab-link-tab-7-2.w--current {
    background-color: #0000;
    border-style: none;
    border-radius: 4px;
    padding-top: 100px;
  }

  .tab-link-tab-2-3.revised {
    background-color: #fff;
    border-style: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 0 5px 2px #adadad33;
  }

  .tab-link-tab-2-3.revised.w--current {
    mix-blend-mode: normal;
    border-style: none;
    border-color: #817f84;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 0 10px -2px #0003;
  }

  .fake-button-tab-2 {
    color: #7a5644;
    background-color: #fff;
    border-color: #cecece;
    width: 100%;
    font-size: 11px;
    font-weight: 600;
  }

  .h2-big-4 {
    line-height: 46px;
  }

  .services_wrap-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-section-2 {
    padding-top: 50px;
  }

  .tab-link-tab-9-2 {
    background-color: #0000;
    border: 1px #626262;
    height: auto;
    min-height: 0;
    padding-top: 20px;
    box-shadow: 0 0 10px -2px #0003;
  }

  .tab-link-tab-9-2.w--current {
    background-color: #fff;
    background-image: linear-gradient(to bottom, null, null), url('../images/laserskin.webp');
    background-position: 0 0, 50%;
    height: auto;
    padding-top: 100px;
  }

  .tab-link-tab-4-2 {
    background-color: #0000;
    border-style: none;
    border-color: #626262;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 0 5px 2px #adadad33;
  }

  .tab-link-tab-4-2.w--current {
    background-color: #fff0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-6 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .image-52 {
    margin-bottom: 20px;
  }

  .button-3.medium {
    align-self: stretch;
  }

  .div-block-396 {
    padding: 60px 20px;
  }
}

#w-node-_85931e48-b2c1-6c25-3b44-973e98d72ead-252341e1 {
  grid-area: 1 / 2 / 2 / 2;
  justify-self: start;
}

#w-node-ce3da434-40e5-7819-3ee8-fb03d39ca362-252341e1 {
  justify-self: end;
}

#w-node-a5e4c947-dd7d-7283-822a-686232f18c4a-252341e1 {
  justify-self: start;
}

#w-node-ad2f3a8f-5c28-271d-3f8c-2909808ade01-252341e1, #w-node-_9be5393f-f396-0d5a-598d-c8372c07e401-252341e1, #w-node-_81f84678-229d-21b6-6890-873dce3549ef-252341e1, #w-node-_62b4b33a-abf0-7de2-2c65-a249dade816f-252341e1, #w-node-c8b6df6b-7ca0-be4c-73b0-be7680438a1d-252341e1, #w-node-_88629b04-9d43-5262-498f-140d40877c11-252341e1, #w-node-_15ecdb9c-30a9-ca39-f31d-3a5e96e53d36-252341e1, #w-node-_6e77516d-99a6-bcd5-8b4a-29858861a08a-252341e1, #w-node-_62b4b33a-abf0-7de2-2c65-a249dade8161-252341e1, #w-node-_62b4b33a-abf0-7de2-2c65-a249dade8168-252341e1, #w-node-_62b4b33a-abf0-7de2-2c65-a249dade81af-252341e1, #w-node-_62b4b33a-abf0-7de2-2c65-a249dade81bd-252341e1, #w-node-_62b4b33a-abf0-7de2-2c65-a249dade81a1-252341e1, #w-node-cf4cd5b3-406b-f201-8c5c-d09d9274fc52-252341e1 {
  justify-self: center;
}

#w-node-_62b4b33a-abf0-7de2-2c65-a249dade817e-252341e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_62b4b33a-abf0-7de2-2c65-a249dade818c-252341e1, #w-node-_62b4b33a-abf0-7de2-2c65-a249dade8193-252341e1, #w-node-_62b4b33a-abf0-7de2-2c65-a249dade819a-252341e1 {
  justify-self: center;
}

#w-node-_62b4b33a-abf0-7de2-2c65-a249dade8185-252341e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_62b4b33a-abf0-7de2-2c65-a249dade81a8-252341e1, #w-node-_62b4b33a-abf0-7de2-2c65-a249dade81b6-252341e1, #w-node-b47895e3-d481-360b-fae5-367200e55736-252341e1, #w-node-fb9cc042-e0bb-788c-1f1b-882e0f90317d-252341e1 {
  justify-self: center;
}

#w-node-_62b4b33a-abf0-7de2-2c65-a249dade81cc-252341e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-eeb930e5-b50a-a515-ffde-e11d315cc561-252341e1, #w-node-_7bd3204b-9b7b-48e6-a42c-54514521d29e-4521d29d {
  justify-self: end;
}

#Location.w-node-_0107c82b-557e-ecd2-cdc9-699e1d24b8d3-4521d29d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Current-Client-2.w-node-_7bd3204b-9b7b-48e6-a42c-54514521d2b7-4521d29d, #Treatment-name-2.w-node-_7bd3204b-9b7b-48e6-a42c-54514521d2b8-4521d29d, #w-node-_569edb78-e5bb-f640-ebac-5d409dd97bc8-63bf510c, #w-node-_8b35e290-1f42-e744-a8c3-ffd975292cff-63bf510c, #w-node-_24234eb0-fa7b-669c-7eff-e9be9ddbed54-63bf510c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef5cd4cf-3d2b-f85a-fe80-be1d4ef0f49c-63bf510c {
  justify-self: end;
}

#w-node-_856e701f-4c32-7461-efb3-a39663bf5110-63bf510c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_856e701f-4c32-7461-efb3-a39663bf5112-63bf510c {
  justify-self: center;
}

#w-node-_856e701f-4c32-7461-efb3-a39663bf513d-63bf510c {
  justify-self: end;
}

#w-node-_329fa039-d200-31eb-5ec6-4f3e071f7c8e-63bf510c, #w-node-a633d3a1-0a40-5b64-3e33-db0ee7b5c184-63bf510c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1b86af7-e54f-4fd6-494a-1fa6b77ad2cc-63bf510c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a41d4a26-7db4-3484-a595-715012ef426f-2523427f, #w-node-f142f122-05f3-bd35-1725-574360948b1f-2523427f, #w-node-_007eeed6-73e6-3eb6-6cbd-8789c19b3d8a-2523427f, #w-node-db2db271-a8e4-2c1c-009d-fdb12f1f8d6a-2523427f, #w-node-_619171f0-e710-9d49-1c5e-30489d0842bb-2523429f, #w-node-e64d6d21-6c2d-70f4-7c6c-1b42c0655ba1-2523429f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06057b38-aab1-6922-843e-902bca271027-2523429f, #w-node-_74323878-d5be-0de2-d56b-cdf32fabe8cc-2523429f, #w-node-_095581dc-0bcf-a365-d7bc-9ccabb4e212c-2523429f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a67e24f5-4952-850a-b756-2946c0a03193-2523429f, #w-node-_9c3e344c-042d-9b9a-c38d-d2f0f27c3b94-2523429f, #w-node-_65d6cb44-4be5-d1d5-a4f1-bc9c0f81212b-2523429f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5db45a8e-d6bb-221b-a952-48cd72d12118-2523429f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5d190f21-c98b-602e-7370-9908481ebcc3-2523429f, #w-node-_5d190f21-c98b-602e-7370-9908481ebcca-2523429f, #w-node-_5d190f21-c98b-602e-7370-9908481ebcd1-2523429f, #w-node-_5d190f21-c98b-602e-7370-9908481ebcd8-2523429f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85931e48-b2c1-6c25-3b44-973e98d72ead-252342af {
  grid-area: 1 / 2 / 2 / 2;
  justify-self: start;
}

#w-node-ce3da434-40e5-7819-3ee8-fb03d39ca362-252342af {
  justify-self: end;
}

#w-node-a8fde580-f975-46fa-1551-8f655f825450-252342af {
  justify-self: start;
}

#w-node-b09e8101-369d-a30b-7d94-eef9020b3e0e-252342b0 {
  justify-self: end;
}

#w-node-f22bb2b7-ba09-5a8e-7fe1-b1ed22d894e8-252342b0, #w-node-_6784706f-2c23-e93d-60d2-1fb8eae68f0e-252342b0, #w-node-_4bb13097-3e47-3d38-16fa-63ae3d5a8a73-252342b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b09e8101-369d-a30b-7d94-eef9020b3e0e-252342b1 {
  justify-self: end;
}

#w-node-f22bb2b7-ba09-5a8e-7fe1-b1ed22d894e8-252342b1, #w-node-_6784706f-2c23-e93d-60d2-1fb8eae68f0e-252342b1, #w-node-_4bb13097-3e47-3d38-16fa-63ae3d5a8a73-252342b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b09e8101-369d-a30b-7d94-eef9020b3e0e-252342b3 {
  justify-self: end;
}

#w-node-_7abf9447-7833-b9c4-0f3a-e8603e6a754a-252342b3, #w-node-efd7bfc7-42ff-0c0f-d9a5-7b1f50a3c2f3-252342b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b09e8101-369d-a30b-7d94-eef9020b3e0e-252342b5 {
  justify-self: end;
}

#w-node-b5806f15-8096-2b92-636e-2debdcc24c4c-252342b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b5806f15-8096-2b92-636e-2debdcc24c4d-252342b5, #w-node-b5806f15-8096-2b92-636e-2debdcc24c54-252342b5, #w-node-b5806f15-8096-2b92-636e-2debdcc24c5b-252342b5, #w-node-b5806f15-8096-2b92-636e-2debdcc24c62-252342b5, #w-node-a41d4a26-7db4-3484-a595-715012ef426f-252342b9, #w-node-_375f7eaf-f3cf-55b7-2863-4645de0ef715-252342b9, #w-node-_880d541b-6cb8-3be6-3d5d-f6860089765b-252342b9, #w-node-c294697a-3b0d-e223-4b30-68f0712edcbb-252342b9, #w-node-ddb920ca-cb88-19b5-452a-3ba17b5db54f-252342b9, #w-node-d5887ca2-36a5-e8be-0646-44839052bd25-252342b9, #w-node-fe27c372-b412-ae2d-fd48-0653ac33a42f-252342b9, #w-node-a16665ef-9241-9e67-9bae-18e7a9064e12-252342b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a3358e5-db31-b652-25bb-3f4d8c7a5e6a-252342c3 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-fb61e98f-020f-5f30-bd5d-337d4f25d769-dd2c69c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb61e98f-020f-5f30-bd5d-337d4f25d76a-dd2c69c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fb61e98f-020f-5f30-bd5d-337d4f25d76b-dd2c69c9, #w-node-fb61e98f-020f-5f30-bd5d-337d4f25d76c-dd2c69c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb61e98f-020f-5f30-bd5d-337d4f25d76d-dd2c69c9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_7bd3204b-9b7b-48e6-a42c-54514521d29e-4521d29d {
    justify-self: end;
  }

  #w-node-_85931e48-b2c1-6c25-3b44-973e98d72ead-252342af {
    grid-area: 1 / 2 / 2 / 2;
    justify-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #Treatment-name-2.w-node-_7bd3204b-9b7b-48e6-a42c-54514521d2b8-4521d29d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_148beb47-40ae-f414-033c-a7cb0d3c793c-0d3c78fb, #w-node-_8ba0e161-b346-44bf-b9bc-1e1a02c589e6-0d3c78fb {
    justify-self: center;
  }

  #w-node-_148beb47-40ae-f414-033c-a7cb0d3c794f-0d3c78fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_856e701f-4c32-7461-efb3-a39663bf5140-63bf510c {
    justify-self: end;
  }

  #w-node-aa601fdf-c4a8-36bd-d44e-b40e05fb399d-252342a5, #w-node-aa601fdf-c4a8-36bd-d44e-b40e05fb39a1-252342a5, #w-node-_85ddbcf0-dc14-8ccf-72f4-c3d439ee1169-252342a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_85ddbcf0-dc14-8ccf-72f4-c3d439ee1164-252342a5 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_85ddbcf0-dc14-8ccf-72f4-c3d439ee1169-252342bb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_85ddbcf0-dc14-8ccf-72f4-c3d439ee1164-252342bb {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6be3aa79-1342-af6b-a670-9857ac653ec8-252342bb, #w-node-_6be3aa79-1342-af6b-a670-9857ac653ecb-252342bb, #w-node-_4a486a66-398a-97c9-4c68-b16d2ea34d39-252342bb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4a486a66-398a-97c9-4c68-b16d2ea34d46-252342bb {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb61e98f-020f-5f30-bd5d-337d4f25d76b-dd2c69c9 {
    order: -9999;
  }

  #w-node-fb61e98f-020f-5f30-bd5d-337d4f25d76d-dd2c69c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_148beb47-40ae-f414-033c-a7cb0d3c794f-0d3c78fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ef5cd4cf-3d2b-f85a-fe80-be1d4ef0f49c-63bf510c {
    justify-self: center;
  }

  #w-node-_06057b38-aab1-6922-843e-902bca271027-2523429f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5db45a8e-d6bb-221b-a952-48cd72d12118-2523429f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_62b4b33a-abf0-7de2-2c65-a249dade8145-252341e1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_148beb47-40ae-f414-033c-a7cb0d3c7915-0d3c78fb {
    place-self: center;
  }

  #w-node-_148beb47-40ae-f414-033c-a7cb0d3c794f-0d3c78fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_856e701f-4c32-7461-efb3-a39663bf513d-63bf510c {
    align-self: center;
  }
}


