:root {
  --black-2: black;
  --pink: #c59fa5;
  --black: #f6c6ce;
  --white: #fff;
}

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

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

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h1 {
  color: var(--black-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: contralto-big, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  color: var(--black-2);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: contralto-big, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: var(--black-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: contralto-xsmall, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  color: var(--black-2);
  margin-bottom: 10px;
  font-family: essonnes-text, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

em {
  font-style: italic;
}

.body {
  color: var(--pink);
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-200.menu-nav-link {
  color: #d3d6df;
  text-decoration: none;
}

.text-200.menu-nav-link:hover {
  color: #3b4df0;
}

.text-200.menu-nav-link.special {
  color: #fff;
  border-bottom: 3px solid #fff;
  padding-bottom: 6px;
  font-weight: 700;
  transition: border-color .3s, color .3s;
  display: inline-block;
}

.text-200.menu-nav-link.special:hover {
  color: #1d88fe;
  border-bottom-color: #1d88fe;
}

.header-wrapper {
  background-color: #0006;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.header-logo-link {
  transform-style: preserve-3d;
  width: 100%;
  max-width: 116px;
  padding-left: 0;
  transition: transform .3s, opacity .3s;
}

.header-logo-link:hover {
  opacity: .5;
  transform: scale3d(.99, .99, 1.01);
}

.card {
  background-image: linear-gradient(#262e43, #191f31);
  border: 1px solid #3b4151;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 7px #14142b0a;
}

.card.dropdown-card {
  padding: 60px 40px;
  box-shadow: 0 2px 15px #14142b0f;
}

.card.service {
  background-image: linear-gradient(#fffcfc, #ecaab5);
  border-radius: 14px;
  height: 420px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
}

.card.service:hover {
  transform: scale(.98);
}

.header-nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
  font-family: contralto-big, sans-serif;
  font-size: 16px;
}

.header-nav-link:hover {
  color: var(--pink);
}

.header-nav-link.w--current {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-shadow: 0 1px 1px #ffffff6e;
}

.header-nav-link.dropdown {
  align-items: center;
  display: flex;
}

.header-nav-link.nav-2 {
  font-family: contralto-big, sans-serif;
}

.header-nav-link.nav-2.w--current {
  color: #f7f8fc;
}

.nav-menu-list-item {
  margin-bottom: 18px;
  padding-left: 0;
  line-height: 1.111em;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.header-middle {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.nav-menu-title {
  color: #fff;
  margin-bottom: 40px;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hamburger-menu-bar {
  background-color: #fff;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.grid-nav-menu {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.button {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  text-transform: capitalize;
  border: 1px solid #0000;
  border-radius: 6px;
  padding: 1rem 2rem;
  font-size: 18px;
  transition: all .3s;
}

.button:hover {
  background-color: #09affc;
}

.button.v2 {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  font-family: sofia-pro;
}

.button.v2:hover {
  background-color: var(--black);
  color: #fff;
}

.button.v2.mini {
  padding: .5rem 1rem;
}

.button.v2.mini.heeader {
  color: #fff;
  border-color: #fff;
  margin-left: 20px;
  padding: 10px 2.5rem;
  font-family: contralto-big, sans-serif;
  line-height: 1;
}

.button.v2.mini.heeader:hover {
  background-color: var(--black-2);
  color: #fff;
  font-family: contralto-big, sans-serif;
}

.button._2 {
  background-color: var(--black-2);
  border-style: none;
  font-family: sofia-pro;
}

.button._2:hover {
  background-color: #3f585e;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.space-between {
  justify-content: space-between;
}

.flex-horizontal.align-center {
  align-items: center;
}

.header-logo {
  width: 110px;
  max-width: none;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-column-wrapper {
  background-color: #0000;
  width: 650px;
  padding-top: 20px;
  left: -209%;
}

.container-default {
  max-width: 1268px;
  height: 439px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  transform: translate(0);
}

.container-default.header {
  background-color: #fff0;
  max-width: none;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  transform: none;
}

.nav-menu-list-wrapper {
  margin-bottom: 0;
  margin-right: 48px;
  padding-left: 0;
}

.nav-menu-list-wrapper.last {
  margin-right: 0;
}

.btn-primary {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(155deg, #3b4df0, #58c3f7);
  border-radius: 1000000px;
  justify-content: center;
  padding: 24px 38px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, opacity .3s;
}

.btn-primary:hover {
  opacity: .6;
  color: #fff;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.111em;
}

.header-nav-list-item.middle {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.header-nav-list-item.middle.hide {
  display: block;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.text-center-mbl {
  background-color: #0000;
  border-radius: 20px;
  margin-left: 20px;
  padding: 0;
  left: 33px;
}

.display-2 {
  backface-visibility: visible;
  perspective: 2000px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: contralto-big, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 85px;
  transition: opacity .2s;
}

.position-relative {
  position: relative;
  top: -53px;
}

.position-relative.z-index-1 {
  z-index: 1;
  top: 220px;
}

.bg-circle {
  background-color: var(--black-2);
  border-radius: 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  top: 42px;
  left: 38px;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.mg-bottom-40px {
  color: #fff;
  margin-bottom: 40px;
  font-family: essonnes-text, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.position-absolute {
  position: absolute;
}

.position-absolute.bg-circle-default {
  z-index: -1;
  width: 395px;
  min-width: 395px;
  height: 395px;
  min-height: 395px;
}

.position-absolute.bg-circle-default.hero-bg {
  z-index: -2;
  top: -120px;
  left: -132px;
}

.position-absolute.bg-circle-default.services-bg {
  top: -180px;
  left: -132px;
}

.position-absolute.bg-square-default {
  z-index: -1;
  width: 377px;
  min-width: 377px;
  height: 377px;
  min-height: 377px;
}

.position-absolute.bg-square-default.services-bg {
  bottom: -118px;
  right: -70px;
}

.overflow-hidden {
  background-color: var(--pink);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.hover-text {
  transition: all .2s;
}

.buttons-wrapper {
  grid-column-gap: .5rem;
  display: flex;
}

.buttons-wrapper.card-buttons {
  justify-content: center;
  margin-bottom: 48px;
}

.text-span {
  background-image: linear-gradient(260deg, var(--black-2), #3f585e);
  color: #3b4df0;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 70px;
  font-weight: 600;
}

.image.bg-hero {
  z-index: -1;
  background-color: var(--black);
  border-radius: 20px;
  width: 380px;
  max-width: none;
  position: absolute;
  top: -184.063px;
  left: 638px;
  right: 0;
  overflow: visible;
}

.image.bg-hero-v2 {
  z-index: 0;
  width: auto;
  max-width: none;
  height: 422px;
  display: flex;
  position: static;
  inset: 0% 0% 0% 0;
}

.inner-container._677px {
  max-width: 677px;
}

.inner-container._677px._70-tablet._100-mbl.hero-content {
  max-width: 800px;
}

.inner-container._550px-mbl {
  margin-top: 0;
}

.inner-container._550px-mbl.center {
  background-color: #0000;
  margin-top: 0;
}

.inner-container._591px {
  max-width: 591px;
}

.inner-container._625px {
  max-width: 625px;
}

.section {
  text-align: left;
  padding-top: 250px;
  padding-bottom: 250px;
}

.section.hero {
  background-image: linear-gradient(342deg, #0000, #fff), url('../images/AdobeStock_217755550.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  padding-top: 253px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.bg-circle-gradient {
  background-color: var(--pink);
  background-image: linear-gradient(135deg, #6e6e6eb3, #0000 50%);
  border-radius: 50%;
  padding-top: 2px;
  padding-left: 2px;
  position: absolute;
  inset: 0%;
}

.image-6 {
  opacity: .75;
  width: 16px;
  padding: 0;
}

.sub-navigation {
  background-color: var(--black-2);
  border: 1px #000;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 42px;
  padding-right: 42px;
  display: flex;
}

.sub-nav-social {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
  display: flex;
}

.link {
  margin-right: 23px;
}

.link.top-bar {
  color: #fff;
  letter-spacing: 1px;
  border-right: 1px solid #bdbdbd;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: contralto-small, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.link.top-bar._2 {
  border-right-style: none;
}

.social-item {
  margin-left: 0;
  margin-right: 10px;
}

.nav-information {
  color: #f0ebeb;
  align-items: center;
  margin-bottom: 0;
  margin-right: auto;
  padding-left: 0;
  font-size: 12px;
  display: flex;
}

.sub-nav-icon {
  background-color: #c9c9c99c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
}

.image-7 {
  border-radius: 20px;
  max-width: 35%;
  position: relative;
  top: -152px;
  left: 61px;
}

.image-wrapper-6 {
  background-image: url('../images/AdobeStock_280574192.webp');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper-6._2 {
  background-image: url('../images/AdobeStock_35960876.webp');
}

.image-wrapper-6._3 {
  background-image: url('../images/AdobeStock_359411983.webp');
}

.mg-bottom-0 {
  color: #f9f9f9;
  text-align: left;
  margin-bottom: 0;
}

.position-relative-2 {
  position: relative;
}

.position-relative-2.card-grid {
  max-width: 1335px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.position-relative-2.z-index-1 {
  z-index: 1;
}

.heading-h3-size-2 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

.bg-circle-2 {
  background-color: #181d2b;
  border-radius: 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.image-wrapper-3 {
  background-image: url('../images/AdobeStock_500702766.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.card-service-content {
  padding: 0 25px;
}

.color-accent-2 {
  color: #c76f9f;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: sofia-pro;
  font-size: 21px;
  font-weight: 500;
  display: inline-block;
}

.color-accent-2.title {
  font-family: PT Sans, sans-serif;
  font-size: 60px;
}

.mg-bottom-48px {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  padding-top: 60px;
  display: flex;
}

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

.grid-3-columns.gap-32px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 52px;
  padding-bottom: 0;
}

.image-wrapper-1 {
  background-image: url('../images/AdobeStock_212257816-3.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.text-no-wrap {
  white-space: nowrap;
  flex: 0 auto;
  margin-right: 8px;
  padding-left: 3px;
  padding-right: 0;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  text-transform: capitalize;
  background-color: #0999fc;
  border: 1px solid #0999fc;
  border-radius: 6px;
  padding: 1rem 2rem;
  font-size: 18px;
  transition: all .3s;
}

.button-2:hover {
  background-color: #09affc;
}

.button-2.mini {
  padding: .5rem 1rem;
}

.button-2.v2 {
  color: #0999fc;
  background-color: #0000;
}

.button-2.v2:hover {
  color: #fff;
  background-color: #0999fc;
}

.button-2.v2.mini {
  padding: .5rem 1rem;
}

.image-wrapper-5 {
  background-image: url('../images/AdobeStock_459418717.webp');
  background-position: 95%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

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

.image-2 {
  width: 80px;
  position: static;
  inset: 0% 0 0% 0%;
}

.image-wrapper-c2 {
  background-image: url('../images/AdobeStock_249940566.webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper-4 {
  background-image: url('../images/AdobeStock_524487304.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.bg-square-2 {
  background-color: #181d2b;
  border-bottom-right-radius: 50px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.bg-circle-gradient-2 {
  background-color: #181d2b;
  background-image: linear-gradient(135deg, #6675ffb3, #0000 50%);
  border-radius: 50%;
  padding-top: 2px;
  padding-left: 2px;
  position: absolute;
  inset: 0%;
}

.display-5 {
  color: #f9f9f9;
  border-radius: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.182em;
}

.bg-square-gradient-2 {
  background-color: #181d2b;
  background-image: linear-gradient(315deg, #6675ffb3, #0000 32%);
  border-bottom-right-radius: 50px;
  padding-bottom: 2px;
  padding-right: 2px;
  position: absolute;
  inset: 0%;
}

.background-1 {
  z-index: -1;
  background-color: #0000;
  border-radius: 0;
  width: 80%;
  height: 130%;
  position: absolute;
  inset: -77px auto auto -85px;
}

.background-1._2 {
  background-color: #f2c2b0;
  width: 559px;
  height: 446px;
  top: 23%;
  left: auto;
  right: -4%;
}

.background-1._2.welcome {
  background-color: #3f585e;
  width: 447px;
  height: 433px;
  top: -11%;
  bottom: -6%;
  left: 93px;
}

.background-1._2.welcome._1 {
  background-color: var(--black-2);
  color: var(--black-2);
  top: -23%;
  left: 46px;
}

.section-header {
  color: var(--black-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 0;
  font-family: contralto-big, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
  display: flex;
}

.div-block-300 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-cover-2 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  top: -19px;
}

.image-cover-2.img._1 {
  width: 70%;
  height: auto;
  top: -65px;
  left: 159px;
}

.image-cover-2.img._3 {
  object-position: 50% 26%;
}

.container-7 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-primary {
  background-color: var(--black-2);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 46px;
  padding: 12px 45px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
  position: static;
}

.button-primary:hover {
  background-color: var(--pink);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.intro {
  background-color: var(--black-2);
  margin-top: 40px;
  margin-right: 31px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: sofia-pro;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.button-primary.intro:hover {
  background-color: #3f585e;
}

.button-primary._100 {
  width: 100%;
  margin-top: 14px;
}

.little-heading {
  color: #adadad;
  justify-content: center;
  font-family: sofia-pro;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.paragraph-large-3 {
  color: #a0a0a0;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-family: essonnes-text, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.grid-content-2 {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  height: 600px;
  padding-top: 0;
  padding-bottom: 100px;
}

.content-wrapper-7 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -73px;
  display: flex;
}

.content-wrapper-7._1 {
  margin-top: -135px;
}

.section-content {
  background-image: url('../images/AdobeStock_496466646.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  padding: 0 5% 220px;
  display: block;
  position: static;
  overflow: hidden;
}

.section-content.about {
  background-image: linear-gradient(351deg, #0000, #fff), url('../images/AdobeStock_496466646.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  margin-top: 38px;
  padding-top: 171px;
  padding-bottom: 0;
}

.section-content.intro {
  background-image: linear-gradient(1deg, #0000, #fff), url('../images/AdobeStock_496466646.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 10px;
}

.image-block-small {
  height: 450px;
  padding-left: 0;
  position: relative;
}

.little-heading-4 {
  color: #fff;
  text-align: center;
  justify-content: center;
  padding-bottom: 25px;
  font-family: contralto-big, sans-serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 75px;
  display: flex;
}

.newsletter-form-2 {
  width: 750px;
  margin-bottom: 0;
  padding-top: 20px;
}

.button-submit {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #37383b;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  padding: 10px 24px;
  font-weight: 300;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

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

.form-wrapper-2 {
  align-items: center;
  width: 100%;
  font-size: 15px;
  display: flex;
}

.text-field-3 {
  height: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.schedule-today {
  background-image: linear-gradient(#000000c9, #000000c9);
  height: 550px;
  padding-top: 15px;
}

.success-message-4 {
  color: #006603;
  background-color: #ebffeb;
}

.text-field-2 {
  margin-bottom: 0;
  margin-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.newsletter-row {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 83px;
  margin-bottom: 62px;
  display: flex;
  position: relative;
  top: 45px;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.section-header-2 {
  color: #886357;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 0;
  font-size: 55px;
  font-weight: 300;
  line-height: 60px;
  display: flex;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---container-default {
  background-color: #0000;
  border-top: 1px #000;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---container-default.surgical {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text-2 {
  font-weight: 400;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---inner-container-600px---center {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size {
  color: #211f54;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 50px;
}

.brix---link-wrapper {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: #4a3aff;
}

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

.brix---card-link-img-bg {
  border-radius: 0;
  align-items: flex-end;
  min-height: 500px;
  padding: 48px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 11px #0000008c;
}

.brix---card-link-img-bg:hover {
  transform: scale(.96);
}

.brix---text-200-bold {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.brix---bg-overlay-gradient {
  z-index: -1;
  background-image: linear-gradient(#0000 15%, #0000008f 61%, #000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---grid-2-columns---gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---card-image.peel {
  width: 134%;
  max-width: 130%;
}

.testimonial-section {
  background-image: linear-gradient(#fff0ea47, #fff0ea47);
  height: 600px;
  padding-bottom: 100px;
  position: relative;
}

.newsletter-heading {
  color: #fff;
  letter-spacing: 10px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 75px;
  font-weight: 100;
  line-height: 80px;
}

.newsletter-heading.schedule-today {
  color: var(--pink);
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  font-size: 55px;
  font-weight: 300;
}

.newsletter-heading.schedule-today._1 {
  color: var(--black-2);
  height: auto;
  font-family: contralto-big, sans-serif;
}

.html-embed-4 {
  margin-top: 40px;
  padding-top: 0;
}

.footer-top-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .3fr .5fr .25fr .25fr;
  place-items: start stretch;
  margin-top: 0;
  padding-top: 50px;
}

.container-default-2 {
  background-color: #0000;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  border-bottom: 0 #0000;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.nav-link-2:hover {
  color: var(--black);
  border-bottom: 1px #ef3f46;
  font-weight: 300;
  box-shadow: 0 3px 6px -4px #ef3f46;
}

.link-block-19 {
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-19.footermenu {
  padding-top: 10px;
  padding-left: 5px;
}

.icon-7 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.link-white {
  color: #fff;
  line-height: 22px;
}

.footer-section {
  background-color: #0000;
  border-top: .5px solid #8a8a8a;
  position: relative;
}

.div-block-29 {
  color: #fff;
}

.footer-social-link-2 {
  color: #fff;
  background-color: #ffffff4f;
  border: 1px solid #ffffff36;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .525s;
  display: flex;
}

.footer-social-link-2:hover {
  color: #0000;
  background-color: #b08678c4;
  border-color: #94afa6;
}

.footer-top-bar-2 {
  background-image: linear-gradient(to right, #3f585e, #979797 59%, #fff);
  width: 100%;
  height: 8px;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.footer-bottom-3 {
  text-align: center;
  border: 0 solid #37383b;
  border-top: .5px solid silver;
  padding-top: 26px;
  padding-bottom: 26px;
}

.content-detail-wrapper {
  max-width: 230px;
}

.footer-1 {
  color: #37383b;
  background-color: #000;
  border-top: 2px #3d3d3d;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-left-wrapper-copy {
  justify-content: flex-start;
  width: 50%;
  display: none;
}

.flex-2 {
  color: #fff;
  flex-direction: row;
  display: flex;
}

.flex-2.footer {
  background-color: #0000;
  flex-direction: column;
}

.image-35 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-53 {
  color: var(--black-2);
  font-family: contralto-small, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.div-block-18 {
  flex-direction: row;
  text-decoration: none;
  display: flex;
}

.div-block-18.footer {
  color: var(--black-2);
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
}

.footer-title-2 {
  color: #f0f0f0;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: sofia-pro;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.nav-toggle {
  color: #87878c;
  letter-spacing: 1px;
  border: 1px #000;
  border-bottom-width: 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 8px 5px;
  font-size: 15px;
  font-weight: 100;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-toggle:hover {
  color: #1e1e20;
}

.nav-toggle.w--current {
  flex-direction: column;
  text-decoration: none;
}

.nav-toggle.w--open {
  color: #000;
}

.nav-toggle.footermenu {
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 5px;
}

.form-contact-title {
  color: #fff;
  margin-bottom: 5px;
  font-family: contralto-medium, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.detail-text {
  color: #f8f8f8;
  font-family: contralto-small, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.link-block-21 {
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.link-block-21.footermenu {
  padding-top: 10px;
  padding-left: 5px;
}

.footer-social-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-social-grid.footer {
  background-color: #0000;
  flex-direction: column;
  margin-top: -14px;
  display: flex;
}

.form-contact-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-items: stretch;
  margin-top: 0;
  padding-bottom: 0;
}

.footer-social-block-three {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-right: 220px;
  display: flex;
}

.footer-social-block-three.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 20px 0%;
}

.contact-block-2 {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-307 {
  background-image: url('../images/Screenshot-2023-03-22-at-2.35.03-PM.webp');
  background-position: 0 0;
  background-size: cover;
  height: 220px;
}

.text-span-2 {
  color: var(--black-2);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fff, #888);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: contralto-big, sans-serif;
  font-size: 85px;
  font-weight: 300;
}

.section-2 {
  background-image: url('../images/AdobeStock_377365621.webp'), url('../images/AdobeStock_217755550.webp');
  background-position: 100%, 0 0;
  background-size: cover, cover;
  padding-bottom: 50px;
}

.checkbox-field {
  color: #000;
  margin-top: 30px;
  margin-bottom: 19px;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 25px;
}

.form-block {
  width: 50%;
}

.btn-primary-2 {
  grid-column-gap: 16px;
  background-color: var(--black-2);
  color: #fff;
  text-transform: uppercase;
  padding: 17px 20px;
  font-family: sofia-pro;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.btn-primary-2:hover {
  transform: translate(0, -10px);
}

.submit-btn-wrap {
  display: inline-block;
  position: relative;
}

.image-bg {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.h3-large {
  color: #fff;
  font-family: contralto-big, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 67px;
}

.text-area-holder {
  height: 100px;
  margin-bottom: 20px;
  display: flex;
}

.container {
  width: 90%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-field {
  color: #022859;
  background-color: #fff;
  border: 1px #000;
  height: 50px;
  margin-bottom: 0;
  font-family: essonnes-text, sans-serif;
  font-weight: 400;
}

.text-field::placeholder {
  color: #727272;
}

.text-field.is-dropdown {
  color: #727272;
  background-image: url('../images/dropdown-arrow.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-field.is-dropdown:hover, .text-field.is-dropdown:focus-visible, .text-field.is-dropdown[data-wf-focus-visible] {
  color: #727272;
}

.flex-fields {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.submit-btn {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.flex-form {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-form {
  background-color: #6fbbc24d;
  padding-top: 240px;
  padding-bottom: 120px;
}

.section-form.text-is-grey {
  position: relative;
}

.section-form.text-is-grey._1 {
  background-image: linear-gradient(#000, #000);
  padding-top: 100px;
  padding-bottom: 40px;
}

.col-50 {
  width: 50%;
}

.paragraph {
  color: #fff;
  font-family: essonnes-text, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.card-overlay {
  background-image: linear-gradient(#000000a6, #000000a6);
  position: absolute;
  inset: 0%;
}

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

.centre-block.is-inside-full {
  width: 90%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.card-title-text {
  text-align: center;
  letter-spacing: 1px;
  font-family: contralto-medium, sans-serif;
  font-size: 45px;
  position: absolute;
  inset: 7% 0% auto;
}

.card-text._1 {
  color: #fff;
  text-decoration: none;
}

.container-full {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.four-col-card {
  color: #fff;
  min-height: 600px;
  font-size: 22px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.four-col-card-block {
  grid-column-gap: 2.5vw;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 2000px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-3 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-3.text-is-grey {
  background-color: #000;
  background-image: linear-gradient(#000000e3, #000000e3), url('../images/AdobeStock_537718752.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-top: 20px;
  position: relative;
}

.card-content {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  font-size: 22px;
  display: flex;
  position: relative;
}

.link-block-22 {
  border: 1px solid #fff9;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.link-block-23, .link-block-24, .link-block-25 {
  text-decoration: none;
}

.hidden-service-section {
  background-image: url('../images/AdobeStock_377365621.webp'), url('../images/AdobeStock_217755550.webp');
  background-position: 100%, 0 0;
  background-size: cover, cover;
  padding-bottom: 50px;
  display: none;
}

.div-block-309 {
  z-index: 100;
  width: 450px;
  height: auto;
  position: relative;
  top: -30px;
  left: 102px;
}

.background-video {
  z-index: 100;
  width: 450px;
  height: 650px;
  top: -112px;
  left: 52px;
}

.bold-text-3 {
  font-size: 75px;
}

.hover-link-box {
  border: 1px #fff9;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: essonnes-text, sans-serif;
  text-decoration: none;
  transition: all .6s;
}

.hover-link-box:hover {
  background-color: #3f585ea3;
  border-style: solid;
}

.link-block-2 {
  color: #16181f;
  border-bottom: 0 solid #00000017;
  width: 100%;
  margin-top: 15px;
  text-decoration: none;
}

.link-block-2._512 {
  border-top: 1px dashed #8d8d8d;
  margin-top: 13px;
  margin-bottom: 0;
}

.quick-links-header {
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 45px;
  font-weight: 400;
}

.sub-dropdown-quick-2 {
  color: #000;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.sub-dropdown-quick-2:hover {
  color: var(--pink);
}

.sub-dropdown-quick-2.w--current {
  color: var(--pink);
  padding-top: 10px;
  padding-bottom: 10px;
}

.service-page-rich-text {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
}

.service-page-rich-text.h2 {
  text-transform: none;
  font-family: Vollkorn, serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.quick-link-block {
  color: #16181f;
  border-bottom: 1px #00000017;
  width: 100%;
  text-decoration: none;
}

.column-7 {
  position: sticky;
  top: 100px;
}

.section-6 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.section-6.inner-padding {
  padding-left: 40px;
  padding-right: 42px;
}

.column-6 {
  border-left: 1px solid #0000001f;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 40px;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .16em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #55a5ab;
  justify-content: center;
  padding: 24px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: color .35s, transform .35s, background-color .35s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #e96025;
  transform: scale3d(.94, .94, 1.01);
}

.button-primary-2.services {
  background-image: linear-gradient(146deg, #55a5ab, #92bfa2);
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.html-embed-5 {
  margin-top: 20px;
}

.quick-link-menu-item {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 15px;
  text-decoration: none;
}

.quick-link-menu-item.w--open {
  background-color: #faf9f9;
  position: static;
}

.quick-link-menu-item.top {
  margin-top: 20px;
}

.text-block-13 {
  text-transform: none;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: essonnes-text, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.text-block-13:hover {
  color: #000;
}

.text-block-13.sidebar {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #55a5ab;
  background-image: linear-gradient(10deg, #3f585e, #fff);
  padding: 15px;
  font-family: contralto-small, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.columns-2 {
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.bottom-border {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}

.column-9 {
  height: 100%;
}

.columns-3 {
  background-image: linear-gradient(#9b9b9b57, #9b9b9b57);
  height: 100%;
}

.heading-24 {
  color: var(--black-2);
  text-transform: capitalize;
  padding-top: 0;
  font-family: contralto-medium, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.text-red {
  color: #01a0ff;
  font-size: 25px;
  font-style: italic;
  font-weight: 200;
  line-height: 28px;
}

._2-red-line-2 {
  background-color: #ff3b1cc9;
  width: 130px;
  height: 2px;
}

._2-red-line-2._2-top-border {
  background-color: #022859;
  background-image: linear-gradient(156deg, #3f585e, #3f585e1a 45%, #fff);
  margin-top: 10px;
}

.minifx-hero {
  background-image: url('../images/AdobeStock_501659029.webp');
  background-position: 59%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 40px;
  position: relative;
  top: 0;
  overflow: hidden;
}

.minifx-hero.versa {
  background-image: url('../images/AdobeStock_288892867-1.webp');
  height: 100vh;
  top: -112px;
}

.minifx-hero.b12 {
  background-image: url('../images/AdobeStock_295800027.webp');
  height: 100vh;
  top: -115px;
}

.minifx-hero.microneedling {
  background-image: url('../images/AdobeStock_398204040.webp');
  height: 100vh;
  top: -115px;
}

.minifx-hero.dermaplane {
  background-image: url('../images/AdobeStock_459418717.webp');
  height: 100vh;
  top: -112px;
}

.minifx-hero.facials {
  background-image: url('../images/Richter-Med-Spa-Aug-2024-56.webp');
  height: 100vh;
  top: -112px;
}

.minifx-hero.opus {
  background-image: url('../images/Richter-Med-Spa-Aug-2024-53-1.webp');
  background-position: 50% 0;
  height: 100vh;
}

.minifx-hero.contact {
  background-image: url('../images/Richter-Med-Spa-Aug-2024-49.webp');
  background-position: 50%;
}

.minifx-hero.about {
  background-image: url('../images/Richter-Med-Spa-Aug-2024-97.webp');
}

.minifx-hero.weight-loss {
  background-image: url('../images/AdobeStock_236242200.webp');
  height: 100vh;
  top: -112px;
}

.minifx-hero.zochemcial-peel {
  background-image: url('../images/AdobeStock_226032265.webp');
  height: 100vh;
  top: -112px;
}

.minifx-hero.xeomin {
  background-image: url('../images/Richter-Med-Spa-Aug-2024-36-1.webp');
}

.minifx-hero.blog {
  background-image: url('../images/Richter-Med-Spa-Aug-2024-28-1.webp');
  background-position: 50%;
  background-size: cover;
  height: 70vh;
  padding-top: 40px;
}

.minifx-hero.payment {
  background-image: url('../images/rms-3.jpg');
}

.minifx-hero.values {
  background-image: url('../images/rms-3.jpg');
  background-position: 50% 20%;
}

.minifx-hero.legal {
  background-image: url('../images/AdobeStock_276102689.webp');
}

.minifx-hero.legal.booking {
  background-image: url('../images/Richter-Med-Spa-Aug-2024-28-1_1.webp');
  background-position: 50%;
  height: 80vh;
}

.inner-hero-text {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}

.content-wrapper-5 {
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 25px;
  position: relative;
  top: 360px;
  left: 0%;
}

.image-36 {
  margin-top: 9px;
}

.contact-item {
  align-items: flex-start;
  display: flex;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #1c2122;
  background-image: linear-gradient(108deg, #3f585e, #3f585e 0%, #fff);
  border: .5px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.contact-form-button-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.rich-text-block-2 {
  color: #707788;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large.text-color-gray-800 {
  color: #323c3e;
  font-family: contralto-small, sans-serif;
  font-size: 17px;
}

.form {
  align-items: center;
}

.text-block-68 {
  color: var(--black-2);
  font-family: essonnes-text, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-68:hover {
  color: #000;
}

.field-label-2 {
  color: #788d91;
  font-family: essonnes-text, sans-serif;
  font-weight: 300;
}

.field-label-2.text-color-gray-500 {
  color: #788d91;
}

.form-field-wrapper {
  color: #323c3e;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.form-field-wrapper.margin-bottom-32 {
  margin-bottom: 32px;
}

.contact-detail {
  margin-bottom: 24px;
}

.textarea {
  background-color: #0000;
  border: 1px solid #ccd4d6;
  border-radius: 8px;
  min-height: 138px;
  margin-bottom: 0;
  padding: 9px 12px;
}

.textarea:focus {
  border-color: #323c3e;
  outline-color: #323c3e;
}

.text-field-4 {
  background-color: #0000;
  border: 1px solid #ccd4d6;
  border-radius: 8px;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 12px;
  transition: all .3s;
}

.text-field-4:focus {
  border-color: #323c3e;
}

.icon-medium {
  color: var(--pink);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.grid-contact-detail {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.contact-form {
  grid-row-gap: 24px;
  border: 1px solid #ccd4d6;
  border-radius: 24px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.grid-contact-form {
  grid-column-gap: 24px;
  grid-template-rows: auto;
}

.form-detail-2 {
  grid-column-gap: 16px;
  align-items: center;
  max-width: 207px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-text-underline {
  color: #49575a;
  font-family: essonnes-text, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.form-block-2 {
  align-items: center;
  margin-bottom: 0;
}

.contact-icon-wrapper {
  background-color: #e9eced;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 24px;
  padding: 10px;
  display: flex;
}

.section-large {
  padding: 0 5% 0 0%;
  position: relative;
}

.text-color-red-400 {
  color: #e64d80;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-312 {
  margin-bottom: 80px;
}

.about-image {
  object-fit: cover;
  margin-top: 20px;
}

.paragraph-large-4 {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-large-4._1 {
  text-align: left;
  letter-spacing: 0;
  margin-top: 31px;
  margin-left: -5px;
  font-size: 18px;
  line-height: 23px;
}

.italic-text {
  font-family: essonnes-text, sans-serif;
  font-style: normal;
}

.checkbox-label {
  color: #fff;
}

.checkbox-label.black {
  color: var(--black-2);
}

.section-7 {
  background-color: #f7f8f5;
  padding-top: 40px;
  padding-bottom: 0;
}

.section-7.home-hero {
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.mg-top-56px {
  margin-top: 56px;
}

.color-white {
  color: #f5d9b2;
  text-align: center;
  font-size: 100px;
  font-weight: 400;
}

.color-white.intro {
  text-align: left;
}

.color-white.intro.ageless {
  color: #daa57d;
  text-transform: none;
}

.color-white.text {
  text-shadow: 1px 1px 6px #fff;
  margin-top: 43px;
  font-family: Vollkorn, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.color-white.text.intro {
  color: #daa57d;
  text-align: left;
  text-shadow: 1px 0 #fff;
  font-weight: 100;
  line-height: 35px;
}

.background-video-6 {
  height: 100vh;
  padding-top: 75px;
  padding-bottom: 380px;
}

.container-medium-761px {
  max-width: 761px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-761px.inside {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.italic-text-2 {
  color: #f5d9b2;
}

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

.text-center-2.left-ml {
  padding-right: 176px;
}

.container-default-3 {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-3.home-hero {
  z-index: 1;
  padding-top: 0;
  position: relative;
  top: 106px;
}

.button-primary-4 {
  color: #fff;
  text-align: center;
  letter-spacing: .16em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #d5bcaa;
  justify-content: center;
  padding: 24px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: color .35s, transform .35s, background-color .35s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #e96025;
  transform: scale3d(.94, .94, 1.01);
}

.button-primary-4.button-white {
  color: #2b1c14;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.button-primary-4.button-white._2-buttons {
  color: #666;
  background-color: #f5d9b2;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 15px;
}

.bg-overlay {
  -webkit-text-stroke-color: transparent;
  background-color: #00000073;
  background-image: linear-gradient(to top, #0000, #ffffff73);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-secondary {
  color: #f5d9b2;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #f5d9b2;
  padding: 22px 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  transition: transform .35s, color .35s, background-color .35s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #daa57d;
  border-color: #ff834e;
  transform: scale3d(.94, .94, 1.01);
}

.button-secondary.button-white {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button-secondary.button-white:hover {
  color: #2b1c14;
  background-color: #fff;
}

.button-secondary.button-white._2-buttons {
  color: #fff;
  border-width: 3px;
  border-color: #fff;
  margin-left: 15px;
  font-weight: 400;
}

.button-secondary.button-white._2-buttons:hover {
  background-color: #f5d9b2;
}

.flex {
  display: flex;
}

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

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

.nav-toggle-2 {
  z-index: 100;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 10px;
  padding: 0 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.nav-toggle-2:hover {
  color: #e6c17c;
}

.nav-toggle-2.w--open {
  color: #000;
}

.dropdown-toggle-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.menu-text {
  color: #fff;
  text-transform: uppercase;
  font-family: contralto-big, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

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

.dropdown-list-7 {
  top: 0;
}

.dropdown-list-7.w--open {
  background-color: #0000;
  top: 64px;
  left: -115.846px;
}

.div-block-5 {
  color: #000;
  letter-spacing: 0;
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff);
  width: 275px;
  margin-left: 0;
  padding: 12px;
  position: relative;
  left: 101px;
}

.grid-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: "Area"
  / 1.25fr;
}

.div-block-305 {
  width: 253px;
}

.nav-dropdown-link-4 {
  color: var(--black-2);
  padding: 2.5px 5px 2.5px 10px;
  font-family: essonnes-text, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.nav-dropdown-link-4:hover {
  color: var(--pink);
}

.nav-dropdown-link-4:focus-visible, .nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--pink);
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-4.w--current {
  color: #ac8331;
}

.gallery-image-small-square {
  background-color: #fff;
  height: 100%;
  padding: 10px;
}

.container-regular {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.button-11 {
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(140deg, #1b242c, #abc8e8);
  width: 50%;
  font-size: 14px;
  font-weight: 300;
}

.gallery-slide {
  margin-right: 20px;
}

.left-arrow-4 {
  background-color: var(--black-2);
  color: #f5f5f5;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  bottom: -120%;
  left: 0%;
  right: auto;
}

.left-arrow-4:hover {
  background-color: var(--pink);
  color: #fff;
}

.right-arrow-5 {
  background-color: var(--black-2);
  color: #393b6a;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: auto auto -57px 70px;
}

.right-arrow-5:hover {
  background-color: var(--pink);
  color: #fff;
  border-color: #160042;
}

.section-gallery {
  justify-content: flex-end;
  padding: 10px 0% 100px 5%;
  display: flex;
  overflow: hidden;
}

.text-block-66 {
  color: #222;
  padding-bottom: 20px;
  font-size: 14px;
}

.gallery-slider-2 {
  background-color: #0000;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.icon-8 {
  color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.heading-7 {
  color: #1b242c;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}

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

.background-video-9 {
  height: auto;
  padding: 40px 0 100px 10px;
  box-shadow: 6px -1px 12px 6px #0000005e;
}

.gallery-slider-mask {
  flex: 0 auto;
  align-self: auto;
  width: 350px;
  height: 100%;
  overflow: visible;
}

.slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.flex-wrapper-centre {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-wrapper-centre.margin-bottom-48 {
  text-align: left;
  align-items: flex-start;
  margin-bottom: 10px;
}

.related-services {
  color: var(--black-2);
  text-align: left;
  text-transform: uppercase;
  padding: 40px 0 5px 60px;
  font-family: contralto-big, sans-serif;
  font-size: 45px;
  font-weight: 300;
}

.section-8 {
  background-image: url('../images/AdobeStock_193246974.webp');
  background-position: 0 0;
  background-size: cover;
}

.cta-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #37383b;
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  padding: 10px 24px;
  font-weight: 300;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.cta-button:hover {
  background-color: #3f585e;
}

.submit-button {
  color: var(--black-2);
  letter-spacing: 3px;
  background-color: #0000;
  background-image: linear-gradient(139deg, #3f585e, #fff);
  font-family: fino-sans, sans-serif;
  font-size: 20px;
}

.submit-button-2 {
  letter-spacing: 3px;
  background-color: #0000;
  border: 1px solid #fff;
  font-family: fino-sans, sans-serif;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.blog33_list-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-global-2 {
  margin-top: -116px;
  padding-left: 5%;
  padding-right: 5%;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.blog33_component {
  flex-direction: column;
  align-items: center;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.blog33_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog33_image-wrapper {
  border-radius: 7px;
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog33_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog33_category-link {
  color: var(--black-2);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog33_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog3_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-regular {
  font-size: 1rem;
  line-height: 24px;
}

.section-9 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.text-block-20 {
  color: #000;
  letter-spacing: 1px;
  text-transform: capitalize;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.text-block-20:hover {
  color: #fff;
}

.text-block-20.sidebar {
  color: #000;
  text-align: center;
  background-color: #395a67;
  background-image: linear-gradient(159deg, #8b8b8b, #d5d5d5 51%, #fff);
  border-radius: 6px;
  margin-top: 23px;
  padding: 15px;
  font-size: 20px;
  font-weight: 300;
}

.service-page-column-2 {
  background-color: #cbd8e0;
  border-radius: 6px;
  padding: 16px;
}

.columns-6 {
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.link-block-26 {
  color: #16181f;
  border-bottom: 0 solid #00000017;
  width: 100%;
  text-decoration: none;
}

.column-14 {
  border-left: 1px solid #0000001f;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 120px;
}

.html-embed-6 {
  margin-top: 10px;
}

.quick-links-header-2 {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.column-15 {
  position: sticky;
  top: 100px;
}

.blog-page-title {
  margin-bottom: 64px;
}

.section-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.html-embed-7 {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.link-block-27 {
  text-decoration: none;
}

.text-size-medium {
  font-size: 1.125rem;
}

.button-12 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-12.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-12.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-12.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.layout1_image {
  width: 100%;
  height: 100%;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 66px;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.mask, .slider {
  height: auto;
}

.white-link {
  color: #fff;
}

.black-link {
  color: var(--black-2);
}

.image-37 {
  object-fit: scale-down;
  width: 100%;
  height: 200px;
}

@media screen and (min-width: 1280px) {
  .header-nav-link {
    color: #fff;
  }

  .header-nav-link:hover {
    color: var(--black);
  }

  .flex-horizontal.align-center.flex-vertical-mbl.hero-flex {
    position: relative;
    top: -27px;
  }

  .text-center-mbl {
    position: relative;
    top: 30px;
    left: 5%;
  }

  .bg-circle {
    background-color: #f6c6eba1;
  }

  .image.bg-hero {
    object-fit: fill;
    border-radius: 110px;
    padding: 0;
  }

  .image.bg-hero-v2 {
    z-index: 1;
    justify-content: center;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    top: -35%;
    left: 0;
    right: 0%;
  }

  .inner-container._550px-mbl {
    margin-top: 0;
  }

  .bg-circle-gradient {
    background-color: #c59fa591;
    background-image: none;
  }

  .image-7 {
    z-index: -1;
    border-radius: 20px;
    max-width: 31%;
    position: absolute;
    top: -154.172px;
    left: 723px;
  }

  .image-wrapper-6 {
    background-image: url('../images/AdobeStock_573539550-1.webp'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 100%, 50%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
  }

  .position-relative-2.z-index-1 {
    position: static;
  }

  .image-wrapper-3 {
    background-image: url('../images/AdobeStock_500702766.webp'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
  }

  .color-accent-2 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .color-accent-2.title {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .image-wrapper-1 {
    background-image: url('../images/AdobeStock_212257816-3.webp'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
  }

  .image-wrapper-5 {
    background-image: url('../images/AdobeStock_459418717.webp'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
  }

  .image-wrapper-c2 {
    background-image: url('../images/AdobeStock_249940566.webp'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
  }

  .image-wrapper-4 {
    background-image: url('../images/AdobeStock_544068165.webp'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
  }

  .display-5 {
    color: var(--pink);
    font-size: 60px;
  }

  .background-1._2.welcome {
    background-color: #3f585e;
    top: -9%;
    right: -7%;
  }

  .background-1._2.welcome._1 {
    background-color: var(--black-2);
    top: -15%;
    right: 20%;
  }

  .section-header {
    color: var(--black);
  }

  .image-cover-2.img {
    top: 7px;
  }

  .image-cover-2.img._1 {
    width: 78%;
    height: auto;
  }

  .button-primary.intro {
    background-color: var(--black);
  }

  .section-content {
    padding-top: 0;
    display: block;
    position: static;
    top: 0;
  }

  .section-content.about {
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .section-content.intro {
    padding-top: 55px;
  }

  .testimonial-section {
    height: 800px;
  }

  .div-block-308 {
    height: 420px;
  }

  .heading-24 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .header-nav-link, .header-nav-link.w--current, .header-nav-link.nav-2 {
    color: #fff;
  }

  .display-2 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transform-origin: 0%;
    transition-property: none;
    transform: perspective(2000px);
  }

  .mg-bottom-40px {
    font-size: 20px;
    line-height: 26px;
  }

  .background-1._2.welcome {
    background-color: #3f585e;
  }

  .background-1._2.welcome._1 {
    background-color: var(--black-2);
  }

  .section-header {
    color: var(--black-2);
  }

  .button-primary.intro {
    background-color: var(--black-2);
  }

  .testimonial-section {
    background-image: linear-gradient(#d3d3d347, #d3d3d347);
    height: auto;
  }

  .html-embed-4 {
    width: 85%;
  }

  .footer-top-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 60px;
  }

  .div-block-29._1 {
    padding-left: 20px;
  }

  .footer-social-link-2 {
    background-color: #ffffffd9;
  }

  .footer-top-bar-2 {
    background-image: linear-gradient(to right, #3f585e, #dbcdcf 52%, #a8a8a8);
  }

  .footer-1-column {
    width: 100%;
  }

  .div-block-309 {
    background-color: #0000;
    background-image: linear-gradient(338deg, #fff0, #fff);
  }

  .background-video {
    height: 600px;
    box-shadow: -4px 2px 19px 5px #0003;
  }

  .heading-24 {
    padding-top: 60px;
  }

  .inner-hero-text, .content-wrapper-5 {
    margin-top: 0;
  }

  .section-large {
    display: flex;
  }

  .section-7 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-7.home-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .color-white {
    margin-bottom: 20px;
  }

  .bg-overlay {
    background-image: linear-gradient(4deg, #0000, #ffffff42);
  }

  .div-block-5 {
    width: 100%;
  }

  .grid-4 {
    grid-template-columns: 1.25fr 1fr 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .header-nav-link, .header-nav-link.w--current, .header-nav-link.nav-2 {
    color: #fff;
  }

  .text-center-mbl {
    top: 99px;
    left: 10%;
  }

  .buttons-wrapper {
    border-radius: 0;
    justify-content: center;
    margin-bottom: 101px;
    font-size: 18px;
  }

  .section {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .section.hero {
    padding-top: 245px;
    padding-bottom: 427px;
  }

  .sub-navigation {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-2.mini.bigger {
    margin-top: 5px;
    padding-top: 1.1rem;
    padding-bottom: 0;
    font-size: 30px;
  }

  .button-2.v2.mini.bigger {
    border-radius: 5px;
    padding: 1.1rem 1.4rem;
  }

  .schedule-today {
    background-image: linear-gradient(#e7e7e747, #e7e7e747);
  }

  .newsletter-row {
    margin-bottom: 300px;
  }

  .testimonial-section {
    height: 900px;
    position: relative;
  }

  .footer-top-2 {
    grid-template-columns: .25fr .3fr .25fr .25fr .25fr;
  }

  .footer-top-bar-2 {
    background-image: linear-gradient(to right, #3f585e, #dbcdcf 52%, #a8a8a8);
  }

  .footer-social-block-three.footer {
    justify-content: center;
    align-items: center;
  }

  .heading-24, .content-wrapper-5 {
    padding-top: 60px;
  }

  .container-x-small {
    max-width: none;
  }

  .section-large {
    display: flex;
  }

  .section-7 {
    padding-bottom: 60px;
  }

  .color-white.intro.ageless {
    font-size: 150px;
  }

  .color-white.text.intro {
    font-size: 40px;
    line-height: 40px;
  }

  .container-default-3.home-hero {
    padding-top: 61px;
  }

  .button-primary-4.button-white._2-buttons, .button-secondary.button-white._2-buttons {
    padding-left: 80px;
    padding-right: 80px;
  }

  .background-video-9 {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 15px;
    font-weight: 400;
  }

  .header-nav-menu-wrapper {
    background-color: #181d2b;
    border-top: 1px solid #3b4151;
    border-bottom: 1px solid #3b4151;
    height: 100vh;
    max-height: 90vh;
    padding: 50px 24px;
    display: flex;
    overflow: auto;
  }

  .header-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card.dropdown-card {
    background-image: none;
    border-width: 0;
    border-radius: 0;
    padding: 50px 0 0;
  }

  .header-nav-link {
    font-size: 30px;
  }

  .hamburger-menu-wrapper {
    border: 1px solid var(--white);
    margin-left: 20px;
    padding: 4px 9px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .header-middle {
    margin-left: auto;
  }

  .hamburger-menu-bar {
    width: 35px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    background-color: var(--white);
    width: 35px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .hamburger-menu-bar.top {
    background-color: var(--white);
  }

  .header-nav-menu-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .grid-nav-menu {
    grid-column-gap: 40px;
  }

  .flex-horizontal.align-center.flex-vertical-mbl.hero-flex {
    flex-direction: column;
  }

  .dropdown-column-wrapper {
    width: 100%;
    position: static;
    transform: none;
  }

  .container-default.header {
    background-color: #00000091;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.middle {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.show-in-tablet.header-nav-btn {
    width: 100%;
    margin-top: auto;
    padding-top: 40px;
  }

  .display-2 {
    font-size: 60px;
  }

  .position-absolute.bg-circle-default.hero-bg {
    top: -107px;
  }

  .buttons-wrapper {
    justify-content: center;
  }

  .image.bg-hero {
    right: -433px;
  }

  .image.bg-hero-v2 {
    width: 900px;
    height: 600px;
    position: static;
    top: -40%;
    right: -44%;
  }

  .inner-container._677px._70-tablet._100-mbl.hero-content {
    max-width: 100%;
    position: relative;
    top: -117px;
  }

  .section {
    padding-top: 154px;
    padding-bottom: 154px;
  }

  .section.hero {
    padding-top: 160px;
    padding-bottom: 228px;
  }

  .image-wrapper-6 {
    height: 222px;
  }

  .heading-h3-size-2 {
    font-size: 22px;
  }

  .image-wrapper-3 {
    height: 222px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .image-wrapper-1, .image-wrapper-5, .image-wrapper-c2, .image-wrapper-4 {
    height: 222px;
  }

  .display-5 {
    font-size: 37px;
  }

  .image-cover-2.img._1 {
    width: 55%;
    position: relative;
    top: -78px;
  }

  .grid-content-2 {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
    height: auto;
    padding-bottom: 0;
    display: block;
  }

  .content-wrapper-7, .content-wrapper-7._1 {
    margin-top: 0;
  }

  .section-content {
    padding-bottom: 140px;
  }

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

  .section-content.intro {
    height: auto;
    margin-top: 45px;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .image-block-small {
    position: static;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---heading-h2-size {
    font-size: 40px;
    line-height: 46px;
  }

  .brix---card-link-img-bg {
    min-height: 336px;
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .newsletter-heading.schedule-today {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-top-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1.2fr;
  }

  .container-default-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-social-link-2 {
    margin-bottom: 10px;
  }

  .footer-bottom-3 {
    text-align: left;
    margin-top: 70px;
  }

  .nav-left-wrapper-copy {
    display: none;
  }

  .flex-2.footer {
    padding-top: 0;
  }

  .footer-1-column {
    width: 67%;
  }

  .div-block-18.footer {
    padding-top: 0;
  }

  .nav-toggle {
    justify-content: flex-start;
    width: 100%;
  }

  .nav-toggle.w--current {
    align-items: flex-start;
  }

  .nav-toggle.w--open {
    background-color: #f5f5f7;
    width: 100%;
  }

  .footer-social-grid {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .footer-social-grid.footer {
    padding-top: 0;
    display: block;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .form-block {
    width: 100%;
  }

  .flex-form {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-form {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .col-50.full-tab {
    width: 100%;
  }

  .four-col-card {
    min-height: 500px;
  }

  .four-col-card-block {
    grid-template-columns: 1fr 1fr;
  }

  .section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .quick-links-header {
    line-height: 45px;
  }

  .columns-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-contact-detail {
    display: block;
  }

  .section-7 {
    flex-direction: column;
    display: flex;
  }

  .section-7.home-hero {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-default-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .button-secondary {
    padding-left: 79px;
    padding-right: 79px;
  }

  .nav-toggle-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .nav-toggle-2.w--open {
    background-color: #f5f5f7;
    width: 100%;
  }

  .dropdown-toggle-3 {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .menu-text {
    font-size: 30px;
  }

  .dropdown-list-7.w--open {
    z-index: 999;
    position: static;
    left: 0;
  }

  .div-block-5 {
    z-index: 999;
    margin-top: 13px;
    left: 0;
  }

  .right-arrow-5 {
    bottom: -63px;
  }

  .gallery-slider-mask {
    width: 420px;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-9 {
    flex-direction: row;
    display: block;
  }

  .text-block-20 {
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .text-block-20:hover {
    color: #ebb271;
  }

  .text-block-20.sidebar {
    font-size: 15px;
  }

  .service-page-column-2 {
    width: 120%;
  }

  .columns-6 {
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-links-header-2 {
    font-size: 30px;
  }

  .column-15 {
    padding-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .text-200 {
    font-size: 16px;
  }

  .header-nav-menu-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-logo-link {
    max-width: 100px;
  }

  .card.dropdown-card {
    padding-top: 40px;
  }

  .header-nav-link {
    font-size: 28px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-300.bold.nav-menu-title {
    margin-bottom: 30px;
  }

  .grid-nav-menu {
    grid-template-columns: auto auto;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .header-nav-list-item.middle {
    margin-bottom: 38px;
  }

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

  .display-2 {
    font-size: 45px;
  }

  .buttons-row.center-mbl {
    justify-content: center;
  }

  .position-absolute.bg-circle-default {
    width: 316px;
    min-width: 316px;
    height: 316px;
    min-height: 316px;
  }

  .position-absolute.bg-circle-default.hero-bg {
    display: none;
    position: static;
    top: -74px;
    left: auto;
    right: 0;
    transform: rotate(90deg);
  }

  .position-absolute.bg-circle-default.services-bg {
    display: none;
    top: -160px;
    left: -106px;
  }

  .position-absolute.bg-square-default {
    width: 316px;
    min-width: 316px;
    height: 316px;
    min-height: 316px;
  }

  .position-absolute.bg-square-default.services-bg {
    bottom: -137px;
  }

  .image.bg-hero {
    object-fit: cover;
    width: 100%;
    position: static;
    right: auto;
  }

  .image.bg-hero-v2 {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    display: none;
    position: static;
    right: auto;
  }

  .inner-container._550px-mbl {
    max-width: 550px;
  }

  .section {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .section.hero {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .link.top-bar {
    font-size: 12px;
  }

  .sub-nav-icon {
    width: 25px;
    height: 25px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .image-2 {
    position: static;
    left: 38%;
  }

  .display-5 {
    font-size: 31px;
  }

  .little-heading-4 {
    font-size: 40px;
  }

  .newsletter-form-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .button-submit {
    margin-top: 17px;
  }

  .form-wrapper-2 {
    flex-direction: column;
    width: 80%;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-field-3 {
    margin-right: 5px;
  }

  .schedule-today {
    flex-direction: column;
    align-items: center;
    height: auto;
    display: flex;
  }

  .text-field-2 {
    margin-bottom: 5px;
  }

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

  .newsletter-row {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .testimonial-section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .newsletter-heading {
    margin-bottom: 24px;
  }

  .newsletter-heading.schedule-today {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    display: flex;
  }

  .footer-top-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .nav-left-wrapper-copy {
    display: none;
  }

  .footer-1-column {
    width: 100%;
  }

  .footer-social-grid.footer {
    display: block;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-social-block-three.footer {
    display: block;
  }

  .h3-large {
    font-size: 36px;
    line-height: 42px;
  }

  .flex-fields {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .section-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card-text {
    font-size: 18px;
  }

  .four-col-card {
    min-width: 85%;
    min-height: 450px;
  }

  .four-col-card-block {
    width: 95%;
    margin-left: 5%;
    padding-right: 5%;
    display: flex;
    overflow: auto;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-7 {
    padding-left: 0;
    position: static;
  }

  .column-6 {
    margin-top: 100px;
    padding: 19px;
  }

  .service-page-column {
    background-color: #0000;
    display: none;
  }

  .button-primary-2 {
    padding: 20px 32px;
    font-size: 15px;
    line-height: 17px;
  }

  .columns-2 {
    margin-left: 20px;
  }

  .content-wrapper-5 {
    padding-left: 10px;
    padding-right: 0;
  }

  .grid-contact-detail {
    display: block;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 0;
  }

  .section-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-7.home-hero {
    padding-top: 0;
  }

  .mg-top-56px.ml-40px {
    margin-top: 40px;
  }

  .background-video-6 {
    padding-bottom: 0;
  }

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

  .text-center-2.left-ml {
    text-align: center;
  }

  .button-primary-4 {
    padding: 20px 32px;
    font-size: 15px;
    line-height: 17px;
  }

  .button-primary-4.button-white._2-buttons {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .button-secondary.button-white._2-buttons {
    margin-left: 0;
  }

  .flex.center.buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-5 {
    flex-direction: column;
    display: flex;
  }

  .grid-4 {
    display: block;
  }

  .left-arrow-4, .right-arrow-5 {
    display: none;
  }

  .gallery-slider-mask {
    width: 400px;
  }

  .related-services {
    line-height: 45px;
  }

  .cta-button {
    margin-top: 17px;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .text-block-20 {
    font-size: 18px;
  }

  .service-page-column-2 {
    background-color: #0000;
    width: 100%;
  }

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

  .column-15 {
    position: static;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-left: 15px;
  }

  .header-nav-menu-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-wrapper {
    width: 100%;
    position: fixed;
    box-shadow: 0 4px 10px #00000075;
  }

  .header-logo-link.w--current {
    width: 90%;
  }

  .card.dropdown-card {
    padding-top: 30px;
  }

  .hamburger-menu-wrapper {
    border-color: #fff;
  }

  .grid-nav-menu {
    grid-template-columns: 1fr;
  }

  .button {
    width: 150px;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    font-size: 15.5px;
  }

  .button.v2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 15px;
  }

  .button.v2.mini.heeader {
    display: none;
  }

  .button._2 {
    width: auto;
  }

  .header-logo {
    width: 80%;
    max-width: 100%;
    height: auto;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-default.header {
    background-image: none;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .btn-primary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-nav-list-item {
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .text-center-mbl {
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    top: 197px;
    left: 0;
  }

  .display-2 {
    font-size: 35px;
    line-height: 40px;
  }

  .buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .mg-bottom-40px {
    margin-left: 0;
  }

  .position-absolute.bg-circle-default {
    width: 253px;
    min-width: 253px;
    height: 253px;
    min-height: 253px;
  }

  .position-absolute.bg-circle-default.hero-bg {
    top: -47px;
    right: -61px;
  }

  .position-absolute.bg-circle-default.services-bg {
    top: -143px;
    left: -74px;
  }

  .position-absolute.bg-square-default {
    width: 253px;
    min-width: 253px;
    height: 253px;
    min-height: 253px;
  }

  .position-absolute.bg-square-default.services-bg {
    bottom: -214px;
    right: -36px;
  }

  .buttons-wrapper {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: stretch;
  }

  .text-span {
    font-size: 40px;
  }

  .image.bg-hero {
    min-height: 381px;
  }

  .image.bg-hero-v2 {
    min-height: 381px;
    display: none;
  }

  .inner-container._550px-mbl {
    max-width: none;
  }

  .inner-container._550px-mbl.center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-container._591px {
    max-width: none;
  }

  .section {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .section.hero {
    padding-top: 40px;
  }

  .sub-navigation {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .sub-nav-social {
    padding-right: 0;
  }

  .link.top-bar {
    border-right-style: none;
    font-size: 11px;
  }

  .card-service-content {
    padding-left: 23px;
    padding-right: 23px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .button-2 {
    width: 150px;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    font-size: 15.5px;
  }

  .button-2.mini {
    width: 155px;
  }

  .button-2.mini.bigger {
    width: 120px;
  }

  .button-2.v2 {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 15px;
  }

  .image-2 {
    top: 29%;
    left: 35%;
  }

  .display-5 {
    font-size: 25px;
  }

  .background-1._2.welcome {
    left: 26px;
    right: 10%;
  }

  .background-1._2.welcome._1 {
    width: 414px;
    left: 0;
    right: 0%;
  }

  .section-header {
    font-size: 34px;
    line-height: 40px;
  }

  .image-cover-2.img._1 {
    width: 80%;
    top: -93px;
    left: 0;
  }

  .button-primary.intro {
    font-size: 10px;
  }

  .paragraph-large-3 {
    margin-left: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .content-wrapper-7 {
    padding-top: 20px;
  }

  .section-content {
    padding-top: 132px;
  }

  .section-content.about {
    padding-left: 4%;
    padding-right: 4%;
  }

  .image-block-small {
    height: 364px;
  }

  .little-heading-4 {
    font-size: 30px;
    line-height: 30px;
  }

  .newsletter-form-2 {
    flex-direction: column;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-submit {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }

  .form-wrapper-2 {
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-field-3 {
    margin-right: 0;
  }

  .schedule-today {
    height: auto;
  }

  .text-field-2 {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .text-block-2 {
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 23px;
  }

  .newsletter-row {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .section-header-2 {
    font-size: 34px;
    line-height: 40px;
  }

  .brix---container-default {
    max-width: none;
    margin-bottom: 3px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: relative;
  }

  .brix---container-default.surgical {
    padding-bottom: 0;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---heading-h2-size {
    margin-left: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .brix---link-wrapper {
    justify-content: center;
    font-size: 14px;
    position: relative;
  }

  .brix---card-link-img-bg {
    min-height: 440px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .testimonial-section {
    height: auto;
    padding-bottom: 0;
  }

  .newsletter-heading.schedule-today {
    text-align: center;
    letter-spacing: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .html-embed-4 {
    width: 100%;
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 60px;
  }

  .footer-top-2 {
    grid-row-gap: 48px;
    justify-items: start;
  }

  .container-default-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link-2 {
    padding-bottom: 0;
    font-family: Lato, sans-serif;
  }

  .nav-link-2:hover {
    box-shadow: none;
    color: #a58959;
  }

  .footer-section {
    border-top-width: 1px;
    border-top-color: #afafaf;
  }

  .div-block-29 {
    width: 100%;
  }

  .footer-social-link-2 {
    margin-bottom: 5px;
  }

  .footer-social-link-2:hover {
    background-color: #3f585e;
  }

  .footer-top-bar-2 {
    height: 6px;
  }

  .footer-bottom-3 {
    margin-top: 0;
  }

  .link-2 {
    color: #b08678;
  }

  .content-detail-wrapper {
    max-width: 300px;
  }

  .footer-1 {
    height: 100%;
  }

  .nav-left-wrapper-copy {
    width: 100%;
    display: none;
  }

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

  .footer-1-column {
    display: flex;
  }

  .nav-toggle.w--current {
    align-items: flex-start;
  }

  .nav-toggle.footermenu.w--current {
    padding-right: 0;
  }

  .form-contact-title {
    font-weight: 500;
  }

  .div-block-306 {
    width: 100%;
  }

  .footer-social-grid.footer {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 60%;
    display: grid;
  }

  .footer-social-block-three.footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: stretch;
    width: 100%;
    display: block;
  }

  .text-span-2 {
    font-size: 70px;
    line-height: 1em;
  }

  .card-title-text {
    margin-top: 160px;
  }

  .four-col-card {
    min-width: 90%;
  }

  .four-col-card.box-shadow.is-2 {
    min-height: 400px;
    margin-top: 10px;
  }

  .four-col-card.box-shadow.is-1 {
    min-height: 400px;
  }

  .four-col-card.box-shadow.is-3 {
    min-height: 400px;
    margin-top: 10px;
  }

  .four-col-card-block {
    display: block;
  }

  .bold-text-3 {
    font-size: 50px;
  }

  .sub-dropdown-quick-2:hover, .sub-dropdown-quick-2.w--current:hover {
    color: #e6c17c;
  }

  .service-page-rich-text.h2 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .service-page-rich-text.h2 h2 {
    line-height: 50px;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .section-6 {
    background-image: linear-gradient(79deg, #fff 18%, #ffffff91 56%);
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-6 {
    border-left-style: none;
    border-left-width: 0;
    display: none;
    overflow: visible;
  }

  .button-primary-2 {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 14px;
    line-height: 16px;
  }

  .quick-link-menu-item {
    padding-left: 0;
  }

  .text-block-13:hover {
    color: #e6c17c;
  }

  .columns-2 {
    margin-top: 0;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .heading-24 {
    color: var(--black-2);
    padding-top: 70px;
    font-family: contralto-big, sans-serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
  }

  .text-red {
    font-size: 20px;
    line-height: 25px;
  }

  ._2-red-line-2 {
    width: 100px;
    min-width: auto;
  }

  .minifx-hero {
    background-image: url('../images/AdobeStock_289348489.webp');
    background-position: 45% 0;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 0;
    position: relative;
  }

  .minifx-hero.weight-loss {
    background-position: 70% 0;
  }

  .inner-hero-text {
    max-width: 100%;
  }

  .content-wrapper-5 {
    max-width: 100%;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-form-button-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .grid-contact-detail, .grid-contact-form {
    display: block;
  }

  .contact-text-underline {
    font-size: 14px;
  }

  .section-large {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-large-4 {
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-large-4._1 {
    text-align: center;
  }

  .section-7 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .section-7.home-hero {
    padding-bottom: 0;
  }

  .color-white.intro {
    line-height: 40px;
  }

  .color-white.intro.ageless {
    font-size: 64px;
  }

  .color-white.text.intro {
    font-size: 22px;
    line-height: 24px;
  }

  .container-medium-761px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default-3 {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-primary-4 {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 14px;
    line-height: 16px;
  }

  .button-primary-4.button-white._2-buttons {
    margin-bottom: 18px;
    margin-right: 0;
  }

  .bg-overlay {
    background-image: linear-gradient(#0003, #0003);
  }

  .button-secondary {
    width: 100%;
    padding: 19px 28px;
    font-size: 14px;
    line-height: 16px;
  }

  .button-secondary.button-white._2-buttons {
    background-color: #ffffffba;
    margin-left: 0;
  }

  .flex.center.buttons {
    flex-direction: column;
  }

  .nav-toggle-2 {
    display: block;
  }

  .menu-text {
    position: relative;
  }

  .dropdown-list-7.w--open {
    width: 100%;
    height: 100%;
    position: static;
    inset: 227% 0% 0% -68%;
  }

  .div-block-5 {
    z-index: 9999;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    height: auto;
    display: flex;
    position: relative;
    top: 11px;
    left: 0;
  }

  .grid-4 {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .div-block-305 {
    padding-bottom: 10px;
  }

  .nav-dropdown-link-4 {
    color: #272727;
    font-size: 16px;
    font-weight: 300;
  }

  .nav-dropdown-link-4:hover {
    color: #e6c17c;
  }

  .gallery-image-small-square {
    min-height: 200px;
  }

  .button-11 {
    width: 100%;
  }

  .left-arrow-4 {
    display: block;
    inset: auto auto 0% 0%;
  }

  .right-arrow-5 {
    display: block;
    inset: auto auto 0% 17%;
  }

  .section-gallery {
    padding-bottom: 20px;
  }

  .text-block-66 {
    font-size: 13px;
    line-height: 20px;
  }

  .gallery-slider-2 {
    padding-bottom: 60px;
  }

  .heading-7 {
    font-size: 16px;
  }

  .background-video-9 {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
    display: flex;
  }

  .gallery-slider-mask {
    width: 75%;
  }

  .related-services {
    padding-left: 20px;
    font-size: 30px;
  }

  .bold-text-4 {
    text-align: center;
    font-size: 20px;
  }

  .bold-text-5 {
    color: #fff;
  }

  .cta-button {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-9 {
    background-image: linear-gradient(79deg, #fff 18%, #ffffff91 56%);
    margin-top: 0;
    padding-top: 119px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .text-block-20 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
  }

  .text-block-20:hover {
    color: #b0885a;
  }

  .text-block-20.sidebar {
    font-size: 20px;
  }

  .service-page-column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-6 {
    margin-top: 0;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .column-14 {
    border-left-style: none;
    border-left-width: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-15 {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .div-block-313 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout1_component {
    grid-template-columns: 1fr;
  }
}

#w-node-d93d7a7c-c92d-967e-3aa3-c5a7914727aa-834b0c7c, #w-node-d93d7a7c-c92d-967e-3aa3-c5a7914727b3-834b0c7c, #w-node-d93d7a7c-c92d-967e-3aa3-c5a7914727be-834b0c7c, #w-node-d93d7a7c-c92d-967e-3aa3-c5a7914727c7-834b0c7c, #w-node-d93d7a7c-c92d-967e-3aa3-c5a7914727d0-834b0c7c, #w-node-d93d7a7c-c92d-967e-3aa3-c5a7914727d9-834b0c7c, #w-node-e1f6f32c-c637-fd7d-e2e4-6e3d6c189cab-834b0c7c, #w-node-_12c11936-27c1-98d6-122d-ad560d0a9aad-834b0c7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b830ab59-b583-214c-45be-a5993ee9ce69-3ee9ce64 {
  place-self: stretch start;
}

#w-node-b830ab59-b583-214c-45be-a5993ee9ce80-3ee9ce64, #w-node-_2b57b87b-0723-b4e8-e476-31b53fb105be-3ee9ce64, #w-node-_33b13b26-74ad-3e68-9101-710d2f8a4e87-3ee9ce64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d7c6506-7a2c-ed92-e52e-32663e20fef3-313e629f, #w-node-_1ae3d140-7dfc-4389-a7cc-af9d90e24bcf-313e629f, #w-node-_9f9447ff-766b-9ce5-7bfc-6038076e6138-313e629f {
  grid-area: Area;
  place-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-b830ab59-b583-214c-45be-a5993ee9ce69-3ee9ce64 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
}


