:root {
  --hb-brown-mid: #383025;
  --hb-brown-light: #70614b;
  --hb-light-white: white;
  --hb-light-brown: #cac4ba;
  --hb-brown-dark: #271f1a;
}

body {
  color: var(--hb-brown-mid);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 110%;
}

h1 {
  color: var(--hb-brown-light);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Infant, sans-serif;
  font-size: 8em;
  font-weight: 300;
  line-height: 100%;
}

h2 {
  color: var(--hb-brown-light);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 4em;
  font-weight: 200;
  line-height: 120%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

.social-header {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  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;
}

.contain {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.page {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 80px;
  display: flex;
}

.social-link.google {
  background-color: #ffffff69;
  border: 5px solid #8a795f;
  border-radius: 500px;
  height: 80px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.section {
  width: 100%;
  position: relative;
}

.bg__hero {
  z-index: 0;
  background-color: var(--hb-light-white);
  background-image: linear-gradient(#ffffffe3, #fff), url('../images/5b15190e799d953c5e11b7e5_22553205_10211643645420869_5924877144632700349_o_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.hero__text {
  float: none;
  clear: none;
  color: var(--hb-brown-light);
  text-align: left;
  text-transform: none;
  flex: 0 auto;
  width: 80%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 150%;
  display: block;
  position: relative;
}

.accordion-wrapper {
  width: 90%;
  max-width: 1600px;
  margin-top: 20px;
}

.pricing-tab {
  background-color: var(--hb-light-brown);
  margin-bottom: 20px;
  padding: 1.5em;
  position: relative;
  overflow: hidden;
}

.pricing-tab.dark {
  background-color: var(--hb-brown-dark);
  color: var(--hb-light-white);
}

.pricing-tab.package {
  background-color: #cfc2cf;
}

.trigger {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.trigger.dark {
  color: var(--hb-light-brown);
}

.accordion-heading {
  letter-spacing: 1.2px;
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Infant, sans-serif;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 120%;
}

.content {
  margin-right: 0;
  padding-top: 0;
  padding-right: 100px;
  overflow: hidden;
}

.content.exception {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-right: 0;
}

.rte__default {
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.rte__default h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 130%;
}

.rte__default h2 {
  color: var(--hb-light-brown);
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 500;
}

.rte__default.dark {
  color: var(--hb-light-white);
}

.lottie-animation {
  width: 40px;
}

.lottie-animation._33 {
  filter: invert();
}

.div-block-1440 {
  background-color: #271f1a;
  background-image: linear-gradient(#5e524af2, #5e524af2), url('../images/hbface_1.webp');
  background-position: 0 0, 98%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 10px 20px 20px;
}

.hero__content {
  position: relative;
}

.spacer__100 {
  width: 100%;
  height: 100px;
}

.spacer__50 {
  width: 100%;
  height: 70px;
}

.align-left {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bg__treatment {
  z-index: 0;
  background-color: var(--hb-light-white);
  background-image: linear-gradient(#fff, #ffffffb0 6%, #ffffffd1), url('../images/5f0f64fd90bfd4746dca28e8_shutterstock_135817286_1.webp');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.bold-text-7 {
  color: var(--hb-brown-light);
  font-size: 1.2em;
  font-weight: 300;
}

.text-span-8 {
  font-size: 16px;
  font-style: italic;
  line-height: 120%;
}

.beauty {
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-slide {
  flex: none;
  width: 100%;
}

.header-h2 {
  text-align: left;
  font-size: 5em;
  font-weight: 200;
}

.h2-section {
  font-family: Cormorant Infant, sans-serif;
  font-size: 7em;
  font-weight: 300;
}

.insta-lottie, .whatsapp-lottie, .facebook-lottie {
  align-self: stretch;
}

.div-block-1443 {
  height: 50px;
}

.div-block-1444 {
  justify-content: space-between;
  display: flex;
}

.header-h1 {
  font-size: 10vw;
}

.left-nav {
  z-index: 80;
  border: 3px solid var(--hb-light-white);
  opacity: .5;
  cursor: pointer;
  border-radius: 500px;
  width: 50px;
  padding: 6px;
  position: relative;
  box-shadow: 0 2px 11px #000000c4;
}

.left-nav:hover {
  opacity: 1;
}

.navigation {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.right-nav {
  z-index: 80;
  border: 3px solid var(--hb-light-white);
  opacity: .5;
  cursor: pointer;
  border-radius: 500px;
  width: 50px;
  padding: 6px;
  position: relative;
  box-shadow: 1px 4px 4px #000000a3;
}

.right-nav:hover {
  opacity: 1;
}

.social-footer {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header__footer {
  color: var(--hb-brown-light);
  text-align: left;
  font-size: 3.5em;
  font-weight: 300;
}

.footer__text {
  float: none;
  clear: none;
  color: var(--hb-brown-light);
  text-align: left;
  text-transform: none;
  flex: 0 auto;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 150%;
  display: block;
  position: relative;
}

.footer__text-copy {
  float: none;
  clear: none;
  color: var(--hb-brown-light);
  text-align: left;
  text-transform: none;
  flex: 0 auto;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 150%;
  display: block;
  position: relative;
}

.div-block-1446 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--hb-brown-light);
  flex-flow: column;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
}

.div-block-1447 {
  background-color: var(--hb-light-white);
  background-image: linear-gradient(#f3f3f3ed, #ffffffc2), url('../images/hb1_1.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.text-span-13 {
  display: inline-block;
}

.div-block-1448 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.image-4 {
  width: 100px;
}

.div-block-1449 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 60px;
}

.div-block-1450 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.div-block-1451 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.image-6 {
  filter: invert();
  width: 70px;
}

.spacer__top {
  width: 100%;
  height: 100px;
}

.div-block-1452 {
  color: var(--hb-brown-light);
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.image-7 {
  width: 50%;
}

.div-block-1454 {
  flex: 1;
}

.image-8 {
  border: 4px solid var(--hb-light-white);
  background-color: var(--hb-light-brown);
  object-fit: cover;
  border-radius: 500px;
  width: 400px;
  height: 400px;
}

.div-block-1455 {
  flex: 0 auto;
  position: relative;
}

.image-9 {
  background-color: var(--hb-light-white);
  border-radius: 500px;
  width: 150px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.spacer__bottom {
  width: 100%;
  height: 60px;
}

.text-span-17 {
  color: var(--hb-brown-mid);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 7em;
  }

  h2 {
    font-size: 3.5em;
  }

  .social-header {
    flex: 0 auto;
    display: flex;
  }

  .social-link {
    width: 60px;
  }

  .social-link.google {
    width: 80px;
    height: 80px;
  }

  .social-link.footer {
    width: 80px;
  }

  .hero__text {
    width: 90%;
    padding-right: 0;
    font-size: 1.3em;
    font-weight: 400;
  }

  .accordion-wrapper {
    width: 90%;
  }

  .content {
    padding-right: 0;
  }

  .rte__default strong {
    font-weight: 500;
  }

  .spacer__100 {
    height: 60px;
  }

  .align-left {
    justify-content: space-between;
    align-items: center;
  }

  .header-h2 {
    font-size: 3.5em;
  }

  .div-block-1444 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
  }

  .header-h1 {
    font-size: 15vw;
  }

  .social-footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .header__footer {
    font-size: 3em;
  }

  .footer__text, .footer__text-copy {
    padding-right: 0;
    font-size: 1.3em;
    font-weight: 400;
  }

  .div-block-1448 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .spacer__top {
    height: 60px;
  }

  .div-block-1452 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .image-8 {
    width: 300px;
    height: 300px;
  }

  .spacer__bottom {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4.5em;
    font-weight: 400;
  }

  h2 {
    font-size: 3em;
    font-weight: 300;
  }

  .contain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__text {
    text-align: left;
    width: 100%;
    padding-right: 0;
  }

  .pricing-tab {
    padding: 1.2em;
  }

  .accordion-heading {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 2.2em;
    font-weight: 500;
  }

  .content {
    margin-right: 0;
  }

  .rte__default {
    margin-top: 20px;
  }

  .rte__default h2 {
    font-size: 1.2em;
  }

  .align-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
  }

  .header-h2 {
    text-align: right;
    font-size: 3em;
    font-weight: 200;
  }

  .h2-section {
    font-size: 4em;
  }

  .header-h1 {
    font-size: 12vw;
  }

  .left-nav, .right-nav {
    display: none;
  }

  .header__footer {
    font-size: 3.5em;
  }

  .footer__text {
    text-align: left;
    width: 100%;
    padding-right: 0;
    font-size: 1.2em;
    font-weight: 400;
  }

  .footer__text-copy {
    text-align: left;
    width: 100%;
    padding-right: 0;
    font-size: 1.3em;
    font-weight: 400;
  }

  .text-span-13 {
    display: block;
  }

  .div-block-1448 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: flex-start;
  }

  .image-4 {
    flex: none;
  }

  .div-block-1449 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
  }

  .text-span-14 {
    display: inline-block;
  }

  .image-8 {
    width: 400px;
    height: 400px;
  }

  .div-block-1455 {
    align-self: flex-end;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 5.5em;
    font-weight: 400;
  }

  h2 {
    font-weight: 200;
  }

  .social-link.google {
    width: 60px;
    height: 60px;
  }

  .social-link.footer {
    width: 60px;
  }

  .hero__text {
    text-align: left;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    font-size: 1.1em;
    line-height: 160%;
  }

  .accordion-wrapper {
    width: 100%;
  }

  .pricing-tab {
    padding: 1em;
  }

  .trigger.dark {
    font-weight: 400;
  }

  .accordion-heading {
    flex: 0 auto;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 100%;
    display: inline-flex;
  }

  .content.exception {
    padding-right: 0;
  }

  .rte__default {
    font-size: 16px;
  }

  .rte__default h3 {
    font-size: 1em;
  }

  .lottie-animation {
    flex: none;
    align-self: flex-start;
    width: 30px;
  }

  .div-block-1440 {
    background-image: linear-gradient(#443a34f7, #443a34f7), url('../images/hbface_1.webp');
    background-position: 0 0, 98%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-left: 20px;
  }

  .spacer__100 {
    height: 50px;
  }

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

  .bg__treatment {
    background-image: linear-gradient(#fff, #fff0 13%, #fff 47% 100%, #ffffffb0), url('../images/fill2_1.webp');
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
  }

  .bold-text-7 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 140%;
  }

  .text-span-8 {
    padding-top: 5px;
    font-size: 15px;
    display: inline-block;
  }

  .header-h2 {
    text-align: left;
    font-size: 4em;
    font-weight: 300;
  }

  .h2-section {
    font-size: 3.3em;
    line-height: 110%;
  }

  .div-block-1443 {
    height: 30px;
  }

  .div-block-1444 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .header-h1 {
    z-index: 5;
    font-size: 14vw;
    position: relative;
  }

  .text-span-10 {
    display: block;
  }

  .left-nav {
    border-width: 2px;
    width: 45px;
    padding: 2px;
  }

  .navigation {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .right-nav {
    border-width: 2px;
    width: 45px;
    padding: 2px;
  }

  .social-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .header__footer {
    text-align: left;
    font-size: 2.5em;
    font-weight: 400;
  }

  .footer__text {
    text-align: left;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    font-size: 1.1em;
    line-height: 160%;
  }

  .footer__text-copy {
    text-align: left;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 160%;
  }

  .heading {
    font-size: 3.2em;
  }

  .div-block-1448 {
    flex-flow: column;
  }

  .image-4 {
    display: none;
  }

  .div-block-1449 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
    justify-content: flex-start;
  }

  .image-5 {
    width: 60px;
  }

  .image-6 {
    width: 50px;
    display: none;
  }

  .text-span-16 {
    text-transform: none;
  }

  .spacer__top {
    height: 30px;
  }

  .div-block-1452 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .image-8 {
    width: 300px;
    height: 300px;
  }

  .div-block-1455 {
    align-self: flex-start;
  }

  .spacer__bottom {
    height: 30px;
  }
}

#w-node-db0f4650-4e98-099d-12a2-9e57a1ca7b25-479eaf00, #w-node-_7b690421-d8ca-54c5-1abf-f96f23f1b8bf-479eaf00, #w-node-cf6e31e5-da1c-7ead-68fb-c48974a576b7-479eaf00, #w-node-_25e78cef-bf5c-88df-1955-e0bca34159f0-479eaf00, #w-node-_1b5c363e-4677-2dcc-ad79-94453d5fe99d-479eaf00, #w-node-_200ca61e-a2df-5748-5900-a5cb00ccc172-479eaf00 {
  place-self: stretch stretch;
}


