.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

._1-first {
  position: relative;
  display: block;
  height: 100vh;
}

.image {
  display: none;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/Background.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/header-gradient.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar.fixed {
  height: 80px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  background-image: none;
  background-position: 0px 0px;
}

.logo {
  position: static;
  width: 157px;
  height: 46px;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1312px;
  padding-top: 13px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header.fixed {
  height: 80px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.button:hover {
  background-color: #024b40;
  color: #fff;
}

.nav-link {
  display: inline-block;
  margin-bottom: 12px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: Neurialgrotesk, sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  padding-bottom: 3px;
  border-bottom: 2px solid #f9f9f9;
  color: #f9f9f9;
}

.nav-link.w--current {
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.nav-link.fix {
  color: #313131;
}

.nav-link.fix:hover {
  border-bottom-color: #313131;
}

.nav-link.bur {
  color: #313131;
}

.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 28px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border: 1px none #000;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #fff;
  text-decoration: none;
}

.phone:hover {
  color: #ec9c6e;
}

.text-block {
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  text-decoration: none;
}

.text-block:hover {
  color: #ec9c6e;
}

.text-block.fix {
  color: #313131;
}

.text-block.fix:hover {
  color: #e4834b;
}

.image-3 {
  width: 20px;
  height: 20px;
  max-width: none;
  margin-right: 13px;
}

.contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 42px;
  margin-right: auto;
  margin-left: auto;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
}

.about-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 756px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._2-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 96px;
  padding-bottom: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.link-more-text {
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 20px;
  text-decoration: none;
}

.link-more-text:hover {
  color: #024b40;
}

.link-more {
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 3px;
  border-bottom: 1px solid #313131;
  text-decoration: none;
}

.link-more:hover {
  border-bottom-color: #024b40;
}

.img-woman {
  width: 73.5vw;
  max-width: none;
}

._3-beauty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f9f9f9;
}

.beauty-heading-tex {
  width: 250px;
  margin-left: 0vw;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 40px;
  line-height: 120%;
}

.beauty-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 52px;
  padding-left: 22.5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #313131;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #313131;
  text-decoration: none;
}

.btn-secondary:hover {
  border-style: solid;
  border-color: #024b40;
  background-color: transparent;
  color: transparent;
}

.btn-secondary.btn-black {
  background-color: transparent;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.btn-secondary.btn-black:hover {
  background-color: #024b40;
  color: #fff;
}

.btn-secondary.btn-white {
  width: 219px;
  border-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.btn-secondary.btn-white:hover {
  border-color: #024b40;
  background-color: #024b40;
  color: #313131;
}

.text-block-5 {
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 20px;
  font-weight: 500;
}

.text-block-5.btn-white {
  color: #fff;
}

.image-6 {
  margin-left: 20px;
  color: #313131;
}

.btn-book {
  margin-top: 32px;
}

.exclusive-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1276px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.exclusive {
  width: 412px;
  height: auto;
  padding: 100px 80px 76px 39px;
  background-color: #ec9c6e;
  background-image: url('../images/pattern.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.offer-heading {
  margin-bottom: 40px;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 28px;
  line-height: 128%;
  font-weight: 500;
}

.offer-desc {
  margin-bottom: 48px;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 28px;
  line-height: 128%;
  text-transform: capitalize;
}

._4-vip {
  padding-top: 97px;
  padding-bottom: 96px;
  background-color: #f9f9f9;
}

.image-7 {
  width: 304px;
  height: 460.0000305175781px;
  max-width: none;
}

.vip {
  width: 412px;
  height: 460px;
  padding-top: 101px;
  padding-right: 75px;
  padding-left: 43px;
  background-image: url('../images/Group-84.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-8 {
  width: 412px;
  max-width: none;
}

.vip-heading {
  margin-bottom: 40px;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 28px;
  line-height: 128%;
}

.vip-desc {
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 18px;
  line-height: 140%;
}

.image-9 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: auto;
  height: 146px;
}

.logo-center {
  display: none;
}

.bg-mob {
  display: none;
}

.image-13 {
  display: block;
}

.vip-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.img-pattern-mob {
  display: none;
}

.img-room {
  width: 304px;
  background-image: url('../images/Second-pic-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.vip-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
}

.offer-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-5-copy {
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 20px;
  font-weight: 500;
}

.text-block-5-copy.btn-white {
  color: #fff;
}

.img-bg {
  height: 100vh;
  background-image: url('../images/Background.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.btn-fix {
  display: none;
}

.logo-mini-mob {
  display: none;
}

.logo-mob {
  display: none;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-16 {
  display: none;
}

.close-menu {
  display: none;
}

.logo-full-menu {
  display: none;
}

.phone-menu {
  display: none;
}

.img-pattern-menu {
  display: none;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.address-menu {
  display: none;
}

.div-block-17 {
  display: none;
}

.img-women-mob {
  display: none;
}

.image-6-copy {
  display: none;
  margin-left: 20px;
}

.inst {
  display: none;
}

.fb {
  display: none;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
}

.social.social-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social.d {
  display: none;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 33px;
}

.nav-links.fix {
  color: #313131;
}

._5-spa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #f9f9f9;
}

.spa-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.spa-heading-text {
  width: 260px;
  margin-left: 0vw;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 40px;
  line-height: 120%;
}

.div-block-19 {
  width: 1276px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

._6-feel {
  margin-top: 95px;
  padding-top: 48px;
  padding-bottom: 76px;
  background-color: #024b40;
}

.text-block-11 {
  background-color: transparent;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
}

.text-feel {
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 20px;
  text-transform: uppercase;
}

.image-24 {
  margin-bottom: 27px;
}

.feelings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1059px;
  margin-top: 74px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body {
  padding-top: 0px;
  background-color: #f9f9f9;
}

._9-founder {
  padding-top: 96px;
  padding-bottom: 96px;
}

.founder-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1276px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 0px;
}

.founder-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 628px;
  padding-right: 50px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ec9c6e;
  background-image: url('../images/pattern-founder.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.founder-header {
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
}

.text-block-14 {
  margin-top: 36px;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 18px;
  line-height: 135%;
}

.text-block-15 {
  margin-top: 0px;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 18px;
  line-height: 140%;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-indent: 0px;
}

.founder-name {
  width: 408px;
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid #f9f9f9;
}

._11-photo {
  height: 25.1vw;
  margin-bottom: 0px;
  background-image: url('../images/Separator.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-4 {
  height: 1000px;
}

.img-inner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.strip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  padding-right: 2.5em;
  padding-left: 2.5em;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-sm {
  font-size: 0.75em;
}

.strip__item-link {
  margin-bottom: 0.125em;
  font-size: 6em;
  line-height: 0.5;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.draggable {
  display: none;
}

.strip__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.strip__item-number {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.strip-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-outer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25vw;
  border-radius: 0.25em;
}

.delete-this-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 75vh;
  padding: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 2em;
  background-color: rgba(45, 59, 59, 0.08);
}

.heading-h2 {
  margin-bottom: 0.375em;
  font-size: 3.157em;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.clone-button {
  position: fixed;
  left: auto;
  top: 3em;
  right: 3em;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75em 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9999px;
  background-color: #4596fb;
  box-shadow: inset 0 0 100px 100px transparent;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}

.clone-button:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.25);
}

.layout {
  width: 100%;
}

.badge {
  position: relative;
  top: -0.125em;
  display: inline-block;
  padding-right: 0.25em;
  padding-left: 0.25em;
  border-radius: 0.25em;
  background-color: rgba(105, 100, 126, 0.12);
  font-size: 64%;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 2.5em;
  padding-left: 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-large {
  max-width: 52ch;
  font-size: 1.25em;
  line-height: 1.6;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
  opacity: 0;
}

.header-2 {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 8.7em;
  padding-bottom: 6.2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-link_text {
  font-size: 1.2em;
}

.header_sub-line {
  width: 4em;
  height: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #242022;
}

.header_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5.is--nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
}

.section-5.is--dark {
  background-color: #242022;
  color: #dfdad5;
}

.nav-link-2 {
  padding-left: 2em;
}

.logo-2 {
  width: 6em;
  height: 1.6em;
}

.header_sub-text {
  margin-left: 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.slider-css {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 0px;
}

.swiper-component {
  position: relative;
  width: 100%;
}

.swiper-component.slider2.tall {
  overflow: hidden;
}

.swiper-component.slider1.pill {
  padding-right: 14em;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination {
  padding-top: 2.7em;
  padding-bottom: 2.7em;
}

.menu-icon_embed {
  width: 100%;
  height: 100%;
}

.overflow {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.container-2 {
  width: 1560px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 6em 2em;
}

.container-2.is--nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  padding: 0.5em 2.4em;
  border-style: solid;
  border-width: 1px;
  border-color: #242022;
  border-radius: 100vw;
  background-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(.165, .84, .44, 1);
  transition: all 200ms cubic-bezier(.165, .84, .44, 1);
  color: #242022;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
}

.button-2:hover {
  background-color: #242022;
  color: #dfdad5;
}

.swiper-arrow {
  display: inline-block;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #242022;
  border-radius: 100vw;
  background-color: transparent;
  background-image: url('../images/arrow-right.svg');
  background-position: 50% 50%;
  background-size: 30%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.swiper-arrow:hover {
  background-color: rgba(55, 50, 53, 0.06);
}

.swiper-arrow.button-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.menu-icon {
  display: none;
  width: 2em;
  height: 2em;
}

.logo_image {
  width: 100%;
}

.section-6 {
  position: relative;
  overflow: hidden;
  padding-top: 7%;
  padding-bottom: 7%;
}

.mb-0 {
  margin-bottom: 0px;
}

.card-slider_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  display: block;
  width: 90%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.card-slider_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dropdown-list {
  margin-top: -2px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.28);
}

.dropdown-list.w--open {
  background-color: #fff;
}

.header-wrapper_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.header-wrapper_right {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.d-inline-block {
  display: inline-block;
}

.card-slider_nav-icon {
  width: 10px;
  height: 18px;
}

.slick-slider.cms-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
}

.btn-icon {
  display: inline-block;
  margin-left: 14px;
}

.btn {
  display: inline-block;
  margin-top: 12px;
  margin-right: 12px;
  padding: 8px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #212121;
  box-shadow: inset 0 0 0 0 transparent;
  -webkit-transition: box-shadow 300ms ease-out, border-color 300ms ease-out;
  transition: box-shadow 300ms ease-out, border-color 300ms ease-out;
  color: #fff;
  text-decoration: none;
}

.btn:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.btn.btn-primary {
  border-color: transparent;
  background-color: #4253ff;
}

.btn.btn-primary.cc-dropdown {
  margin-top: 0px;
  padding: 12px 20px;
}

.btn.btn-primary.card-slider_nav-btn {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 12px;
  padding: 15px 20px;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px solid #aeb0b5;
}

.div-block-25 {
  position: relative;
  overflow: visible;
}

.div-block-26 {
  width: 50vw;
  height: auto;
  margin-left: auto;
}

.gallery-section {
  display: none;
  overflow: hidden;
  padding-top: 112px;
  padding-right: 25px;
  padding-left: 25px;
}

.gallery-wrapper {
  position: relative;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}

.section-title {
  margin-top: 75px;
  margin-bottom: 50px;
  font-size: 48px;
  line-height: 60px;
}

.cms-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.collection-item {
  max-width: none;
  padding-right: 15px;
  padding-left: 15px;
}

.prev_next {
  position: absolute;
  left: auto;
  top: 6px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fd665e;
  background-color: #f2f2f2;
  cursor: pointer;
}

.prev:hover {
  background-color: rgba(253, 102, 94, 0.44);
}

.next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fd665e;
  background-color: #f2f2f2;
  cursor: pointer;
}

.next:hover {
  background-color: rgba(253, 102, 94, 0.44);
}

.div-block-27 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-25 {
  display: block;
}

._8-hair {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 877px;
  margin-top: 0px;
  margin-bottom: auto;
  padding-top: 327px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/hair-bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hair-content {
  display: block;
  width: 1276px;
  margin-right: auto;
  margin-left: auto;
}

.hair {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 844px;
  margin-left: auto;
}

.text-block-16 {
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 40px;
  line-height: 120%;
}

.text-block-17 {
  margin-top: 32px;
  margin-bottom: 34px;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

.hair-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 519px;
  margin-left: 67px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-secondary--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 226px;
  height: 52px;
  padding-left: 22.5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f9f9f9;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #fff;
  text-decoration: none;
}

.btn-secondary--left:hover {
  border-style: solid;
  border-color: #024b40;
  background-color: #024b40;
  color: #f9f9f9;
}

.btn-secondary--left.btn-black {
  background-color: transparent;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.btn-secondary--left.btn-black:hover {
  background-color: #024b40;
  color: #fff;
}

.btn-secondary--left.btn-white {
  width: 219px;
  border-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.btn-secondary--left.btn-white:hover {
  border-color: #024b40;
  background-color: #024b40;
  color: #313131;
}

.btn-text-sec {
  margin-left: 20px;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 20px;
  font-weight: 500;
}

.btn-text-sec.btn-white {
  color: #fff;
}

.btn-text-sec.black {
  color: #313131;
}

.arrow-left {
  margin-right: 20px;
  margin-left: 0px;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-31 {
  margin-right: auto;
  margin-left: auto;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 40px;
  line-height: 135%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

._12-reviews-header {
  display: block;
  padding-top: 96px;
  padding-bottom: 0px;
  background-color: #f0f0f2;
}

.review-text {
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 14px;
  line-height: 135%;
}

.review {
  width: 412px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-26 {
  width: 106px;
  max-width: none;
  margin-bottom: 18px;
}

.client-name {
  margin-left: 24px;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 14px;
  font-weight: 500;
}

.client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  display: block;
  padding-top: 53px;
  padding-bottom: 0px;
  background-color: #171717;
  background-image: url('../images/pattern-f.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1276px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 82px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-nav-link {
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
}

.footer-nav-link:hover {
  color: #ec9c6e;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 18px;
}

.nav-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
}

.text-block-20 {
  color: #f9f9f9;
}

.text-block-21 {
  margin-bottom: 13px;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 20px;
  font-weight: 400;
}

.contact-f {
  display: block;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 13px;
}

.contact-f.contact-mob {
  display: none;
}

.link {
  opacity: 0.75;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
}

.link:hover {
  opacity: 1;
  color: #ec9c6e;
}

.slider-right-arrow {
  color: #444;
}

.slider-text {
  font-family: Oswald, sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slider-container {
  display: none;
  overflow: hidden;
  width: 100vw;
  min-height: 300px;
  padding: 40px;
}

.slider-left-arrow {
  color: #444;
}

.mask {
  position: static;
  overflow: visible;
}

._12-reviews-content {
  overflow: hidden;
}

.dot-divider {
  width: 0.25em;
  height: 0.25em;
  margin-right: 0.75em;
  margin-left: 0.75em;
  border-radius: 100%;
  background-color: #ff7a00;
}

.text-f-13 {
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 1.05em;
  line-height: 1;
  font-weight: 300;
  white-space: nowrap;
}

.text-f-13.all-caps {
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: hsla(0, 0%, 100%, 0.6);
}

.header-3 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.75em;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
}

.credentials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  padding-right: 3em;
  padding-bottom: 2em;
  padding-left: 3em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gradient-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: auto;
  height: 175%;
  margin: auto;
}

.slide-img {
  z-index: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-f-14-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-f-14 {
  font-family: Oswald, sans-serif;
  color: #878787;
  font-size: 1.1em;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.swiper-wrapper.first-swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  min-height: 0vh;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f0f0f2;
}

.location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-img-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(65%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(180deg, transparent, transparent 50%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.75));
}

.slide-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.carousel-arrow-oval {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 3;
  display: none;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 100%;
  background-color: #ff7a00;
}

.carousel-arrow-oval.next-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 5.5em;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.carousel-arrow-icon {
  position: relative;
  z-index: 4;
  display: none;
  width: auto;
  height: 1.25em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider {
  position: relative;
  overflow: visible;
  margin-bottom: 0em;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.carousel-arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.carousel-arrow.arrow-next {
  padding-right: 1em;
  padding-left: 0em;
}

.text-f-15 {
  font-family: Inconsolata, monospace;
  color: #000;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
}

.text-f-15.light-grey-font {
  color: rgba(0, 0, 0, 0.5);
}

.text-f-15.grey-font {
  color: rgba(0, 0, 0, 0.75);
}

.carousel-arrows {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.credential {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slide-divider {
  width: 4em;
  height: 0.1em;
  margin-top: 2em;
  background-color: #ff7a00;
}

.divider {
  width: 4em;
  height: 1px;
  margin-right: 1.5em;
  background-color: #878787;
}

.divider.left-margin {
  margin-right: 0em;
  margin-left: 1.2em;
}

.swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 0.9;
  color: hsla(0, 0%, 100%, 0.5);
}

.carousel-arrow-w {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.carousel-arrow-w.arrow-next {
  width: 30vw;
  margin-right: 0em;
  background-image: -webkit-gradient(linear, right top, left top, from(#f0f0f2), to(hsla(0, 0%, 96.1%, 0)));
  background-image: linear-gradient(270deg, #f0f0f2, hsla(0, 0%, 96.1%, 0));
}

.carousel-arrow-w.arrow-previous {
  width: 30vw;
  margin-left: 0em;
  background-image: linear-gradient(264deg, hsla(0, 0%, 96.1%, 0), #f0f0f2);
}

.swiper.first-swiper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-copy {
  position: static;
  display: block;
  width: 600px;
  height: 400px;
  background-color: transparent;
}

.client-photo {
  width: 30px;
  height: 30px;
  max-width: none;
}

.stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 8px;
}

.footer-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  margin-left: 124px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 30px;
}

.footer-logo {
  width: 225px;
  max-width: none;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
}

.footer-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  margin-top: 47px;
  padding-top: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: hsla(0, 0%, 97.7%, 0.4) #000 #000;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1276px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Neurialgrotesk, sans-serif;
}

.text-block-22 {
  opacity: 0.5;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 16px;
}

.fb-f {
  color: #f9f9f9;
}

.fb-f:hover {
  color: #ec9c6e;
}

.html-embed-2 {
  color: #f9f9f9;
}

.html-embed-2:hover {
  color: #ec9c6e;
}

.subscribe-header {
  width: auto;
  margin-bottom: 20px;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 20px;
  line-height: 24px;
}

.subscribe {
  width: 231px;
  margin-top: 18px;
  margin-left: 89px;
}

.text-field {
  display: none;
  width: 231px;
  margin-bottom: 32px;
  padding-bottom: 9px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #f9f9f9;
  background-color: transparent;
  font-family: Neurialgrotesk, sans-serif;
  color: #fff;
  font-size: 16px;
}

.text-field::-webkit-input-placeholder {
  font-family: Neurialgrotesk, sans-serif;
  color: rgba(240, 240, 242, 0.7);
}

.text-field:-ms-input-placeholder {
  font-family: Neurialgrotesk, sans-serif;
  color: rgba(240, 240, 242, 0.7);
}

.text-field::-ms-input-placeholder {
  font-family: Neurialgrotesk, sans-serif;
  color: rgba(240, 240, 242, 0.7);
}

.text-field::placeholder {
  font-family: Neurialgrotesk, sans-serif;
  color: rgba(240, 240, 242, 0.7);
}

.submit-button {
  width: auto;
  height: 48px;
  padding-right: 22px;
  padding-left: 22px;
  border-style: solid;
  border-width: 1px;
  border-color: #f9f9f9;
  background-color: transparent;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: Neurialgrotesk, sans-serif;
  font-size: 18px;
}

.submit-button:hover {
  border-color: #024b40;
  background-color: #024b40;
}

.div-block-39 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 50vw;
  height: 600px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}

.gallery {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 64vw;
  height: auto;
  margin-left: auto;
  padding-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 20px;
}

.photo-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
}

.div-block-41 {
  display: none;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

._7-gallery {
  position: relative;
  height: auto;
  padding-top: 96px;
  padding-bottom: 96px;
}

.text-block-25 {
  width: 400px;
  margin-bottom: 36px;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
}

.gallery-header {
  position: absolute;
  left: 0%;
  top: 94px;
  right: 0%;
  bottom: auto;
  width: 1276px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-21-copy {
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 20px;
  font-weight: 400;
}

.image-32 {
  color: #313131;
}

.text-field-2 {
  width: 231px;
  min-width: 0px;
  margin-bottom: 32px;
  padding-bottom: 9px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #f9f9f9;
  background-color: transparent;
  font-family: Neurialgrotesk, sans-serif;
  color: #fff;
  font-size: 16px;
}

.text-field-2:focus {
  border-bottom-color: #ec9c6e;
}

.text-field-2::-webkit-input-placeholder {
  color: hsla(0, 0%, 97.7%, 0.7);
}

.text-field-2:-ms-input-placeholder {
  color: hsla(0, 0%, 97.7%, 0.7);
}

.text-field-2::-ms-input-placeholder {
  color: hsla(0, 0%, 97.7%, 0.7);
}

.text-field-2::placeholder {
  color: hsla(0, 0%, 97.7%, 0.7);
}

.icon-feel {
  height: 71px;
  margin-bottom: 21px;
}

._10-bg-mob {
  display: none;
}

.reviews-mob {
  display: none;
}

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

.text-block-28 {
  font-family: Neurialgrotesk, sans-serif;
  color: #fff;
  font-size: 18px;
}

._1-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Background-pic_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1276px;
  margin-right: auto;
  margin-bottom: 124px;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-29 {
  width: 555px;
  font-family: Neurialgrotesk, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 130%;
}

._2-emerald-is {
  padding-top: 96px;
  background-color: #f0f0f2;
}

.emerald-is-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1276px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 20px;
}

.emerald-is-text {
  height: auto;
  padding-top: 124px;
  padding-right: 108px;
  padding-left: 108px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #f9f9f9;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Neurialgrotesk, sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 400;
  text-transform: uppercase;
}

.light-text {
  margin-top: 32px;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 140%;
}

._3-at-emerald {
  padding-top: 96px;
  background-color: #f0f0f2;
}

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-34 {
  width: 100vw;
  margin-top: 0px;
}

.video-play {
  position: relative;
  margin-top: 36px;
}

.image-35 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  margin: auto;
}

._4-our-values {
  padding-top: 96px;
  padding-bottom: 97px;
  background-color: #f9f9f9;
}

.our-vales-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1276px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-vales-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
}

.our-vales-text {
  width: 460px;
  margin-top: auto;
  margin-bottom: auto;
}

.btn-secondary--left-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 226px;
  height: 52px;
  padding-left: 22.5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #313131;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  text-decoration: none;
}

.btn-secondary--left-black.btn-black {
  background-color: transparent;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.btn-secondary--left-black.btn-black:hover {
  background-color: #024b40;
  color: #fff;
}

.btn-secondary--left-black.btn-white {
  width: 219px;
  border-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.btn-secondary--left-black.btn-white:hover {
  border-color: #024b40;
  background-color: #024b40;
  color: #313131;
}

.book-online {
  margin-top: 32px;
}

._5-inst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 95px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f0f0f2;
}

.inst-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1276px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 3px;
}

.inst-5 {
  display: none;
}

.link-2 {
  color: #313131;
  text-decoration: none;
}

.form-block {
  margin-bottom: 22px;
}

.link-3 {
  color: hsla(0, 0%, 97.7%, 0.5);
  font-size: 16px;
  text-decoration: none;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 34px;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  padding-top: 110px;
  padding-left: 82px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 0px;
  background-color: #f9f9f9;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1276px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 20px;
}

._2-map {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #f0f0f2;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
}

.link-block {
  color: #313131;
  text-decoration: none;
}

.text-block-30 {
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 140%;
}

.text-block-31 {
  font-family: Neurialgrotesk, sans-serif;
  font-size: 18px;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding-top: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100px;
  background-color: transparent;
}

.html-embed-6 {
  border-style: none;
  border-width: 1px;
  border-color: #a25b5b;
  color: #322020;
}

.html-embed-6:hover {
  border-style: none;
  border-color: #901f1f;
  background-color: transparent;
  color: transparent;
}

.html-embed-7 {
  display: none;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 107px;
  grid-column-gap: 36px;
  grid-row-gap: 0px;
}

.inst-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #a25b5b;
  color: #322020;
}

.inst-contact:hover {
  border-style: none;
  border-color: #901f1f;
  background-color: transparent;
  color: transparent;
}

.html-embed-8 {
  display: none;
}

.html-embed-9 {
  margin-bottom: 0px;
}

._1-contacts-main {
  height: 465px;
  background-image: url('../images/contact-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-66-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100px;
  background-color: transparent;
}

._5-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 618px;
  margin-bottom: 96px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/form-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._5-form.vip-form {
  position: static;
  height: auto;
  padding-top: 96px;
  padding-bottom: 96px;
}

.form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1276px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 82px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-request {
  width: 546px;
  height: auto;
  padding: 54px 69px 53px 68px;
  background-color: #f9f9f9;
}

.heading-4 {
  margin-top: 0px;
  font-family: Neurialgrotesk, sans-serif;
  color: #f0f0f2;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.form-text {
  width: 400px;
}

.form-text.vip-form {
  width: 430px;
}

.text-block-32 {
  margin-top: 32px;
  font-family: Neurialgrotesk, sans-serif;
  color: hsla(0, 0%, 97.7%, 0.95);
  font-size: 18px;
  line-height: 125%;
  font-weight: 400;
}

.field {
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 rgba(49, 49, 49, 0.5);
  background-color: transparent;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 18px;
}

.field:focus {
  border-bottom-color: #024b40;
}

.field-label {
  margin-bottom: 0px;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-weight: 400;
}

.submit-button-2 {
  width: 177px;
  height: 48px;
  background-color: #024b40;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: Neurialgrotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.submit-button-2:hover {
  opacity: 0.9;
}

.message {
  overflow: auto;
  height: 80px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(49, 49, 49, 0.5);
  background-color: transparent;
  font-family: Neurialgrotesk, sans-serif;
  font-size: 18px;
}

.message:focus {
  border-color: #024b40;
}

.message::-webkit-input-placeholder {
  font-family: Neurialgrotesk, sans-serif;
  color: rgba(49, 49, 49, 0.3);
  font-size: 16px;
}

.message:-ms-input-placeholder {
  font-family: Neurialgrotesk, sans-serif;
  color: rgba(49, 49, 49, 0.3);
  font-size: 16px;
}

.message::-ms-input-placeholder {
  font-family: Neurialgrotesk, sans-serif;
  color: rgba(49, 49, 49, 0.3);
  font-size: 16px;
}

.message::placeholder {
  font-family: Neurialgrotesk, sans-serif;
  color: rgba(49, 49, 49, 0.3);
  font-size: 16px;
}

.map-700 {
  display: none;
}

.html-embed-10 {
  display: none;
}

.form-block-2 {
  position: static;
  font-family: Neurialgrotesk, sans-serif;
}

.text-block-33 {
  display: none;
}

.html-embed-11 {
  display: none;
}

.success-message-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  width: auto;
  height: auto;
  margin: auto;
  padding: 0px;
  border-radius: 1px;
  background-color: rgba(49, 49, 49, 0.5);
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.text-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
}

.error-message {
  padding-left: 15px;
  background-color: #f5c2c2;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 18px;
}

.text-block-35 {
  line-height: 120%;
  text-align: center;
}

.section-17 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  height: 80px;
  background-color: transparent;
}

.header-fix {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1312px;
  height: 80px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-fix.fixed {
  height: 80px;
}

.navbar-fix {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/header-gradient.svg');
  background-position: 0% 0%;
}

.navbar-fix.fixed {
  z-index: 99999;
  display: none;
  height: 80px;
  padding-right: 9px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  background-image: none;
  background-position: 0px 0px;
}

.navbar-fix.fixed.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
  background-position: 0px 0px;
  box-shadow: 0 12px 42px 0 rgba(49, 49, 49, 0.03);
}

.button--fix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 46px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #024b40;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.button--fix:hover {
  border-style: none;
  border-width: 1px;
  border-color: #024b40;
  background-color: rgba(2, 75, 64, 0.9);
  color: #fff;
}

.logo-copy {
  position: static;
  display: block;
  width: auto;
  height: 103px;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.brand {
  width: auto;
  margin-right: 110px;
}

.brand.w--current {
  margin-right: 90px;
}

.navbar-main {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: none;
  overflow: visible;
  height: 150px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: url('../images/header-gradient.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.navbar-main.fixed {
  height: 80px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  background-image: none;
  background-position: 0px 0px;
}

.nav-links-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-bottom: 2px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 33px;
}

.nav-links-main.fix {
  color: #313131;
}

.body-2 {
  background-color: #f9f9f9;
}

.brand-2 {
  margin-right: 90px;
}

.brand-2.w--current {
  margin-right: 80px;
}

.spa-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 525px;
  padding-bottom: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/spa-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tabs-menu {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 362px;
  margin-right: auto;
  padding-top: 54px;
  padding-bottom: 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f9f9f9;
  box-shadow: 140px 0 100px 12px hsla(0, 0%, 49%, 0.14);
}

.tab-link {
  padding: 42px 0px 42px 82px;
  background-color: #f9f9f9;
  font-family: Neurialgrotesk, sans-serif;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
}

.tab-link:hover {
  color: #ec9c6e;
}

.tab-link.w--current {
  padding-left: 82px;
  background-color: #f9f9f9;
  color: #ec9c6e;
}

.tab-link.w--current:hover {
  color: #ec9c6e;
}

.text-block-36 {
  font-family: Neurialgrotesk, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1430px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f0f0f2;
}

.tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-left: 78px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-link-tab-1 {
  background-color: transparent;
}

.tab-link-tab-2 {
  background-color: transparent;
}

.tab-link-in {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 5px 0px 0px;
  background-color: transparent;
  font-family: Neurialgrotesk, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.tab-link-in:hover {
  color: #024b40;
}

.tab-link-in.w--current {
  margin-top: 15px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 0px;
  border-bottom: 2px solid #000;
  background-color: transparent;
  color: #313131;
}

.tab-link-in.w--current:hover {
  border-bottom-color: #024b40;
  color: #024b40;
}

.tab-pane-tab-1 {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-right: 40px;
}

.tab-pane-tab-1-2 {
  width: 478px;
  height: auto;
  margin-left: 190px;
  background-color: transparent;
}

.main-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 32px 32px 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 0px;
  background-color: #fff;
}

.duration-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-45 {
  margin-right: 11px;
}

.text-block-37 {
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 18px;
}

.option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-38 {
  opacity: 1;
  font-family: Neurialgrotesk, sans-serif;
  color: rgba(49, 49, 49, 0.85);
  font-size: 18px;
  font-weight: 500;
}

.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-4 {
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
}

.text-block-39 {
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 18px;
  text-decoration: none;
}

.button-3 {
  background-color: #ec9c6e;
}

.book-now {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 42px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ec9c6e;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 16px;
  text-decoration: none;
}

.image-46 {
  margin-left: 18px;
}

.thanks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 20px;
}

.discover-more {
  display: block;
  border-bottom: 2px solid #000;
  text-decoration: none;
}

.discover-more:hover {
  color: #ec9c6e;
}

.navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.div-block-79 {
  width: 0px;
  background-color: #fff;
}

.tab-link-default {
  height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.tab-link-default.w--current {
  height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.text-block-40 {
  height: 0px;
}

.tab-pane-default {
  margin-left: 79px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-47 {
  position: relative;
  margin-left: 0px;
}

.div-block-80 {
  position: relative;
  width: 914px;
  height: 480px;
  margin-left: 0px;
}

.text-block-41 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
}

.text-block-42 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Neurialgrotesk, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
}

.image-48 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.bg-nav {
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 100%;
  background-color: #f9f9f9;
}

.bag-nav-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 50%;
  height: 100%;
  background-color: #f0f0f2;
}

.tab-link-default-2 {
  height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.tab-link-default-2.w--current {
  height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.text-block-43 {
  height: 0px;
}

.text-block-44 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 20px;
  margin-bottom: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}

.div-block-82 {
  position: relative;
  width: 478px;
  height: 480px;
  margin-left: 190px;
}

.image-49 {
  display: block;
  width: 520px;
  height: 480.0000305175781px;
}

.image-50 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.image-51 {
  position: static;
}

.div-block-83 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-45 {
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1276px;
  height: 194px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-5 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Neurialgrotesk, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.text-block-46 {
  margin-right: 17px;
  font-family: Neurialgrotesk, sans-serif;
  color: #fff;
  font-size: 28px;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1127px;
  margin-top: 122px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f9f9f9;
}

.text-block-47 {
  font-family: Neurialgrotesk, sans-serif;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 232px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 279px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 244px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.popup-4-form---brix {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.error-message---brix {
  padding: 20px;
  border-radius: 16px;
}

.popup-content-wrapper---brix {
  position: relative;
  z-index: 100;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 3px 14px 0 rgba(74, 58, 255, 0.16), 0 -2px 4px 0 rgba(20, 20, 43, 0.12), 0 12px 44px 0 rgba(20, 20, 43, 0.34);
}

.popup-4-image-wrapper---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 45%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-4---illustration---brix {
  position: relative;
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dummy-display {
  margin-bottom: 16px;
  color: #a0a3bd;
  line-height: 1.2;
}

.popup-title---brix {
  margin-bottom: 8px;
}

.paragraph.dummy-paragraph {
  margin-bottom: 32px;
  color: #a0a3bd;
}

.close-popup---brix {
  position: absolute;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.close-popup---brix:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.subscribe-button---brix {
  position: absolute;
  left: auto;
  top: auto;
  right: 12px;
  bottom: auto;
  padding: 16px 32px;
  border-radius: 80px;
  background-color: #4a3aff;
  background-image: none;
  box-shadow: 0 3px 12px 0 rgba(74, 58, 255, 0.12);
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.subscribe-button---brix:hover {
  background-color: #3527d8;
  box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.subscribe-button---brix.ebook-button---brix {
  position: static;
  margin-top: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: none;
}

.button-arrow {
  margin-left: 6px;
}

.popup-4---brix {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 55%;
  padding: 58px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  text-align: left;
}

.success-message---brix {
  border-radius: 16px;
  background-color: #4a3aff;
  color: #fff;
}

.dummy-hero-wrapper---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dummy-hero-wrapper---brix.preview-page---brix {
  padding: 32px 50px;
}

.image-thumbnail-illustration---brix {
  width: 100%;
  height: 100%;
  max-height: 440px;
}

.limit-content---brix {
  width: 100%;
  max-width: 456px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.popup-form-block---brix {
  width: 100%;
  margin-bottom: 0px;
}

.cloneable-container-default {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 624px;
  padding-top: 132px;
  padding-bottom: 132px;
  border-radius: 20px;
  background-color: #f7f7fb;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.popup-wrapper---brix {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-wrapper---brix.preview-page {
  position: absolute;
}

.overlay---brix {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.61);
}

.input---brix {
  min-height: 60px;
  margin-bottom: 0px;
  padding: 30px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 500px;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #170f49;
  font-size: 18px;
  line-height: 20px;
}

.input---brix:hover {
  border-color: #4a3aff;
  color: #4a3aff;
}

.input---brix:focus {
  border-color: #4a3aff;
  color: #4a3aff;
}

.input---brix::-webkit-input-placeholder {
  color: #6f6c90;
}

.input---brix:-ms-input-placeholder {
  color: #6f6c90;
}

.input---brix::-ms-input-placeholder {
  color: #6f6c90;
}

.input---brix::placeholder {
  color: #6f6c90;
}

.input---brix.mg-bottom-16 {
  margin-bottom: 16px;
}

.dummy-hero-button---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
  padding: 20px 40px 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 80px;
  background-color: #d9dbe9;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.04);
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #6f6c90;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dummy-hero-button---brix:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: scale3d(1, 1, 0.01) translate(0px, -2px);
  transform: scale3d(1, 1, 0.01) translate(0px, -2px);
}

.pop-up-massage {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(49, 49, 49, 0.25);
  opacity: 1;
}

.div-block-90 {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1060px;
  height: 580px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  opacity: 1;
}

.text-block-48 {
  font-size: 14px;
}

.div-block-91 {
  padding: 7px 14px;
  background-color: #f9f9fa;
}

.text-block-49 {
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 140%;
}

.text-block-50 {
  margin-bottom: 31px;
  font-family: Neurialgrotesk, sans-serif;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
}

.div-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 39px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rd-btn {
  position: static;
  z-index: 1;
  display: block;
  width: 20px;
  height: 40px;
  border-style: none;
  border-color: #313131;
  border-radius: 0px;
  background-color: #ba3434;
}

.rd-btn.w--redirected-checked {
  background-color: #343fba;
}

.radio-button-label {
  position: absolute;
  z-index: 2;
  display: block;
  margin-left: 100px;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 140%;
}

.duration {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 181px;
  height: 42px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #313131;
}

.field-label-2 {
  margin-bottom: 12px;
  font-family: Neurialgrotesk, sans-serif;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

.form-3 {
  margin-top: 19px;
}

.btn-pop-up {
  display: block;
  width: auto;
  height: 42px;
  margin-top: 41px;
  padding-right: 60px;
  padding-left: 16.5px;
  background-color: #bfbfbf;
  background-image: url('../images/arrow-card.svg');
  background-position: 89% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Neurialgrotesk, sans-serif;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
}

.radio-button-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #bc2121;
  background-color: #883d3d;
}

.radio-button-2.w--redirected-checked {
  background-color: #f0a5a5;
}

.div-block-93 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 49, 49, 0.25);
}

.div-block-94 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: 20px;
  padding: 20px 40px 40px;
}

.heading-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Neurialgrotesk, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.heading-text.after-click {
  display: none;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  font-size: 28px;
  line-height: 120%;
}

.arrow-down {
  display: none;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}

.tabs-content-2 {
  overflow: visible;
  height: auto;
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 40px;
}

.preview {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.image-52 {
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-54 {
  margin-bottom: 20px;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 21px;
  line-height: 100%;
}

.text-block-55 {
  margin-bottom: 20px;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 22px;
  text-transform: uppercase;
}

.list {
  font-family: Neurialgrotesk, sans-serif;
}

.text-block-56 {
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
}

.text-block-57 {
  margin-bottom: 20px;
  font-family: Neurialgrotesk, sans-serif;
  font-size: 20px;
}

.other-services {
  margin-top: 42px;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
}

.list-item {
  color: #313131;
}

.text-block-58 {
  color: #313131;
}

.emerald-massage {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}

.back-to-cat {
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.submit-button-3 {
  display: none;
}

.select-field {
  display: block;
  margin-bottom: 20px;
  font-family: Neurialgrotesk, sans-serif;
}

.choose-option {
  margin-bottom: 0px;
}

.list-item-2 {
  color: #313131;
}

.list-item-3 {
  color: #313131;
}

.list-item-4 {
  color: #313131;
}

.preview-photo {
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-53 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.div-block-99 {
  display: none;
}

.html-embed-12 {
  display: none;
}

.tab-pane-tab-2 {
  width: 478px;
  margin-right: 0px;
  margin-left: 190px;
}

.tab-pane-tab-3 {
  margin-left: 204px;
}

.tab-pane-tab-2-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.tab-pane-tab-3-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.tab-pane-tab-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.tab-pane-tab-5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.dur-btn {
  position: absolute;
  width: 181px;
  height: 42px;
  margin-top: 0px;
  border-color: #313131;
  border-radius: 0px;
}

.dur-btn:hover {
  box-shadow: 0 0 5px 0 hsla(0, 0%, 59.6%, 0.25);
}

.dur-btn.w--redirected-checked {
  display: block;
  border: 1px solid #313131;
  border-radius: 0%;
  background-color: #f9f9f9;
}

.duration-option {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 18px;
}

.radio-button-field {
  position: relative;
  width: 181px;
  height: 42px;
  margin-bottom: 0px;
}

.radio-button-field:hover {
  box-shadow: 0 5px 7px 0 hsla(0, 0%, 59.6%, 0.25);
}

.div-block-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
}

.div-block-101 {
  background-color: #fff;
}

.div-block-101:hover {
  box-shadow: -2px 16px 30px 0 rgba(1, 1, 1, 0.32);
}

.image-54 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer-spa {
  display: block;
  padding-top: 53px;
  padding-bottom: 0px;
  background-color: #171717;
  background-image: url('../images/pattern-f.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.body-4 {
  overflow: visible;
}

.div-block-102 {
  background-color: #fff;
}

.div-block-102:hover {
  box-shadow: -2px 16px 30px 0 rgba(1, 1, 1, 0.32);
}

.tab-link-in-2 {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 5px 0px 0px;
  background-color: transparent;
  font-family: Neurialgrotesk, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.tab-link-in-2:hover {
  color: #024b40;
}

.tab-link-in-2.w--current {
  margin-top: 15px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 0px;
  border-bottom: 2px solid #000;
  background-color: transparent;
  color: #313131;
}

.tab-link-in-2.w--current:hover {
  border-bottom-color: #024b40;
  color: #024b40;
}

._2-what-you-can-expect {
  padding-top: 96px;
  padding-bottom: 96px;
}

._2-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1275px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-59 {
  margin-bottom: 4px;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 140%;
}

.vip-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 32px;
  margin-left: 0px;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 40px;
  line-height: 120%;
  font-weight: 400;
  text-transform: uppercase;
}

.feature-content {
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-60 {
  width: 735px;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 140%;
}

.div-block-106 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.features-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-61 {
  position: absolute;
  left: auto;
  top: auto;
  right: 14px;
  bottom: 20px;
  font-family: Neurialgrotesk, sans-serif;
  color: #f0f0f2;
  font-size: 24px;
  line-height: 150%;
  text-transform: capitalize;
}

._2-features {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #f0f0f2;
}

._4-gallery {
  position: relative;
  height: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #f0f0f2;
}

._1-main-vip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Background-pic_1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.form-content-vip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1276px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-request-vip {
  position: static;
  width: 716px;
  height: 511px;
  padding: 54px 69px 43px 68px;
  background-color: #f9f9f9;
}

.form-block-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 579.0104370117188px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-108 {
  width: 260px;
}

.column-2 {
  padding-left: 0px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-57 {
  display: none;
}

.submit-button-2-copy {
  width: 177px;
  height: 48px;
  margin-left: auto;
  background-color: #024b40;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: Neurialgrotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.submit-button-2-copy:hover {
  opacity: 0.9;
}

.form-block-2-copy {
  font-family: Neurialgrotesk, sans-serif;
}

.form-block-2-copy-copy {
  display: none;
  font-family: Neurialgrotesk, sans-serif;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 525px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Background-pic.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 40px;
  line-height: 120%;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-109 {
  width: 1060px;
  margin: 0px auto;
}

.text-block-62 {
  line-height: 140%;
}

.policy-text {
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 140%;
  white-space: normal;
}

.div-block-110 {
  width: 1060px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.police-heading {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: Neurialgrotesk, sans-serif;
  color: #024b40;
  line-height: 120%;
  font-weight: 400;
  text-transform: uppercase;
}

.police-item {
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 145%;
}

.police-list {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
}

.section-24 {
  padding-top: 60px;
  background-color: #f0f0f2;
}

.policy-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 60px;
  background-color: #f9f9f9;
}

.info-block {
  width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-113 {
  height: 0px;
  margin-top: -10px;
}

.link-5 {
  color: #024b40;
  text-decoration: none;
  white-space: normal;
}

.main-terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 525px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Terms-and-conditions.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-114 {
  width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 60px;
  background-color: #f9f9f9;
}

.heading-terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 40px;
  line-height: 120%;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-terms.terms-mob {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #024b40;
}

.utility-page-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 939px;
  height: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/404.svg');
  background-position: 0px 0px;
  background-size: auto;
  text-align: center;
}

.heading-8 {
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 50px;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
}

.text-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 472px;
  margin-top: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
}

.button-4 {
  width: 170px;
  height: 46px;
  margin-top: 36px;
  padding-top: 12px;
  background-color: #f9f9f9;
  font-family: Neurialgrotesk, sans-serif;
  color: #024b40;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-block-64 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  font-family: Neurialgrotesk, sans-serif;
  font-size: 500px;
  line-height: 100%;
  font-weight: 700;
}

.sticky-clone {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #f1f4f6;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.07);
  -o-object-fit: cover;
  object-fit: cover;
}

.no-margin {
  margin-bottom: 0px;
}

.buttons-sideflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-5 {
  min-width: 240px;
  padding: 15px 20px;
  border: 1px none #000;
  border-radius: 33px;
  background-color: #203492;
  -webkit-transition: color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease;
  transition: transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  font-size: 16px;
  text-align: center;
}

.button-5:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.button-5.small {
  min-width: 145px;
}

.button-5.all-aresources {
  display: block;
  min-width: 145px;
  border-style: solid;
  border-width: 1px;
  border-color: #203492;
  background-color: transparent;
  color: #203492;
}

._15px-spacer {
  width: 15px;
  height: 15px;
}

.fs-cc-banner_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-banner_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11300px;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fs-cc-banner_close-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-banner_button {
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: 0.625rem 1.25rem;
  border-style: solid;
  border-width: 2px;
  border-color: #4353ff;
  border-radius: 999rem;
  background-color: #4353ff;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: #4353ff;
  background-color: #f5f5f5;
  color: #4353ff;
}

.fs-cc-banner_close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.75rem;
  padding: 0rem 0.625rem 0.625rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 999rem;
  background-color: #fff;
  opacity: 1;
  cursor: pointer;
}

.fs-cc-banner_text {
  width: 1085px;
  margin-right: 1.5rem;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 16px;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid #4353ff;
  color: #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_component {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: block;
  height: 138px;
  padding: 1.5rem 2rem;
  border-style: none;
  border-width: 0px 1px 1px;
  border-color: #000;
  background-color: #fff;
}

.div-block-115 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-65 {
  margin-left: 10px;
  font-family: Neurialgrotesk, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.div-block-116 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-117 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1300px;
  margin-bottom: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-66 {
  width: 1085px;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 16px;
  line-height: 140%;
}

.link-6 {
  color: #024b40;
}

.div-block-118 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f2;
}

.div-block-119 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 516px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  box-shadow: 11px 11px 20px -1px rgba(0, 0, 0, 0.15);
}

.image-62 {
  width: 600px;
  margin-bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-67 {
  margin-top: 28px;
  margin-bottom: 30px;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}

.text-block-67.sub {
  width: 600px;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #024b40;
  font-family: Neurialgrotesk, sans-serif;
  color: #f9f9f9;
  font-size: 18px;
}

.div-block-120 {
  height: 0px;
  margin-top: -90px;
}

.image-63 {
  margin-bottom: 20px;
}

._3-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 96px;
  padding-bottom: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.div-block-121 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 17vw;
  margin-bottom: 0vw;
  background-image: url('../images/thanks.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-121.sub {
  background-image: url('../images/thanks-contact.jpg');
  background-position: 50% 55%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-122 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-25 {
  width: auto;
}

.text-block-68 {
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
}

.paragraph-2 {
  font-size: 8px;
}

.body-5 {
  background-color: #f9f9f9;
}

.success-message-3 {
  margin-top: 40px;
  background-color: #f9f9f9;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 18px;
}

.success-message-4 {
  background-color: #f9f9f9;
  font-family: Neurialgrotesk, sans-serif;
  color: #313131;
  font-size: 18px;
}

@media screen and (min-width: 1920px) {
  .img-woman {
    width: 66.5vw;
  }

  .gallery {
    width: 61vw;
  }

  .inst-5 {
    display: block;
  }

  .text-block-34 {
    font-size: 32px;
  }

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

  .div-block-118 {
    width: auto;
  }

  .text-block-67 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .div-block-121 {
    overflow: visible;
    height: 20vw;
  }

  .div-block-122 {
    padding-bottom: 0px;
  }

  .image-64 {
    height: 20vw;
  }
}

@media screen and (max-width: 991px) {
  ._1-first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image {
    width: auto;
    height: 100vh;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .navbar {
    height: 100px;
    background-size: cover;
  }

  .logo {
    display: none;
  }

  .header {
    width: 100vw;
    padding-left: 18px;
  }

  .nav-link {
    color: #313131;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }

  .nav-link:hover {
    border-bottom-style: none;
    color: #313131;
  }

  .contacts {
    display: none;
  }

  .about {
    font-size: 20px;
  }

  .about-text {
    width: 600px;
  }

  .link-more-text {
    font-size: 18px;
  }

  .img-woman {
    width: 60vw;
  }

  .beauty-heading-tex {
    width: 220px;
    font-size: 38px;
  }

  .exclusive-content {
    width: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 20px;
  }

  .exclusive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    padding-top: 0px;
    padding-right: 100px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .offer-heading {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .offer-desc {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .image-7 {
    display: none;
  }

  .vip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
    height: 460px;
    margin: auto;
    padding-top: 0px;
    padding-right: 150px;
    padding-left: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 100%;
    text-align: center;
  }

  .vip-heading {
    font-size: 26px;
  }

  .vip-desc {
    font-size: 20px;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 68px;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    color: #fafafa;
  }

  .menu-button.w--open {
    display: none;
    width: 100px;
    height: 100px;
    background-color: transparent;
    opacity: 0;
    color: transparent;
  }

  .icon {
    display: none;
  }

  .logo-center {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 220px;
    max-width: none;
    margin: auto;
  }

  .img-pattern {
    display: none;
  }

  .image-13 {
    display: none;
  }

  .vip-info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .img-pattern-mob {
    display: none;
  }

  .img-room {
    width: 270px;
  }

  .img-bg {
    width: 100vw;
    background-position: 50% 50%;
  }

  .btn-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49.9vw;
    height: 8vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-family: Neurialgrotesk, sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
  }

  .btn-fix {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9998;
    display: block;
  }

  .btn-down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: hsla(0, 0%, 48.2%, 0.5);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }

  .logo-mini-mob {
    display: block;
    width: 200px;
    max-width: none;
  }

  .logo-mob {
    display: block;
  }

  .nav-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    padding-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #f9f9f9;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .image-16 {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    margin-top: 0vw;
    margin-right: 0vh;
  }

  .close-menu {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-full-menu {
    display: block;
    width: 200px;
    max-width: none;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .text-block-10 {
    margin-left: 11px;
    font-family: Neurialgrotesk, sans-serif;
    color: #313131;
    font-size: 16px;
    font-weight: 400;
  }

  .phone-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
  }

  .contacts-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .img-pattern-menu {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    display: block;
    height: 100vh;
  }

  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-19 {
    margin-right: 40px;
  }

  .address-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
  }

  .div-block-17 {
    display: block;
    margin-top: 80px;
  }

  .text-block-10-copy {
    margin-left: 11px;
    font-family: Neurialgrotesk, sans-serif;
    color: #313131;
    font-size: 16px;
    font-weight: 400;
  }

  .burger {
    display: none;
  }

  .burger.black {
    display: none;
  }

  .image-23 {
    display: block;
    width: 6.67vw;
    max-width: none;
  }

  .div-block-18 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9;
    background-image: url('../images/menu-arrow.svg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .inst {
    display: block;
    margin-right: 20px;
  }

  .fb {
    display: block;
  }

  .social {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social.social-t {
    margin-top: 40px;
  }

  .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .spa-heading {
    padding-right: 55px;
  }

  .spa-heading-text {
    width: 220px;
    font-size: 35px;
  }

  .div-block-19 {
    width: 700px;
  }

  .image-24 {
    margin-bottom: 15px;
  }

  .div-block-21 {
    display: -ms-grid;
    display: grid;
    width: 700px;
    margin-top: 30px;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .founder-content {
    width: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .founder-info {
    width: 700px;
    margin-top: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .strip {
    overflow: scroll;
  }

  .div-block {
    padding: 2.5em;
  }

  .clone-button {
    left: auto;
    top: auto;
    right: 2em;
    bottom: 2em;
  }

  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-2 {
    width: 100%;
    height: auto;
  }

  .nav-link-2 {
    display: none;
  }

  .swiper-component.slider1.pill {
    padding-right: 6vw;
  }

  .nav-menu-2 {
    display: none;
  }

  .container-2 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .menu-icon {
    display: block;
  }

  .gallery-section {
    padding-top: 100px;
  }

  .section-title {
    margin-top: 0px;
    margin-left: 0%;
  }

  ._8-hair {
    padding-bottom: 150px;
  }

  .hair-content {
    width: 700px;
  }

  .hair {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .hair-text {
    width: 500px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 100px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .footer-content {
    width: 700px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-nav {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 40px;
  }

  .nav-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    grid-column-gap: 40px;
  }

  .contact-f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-3 {
    z-index: 0;
    margin-top: 8em;
    margin-bottom: 4em;
  }

  .credentials {
    margin-top: 4em;
    padding-bottom: 6em;
  }

  .reviews {
    height: 330px;
  }

  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .carousel-arrow-w.arrow-next {
    width: 25vw;
  }

  .carousel-arrow-w.arrow-previous {
    width: 25vw;
  }

  .footer-contacts {
    display: none;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 110px;
  }

  .footer-logo {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-line {
    height: 85px;
    margin-top: 60px;
    padding-top: 19px;
  }

  .div-block-37 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-22 {
    margin-bottom: 20px;
  }

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

  .subscribe {
    width: 500px;
    margin-top: 50px;
    margin-left: 0px;
  }

  .text-field {
    width: 500px;
    text-align: center;
  }

  .submit-button {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .gallery {
    position: static;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._7-gallery {
    display: block;
    height: 700px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block-25 {
    width: 700px;
    margin-bottom: 15px;
  }

  .gallery-header {
    position: static;
    width: 700px;
    margin-bottom: 30px;
  }

  .founder-photo {
    width: 700px;
    height: 621.9618530273439px;
    max-width: none;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-21-copy {
    display: none;
    margin-bottom: 10px;
  }

  .image-29 {
    margin-right: 20px;
  }

  .image-31 {
    width: 300px;
    max-width: none;
  }

  .text-field-2 {
    width: 430px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .main-content {
    width: 700px;
  }

  ._2-emerald-is {
    padding-top: 70px;
  }

  .emerald-is-content {
    width: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .emerald-is-text {
    padding: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-row-gap: 0px;
  }

  .h2 {
    width: 600px;
    margin-right: auto;
    margin-left: 0px;
  }

  .h2.cntr {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .h2.contact {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
  }

  .light-text {
    margin-top: 30px;
  }

  ._3-at-emerald {
    padding-top: 70px;
  }

  .image-35 {
    width: 70px;
    max-width: none;
  }

  ._4-our-values {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .our-vales-content {
    width: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our-vales-photo {
    margin-top: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .our-vales-text {
    width: 700px;
  }

  ._5-inst {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .inst-header {
    width: 700px;
  }

  .photo-list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .emerald-is-photo {
    width: 700px;
    max-width: none;
  }

  .values-1 {
    width: 590px;
    max-width: none;
  }

  .inst-2 {
    width: 300px;
    height: auto;
    max-width: none;
  }

  .inst-3 {
    width: 300px;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .inst-4 {
    width: 300px;
    max-width: none;
  }

  .inst-1 {
    width: 300px;
    max-width: none;
  }

  .div-block-60 {
    width: 1px;
    height: 5vw;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    border-top: 5px none #000;
    border-bottom: 5px none #024b40;
    background-color: #fff;
  }

  .div-block-62 {
    width: 100%;
    margin-bottom: 20px;
    padding: 80px 0px;
  }

  .div-block-63 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._2-map {
    padding-top: 0px;
    padding-bottom: 80px;
  }

  .div-block-64 {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-67 {
    width: 700px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  ._5-form {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f0f0f2;
    background-position: 50% 0%;
    background-size: 1438px 300px;
  }

  ._5-form.vip-form {
    padding-top: 60px;
  }

  .form-content {
    width: 700px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-request {
    width: 100%;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
  }

  .form-text {
    width: auto;
    margin-bottom: 0px;
  }

  .form-text.vip-form {
    width: 700px;
  }

  .submit-button-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .map-736 {
    display: none;
  }

  .map-700 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 560px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .header-fix {
    width: 100vw;
    height: 68px;
    padding-left: 18px;
    border-bottom: 1px none rgba(49, 49, 49, 0.2);
  }

  .navbar-fix {
    height: 100px;
    background-size: cover;
  }

  .navbar-fix.fixed {
    display: none;
    height: 68px;
    padding-right: 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 rgba(49, 49, 49, 0.2);
    box-shadow: 14px 14px 22px 0 hsla(0, 0%, 78.8%, 0.17);
  }

  .navbar-fix.fixed.inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .logo-copy {
    display: none;
  }

  .navbar-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    background-size: auto;
  }

  .navbar-main.inner {
    display: none;
  }

  .nav-links-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .burger-black {
    position: relative;
    display: block;
    color: #fff;
  }

  .div-block-71 {
    width: 25px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #313131;
  }

  .div-block-72 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-row-gap: 7px;
  }

  .spa-services {
    display: none;
  }

  .tabs {
    width: 100vw;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu {
    overflow: scroll;
    width: auto;
    margin-right: 0px;
    padding: 26px 18px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    grid-column-gap: 30px;
    border-bottom: 1px solid #024b40;
  }

  .tab-link {
    width: auto;
    padding: 0px 0px 6px;
    color: #024b40;
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
  }

  .tab-link.w--current {
    margin-right: 0px;
    padding: 0px 0px 6px;
    color: #024b40;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
  }

  .nav-content {
    display: block;
    width: 100vw;
    height: 100%;
    padding-top: 68px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #f9f9f9;
  }

  .tabs-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }

  .tabs-menu-2 {
    display: none;
    margin-left: 0px;
  }

  .tab-link-in {
    margin-bottom: 15px;
    text-decoration: none;
  }

  .tab-pane-tab-1 {
    width: 90vw;
    padding-left: 18px;
  }

  .tabs-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-info {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
  }

  .duration-price {
    margin-bottom: 17px;
  }

  .buttons {
    margin-top: 0px;
  }

  .book-now {
    width: 100%;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .thanks {
    grid-row-gap: 0px;
  }

  .discover-more {
    display: none;
  }

  .navigation {
    height: 100vh;
    background-color: #f9f9f9;
  }

  .tab-link-default {
    display: none;
  }

  .tab-pane-default {
    margin-left: 0px;
  }

  .div-block-80 {
    display: none;
    width: 700px;
    height: auto;
  }

  .bg-nav {
    display: none;
    background-color: #f9f9f9;
  }

  .bag-nav-2 {
    display: none;
  }

  .column {
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .popup-content-wrapper---brix {
    width: auto;
  }

  .popup-content-wrapper---brix.popup-4-content-wrapper---brix {
    left: 24px;
    right: 24px;
    max-height: none;
    max-width: none;
  }

  .subscribe-button---brix.ebook-button---brix {
    background-position: 78% 50%;
  }

  .popup-4---brix {
    padding-right: 64px;
    padding-left: 40px;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .limit-content---brix {
    max-width: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .popup-wrapper---brix.preview-page {
    padding-right: 32px;
    padding-left: 32px;
  }

  .div-block-90 {
    display: none;
  }

  .text-block-51 {
    width: auto;
  }

  .text-block-52 {
    font-size: 18px;
  }

  .tabs-content-2 {
    display: none;
  }

  .text-block-53 {
    width: auto;
    white-space: nowrap;
  }

  .preview {
    width: 100vw;
    height: auto;
    background-color: #f9f9f9;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-52 {
    width: 100vw;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .text-block-54 {
    margin-bottom: 22px;
    font-family: Neurialgrotesk, sans-serif;
    color: #313131;
    font-size: 24px;
    line-height: 120%;
  }

  .body-3 {
    background-color: #f9f9f9;
  }

  .text-block-55 {
    margin-bottom: 20px;
    font-family: Neurialgrotesk, sans-serif;
    color: #313131;
    font-size: 22px;
    line-height: 120%;
    text-transform: uppercase;
  }

  .list {
    color: #313131;
    font-size: 16px;
    line-height: 140%;
  }

  .text-block-56 {
    padding-left: 0px;
    font-family: Neurialgrotesk, sans-serif;
    color: #313131;
    font-size: 16px;
    line-height: 140%;
  }

  .details {
    margin-top: 30px;
    padding-left: 32px;
  }

  .text-block-57 {
    margin-bottom: 20px;
    font-family: Neurialgrotesk, sans-serif;
    color: #313131;
    font-size: 22px;
  }

  .other-services {
    margin-top: 42px;
    margin-bottom: 0px;
    padding-right: 34px;
    padding-bottom: 70px;
    padding-left: 34px;
  }

  .list-item {
    font-family: Neurialgrotesk, sans-serif;
  }

  .text-block-58 {
    margin-top: 16px;
    font-family: Neurialgrotesk, sans-serif;
    color: #313131;
    font-size: 16px;
    line-height: 140%;
  }

  .emerald-massage {
    height: auto;
    margin-top: 68px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .back-to-cat {
    border-bottom: 1px solid #000;
    text-decoration: none;
  }

  .submit-button-3 {
    display: none;
  }

  .select-field {
    display: block;
    height: 42px;
    margin-bottom: 35px;
    padding-left: 30px;
    border: 0px none #000;
    border-radius: 0px;
    background-color: #f9f9f9;
    background-image: url('../images/Chevron.svg');
    background-position: 88vw 50%;
    background-size: 2.1vw;
    background-repeat: no-repeat;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
    font-family: Neurialgrotesk, sans-serif;
    font-size: 16px;
  }

  .option-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list-item-2 {
    font-family: Neurialgrotesk, sans-serif;
  }

  .list-item-3 {
    font-family: Neurialgrotesk, sans-serif;
  }

  .list-item-4 {
    font-family: Neurialgrotesk, sans-serif;
  }

  .preview-photo {
    position: relative;
  }

  .image-53 {
    position: absolute;
    left: 34px;
    top: 40px;
    right: auto;
    bottom: auto;
  }

  .back-link {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 90px;
    height: 90px;
    padding-top: 0px;
  }

  .tab-l {
    color: #313131;
    text-decoration: none;
  }

  .div-block-99 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .html-embed-12 {
    display: none;
  }

  .footer-spa {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .tab-link-in-2 {
    margin-bottom: 15px;
    text-decoration: none;
  }

  ._2-content {
    width: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .vip-content {
    width: 700px;
    margin-left: 0px;
  }

  .feature-content {
    width: 700px;
  }

  .text-block-60 {
    width: 700px;
  }

  .div-block-106 {
    position: relative;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
  }

  .features-list {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 20px;
  }

  .text-block-61 {
    left: 20px;
    top: auto;
    right: auto;
    bottom: 15px;
  }

  ._4-gallery {
    display: block;
    height: 700px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  ._1-main-vip {
    background-position: 45% 50%;
  }

  .form-content-vip {
    width: 700px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-request-vip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vip-photo {
    margin-top: 70px;
  }

  .image-56 {
    display: none;
    width: 700px;
    max-width: none;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .image-57 {
    display: block;
  }

  .image-58 {
    display: none;
  }

  .image-59 {
    display: none;
  }

  .image-60 {
    display: none;
  }

  .image-61 {
    display: none;
  }

  .submit-button-2-copy {
    margin-right: auto;
    margin-left: auto;
  }

  .main {
    background-position: 50% 50%;
  }

  .info-block {
    width: 92vw;
  }

  .main-terms {
    background-position: 50% 50%;
  }

  .utility-page-content {
    width: 700px;
    height: auto;
    background-size: cover;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 0rem;
  }

  .fs-cc-banner_container {
    width: 700px;
    max-width: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0rem;
  }

  .fs-cc-banner_component {
    height: auto;
  }

  .div-block-115 {
    width: 700px;
  }

  .div-block-117 {
    width: 700px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-66 {
    width: 600px;
  }

  .div-block-118 {
    padding-top: 65px;
  }

  .div-block-121 {
    height: 30vw;
  }

  .success-message-4 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .about-text {
    width: 450px;
  }

  .img-woman {
    width: 100vw;
  }

  ._3-beauty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .beauty-heading-tex {
    width: auto;
  }

  .beauty-heading {
    margin-top: 25px;
    padding-left: 20px;
  }

  .btn-book {
    margin-top: 20px;
  }

  .exclusive-content {
    width: 568px;
  }

  .vip {
    width: 568px;
    padding-right: 100px;
    padding-left: 100px;
  }

  .btn-fix {
    z-index: 9998;
  }

  .logo-mini-mob {
    width: 150px;
    max-width: none;
  }

  .contacts-menu {
    margin-top: 40px;
  }

  .image-19 {
    margin-right: 30px;
  }

  .div-block-17 {
    margin-top: 80px;
  }

  .social.social-t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .social.d {
    display: none;
  }

  ._5-spa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .spa-heading {
    margin-top: 25px;
    padding-left: 20px;
  }

  .spa-heading-text {
    width: auto;
  }

  .div-block-19 {
    width: 500px;
  }

  .div-block-21 {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .founder-content {
    width: 500px;
  }

  .founder-info {
    width: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  ._11-photo {
    display: none;
  }

  .strip {
    padding-right: 1.25em;
    padding-left: 1.25em;
    grid-auto-columns: 33.3vw;
    -ms-grid-columns: 33.3vw;
    grid-template-columns: 33.3vw;
  }

  .strip__item-link {
    font-size: 3em;
  }

  .clone-button {
    display: none;
    height: 3em;
  }

  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .swiper-component.slider2.tall {
    overflow: visible;
  }

  .swiper-component.slider1.pill {
    padding-right: 0vw;
  }

  .container-2 {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .section-6 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .header-wrapper_left {
    margin-top: 20px;
    margin-left: 0px;
  }

  .btn {
    padding: 7px 15px;
  }

  .header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .gallery-section {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .section-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 38px;
  }

  .prev_next {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -75px;
    width: 100%;
  }

  .prev {
    width: 50%;
  }

  .next {
    width: 50%;
  }

  .hair-content {
    width: 500px;
  }

  .hair {
    width: 500px;
  }

  .hair-text {
    margin-left: 0px;
  }

  ._12-reviews-header {
    padding-top: 0px;
  }

  .footer-content {
    width: 500px;
    padding-left: 0px;
  }

  .footer-nav-link {
    font-size: 16px;
  }

  .footer-nav {
    width: 500px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 20px;
  }

  .nav-reverse {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column-gap: 32px;
  }

  .header-3 {
    margin-top: 4em;
  }

  .subscribe {
    margin-left: 0px;
  }

  .gallery {
    width: 500px;
  }

  .text-block-25 {
    width: 500px;
  }

  .gallery-header {
    width: 500px;
  }

  .founder-photo {
    width: 500px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .hair-logo {
    display: none;
  }

  .text-field-2 {
    width: 300px;
  }

  .icon-feel {
    height: 62px;
  }

  .main-content {
    width: 500px;
  }

  .emerald-is-content {
    width: 500px;
  }

  .h2 {
    width: 500px;
  }

  .h2.cntr {
    width: 500px;
  }

  .h2.contact {
    width: 500px;
  }

  .our-vales-content {
    width: 500px;
  }

  .our-vales-photo {
    width: 500px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 0px;
  }

  .our-vales-text {
    width: 500px;
  }

  .inst-header {
    width: 500px;
  }

  .emerald-is-photo {
    width: 500px;
  }

  .values-1 {
    width: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .inst-2 {
    display: none;
  }

  .values-2 {
    max-width: none;
  }

  .div-block-64 {
    width: 500px;
  }

  .div-block-67 {
    width: 500px;
  }

  ._5-form {
    padding-top: 60px;
    padding-bottom: 0px;
    background-size: auto 300px;
  }

  ._5-form.vip-form {
    margin-bottom: 0px;
    padding-bottom: 70px;
  }

  .form-content {
    width: 100%;
  }

  .form-request {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-4 {
    margin-top: 0px;
  }

  .form-text {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .form-text.vip-form {
    width: 500px;
  }

  .text-block-32 {
    margin-top: 20px;
  }

  .map-700 {
    display: none;
  }

  .form-2 {
    width: 630.7986450195312px;
  }

  .html-embed-10 {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .form-block-2 {
    display: block;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .tabs-menu {
    overflow: scroll;
    width: auto;
  }

  .tab-link {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

  .tab-link.w--current {
    font-size: 14px;
  }

  .column {
    margin-top: 40px;
    margin-left: 0px;
  }

  .popup-content-wrapper---brix.popup-4-content-wrapper---brix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-4-image-wrapper---brix {
    max-height: 300px;
    max-width: 100%;
  }

  .subscribe-button---brix {
    position: static;
    width: 100%;
    min-height: 66px;
    background-position: 67% 52%;
    line-height: 18px;
  }

  .popup-4---brix {
    max-width: 100%;
    padding: 32px 24px;
  }

  .dummy-hero-wrapper---brix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    max-width: 100%;
  }

  .popup-wrapper---brix {
    padding-right: 24px;
    padding-left: 24px;
  }

  .dummy-hero-button---brix {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-53 {
    height: auto;
  }

  .text-block-54 {
    text-transform: uppercase;
  }

  .submit-button-3 {
    display: none;
    height: 42px;
  }

  .select-field {
    display: block;
    height: 42px;
    padding-left: 16px;
    background-position: 480px 50%;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.1);
  }

  .image-53 {
    left: 32px;
    top: 32px;
  }

  .footer-spa {
    padding-bottom: 40px;
  }

  ._2-content {
    width: 500px;
  }

  .vip-content {
    width: 500px;
  }

  .feature-content {
    width: 500px;
  }

  .text-block-60 {
    width: 500px;
  }

  .div-block-106 {
    width: 500px;
  }

  .features-list {
    width: 500px;
  }

  .form-content-vip {
    width: 100%;
  }

  .form-request-vip {
    height: auto;
    margin-top: 60px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-block-2-copy {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-108 {
    width: 500px;
  }

  .column-3 {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-block-2-copy {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .form-block-2-copy-copy {
    display: block;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .main {
    height: 400px;
  }

  .heading-7 {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 30px;
  }

  .info-block {
    width: 92vw;
  }

  .div-block-113 {
    margin-top: -60px;
  }

  .main-terms {
    height: 400px;
  }

  .heading-terms {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 30px;
  }

  .utility-page-content {
    width: 500px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .heading-8 {
    font-size: 40px;
  }

  .text-block-63 {
    margin-top: 20px;
  }

  .sticky-clone {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .no-margin.hide-on-mobile {
    display: none;
  }

  .fs-cc-banner_container {
    width: 500px;
    max-width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-117 {
    width: 500px;
  }

  .text-block-66 {
    width: 500px;
  }

  .text-block-67.sub {
    width: 400px;
  }

  .button-6 {
    font-size: 16px;
  }

  .div-block-122 {
    width: 500px;
  }
}

@media screen and (max-width: 479px) {
  ._1-first {
    position: static;
    display: block;
    width: 100vw;
    height: 96vh;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-image: url('../images/main-pic.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image {
    display: none;
  }

  .navbar {
    width: 100vw;
    height: 23vw;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 0%;
    background-size: cover;
  }

  .header {
    height: 26.4vw;
    padding-top: 10.6vw;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .nav-link {
    padding-top: 2.6vw;
    padding-bottom: 2.6vw;
    font-size: 4.8vw;
  }

  .arrow {
    display: none;
  }

  .about {
    font-size: 4.3vw;
  }

  .about-text {
    width: 92vw;
  }

  ._2-about {
    position: static;
    padding-top: 18.6vw;
    padding-bottom: 18.6vw;
  }

  .link-more-text {
    font-size: 4.7vw;
    line-height: 120%;
    font-weight: 500;
  }

  .link-more {
    margin-top: 6.4vw;
    padding-bottom: 0px;
    border-style: none none solid;
    border-width: 1px 1px 1.8px;
    border-color: #000 #000 #313131;
  }

  .img-woman {
    position: static;
    display: none;
    overflow: visible;
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
  }

  ._3-beauty {
    padding-bottom: 18.6vw;
  }

  .beauty-heading-tex {
    width: 56vw;
    font-size: 8.5vw;
  }

  .beauty-heading {
    width: 320px;
  }

  .btn-secondary {
    width: 43.2vw;
    height: 11.2vw;
    padding-right: 3.1vw;
    padding-left: 3.1vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .btn-secondary.btn-white {
    width: 43.2vw;
    height: 11.2vw;
    padding-right: 3.1vw;
    padding-left: 3.1vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block-5.btn-white {
    font-size: 4.3vw;
  }

  .image-6 {
    width: 5.9vw;
    max-width: none;
    margin-left: 0px;
  }

  .exclusive-content {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .exclusive {
    width: 78vw;
    height: 80vw;
    margin: auto;
    padding: 0vw 5vw 0vw 8vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .offer-heading {
    margin-bottom: 5.7vw;
    font-size: 6.4vw;
    line-height: 120%;
  }

  .offer-desc {
    margin-bottom: 7.5vw;
    padding-right: 10vw;
    font-size: 4.3vw;
    line-height: 140%;
    font-weight: 500;
  }

  ._4-vip {
    padding-top: 0vw;
    padding-bottom: 18.6vw;
  }

  .vip {
    width: 78vw;
    height: 80vw;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 16.5vw;
    padding-right: 13.5vw;
    padding-left: 8vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/vip-mob.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .vip-heading {
    margin-bottom: 5.8vw;
    font-size: 6.4vw;
  }

  .vip-desc {
    width: auto;
    font-size: 4.3vw;
    font-weight: 500;
    text-align: left;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 58px;
    padding-top: 24px;
    padding-right: 17px;
    padding-left: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-center {
    z-index: 2;
    width: 44.2vw;
    margin-top: 67vw;
  }

  .bg-mob {
    display: none;
  }

  .image-13 {
    display: none;
  }

  .vip-info {
    width: 100vw;
    height: 80vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .img-pattern-mob {
    display: block;
    width: 17vw;
    max-width: none;
  }

  .img-room {
    width: 17vw;
  }

  .vip-line {
    width: 100vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .offer-line {
    width: 100vw;
    height: 80vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .text-block-5-copy {
    font-size: 4.3vw;
  }

  .img-bg {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100vw;
    height: auto;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .btn-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 91.4vw;
    height: 11.2vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-family: Neurialgrotesk, sans-serif;
    font-size: 3.7vw;
    line-height: 140%;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
  }

  .btn-fix {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9998;
    display: block;
    margin-right: 5vw;
    margin-bottom: 5vw;
    margin-left: 5vw;
    padding-left: 0vw;
    background-color: hsla(0, 0%, 48.2%, 0.5);
    box-shadow: 1px 1px 11px 1px rgba(49, 49, 49, 0.18);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
  }

  .btn-down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-style: none;
    border-width: 4px 0px 0px;
    border-color: #024b40;
    border-radius: 0px;
    background-color: transparent;
  }

  .logo-mini-mob {
    width: 27vw;
    max-width: none;
    margin-top: 25px;
    text-align: left;
  }

  .logo-mob {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40vw;
    margin-top: 0vw;
    margin-left: 20px;
  }

  .logo-mob.w--current {
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .image-16 {
    width: 6.67vw;
    max-width: none;
  }

  .close-menu {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    padding: 8vw 8vw 14vw 14vw;
  }

  .logo-full-menu {
    display: block;
    width: 34.6vw;
    margin-bottom: 10.1vw;
  }

  .text-block-10 {
    width: 42vw;
    font-size: 4.3vw;
  }

  .phone-menu {
    margin-bottom: 3.7vw;
    padding-right: 20vw;
    padding-left: 20vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contacts-menu {
    margin-top: 15px;
  }

  .img-pattern-menu {
    height: 97vh;
    max-width: none;
  }

  .nav {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-19 {
    width: 5.9vw;
    height: 5.9vw;
    max-width: none;
    margin-right: 4.8vw;
  }

  .image-20 {
    width: 5.9vw;
    height: 5.9vw;
    max-width: none;
  }

  .address-menu {
    margin-bottom: 3.7vw;
    padding-right: 20vw;
    padding-left: 15vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-17 {
    margin-top: 3vw;
  }

  .text-block-10-copy {
    width: 42vw;
    font-size: 4.3vw;
    text-align: left;
  }

  .img-women-mob {
    display: block;
    width: 100vw;
  }

  .image-6-copy {
    width: 5.9vw;
    max-width: none;
    margin-left: 0px;
  }

  .burger {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 99999;
    display: inline-block;
    width: 25px;
    height: 25px;
    max-width: none;
    margin-top: 24px;
    margin-right: 17px;
    padding-top: 0vw;
    background-image: none;
    background-size: auto;
  }

  .div-block-18 {
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .inst {
    display: block;
    width: 8vw;
    margin-right: 2.9vw;
  }

  .fb {
    display: block;
    width: auto;
    height: 8vw;
    max-width: none;
    margin-left: 2.9vw;
  }

  .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4.3vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social.social-t {
    margin-top: 8.5vw;
  }

  .social.d {
    display: none;
  }

  ._5-spa {
    padding-bottom: 18.6vw;
  }

  .spa-heading {
    width: 320px;
  }

  .spa-heading-text {
    width: 56vw;
    font-size: 8.5vw;
  }

  .div-block-19 {
    width: 100vw;
  }

  ._6-feel {
    margin-top: 0px;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }

  .text-block-11 {
    font-size: 8.5vw;
  }

  .text-feel {
    font-size: 4.3vw;
  }

  .image-24 {
    max-width: 12vw;
  }

  .image-24.calm {
    width: 15.7vw;
    max-width: none;
  }

  .image-24.balance {
    width: 10.1vw;
    max-width: none;
  }

  .image-24.conf {
    width: 9.4vw;
    max-width: none;
  }

  .div-block-21 {
    width: 100vw;
    margin-top: 16vw;
    grid-column-gap: 0px;
    grid-row-gap: 12.5vw;
  }

  ._9-founder {
    padding-top: 18.6vw;
    padding-bottom: 18.6vw;
  }

  .founder-content {
    width: 100vw;
  }

  .founder-info {
    width: 100vw;
    margin-top: 0vw;
    padding: 10.6vw 23px 16vw 20px;
  }

  .founder-header {
    font-size: 8.5vw;
  }

  .text-block-14 {
    margin-top: 6.4vw;
    font-size: 4.2vw;
  }

  .text-block-15 {
    font-size: 4.2vw;
  }

  .founder-name {
    width: 68vw;
    margin-top: 6.4vw;
    margin-right: 0px;
    padding-top: 3.7vw;
  }

  ._11-photo {
    display: none;
  }

  .strip {
    grid-auto-columns: 40vw;
    -ms-grid-columns: 40vw;
    grid-template-columns: 40vw;
  }

  .img-outer {
    width: 64vw;
  }

  .heading-h2 {
    font-size: 2.369em;
  }

  .header_sub-line {
    width: 2em;
  }

  .section-6 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .prev {
    width: 50%;
  }

  .next {
    width: 50%;
  }

  ._8-hair {
    height: auto;
    padding-top: 24vw;
    padding-bottom: 38.1vw;
    background-position: 55% 100%;
  }

  .hair-content {
    width: 100vw;
  }

  .hair {
    width: 100vw;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-16 {
    font-size: 8.5vw;
  }

  .text-block-17 {
    margin-top: 6.4vw;
    margin-bottom: 6.4vw;
    font-size: 4.2vw;
    font-weight: 400;
  }

  .hair-text {
    width: auto;
    margin-top: 4.8vw;
    padding-right: 14px;
    padding-left: 0px;
  }

  .btn-secondary--left {
    width: 48.5vw;
    height: 11.2vw;
    padding-right: 4.5vw;
    padding-left: 4vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .btn-secondary--left.btn-white {
    width: 43.2vw;
    height: 11.2vw;
    padding-right: 3.1vw;
    padding-left: 3.1vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .btn-text-sec {
    margin-left: 0px;
    font-size: 4.3vw;
  }

  .arrow-left {
    width: 5.9vw;
    max-width: none;
    margin-left: 0px;
  }

  .heading {
    background-color: #f9f9f9;
    font-size: 8.5vw;
    line-height: 120%;
  }

  ._12-reviews-header {
    display: block;
    padding-top: 0vw;
    padding-bottom: 0vw;
  }

  .footer {
    padding-top: 6.6vw;
    padding-bottom: 16vw;
  }

  .footer-content {
    width: 100vw;
  }

  .footer-nav-link {
    font-size: 4.2vw;
  }

  .footer-nav {
    width: 100vw;
    margin-top: 9.3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .nav-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-f {
    margin-top: 7.2vw;
    padding-right: 10px;
  }

  .contact-f.contact-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7vw;
  }

  .link {
    width: 42vw;
    opacity: 0.9;
    color: #f9f9f9;
    font-size: 4.2vw;
    text-align: center;
  }

  .section {
    display: none;
  }

  ._12-reviews-content {
    display: none;
  }

  .text-f-13 {
    font-size: 1.2em;
  }

  .text-f-13.all-caps.light-grey-font {
    font-size: 1.2em;
  }

  .header-3 {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .heading-2 {
    font-size: 3.25em;
  }

  .credentials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-f-14 {
    font-size: 1.4em;
  }

  .reviews {
    min-height: auto;
  }

  .heading-3 {
    font-size: 5em;
  }

  .text-f-15 {
    font-size: 1.4em;
  }

  .carousel-arrows {
    display: none;
    margin-top: 2.5em;
  }

  .credential.top-margin {
    margin-top: 2em;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .swiper.first-swiper {
    display: block;
  }

  .footer-logo {
    width: 35.2vw;
  }

  .footer-line {
    margin-top: 7vw;
    padding-top: 4vw;
    border-top-width: 1px;
  }

  .div-block-37 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .text-block-22 {
    margin-bottom: 0px;
    opacity: 0.4;
    font-size: 3vw;
    font-weight: 400;
    letter-spacing: 0.4px;
  }

  .subscribe-header {
    width: 55.4vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 4.8vw;
  }

  .subscribe {
    width: 100vw;
  }

  .text-field {
    width: 66vw;
    margin-right: auto;
    margin-left: auto;
  }

  .submit-button {
    width: 38.8vw;
    height: 11.2vw;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 4.2vw;
  }

  .gallery {
    width: auto;
    margin-left: 20px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 18px;
  }

  .photo-gallery {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column-gap: 4.8vw;
  }

  ._7-gallery {
    height: auto;
    padding-top: 18.6vw;
    padding-bottom: 18.6vw;
  }

  .text-block-25 {
    width: 90vw;
    font-size: 8.5vw;
    line-height: 120%;
  }

  .gallery-header {
    width: 100vw;
    padding-left: 20px;
  }

  .founder-photo {
    width: 100vw;
    margin-bottom: 4.8vw;
  }

  .image-29 {
    margin-right: 8px;
  }

  .hair-logo {
    display: block;
    width: 17.8vw;
    max-width: none;
  }

  .image-31 {
    width: 74.6vw;
    height: 88.5vw;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-32 {
    width: 39.7vw;
    max-width: none;
  }

  .text-field-2 {
    width: 231px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 97.7%, 0.8);
  }

  .text-field-2::-webkit-input-placeholder {
    font-size: 3.7vw;
  }

  .text-field-2:-ms-input-placeholder {
    font-size: 3.7vw;
  }

  .text-field-2::-ms-input-placeholder {
    font-size: 3.7vw;
  }

  .text-field-2::placeholder {
    font-size: 3.7vw;
  }

  .icon-feel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._10-bg-mob {
    display: block;
    height: 112vw;
    margin-bottom: 18.6vw;
    background-image: url('../images/emerald-block.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .reviews-mob {
    display: block;
    height: auto;
    margin-bottom: 24vw;
    padding-bottom: 0vw;
  }

  .review-text-mobile {
    width: 92vw;
    margin-right: auto;
    margin-left: auto;
    font-family: Neurialgrotesk, sans-serif;
    color: #313131;
    font-size: 4.3vw;
    line-height: 140%;
    text-align: center;
  }

  .slider-reviews {
    position: relative;
    display: block;
    height: 230px;
    padding-bottom: 0vw;
  }

  .image-33 {
    width: 8.9vw;
    max-width: none;
    margin-right: 3vw;
  }

  .text-block-27 {
    font-family: Neurialgrotesk, sans-serif;
    color: #313131;
    font-size: 3.7vw;
    font-weight: 500;
  }

  .div-block-45 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .client-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8.5vw;
    margin-bottom: 4.8vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .review-block {
    margin-bottom: 0px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .slider-2 {
    height: 72vw;
    margin-bottom: 0vw;
    background-color: transparent;
  }

  .slide-nav {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 320px;
    height: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    opacity: 0.6;
    outline-color: #333;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
    font-size: 10px;
  }

  .left-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 60vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .icon-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: auto;
  }

  .html-embed-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 5vw;
    height: 5vw;
    margin-bottom: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #ff2f2f;
  }

  .right-arrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 70px;
    height: 60vw;
  }

  .html-embed-4 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    color: #a9a9a9;
  }

  .html-embed-4:hover {
    color: #313131;
  }

  .slide-8 {
    position: static;
    height: auto;
    padding-bottom: 0vw;
  }

  .mask-2 {
    position: static;
    bottom: 0px;
    height: 62vw;
  }

  .html-embed-5 {
    color: #a9a9a9;
  }

  .html-embed-5:hover {
    color: #313131;
  }

  ._1-main {
    height: 94vh;
    padding-bottom: 34vw;
  }

  .main-content {
    width: 100vw;
    margin-bottom: 0vw;
    padding-left: 4.5vw;
  }

  .text-block-29 {
    width: auto;
    padding-right: 20px;
    font-size: 4.3vw;
  }

  ._2-emerald-is {
    padding-top: 0vw;
  }

  .emerald-is-content {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-row-gap: 0px;
  }

  .emerald-is-text {
    width: 100vw;
    padding-right: 4.5vw;
    padding-bottom: 8.5vw;
    padding-left: 4.5vw;
  }

  .h2 {
    width: 91vw;
    font-size: 8.5vw;
  }

  .h2.h2-24 {
    font-size: 6.4vw;
  }

  .h2.cntr {
    width: 91vw;
    text-align: center;
  }

  .h2.contact {
    width: 91vw;
  }

  .light-text {
    margin-top: 6.4vw;
    font-size: 4.3vw;
  }

  ._3-at-emerald {
    padding-top: 18.6vw;
  }

  .image-34 {
    width: auto;
    height: 80vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .video-play {
    margin-top: 6.4vw;
  }

  ._4-our-values {
    padding-top: 18.6vw;
    padding-bottom: 0vw;
  }

  .our-vales-content {
    width: 100vw;
  }

  .our-vales-photo {
    width: 100vw;
    height: 77.3vw;
    margin-top: 8.5vw;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .our-vales-text {
    width: 100vw;
    padding-right: 4.5vw;
    padding-left: 4.5vw;
  }

  .btn-secondary--left-black {
    width: 48.5vw;
    height: 11.2vw;
    padding-right: 4.5vw;
    padding-left: 4vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .btn-secondary--left-black.btn-white {
    width: 43.2vw;
    height: 11.2vw;
    padding-right: 3.1vw;
    padding-left: 3.1vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .book-online {
    margin-top: 8.5vw;
  }

  ._5-inst {
    padding-top: 18.6vw;
    padding-bottom: 21.5vw;
  }

  .inst-header {
    width: 100vw;
    text-align: center;
  }

  .photo-list {
    margin-top: 6.4vw;
  }

  .emerald-is-photo {
    width: 100vw;
  }

  .values-1 {
    width: 82.6vw;
  }

  .inst-3 {
    width: 62.1vw;
  }

  .inst-4 {
    width: 62.1vw;
  }

  .inst-1 {
    width: 62.1vw;
  }

  .values-2 {
    width: 14.2vw;
  }

  .link-3 {
    opacity: 1;
    color: hsla(0, 0%, 97.6%, 0.4);
    font-size: 3vw;
  }

  .footer-links {
    margin-bottom: 1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0px;
    grid-row-gap: 1vw;
  }

  .div-block-60 {
    width: 2px;
    height: 10vw;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    border-top: 4px none #024b40;
    border-bottom: 4px none #024b40;
    border-radius: 10px;
    background-color: #fff;
  }

  .div-block-62 {
    margin-bottom: 0px;
    padding-top: 18.6vw;
    padding-bottom: 0vw;
  }

  ._2-map {
    padding-bottom: 0px;
  }

  .div-block-64 {
    width: 91vw;
  }

  .image-44 {
    display: block;
  }

  .div-block-65 {
    width: 91vw;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 5.2vw;
  }

  .link-block {
    width: auto;
  }

  .text-block-30 {
    font-size: 4.3vw;
  }

  .text-block-31 {
    font-size: 4.3vw;
  }

  .div-block-67 {
    width: 91vw;
    margin-top: 12.2vw;
    margin-bottom: 16.3vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-column-gap: 8.2vw;
  }

  ._1-contacts-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 94vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 51% 50%;
  }

  ._5-form {
    margin-bottom: 0px;
    padding-top: 0vw;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  ._5-form.vip-form {
    padding-top: 0px;
    padding-bottom: 17.6vw;
  }

  .form-request {
    margin-top: 0px;
    margin-bottom: 18.6vw;
    padding-top: 10.6vw;
    padding-bottom: 17.6vw;
  }

  .heading-4 {
    font-size: 8.5vw;
    line-height: 120%;
  }

  .heading-4.vip-form {
    width: 92vw;
    margin-bottom: 0px;
    text-align: left;
  }

  .form-text {
    width: 100vw;
    height: 67.4vw;
    margin-top: 18.6vw;
    padding-top: 11.7vw;
    padding-right: 4.5vw;
    padding-left: 4.5vw;
    background-image: url('../images/background-pic.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .form-text.vip {
    height: auto;
    margin-top: 0vw;
    padding-bottom: 11.5vw;
  }

  .form-text.vip-form {
    width: 100vw;
    height: auto;
    margin-top: 0vw;
    padding-bottom: 11.7vw;
  }

  .text-block-32 {
    margin-top: 6.4vw;
    color: hsla(0, 0%, 97.6%, 0.9);
    font-size: 4.3vw;
    line-height: 140%;
  }

  .text-block-32.vip-form {
    width: 92vw;
    text-align: left;
  }

  .field {
    margin-bottom: 4.3vw;
    padding-bottom: 2.6vw;
    background-color: #f9f9f9;
    font-size: 16px;
  }

  .message {
    margin-bottom: 8vw;
  }

  .form-2 {
    width: 90.6vw;
    margin-right: auto;
    margin-left: auto;
  }

  .html-embed-10 {
    display: none;
  }

  .form-block-2 {
    display: block;
    width: 90.6vw;
    margin-bottom: 0px;
  }

  .text-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 83vw;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Neurialgrotesk, sans-serif;
    color: #f9f9f9;
    font-size: 4.3vw;
    line-height: 140%;
    text-align: center;
  }

  .html-embed-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-34 {
    font-size: 6.4vw;
  }

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

  .header-fix {
    height: 68px;
    padding-top: 10.6vw;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border: 0px solid #000;
  }

  .navbar-fix {
    width: 100vw;
    height: 23vw;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 0%;
    background-size: cover;
  }

  .navbar-fix.fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-fix.fixed.inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-main {
    width: 100vw;
    height: 23vw;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 0%;
    background-size: cover;
  }

  .nav-links-main {
    grid-column-gap: 33px;
  }

  .burger-black {
    display: none;
  }

  .div-block-72 {
    margin-right: 0vw;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-row-gap: 6px;
  }

  .tabs-menu {
    overflow: auto;
    grid-column-gap: 15px;
  }

  .tab-link {
    position: relative;
    overflow: visible;
    max-width: none;
    padding-bottom: 0px;
    color: #024b40;
    font-size: 4.3vw;
    white-space: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .tab-link:hover {
    color: #024b40;
  }

  .tab-link.w--current {
    margin-bottom: 10px;
    color: #024b40;
    font-size: 4.3vw;
  }

  .tab-link.w--current:hover {
    color: #024b40;
  }

  .tab-link-in {
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding-top: 0px;
    font-size: 16px;
  }

  .tab-link-in.w--current {
    font-size: 16px;
  }

  .main-info {
    padding: 7vw 18px 8vw;
  }

  .duration-price {
    margin-bottom: 4.5vw;
  }

  .image-45 {
    margin-right: 2.9vw;
  }

  .text-block-37 {
    font-size: 4.3vw;
  }

  .text-block-38 {
    font-size: 4.3vw;
  }

  .book-now {
    margin-top: 4.3vw;
  }

  .tab-link-default.w--current {
    font-family: Neurialgrotesk, sans-serif;
    font-size: 4.3vw;
  }

  .column {
    margin-top: 32px;
  }

  .popup-content-wrapper---brix {
    border-radius: 24px;
  }

  .popup-content-wrapper---brix.popup-4-content-wrapper---brix {
    left: 16px;
    right: 16px;
  }

  .popup-4-image-wrapper---brix {
    max-height: 240px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .popup-4---illustration---brix {
    width: 110%;
    max-width: 200%;
  }

  .popup-title---brix {
    font-size: 22px;
    line-height: 1.2;
  }

  .subscribe-button---brix {
    padding: 15px 34px 16px 38px;
    background-position: 247px 50%;
    text-align: center;
  }

  .subscribe-button---brix.ebook-button---brix {
    background-position: 85% 50%;
  }

  .popup-4---brix {
    padding: 32px 16px;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    max-width: 100%;
  }

  .popup-wrapper---brix {
    padding-right: 16px;
    padding-left: 16px;
  }

  .dummy-hero-button---brix {
    padding: 15px 34px 16px;
  }

  .text-block-51 {
    font-size: 4.3vw;
  }

  .text-block-53 {
    width: auto;
    font-size: 4.3vw;
    white-space: nowrap;
  }

  .text-block-54 {
    margin-bottom: 5.8vw;
    font-size: 6.4vw;
  }

  .text-block-55 {
    font-size: 5.9vw;
  }

  .list {
    margin-bottom: 0px;
    padding-left: 26px;
  }

  .text-block-56 {
    font-size: 4.3vw;
  }

  .details {
    margin-top: 8vw;
    padding-right: 18px;
    padding-left: 18px;
  }

  .text-block-57 {
    font-size: 5.9vw;
  }

  .other-services {
    margin-top: 11.2vw;
    padding-right: 18px;
    padding-left: 18px;
  }

  .list-item {
    font-size: 4.4vw;
  }

  .text-block-58 {
    margin-top: 4.3vw;
    font-size: 4.3vw;
  }

  .select-field {
    height: 11.2vw;
    padding-left: 16px;
    background-image: url('../images/Chevron.svg');
    background-position: 83vw 50%;
    background-size: 3vw;
    background-repeat: no-repeat;
    font-size: 4.3vw;
  }

  .choose-option {
    margin-bottom: 0px;
  }

  .list-item-2 {
    font-size: 4.3vw;
  }

  .list-item-3 {
    font-size: 4.3vw;
  }

  .list-item-4 {
    font-size: 4.2vw;
  }

  .image-53 {
    left: 18px;
    top: 22px;
    width: 10.4vw;
    height: 10.4vw;
    max-width: none;
  }

  .back-link {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .tab-l {
    font-size: 4.266666666666667vw;
  }

  .div-block-99 {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .footer-spa {
    padding-top: 6.6vw;
    padding-bottom: 3.7vw;
  }

  .html-embed-13 {
    display: block;
  }

  .tab-link-in-2 {
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding-top: 0px;
    font-size: 16px;
  }

  .tab-link-in-2.w--current {
    font-size: 16px;
  }

  ._2-what-you-can-expect {
    padding-top: 18.6vw;
    padding-bottom: 0vw;
  }

  ._2-content {
    width: 100vw;
  }

  .text-block-59 {
    margin-bottom: 0px;
    font-size: 4.3vw;
  }

  .vip-content {
    width: 92vw;
    margin-right: auto;
    margin-bottom: 6.4vw;
    margin-left: auto;
    font-size: 8.5vw;
  }

  .heading-6 {
    margin-bottom: 6.4vw;
    font-size: 8.5vw;
  }

  .feature-content {
    width: 92vw;
  }

  .text-block-60 {
    width: 92vw;
    font-size: 4.3vw;
  }

  .div-block-106 {
    width: 92vw;
  }

  .features-list {
    width: 92vw;
    margin-top: 8.5vw;
    grid-row-gap: 5.3vw;
  }

  .text-block-61 {
    left: 5.3vw;
    bottom: 3.7vw;
    font-size: 4.8vw;
  }

  ._2-features {
    padding-top: 18.6vw;
    padding-bottom: 18.6vw;
  }

  ._4-gallery {
    height: auto;
    padding-top: 18.6vw;
    padding-bottom: 18.6vw;
  }

  ._1-main-vip {
    overflow: hidden;
    height: 94vh;
    margin-bottom: 0vw;
    padding-bottom: 34vw;
    background-image: url('../images/bg-mob-vip.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .form-request-vip {
    margin-top: 0px;
    margin-bottom: 0vw;
    padding-top: 10.6vw;
    padding-bottom: 17.6vw;
  }

  .form-block-2-copy {
    width: 90.6vw;
    margin-bottom: 0px;
  }

  .div-block-108 {
    width: 92vw;
  }

  .vip-photo {
    width: 100vw;
    margin-top: 8.5vw;
  }

  .columns {
    width: 92vw;
  }

  .submit-button-2-copy {
    width: 43.2vw;
    height: 11.2vw;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 4.3vw;
    line-height: 100%;
  }

  .form-block-2-copy {
    width: 90.6vw;
    margin-bottom: 0px;
  }

  .form-block-2-copy-copy {
    width: 90.6vw;
    margin-bottom: 0px;
  }

  .main {
    height: 100vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/policy.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .heading-7 {
    display: none;
    width: 92vw;
    margin-top: 0px;
    margin-bottom: 30vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 8.5vw;
  }

  .policy-text {
    font-size: 4.3vw;
  }

  .police-heading {
    margin-bottom: 5.3vw;
    font-size: 5.9vw;
  }

  .police-item {
    font-size: 4.3vw;
  }

  .police-list {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 25px;
  }

  .policy-info {
    padding-top: 13.3vw;
    padding-bottom: 18.6vw;
    grid-row-gap: 10.7vw;
  }

  .main-terms {
    height: 100vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/terms.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .info {
    padding-top: 13.3vw;
    padding-bottom: 18.6vw;
  }

  .heading-terms {
    width: 92vw;
    margin-top: 0px;
    margin-bottom: 30vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 8.5vw;
  }

  .heading-terms.terms-mob {
    display: block;
  }

  .utility-page-content {
    width: 92vw;
    font-family: Neurialgrotesk, sans-serif;
  }

  .heading-8 {
    font-size: 8.5vw;
    line-height: 140%;
    text-align: left;
  }

  .text-block-63 {
    width: 92vw;
    margin-top: 6.4vw;
    font-size: 4.3vw;
    text-align: left;
  }

  .button-4 {
    margin-right: auto;
  }

  .buttons-sideflex {
    margin-left: 5px;
  }

  ._15px-spacer {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .fs-cc-banner_container {
    width: 92vw;
    max-width: 92vw;
    margin-right: auto;
    margin-left: auto;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 0.5rem;
    margin-left: 0rem;
  }

  .fs-cc-banner_close {
    position: static;
    left: auto;
    top: -1.5rem;
    right: 0.75rem;
    bottom: auto;
  }

  .fs-cc-banner_component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5vw;
    padding-bottom: 6.6vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-65 {
    font-size: 20px;
  }

  .div-block-117 {
    width: 92vw;
    margin-right: auto;
    margin-bottom: 2.9vw;
    margin-left: auto;
  }

  .text-block-66 {
    width: 92vw;
    font-size: 14px;
  }

  .div-block-118 {
    height: 92vh;
    padding-top: 0px;
  }

  .text-block-67 {
    width: 60vw;
    margin-top: 4.8vw;
    margin-bottom: 9vw;
    font-size: 3.7vw;
    line-height: 140%;
  }

  .text-block-67.sub {
    width: 85vw;
  }

  .button-6 {
    width: 44vw;
    height: 11.2vw;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 4.3vw;
  }

  .div-block-120 {
    margin-top: -60px;
  }

  ._3-about {
    position: static;
    padding-top: 18.6vw;
    padding-bottom: 18.6vw;
  }

  .div-block-121 {
    height: 60vw;
  }

  .div-block-122 {
    width: 100vw;
    padding-bottom: 40px;
  }

  .success-message-4 {
    margin-bottom: 0px;
    padding: 10px;
  }

  .text-block-69 {
    font-size: 4.3vw;
  }
}

#w-node-_961cfc5e-8155-e4f3-327a-8a17eb2c0c7b-d17ec7cc {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@font-face {
  font-family: 'Neurialgrotesk';
  src: url('../fonts/NeurialGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neurialgrotesk';
  src: url('../fonts/NeurialGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neurialgrotesk';
  src: url('../fonts/NeurialGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neurialgrotesk (1)';
  src: url('../fonts/NeurialGrotesk-Regular-1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}