:root {
  --neutral--10: white;
  --neutral--100: #0e0f11;
  --primary--60: #003a91;
  --neutral--90: #3c404b;
  --neutral--50: #d0d4d9;
  --primary--50: #597ef7;
  --primary--70: #1d39c4;
  --neutral--20: #f9fafb;
  --secondary--60: #f2fafe;
  --neutral--40: #e0e3e6;
  --neutral--80: #5e6875;
  --primary--10: #f0f5ff;
  --secondary--20: #ffd8bf;
  --error--10: #fff1f0;
  --error--20: #ffccc7;
  --error--30: #ffa39e;
  --error--40: #ff7875;
  --error--50: #ff4d4f;
  --error--60: #f5222d;
  --error--70: #cf1322;
  --error--80: #a8071a;
  --error--90: #820014;
  --error--100: #5c0011;
  --info--10: #e6f7ff;
  --info--20: #bae7ff;
  --info--30: #91d5ff;
  --info--40: #69c0ff;
  --info--50: #40a9ff;
  --info--60: #1890ff;
  --info--70: #096dd9;
  --info--80: #0050b3;
  --info--90: #003a8c;
  --info--100: #002766;
  --neutral--5: #ffffff80;
  --neutral--30: #edf0f3;
  --neutral--60: #aaafb6;
  --neutral--70: #838d95;
  --primary--20: #d6e4ff;
  --primary--30: #adc6ff;
  --primary--40: #85a5ff;
  --primary--80: #10239e;
  --primary--90: #061178;
  --primary--100: #030852;
  --secondary--10: #fff2e8;
  --secondary--30: #ffbb96;
  --secondary--40: #ff9c6e;
  --secondary--50: #ff7a45;
  --secondary--70: #d4380d;
  --secondary--80: #ad2102;
  --secondary--90: #871400;
  --secondary--100: #610b00;
  --success--10: #f6ffed;
  --success--20: #d9f7be;
  --success--30: #b7eb8f;
  --success--40: #95de64;
  --success--50: #73d13d;
  --success--60: #52c41a;
  --success--70: #389e0d;
  --success--80: #237804;
  --success--90: #135200;
  --success--100: #092b00;
  --warning--10: #fffbe6;
  --warning--20: #fff1b8;
  --warning--30: #ffe58f;
  --warning--40: #ffd666;
  --warning--50: #ffc53d;
  --warning--60: #faad14;
  --warning--70: #d48806;
  --warning--80: #ad6800;
  --warning--90: #874d00;
  --warning--100: #613400;
}

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

body {
  background-color: var(--neutral--10);
  color: var(--neutral--100);
  letter-spacing: -.011em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

h1 {
  color: var(--primary--60);
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
}

h2 {
  color: var(--primary--60);
  letter-spacing: -.021px;
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}

h3 {
  color: var(--primary--60);
  letter-spacing: -.019px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

h4 {
  letter-spacing: -.017em;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}

h5 {
  letter-spacing: -.014em;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  letter-spacing: -.011em;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
}

p {
  color: var(--neutral--90);
  margin-bottom: 1rem;
}

a {
  color: var(--primary--60);
  text-decoration: underline;
}

ul, ol {
  color: var(--neutral--90);
  margin-bottom: 1rem;
  padding-left: 2rem;
}

li {
  margin-bottom: .25rem;
}

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

strong {
  font-weight: 600;
}

blockquote {
  border-left: 1px solid var(--neutral--50);
  color: var(--neutral--90);
  margin-bottom: 1rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.75;
}

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

.container.container-navbar {
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.container.spa {
  background-color: var(--neutral--10);
  margin-bottom: 28px;
  box-shadow: 14px -14px 20px -9px #0000001a;
}

.heading {
  color: var(--neutral--100);
}

.heading.xl {
  color: var(--primary--60);
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Droid Serif, serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading.xl.c-t-neutral-10 {
  font-weight: 700;
}

.heading.xl.c-t-neutral-10.spa {
  color: var(--neutral--10);
  text-shadow: 1px 1px 2px #0000004d;
  font-size: 3.75rem;
  line-height: 1.5;
}

.heading.l {
  color: var(--primary--60);
  letter-spacing: -.021em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Droid Serif, serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading.m {
  color: var(--primary--60);
  letter-spacing: -.019em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Droid Serif, serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading.s {
  color: var(--primary--60);
  letter-spacing: -.017em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Droid Serif, serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading.s.spa {
  margin-bottom: 0;
}

.heading.xs {
  color: var(--primary--60);
  letter-spacing: -.014em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Droid Serif, serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading.xxs {
  color: var(--primary--60);
  letter-spacing: -.011em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Droid Serif, serif;
  font-size: 1rem;
  font-weight: 700;
}

.body-text {
  color: var(--neutral--90);
  margin-top: 0;
}

.body-text.m {
  text-align: left;
  letter-spacing: -.011em;
  font-family: Droid Serif, serif;
}

.body-text.l {
  letter-spacing: -.014em;
  font-family: Droid Serif, serif;
  font-size: 1.125rem;
  line-height: 1.75;
}

.body-text.s {
  letter-spacing: -.006em;
  font-family: Droid Serif, serif;
  font-size: .875rem;
  line-height: 1.75;
}

.section-title {
  width: 50%;
  margin-bottom: 48px;
}

.section-title.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-title.centered.spa {
  width: 60%;
}

.section-title.spa {
  flex-flow: column wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.wrapper-m.policy {
  margin-top: -50px;
  padding-top: 0;
}

.wrapper-m.policy.facial {
  margin-top: 0;
  padding-bottom: 0;
}

.wrapper-m.gallery {
  padding-top: 0;
}

.l-g-3-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button {
  background-color: var(--primary--60);
  color: var(--neutral--10);
  text-align: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  transition: background-color .25s;
  display: inline-block;
  position: relative;
}

.button:hover {
  background-color: var(--primary--50);
}

.button:active {
  background-color: var(--primary--70);
}

.button:focus {
  background-color: var(--primary--50);
}

.button.medium {
  border-radius: 6px;
  font-family: Droid Serif, serif;
}

.button.medium.form-button {
  width: 100%;
  margin-bottom: 12px;
}

.button.button-fluid {
  width: 50%;
}

.button-text {
  font-weight: 500;
  display: inline-block;
}

.dropdown-menu-navbar {
  z-index: 8;
}

.dropdown-menu-navbar.w--open {
  background-color: var(--neutral--10);
  color: var(--primary--60);
  border-radius: 6px;
  width: 200px;
  margin-top: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px #0003;
}

.dropdown-menu-navbar.spa.w--open {
  width: 300px;
}

.l-g-2-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.l-g-2-col.spa {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.input {
  border: 1px solid var(--neutral--50);
  background-color: var(--neutral--20);
  border-radius: 6px;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 400;
}

.input:hover {
  border-color: var(--primary--50);
}

.input:active {
  border-color: var(--primary--70);
}

.input:focus {
  border-color: var(--primary--60);
  background-color: var(--neutral--10);
}

.input.medium {
  height: 48px;
  margin-bottom: 8px;
  box-shadow: inset 1px 1px 2px #00000026;
}

.input.medium.c-t-primary-60 {
  font-family: Droid Serif, serif;
}

.section {
  background-color: var(--secondary--60);
}

.tagline {
  color: var(--primary--60);
  letter-spacing: -.006em;
  margin-bottom: 1rem;
  font-family: Droid Serif, serif;
  font-size: .875rem;
  font-weight: 500;
}

.card {
  color: var(--neutral--100);
  flex-direction: column;
  text-decoration: none;
  transition: color .25s, border-color .25s;
  display: flex;
}

.card:hover, .card:focus {
  color: var(--primary--60);
}

.card.card-box {
  background-color: var(--neutral--10);
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow .25s, color .25s, border-color .25s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 8px #5d637026;
}

.card.card-box:hover {
  color: var(--primary--60);
  border-color: #2f54eb;
  box-shadow: 0 6px 10px #5d637033;
}

.card.card-box:active {
  box-shadow: 0 2px 6px #5d637033;
}

.card-image {
  object-fit: cover;
  border-radius: 6px;
  height: 320px;
  margin-bottom: 24px;
}

.card-image.card-image-box {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.card-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.footer {
  border-top: 1px solid var(--neutral--40);
  background-color: var(--neutral--10);
  text-align: left;
  align-items: flex-start;
  padding-top: 64px;
  padding-left: 0;
  padding-right: 0;
}

.footer.spa {
  background-color: var(--neutral--10);
}

.material-icons.icon-left {
  margin-top: 3px;
  margin-right: 4px;
}

.material-icons.icon-left.icon-list-item {
  margin-top: 3px;
  margin-right: 4px;
  font-size: 18px;
}

.icon-list-item {
  align-items: flex-start;
  margin-bottom: .25rem;
  display: flex;
}

.navbar {
  background-color: var(--neutral--10);
  position: relative;
}

.navbar-menu {
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--primary--60);
  border-radius: 6px;
  padding: 12px 16px;
  font-family: Droid Serif, serif;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--primary--50);
}

.nav-link:active {
  background-color: var(--neutral--20);
}

.nav-link.w--current {
  color: var(--primary--50);
}

.nav-link.nav-link-dropdown {
  color: var(--primary--60);
  padding-right: 36px;
}

.nav-link.nav-link-dropdown.w--open {
  color: #2f54eb;
}

.dropdown-icon {
  margin-right: 16px;
}

.brand-logo {
  margin-right: 24px;
}

.brand-logo.w--current {
  margin-left: auto;
  margin-right: auto;
}

.navbar-menu-wrapper {
  align-items: center;
  display: flex;
}

.footer-logo {
  padding-bottom: 0;
}

.vertical-menu-title {
  margin-bottom: 12px;
  font-weight: 600;
}

.vertical-menu-title.c-t-primary-60 {
  font-family: Droid Serif, serif;
}

.vertical-menu-list-item {
  margin-bottom: 8px;
}

.footer-top {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.footer-bottom {
  color: var(--neutral--80);
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Droid Serif, serif;
  display: flex;
}

.vertical-menu-link {
  color: var(--neutral--80);
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  text-decoration: none;
  display: block;
}

.vertical-menu-link:hover {
  color: var(--primary--60);
  text-decoration: none;
}

.social-media-icon {
  opacity: .35;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.social-media-icon:hover {
  opacity: 1;
}

.sm-icon-link {
  margin-right: 12px;
}

.footer-grid-3 {
  grid-column-gap: 24px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.75fr;
}

.sm-icons-wrapper {
  align-self: center;
  height: 24px;
  display: flex;
}

.navbar-menu-right {
  align-items: center;
  display: flex;
}

.navbar-menu-mobile {
  align-self: center;
  align-items: center;
  display: none;
}

.tooltip {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  text-align: center;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  width: 240px;
  margin-bottom: 8px;
  padding: 8px;
  font-size: .875rem;
  line-height: 1.5;
  display: none;
  position: absolute;
  inset: auto 0% 36px 24%;
  transform: translate(-50%);
  box-shadow: 0 2px 8px #00000026;
}

.modal-wrapper {
  z-index: 5000;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.collapse-text {
  opacity: 0;
  color: var(--neutral--90);
  padding-top: 0;
  padding-bottom: 12px;
  padding-left: 32px;
  display: none;
}

.divider {
  background-color: var(--neutral--40);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider.spa {
  background-color: var(--primary--60);
  color: var(--primary--60);
  width: 80%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.button-fluid {
  background-color: var(--primary--60);
  color: var(--neutral--10);
  text-align: center;
  border-radius: 6px;
  align-items: center;
  width: 100%;
  padding: 10px 16px;
  text-decoration: none;
  transition: background-color .25s;
  display: inline-block;
  position: relative;
}

.button-fluid:hover {
  background-color: var(--primary--50);
}

.button-fluid:active {
  background-color: var(--primary--70);
}

.navbar-vertical-overlay {
  margin-bottom: 128px;
  display: block;
}

.s-p-24 {
  padding: 24px;
}

.s-p-24.s-p-y-48 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.s-p-y-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.s-m-b-48 {
  margin-bottom: 48px;
}

.c-b-neutral-20 {
  background-color: var(--neutral--20);
}

.c-b-primary-60 {
  background-color: var(--primary--60);
}

.c-b-secondary-60 {
  background-color: var(--secondary--60);
}

.c-t-neutral-10 {
  color: var(--neutral--10);
}

.c-t-neutral-90 {
  color: var(--neutral--90);
}

.c-t-primary-60 {
  color: var(--primary--60);
}

.hero-title-centered {
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-l {
  padding-top: 128px;
  padding-bottom: 128px;
}

.ctas-wrapper {
  margin-top: 1.5rem;
}

.contact-link {
  color: var(--neutral--90);
  align-items: flex-start;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-link:hover {
  color: var(--primary--60);
}

.long-content-center {
  width: 75%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.long-content-center.rtm {
  text-align: justify;
  width: 100%;
  padding-right: 20px;
}

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

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

.color-block {
  width: 100%;
  height: 48px;
}

.color-block.c-b-primary-60 {
  background-color: var(--primary--60);
}

.color-block.c-b-secondary-60 {
  background-color: var(--secondary--60);
}

.brand-logo-image {
  height: 7rem;
}

.customize-page-wrapper {
  display: flex;
}

.customize-instructions {
  border-right: 1px solid var(--neutral--50);
  width: 100%;
  height: 100vh;
}

.style-wrapper {
  border: 1px dashed var(--neutral--50);
  background-color: var(--neutral--20);
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 24px;
  position: relative;
}

.hero-section.hero-big {
  opacity: 1;
  background-image: linear-gradient(#6172a859, #6172a859), url('../images/hero-image.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  align-items: center;
  height: 80vh;
  display: flex;
}

.cards-section.c-b-neutral-20 {
  background-color: var(--secondary--60);
}

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

.dropdown-menu-item---navbar {
  color: var(--primary--60);
  background-color: #0000;
  padding: 8px 16px;
}

.dropdown-menu-item---navbar:hover {
  background-color: var(--primary--10);
  color: var(--primary--60);
}

.dropdown-menu-item---navbar.w--current {
  color: var(--neutral--10);
  background-color: #2f54eb;
}

.feature-icon-wrapper {
  background-color: var(--primary--10);
  color: var(--primary--60);
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  display: flex;
}

.navbar-buttons {
  margin-left: 8px;
}

.custom-code-embeds, .logo-mobile {
  display: none;
}

.italic-text {
  mix-blend-mode: normal;
}

.gallery-images-wrapper {
  justify-content: center;
  display: flex;
}

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

.contact-card-wrapper {
  padding-left: 25%;
}

.spa-social-text {
  color: var(--primary--60);
}

.section-spa {
  background-color: var(--secondary--60);
  padding-top: 35px;
  padding-bottom: 35px;
}

.section-spa:hover {
  border: 1px solid var(--primary--60);
}

.service-image {
  margin-bottom: 25px;
}

.service-text blockquote {
  color: var(--primary--60);
  border-left-style: none;
  font-size: 1.75rem;
}

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

.service-text-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-text-wrapper.facial {
  align-items: flex-start;
}

.policy h2 {
  text-align: left;
  font-size: 1.5rem;
}

.policy p {
  margin-bottom: .75rem;
}

.policy img {
  max-width: 650px;
  max-height: 470px;
}

.policy h3 {
  color: var(--neutral--100);
  text-align: center;
  font-style: italic;
}

.gallery-image {
  border: 5px solid var(--secondary--20);
  border-radius: 10px;
  width: 90%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.check-box-text {
  color: var(--primary--60);
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  line-height: 24px;
  display: flex;
}

.check-box-text:active {
  border: 1px solid var(--primary--60);
  color: var(--neutral--10);
  background-color: #8b54c21a;
}

.form-section-wrap {
  margin-bottom: 40px;
}

.button-wrapper {
  justify-content: space-between;
  display: flex;
}

.submit-button-booking {
  border: 1px solid var(--primary--60);
  background-color: var(--primary--60);
  letter-spacing: -.02em;
  border-radius: 40px;
  padding: 20px 57px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.submit-button-booking:hover {
  background-color: var(--secondary--60);
  color: var(--primary--60);
}

.checkbox-service {
  color: var(--primary--60);
  cursor: pointer;
  border-color: #003a9180;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox-service.w--redirected-checked {
  border-color: var(--primary--60);
  color: var(--neutral--10);
  background-color: #adc6ff59;
  background-image: none;
}

.form-row-wrap {
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
}

.form-subtitle {
  color: var(--primary--60);
  text-align: center;
  letter-spacing: -.02em;
  width: 75%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.text-field {
  color: #0f152966;
  letter-spacing: -.03em;
  border: 1px #000;
  border-bottom: 1px solid #0f15291a;
  height: 45px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
}

.text-field:focus {
  border-bottom-color: var(--primary--60);
  color: var(--primary--60);
}

.checkbox-field-spa {
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 18px 32px;
  position: relative;
}

.form-field-heading {
  color: #0f152966;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.form-title {
  color: var(--primary--60);
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.form-title-wrapper {
  text-align: left;
  width: 75%;
  max-width: 1000px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.summit-details {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.form-block {
  width: 75%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  background-color: var(--secondary--60);
}

.success-text {
  color: var(--primary--60);
}

.select-spa {
  background-color: var(--secondary--60);
  color: var(--primary--60);
  border: 1px solid #003a914d;
  border-radius: 20px;
}

.about-link {
  text-decoration: none;
}

.text-span {
  text-decoration: underline;
}

.link-3 {
  display: inline;
}

.rtm-wrapper {
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 28px;
  display: block;
}

.rtm-wrapper.narrow, .rtm-wrapper.pricing {
  width: 80%;
  max-width: 1106px;
}

.richtext-wrapper {
  direction: ltr;
  object-fit: fill;
  width: 100%;
  min-width: 100px;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.rtm-sidebar-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.rtm-sidebar-grid.pricing {
  grid-template-columns: 1fr;
}

.sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eff9fb;
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 288px;
  padding: 35px;
  display: grid;
  position: sticky;
  top: 112px;
}

.rtm-images {
  margin-bottom: 20px;
}

.rtm-sidebar-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.rtm-sidebar-heading.c-t-neutral-90 {
  color: var(--primary--60);
  font-family: Droid Serif, serif;
}

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

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

.heading-2 {
  font-style: italic;
}

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

.wrapper-logo {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

html.w-mod-js [data-ix="tooltip-hover"] {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.container-navbar {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-title {
    width: 100%;
    margin-bottom: 32px;
  }

  .section-title.centered {
    width: 75%;
  }

  .l-g-3-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .l-g-3-col.cards {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .button.medium {
    font-size: 16px;
  }

  .dropdown-menu-navbar {
    position: relative;
  }

  .dropdown-menu-navbar.w--open {
    background-color: var(--neutral--20);
    box-shadow: none;
    text-align: center;
    margin-top: 0;
    position: relative;
  }

  .l-g-2-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .l-g-2-col.spa {
    width: 85%;
  }

  .input {
    font-size: 16px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-menu {
    background-color: var(--neutral--10);
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    box-shadow: 0 4px 4px #00000030;
  }

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

  .nav-link.nav-link-dropdown {
    text-align: center;
    justify-content: center;
    padding-right: 16px;
    display: flex;
  }

  .brand-logo {
    margin-right: 0;
    padding-left: 0;
  }

  .navbar-menu-wrapper {
    flex: 0 auto;
    justify-content: flex-start;
  }

  .vertical-menu-title {
    margin-bottom: 12px;
  }

  .vertical-menu-list-item {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .sm-icon-link {
    margin-right: 16px;
  }

  .footer-grid-3 {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .menu-button.w--open {
    background-color: var(--neutral--100);
  }

  .navbar-menu-right {
    z-index: -5000;
    background-color: var(--neutral--10);
    text-align: center;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
    box-shadow: 0 4px 4px #00000030;
  }

  .navbar-menu-mobile {
    display: block;
  }

  .navbar-vertical-overlay {
    z-index: 5000;
    width: 100%;
    height: 100vh;
    display: none;
    position: relative;
  }

  .hero-title-centered {
    width: 100%;
  }

  .ctas-wrapper {
    margin-top: 1rem;
  }

  .long-content-center {
    width: 90%;
  }

  .brand-logo-image {
    width: auto;
    height: 5rem;
    display: none;
  }

  .customize-instructions {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-section.hero-big {
    height: 65vh;
  }

  .dropdown-menu-item---navbar {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-buttons {
    flex-direction: column;
    margin-top: 8px;
    margin-left: 0;
    display: flex;
  }

  .navbar-buttons.show-on-mobile {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-wrapper {
    justify-content: space-between;
    display: block;
  }

  .logo-mobile {
    margin-left: 2%;
    padding-left: 0;
    display: block;
  }

  .contact-card-wrapper {
    padding-left: 15%;
  }

  .service-text-wrapper {
    width: 90%;
  }

  .gallery-image {
    width: 95%;
  }

  .button-wrapper {
    flex-wrap: wrap;
  }

  .submit-button-booking {
    margin-bottom: 20px;
  }

  .rtm-wrapper {
    max-width: 684px;
  }

  .rtm-wrapper.narrow {
    width: 90%;
    max-width: 684px;
  }

  .richtext-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .rtm-sidebar-grid {
    grid-template-columns: 1fr;
  }

  .sidebar {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  h3, h4 {
    margin-top: 16px;
    margin-bottom: 8px;
  }

  h5 {
    margin-top: 12px;
    margin-bottom: 4px;
  }

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

  .container.container-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading.xl {
    margin-bottom: 12px;
  }

  .heading.xl.c-t-neutral-10.spa {
    width: 100%;
    font-size: 2.75rem;
  }

  .section-title, .section-title.centered {
    width: 100%;
  }

  .l-g-3-col {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .l-g-2-col {
    grid-template-columns: 1fr 1fr;
  }

  .l-g-2-col.spa {
    width: 95%;
  }

  .footer {
    padding: 48px 0 0;
  }

  .footer-logo {
    padding-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .social-media-icon {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  .sm-icon-link {
    margin-right: 12px;
  }

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

  .sh-m-b-24 {
    margin-bottom: 24px;
  }

  .hero-title-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .style-wrapper {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 16px;
  }

  .hero-section.hero-big {
    height: 60vh;
  }

  .contact-card-wrapper {
    padding-left: 10%;
  }

  .policy img {
    max-width: 539px;
    max-height: 400px;
  }

  .gallery-image {
    width: 100%;
  }

  .rtm-wrapper, .rtm-wrapper.narrow {
    max-width: 488px;
  }

  .richtext-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .heading.xl.c-t-neutral-10.spa {
    font-size: 1.75rem;
  }

  .heading.xl.rtm {
    font-size: 2.25rem;
  }

  .section-title.centered.spa {
    width: 100%;
  }

  .button.medium {
    align-self: stretch;
  }

  .button.button-fluid.spa-xl {
    flex: 0 auto;
    align-self: center;
  }

  .l-g-2-col {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .l-g-2-col.spa {
    width: 100%;
  }

  .input.medium {
    margin-bottom: .5rem;
  }

  .tagline {
    font-size: 12px;
    line-height: 20px;
  }

  .footer {
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-logo {
    padding-left: 0;
  }

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

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .vertical-menu-link {
    text-decoration: none;
  }

  .footer-grid-3 {
    text-align: center;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .sm-icons-wrapper {
    justify-content: center;
  }

  .sm-m-t-24 {
    margin-top: 24px;
  }

  .sm-m-b-16 {
    margin-bottom: 16px;
  }

  .ctas-wrapper {
    flex-direction: column;
    margin-top: 1rem;
    display: flex;
  }

  .long-content-center {
    width: 95%;
  }

  .hero-section.hero-big {
    height: 50vh;
  }

  .service-text-wrapper {
    width: 95%;
  }

  .policy img {
    max-width: 310px;
    max-height: 230px;
  }

  .gallery-image {
    width: 100%;
  }

  .form-row-wrap {
    margin-bottom: 0;
  }

  .checkbox-field-spa {
    width: 100%;
    margin-bottom: 12px;
  }

  .summit-details {
    grid-template-columns: 1fr;
  }

  .rtm-wrapper {
    padding-left: 21px;
    padding-right: 21px;
  }

  .rtm-wrapper.narrow, .richtext-wrapper {
    width: 100%;
  }

  .sidebar {
    min-width: 100%;
  }
}

#w-node-e0bc719f-1997-6af4-e4b4-a5bd650dd41c-32316e88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1718682-73fc-e46e-a7f3-ae255fba811a-90dd0463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_5c0917f7-760c-2254-5229-32b59a800c51-46f67f4e, #w-node-f7eb653c-6b41-ce66-713e-9d4cd69b2cff-4ac2c1ce, #w-node-_21944a80-78b2-9416-ebec-8022db80cc42-4ac2c1ce, #w-node-_5c0917f7-760c-2254-5229-32b59a800c51-62697199, #w-node-_726654c6-2094-a474-1773-213b55b256f0-62697199, #w-node-afad139f-14e7-1548-c718-8616bbb934c9-62697199, #w-node-c8893b7c-f38f-852d-7662-c36648ad2a78-62697199, #w-node-_9db6eac4-7878-778b-b31f-05973b8d853f-62697199, #w-node-_5c0917f7-760c-2254-5229-32b59a800c51-33918a80, #w-node-_5c0917f7-760c-2254-5229-32b59a800c51-e1c3b15a, #w-node-e1718682-73fc-e46e-a7f3-ae255fba811a-90dd0463 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e0bc719f-1997-6af4-e4b4-a5bd650dd41c-32316e88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


