:root {
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-neutral--800: #bc926a;
  --elements-webflow-library-accent--primary-1: #bc926a;
  --elements-webflow-library-secondary--color-1: #bc926a;
  --brown: #bc926a;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-general--shadow-02: rgba(20, 20, 43, 0.08);
  --grey: #282827;
  --color: #ddd;
  --elements-webflow-library-general--shadow-03: rgba(20, 20, 43, 0.1);
  --elements-webflow-library-general--shadow-01: rgba(20, 20, 43, 0.06);
  --elements-webflow-library-secondary--color-2: #f2f1ff;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  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;
}

.brix---bg-image-full-width {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color 0.3s, transform 0.3s, background-color 0.3s,
    color 0.3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, 0.04);
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, 0.01px);
}

.brix---btn-primary {
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #bc926a;
  border-radius: 10px;
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
  padding: 26px 38px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 0;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s, color 0.3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, 0.01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

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

.brix---paragraph-default {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library-neutral--100);
}

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

.brix---heading-h1-size {
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gavensy, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

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

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---hero-bg-image-dark-header-top {
  background-image: url("https://cdn.avataarskin.com/static/landing-page-and-clinic/bridal-banner-desktop.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 234px;
  padding-bottom: 234px;
  position: static;
  overflow: hidden;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s, color 0.3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, 0.01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-white,
.brix---hamburger-menu-bar-top-white {
  width: 52px;
  height: 4px;
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform 0.3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(0.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-white {
  color: var(--elements-webflow-library-neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity 0.3s, color 0.3s;
}

.brix---header-nav-link-white:hover {
  opacity: 0.48;
}

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

.brix---dropdown-link {
  width: 100%;
  color: var(--elements-webflow-library-neutral--600);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  min-width: 280px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---show-on-tablet {
  display: none;
}

.brix---dropdown-toggle-white {
  color: var(--elements-webflow-library-neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity 0.3s, color 0.3s;
  display: flex;
}

.brix---dropdown-toggle-white:hover {
  opacity: 0.59;
}

.brix---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;
}

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

.brix---header-logo {
  max-width: 200px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform 0.3s, color 0.3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(0.96, 0.96, 1.01);
}

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

.brix---header-wrapper-transparent {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

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

.brix---cta-v4-floating-item-01 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.brix---cta-v3-floating-item-02-2 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-big {
  width: 60px;
  color: var(--grey);
  margin-bottom: 10px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---input {
  min-height: 60px;
  border: 1px solid var(--color);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ddd;
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow 0.3s, color 0.3s, border-color 0.3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---input::-ms-input-placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---input::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---input-label {
  color: var(--elements-webflow-library-neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.brix---card-form {
  min-height: 576px;
  border: 1px solid var(--brown);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 0;
  margin-bottom: 0;
  padding: 20px 40px;
}

.brix---text-200-list-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

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

.brix---heading-h2-size {
  color: var(--grey);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gavensy, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 28px;
}

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

.brix---grid-cta-v4 {
  grid-column-gap: 100px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 0.86fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-section {
  background-color: var(--elements-webflow-library-neutral--100);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-full-width {
  width: 100%;
  max-width: 100%;
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s, color 0.3s;
}

.brix---btn-primary-full-width:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, 0.01px);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---text-300-bold {
  color: var(--brown);
  font-family: Avenirnextltpro, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---text-uppercase {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.brix---display-3 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 52px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-8px {
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

.brix---text-center {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.brix---pricing-content-v5 {
  padding: 40px 28px 56px;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
}

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

.brix---subtitle {
  color: var(--elements-webflow-library-accent--primary-1);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---mg-bottom-48px {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.brix---section {
  color: var(--elements-webflow-library-neutral--100);
  background-image: url("https://cdn.avataarskin.com/static/landing-page-and-clinic/bg-re.webp");
  background-position: 50%;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

.paragraph {
  color: var(--grey);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.image {
  text-align: center;
  display: inline-block;
  position: static;
}

.image-2 {
  width: 20px;
  padding-bottom: 0;
}

.image-3 {
  padding-bottom: 20px;
}

.image-4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: block;
}

.heading {
  color: var(--brown);
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---color-neutral-802 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---card-content-center {
  border: 0px none var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  display: flex;
}

.brix---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;
  align-items: start;
  display: grid;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

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

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

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

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.heading-3 {
  color: var(--brown);
  text-align: center;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.brix---image-width-100 {
  width: auto;
  max-width: none;
  text-align: center;
  display: block;
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

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

.brix---paragraph-default-3 {
  color: var(--elements-webflow-library-neutral--100);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library-neutral--600);
}

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

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library-neutral--800);
}

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

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

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

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library-neutral--100);
  text-decoration: underline;
  transition: color 0.3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

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

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

.brix---grid-footer-v11 {
  grid-template-rows: auto;
  align-items: center;
}

.brix---footer-small {
  padding-top: 10px;
  padding-bottom: 10px;
}

.brix---footer-wrapper {
  background-color: var(--brown);
  -webkit-text-stroke-width: 0px;
  border: 0 solid #000;
}

.brix---icon-square-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: var(--elements-webflow-library-general--shadow-01);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s, background-color 0.3s, color 0.3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(0.92);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---footer-logo {
  max-width: 50%;
  transform-style: preserve-3d;
  transition: transform 0.3s;
}

.brix---footer-logo:hover {
  transform: scale3d(0.97, 0.97, 1.01);
}

.brix---footer-logo-wrapper {
  text-align: left;
}

.brix---paragraph-link-2 {
  color: var(--elements-webflow-library-accent--primary-1);
  text-decoration: underline;
  transition: color 0.3s;
}

.brix---paragraph-link-2:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.brix---grid-footer-v12 {
  grid-template-rows: auto;
  grid-template-columns: 0.25fr 0.25fr minmax(100px, 0.25fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  justify-items: baseline;
}

.brix---footer-bottom-v12 {
  color: var(--elements-webflow-library-neutral--600);
  text-align: center;
  border: 1px #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-wrapper-2 {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--grey);
}

.brix---social-media-grid-right---t-center-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---footer-logo-2 {
  max-width: 80%;
  transform-style: preserve-3d;
  transition: transform 0.3s;
}

.brix---footer-logo-2:hover {
  transform: scale3d(0.97, 0.97, 1.01);
}

.brix---paragraph-link-3 {
  color: var(--elements-webflow-library-accent--primary-1);
  text-decoration: underline;
  transition: color 0.3s;
}

.brix---paragraph-link-3:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

.brix---paragraph-default-5 {
  color: var(--elements-webflow-library-neutral--100);
  margin-bottom: 0;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

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

.brix---grid-footer-v12-2 {
  grid-template-rows: auto;
  grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
  align-items: center;
}

.brix---footer-wrapper-3 {
  background-color: var(--grey);
  border: 0 solid #000;
}

.image-5 {
  width: 30%;
  text-align: center;
}

.div-block-4 {
  text-align: center;
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.text-block {
  color: var(--grey);
  flex: 0 auto;
  font-size: 16px;
}

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

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---top-right {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform 0.3s;
  display: flex;
  position: absolute;
  top: auto;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(0.94, 0.94, 1.01);
}

.brix---btn-slider-arrow-right---top-left {
  width: 30px;
  height: 30px;
  min-height: 64px;
  min-width: 64px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform 0.3s;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(0.94, 0.94, 1.01);
}

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

.brix---link-wrapper-white {
  color: var(--elements-webflow-library-neutral--100);
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.brix---link-wrapper-white:hover {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---paragraph-default-6 {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.brix---mg-bottom-32px-2 {
  max-width: 200px;
  margin-bottom: auto;
  padding-top: 60px;
}

.brix---heading-h3-size-2 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.brix---mg-bottom-48px-3 {
  text-align: right;
  flex: 0 auto;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brix---card-testimonial-color-3 {
  border: 0px solid var(--elements-webflow-library-neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library-neutral--100);
  transform-style: preserve-3d;
  background-color: #4353ff;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform 0.3s, color 0.3s;
}

.brix---card-testimonial-color-3:hover {
  transform: scale3d(0.94, 0.94, 1.01);
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---card-testimonial-color-2 {
  border: 0px solid var(--elements-webflow-library-neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library-neutral--100);
  transform-style: preserve-3d;
  background-color: red;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform 0.3s, color 0.3s;
}

.brix---card-testimonial-color-2:hover {
  transform: scale3d(0.94, 0.94, 1.01);
}

.brix---card-testimonial-color-1 {
  height: 250px;
  border: 0px solid var(--elements-webflow-library-neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library-neutral--100);
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 20px 0 48px;
  text-decoration: none;
  transition: transform 0.3s, color 0.3s;
  display: flex;
}

.brix---card-testimonial-color-1:hover {
  color: var(--elements-webflow-library-neutral--100);
  transform: scale3d(0.94, 0.94, 1.01);
}

.brix---slider-mask-width-490px {
  height: auto;
  max-width: 600px;
  overflow: visible;
}

.brix---slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library-neutral--800);
}

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

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

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---section-overflow-hidden {
  background-image: url("https://cdn.avataarskin.com/static/landing-page-and-clinic/bg-re.webp");
  background-position: 50%;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.brix---btn-best-seller {
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  object-fit: fill;
  transform-style: preserve-3d;
  background-color: #bc926a;
  border-radius: 10px;
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 26px 38px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 0;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s, color 0.3s;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: -20px;
  left: 40px;
  right: auto;
}

.brix---btn-best-seller:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, 0.01px);
}

.div-block-5 {
  padding-bottom: 60px;
}

.text-block-2 {
  color: var(--grey);
  font-family: Avenirnextltpro, sans-serif;
  font-weight: 700;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-6 {
  max-width: none;
  object-fit: none;
  flex: none;
  padding-right: 5px;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color 0.3s, transform 0.3s, background-color 0.3s,
    color 0.3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, 0.04);
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library-neutral--100);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  transform: translate3d(0, -3px, 0.01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s, color 0.3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, 0.01px);
}

.brix---button-row-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: 24px;
  display: flex;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---grid-cta-v1 {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 0.8fr 0.8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---cta-v3-floating-item-02-2-2 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.brix---cta-v4-floating-item-2 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.brix---cta-card {
  background-color: var(--elements-webflow-library-accent--primary-1);
  border-radius: 30px;
  padding: 110px 60px;
  position: relative;
}

.brix---container-default-5 {
  max-width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.brix---section-small-2 {
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---section-cta {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 0;
  padding-bottom: 0;
}

.brix---btn-cta-bottom {
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  object-fit: none;
  transform-style: preserve-3d;
  background-color: #bc926a;
  border-radius: 10px;
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
  padding: 26px 38px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 0;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s, color 0.3s;
}

.brix---btn-cta-bottom:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, 0.01px);
}

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

.brix---section-cta-copy {
  color: var(--elements-webflow-library-neutral--100);
  object-fit: none;
  border: 0 #000;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.link-block {
  width: 100%;
  min-height: 250px;
  object-fit: none;
  background-image: url("https://cdn.avataarskin.com/static/landing-page-and-clinic/bottim-banner-2.jpg");
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  display: block;
  overflow: visible;
}

.brix---footer-link {
  color: var(--elements-webflow-library-neutral--100);
  text-decoration: underline;
  transition: color 0.3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library-neutral--100);
}

.text-block-3 {
  color: var(--elements-webflow-library-neutral--100);
  text-align: right;
}

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

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

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

.text-block-4,
.heading-4 {
  color: var(--grey);
}

.paragraph-2 {
  color: var(--grey);
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.banner-subhead {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
}

.heading-mobile {
  color: var(--brown);
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  display: none;
}

.heading-desktop {
  color: var(--brown);
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
}

.paragraph-2-desktop {
  color: var(--grey);
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-2-mobile {
  color: var(--grey);
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: none;
}

@media screen and (min-width: 1440px) {
  .brix---btn-primary {
    padding-left: 100px;
    padding-right: 100px;
    font-family: Raleway, sans-serif;
    font-size: 22px;
    font-weight: 600;
  }
  .btn-bottom-2 {
    position: absolute;
    bottom: 30px;
  }

  .brix---paragraph-default {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 40px;
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
  }

  .brix---input {
    border-color: var(--color);
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---text-300-bold {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 40px;
  }

  .brix---display-3 {
    color: var(--grey);
    font-family: Avenirnextltpro, sans-serif;
    font-weight: 700;
  }

  .brix---section {
    background-image: url("https://cdn.avataarskin.com/static/landing-page-and-clinic/bg-re.webp");
    background-position: 0 0;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph {
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
  }

  .image-4 {
    padding-bottom: 20px;
  }

  .heading {
    font-weight: 600;
  }

  .brix---square-icon {
    text-align: center;
    display: inline-block;
  }

  .brix---section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .checkbox {
    width: 20px;
    height: 20px;
    font-size: 18px;
  }

  .checkbox-field {
    align-items: center;
    display: flex;
  }

  .checkbox-label {
    padding-left: 10px;
    font-size: 16px;
  }

  .brix---image-width-100 {
    width: auto;
  }

  .brix---paragraph-default-3 {
    color: var(--elements-webflow-library-neutral--100);
  }

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

  .brix---paragraph-link {
    color: var(--elements-webflow-library-neutral--100);
  }

  .brix---text-left---t-center {
    display: block;
  }

  .brix---footer-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---footer-wrapper {
    background-color: var(--elements-webflow-library-neutral--800);
  }

  .brix---social-media-grid-right---t-center {
    flex: 1;
  }

  .brix---paragraph-default-4 {
    color: var(--elements-webflow-library-neutral--100);
  }

  .brix---grid-footer-v12 {
    grid-template-columns: 0.25fr 0.25fr 0.25fr 1fr;
    justify-items: stretch;
  }

  .brix---footer-wrapper-2 {
    background-color: var(--grey);
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .brix---btn-best-seller {
    padding-left: 40px;
    padding-right: 40px;
    font-family: Raleway, sans-serif;
    font-size: 22px;
    font-weight: 600;
  }

  .text-block-2 {
    color: var(--grey);
  }

  .brix---section-cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---btn-cta-bottom {
    padding-left: 100px;
    padding-right: 100px;
    font-family: Raleway, sans-serif;
    font-size: 22px;
    font-weight: 600;
  }

  .brix---section-cta-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block {
    min-height: 350px;
  }

  .brix---footer-link {
    color: var(--elements-webflow-library-neutral--100);
  }

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

@media screen and (max-width: 991px) {
  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .brix---hero-bg-image-dark-header-top {
    background-position: 60%;
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    width: 44px;
    height: 3px;
    background-color: var(--elements-webflow-library-neutral--100);
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white {
    width: 44px;
    height: 3px;
    background-color: var(--elements-webflow-library-neutral--100);
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform 0.3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(0.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link-white {
    color: var(--elements-webflow-library-neutral--800);
  }

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

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---show-on-tablet {
    display: block;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---dropdown-toggle-white {
    color: var(--elements-webflow-library-neutral--800);
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white {
    border-top: 0px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---cta-v3-floating-item-02-2 {
    display: none;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

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

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

  .brix---grid-cta-v4 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---btn-primary-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---display-3 {
    font-size: 32px;
    line-height: 44px;
  }

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

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

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

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

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

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

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

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

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

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

  .brix---text-right---t-center,
  .brix---text-left---t-center {
    text-align: center;
  }

  .brix---grid-footer-v11 {
    grid-template-columns: 1fr;
  }

  .brix---footer-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-v12 {
    grid-template-columns: 1fr;
  }

  .brix---footer-bottom-v12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .brix---social-media-grid-right---t-center-2 {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

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

  .brix---grid-footer-v12-2 {
    grid-template-columns: 1fr;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---btn-slider-arrow-right---top-right {
    top: auto;
    bottom: -90px;
    left: auto;
    right: 39.5%;
  }

  .brix---btn-slider-arrow-right---top-left {
    top: auto;
    bottom: -90px;
    left: 39.5%;
    right: auto;
  }

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

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

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

  .brix---slider-mask-width-490px {
    position: static;
  }

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

  .brix---section-overflow-hidden {
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .brix---btn-best-seller,
  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

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

  .brix---grid-cta-v1 {
    grid-template-columns: 0.7fr;
  }

  .brix---cta-v3-floating-item-02-2-2 {
    display: none;
  }

  .brix---cta-card {
    padding: 72px 54px;
  }

  .brix---section-small-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---section-cta {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---btn-cta-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-cta-copy {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block {
    min-height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .brix---button-row-left {
    margin-right: 16px;
  }

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

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 155px;
    padding-bottom: 120px;
  }

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

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

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

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 50%;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

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

  .brix---grid-cta-v4 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---pricing-content-v5 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

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

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

  .brix---square-icon {
    max-width: 56px;
    border-radius: 12px;
  }

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

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

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

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

  .brix---grid-gallery-v6 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .brix---footer-small {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---social-media-grid-right---t-center-2 {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-logo-wrapper-2 {
    width: 239px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(0.96);
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    margin-top: 0;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

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

  .brix---mg-bottom-32px-2 {
    padding-top: 0;
  }

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

  .brix---card-testimonial-color-3,
  .brix---card-testimonial-color-2,
  .brix---card-testimonial-color-1 {
    padding: 48px 32px;
  }

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

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

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

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-best-seller {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

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

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---cta-v3-floating-item-02-2-2 {
    max-width: 50%;
  }

  .brix---cta-card {
    padding: 56px 40px;
  }

  .brix---section-small-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---section-cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---btn-cta-bottom {
    padding: 20px 32px;
  }

  .brix---section-cta-copy {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .brix---btn-secondary,
  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---grid-2-col---1-col-t {
    justify-items: center;
  }

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

  .brix---hero-bg-image-dark-header-top {
    background-image: url("https://cdn.avataarskin.com/static/landing-page-and-clinic/mobile-banner.jpg");
    background-position: 50%;
    padding-top: 130px;
    padding-bottom: 400px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl,
  .brix---header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo {
    max-width: 60%;
  }

  .brix---header-logo-link.w--current {
    text-align: center;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 70%;
    right: -33%;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---card-form {
    padding-top: 0;
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---heading-h2-size {
    text-align: center;
    padding-left: 10px;
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---btn-primary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---text-300-bold {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---display-3 {
    font-size: 18px;
    line-height: 39px;
  }

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

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

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

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

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

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

  .paragraph {
    text-align: center;
  }

  .image-2 {
    padding-bottom: 20px;
  }

  .image-4 {
    max-width: 30%;
  }

  .heading {
    text-align: center;
    font-size: 30px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---square-icon {
    max-width: 56px;
    border-radius: 14px;
  }

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

  .brix---card-content-center {
    padding-top: 0;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

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

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

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

  .heading-3 {
    font-size: 24px;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---paragraph-default-3 {
    font-size: 14px;
    line-height: 28px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

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

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

  .brix---footer-small {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---icon-square-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-bottom-v12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---social-media-grid-right---t-center-2 {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo-2 {
    width: 50%;
  }

  .brix---paragraph-default-5 {
    font-size: 14px;
    line-height: 28px;
  }

  .image-5 {
    width: 80%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

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

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 26%;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---paragraph-default-6 {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-32px-2 {
    clear: none;
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 0;
    padding-top: 0;
  }

  .brix---heading-h3-size-2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: auto;
    position: static;
  }

  .brix---card-testimonial-color-3,
  .brix---card-testimonial-color-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---card-testimonial-color-1 {
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px 0;
  }

  .brix---slider-wrapper {
    height: auto;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---section-overflow-hidden {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .brix---btn-best-seller {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
    top: auto;
    bottom: -50px;
    left: 0%;
    right: 0%;
  }

  .div-block-5 {
    padding-bottom: 0;
  }

  .brix---btn-secondary-white,
  .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---cta-v3-floating-item-02-2-2 {
    max-width: 70%;
    right: -33%;
  }

  .brix---cta-card {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .brix---section-small-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---section-cta {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---btn-cta-bottom {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section-cta-copy {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block {
    min-height: 750px;
    background-image: url("https://cdn.avataarskin.com/static/landing-page-and-clinic/footer-banner.jpg");
  }

  .text-block-3,
  .div-block-7,
  .paragraph-2 {
    text-align: center;
  }

  .banner-subhead {
    font-size: 17px;
    line-height: 28px;
  }

  .heading-mobile {
    text-align: center;
    font-size: 30px;
    display: block;
  }

  .heading-desktop {
    text-align: center;
    font-size: 30px;
    display: none;
  }

  .paragraph-2-desktop {
    text-align: center;
    display: none;
  }

  .paragraph-2-mobile {
    text-align: center;
    display: block;
  }
}

#form-book-now.w-node-_4c107454-6e5f-60e3-bb77-27cdc181263e-5a84cf8c {
  align-self: start;
}

#w-node-_4c107454-6e5f-60e3-bb77-27cdc1812659-5a84cf8c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_16d07353-23fe-7158-a16d-a488002e2415-5a84cf8c {
  justify-self: center;
}

#w-node-fccd3566-1abe-a607-8b26-a73a117ec78e-5a84cf8c,
#w-node-fccd3566-1abe-a607-8b26-a73a117ec792-5a84cf8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_16d07353-23fe-7158-a16d-a488002e2410-5a84cf8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_16d07353-23fe-7158-a16d-a488002e2415-5a84cf8c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_16d07353-23fe-7158-a16d-a488002e2417-5a84cf8c {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4c107454-6e5f-60e3-bb77-27cdc1812659-5a84cf8c {
    grid-column: span 1 / span 1;
  }

  #w-node-_16d07353-23fe-7158-a16d-a488002e2415-5a84cf8c {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_541cc193-6b4d-1711-5b66-83d3c5b2b901-5a84cf8c {
    align-self: auto;
  }

  #w-node-_16d07353-23fe-7158-a16d-a488002e2410-5a84cf8c,
  #w-node-_16d07353-23fe-7158-a16d-a488002e2415-5a84cf8c,
  #w-node-_16d07353-23fe-7158-a16d-a488002e2417-5a84cf8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gavensy";
  src: url("../fonts/Gavensy-Regular.ttf") format("truetype"),
    url("../fonts/Gavensy-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenirnextltpro";
  src: url("../fonts/AvenirNextLTPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenirnextltpro";
  src: url("../fonts/AvenirNextLTPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenirnextltpro It";
  src: url("../fonts/AvenirNextLTPro-It.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
