:root {
  --black: #382e27;
  --royal-blue: #16609f;
  --white: white;
  --linen-2: #ebe3de;
  --dark-blue: #03192c;
  --linen: #e4d9d1;
  --linen-light: #faf7f5;
  --black-1: #02101d;
  --tan-2: #c9b4a7;
  --dim-grey: #68574b;
  --tan: #b69f8f;
  --midnight-blue: #123161;
  --grey: #927e70;
  --black-2: #201a16;
  --dark-slate-blue: #0e4675;
  --burlywood: #ecbd9c;
  --burlywood-2: #ecbd9c66;
  --black-2-3: #031524;
  --midnight-blue-2: #191c74;
  --midnight-blue-3: #0b0c33;
  --dark-khaki: #b9ba9c;
  --cornflower-blue: #63a3da;
  --azure: #ebf7fa;
  --honeydew: #ecfdf4;
  --ivory: #fafaeb;
  --white-smoke: #f2f0ee;
  --dim-grey-2: #826d5f;
}

.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 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1vw;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.1em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1em;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.1em;
}

p {
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.5em;
}

a {
  color: var(--royal-blue);
  text-decoration: none;
}

ul, ol {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 3em;
}

li {
  margin-bottom: .7em;
  font-size: 1.3em;
  line-height: 1.2em;
}

strong {
  font-weight: 600;
}

blockquote {
  color: #0c389f;
  border-left: 5px solid #064dfa;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding: 1em 1em 1em 1.5em;
  font-size: 1.3em;
  line-height: 1.5em;
}

.section {
  z-index: 10;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.section.page-hero-sec {
  z-index: 20;
  overflow: visible;
}

.section.overflow-visible {
  overflow: visible;
}

.section.with-bottom-border {
  border-bottom: 1px solid #12042c26;
}

.section.sticky-sec {
  z-index: 20;
  background-color: #0f0c16;
  overflow: visible;
}

.section.with-linen-bg {
  background-color: var(--linen-2);
}

.section.with-gradient-bg {
  border-top: 1px solid var(--linen-2);
  border-bottom: 1px solid var(--linen-2);
  background-image: radial-gradient(circle at 50% 100%, #ffffffe6, #fff0 90%), radial-gradient(circle at 0 0, #cfbeb3, #fff0 42%), linear-gradient(45deg, #fff, #e4dad2);
}

.section.with-dark-blue-bg {
  background-color: var(--dark-blue);
  color: var(--white);
}

.section.is-overview-section-2 {
  color: var(--white);
  background-color: #0f0c16;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.with-linen-light-bg {
  border-top: 1px solid var(--linen);
  border-bottom: 1px solid var(--linen);
  background-color: var(--linen-light);
}

.section.with-linen-light-bg.no-border-bottom {
  border-bottom-width: 0;
  border-bottom-color: #0000;
}

.section.with-black-bg {
  background-color: var(--black-1);
  color: var(--white);
}

.section.with-margins {
  background-color: var(--tan-2);
  margin-left: 4em;
  margin-right: 4em;
}

.section.with-linen-gradient {
  background-image: linear-gradient(to bottom, var(--white), var(--linen-light));
}

.section.section-parallax {
  width: 100%;
  height: 100%;
  min-height: 590px;
  max-height: 590px;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  position: relative;
}

.container.in-accordion {
  grid-column-gap: 2em;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.container.is-full-width {
  max-width: 2000px;
  padding-left: 4em;
  padding-right: 4em;
}

.container.in-listing-4 {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.container.with-bg-dark {
  color: var(--white);
  background-color: #1b1724;
}

.container.is-blog-listing-with-tabs {
  max-width: 2000px;
  padding-left: 4em;
  padding-right: 4em;
}

.padding {
  padding: 10em 0;
}

.padding.bottom-0em {
  padding-bottom: 0;
}

.padding.with-border-bottom {
  border-bottom: 1px solid #12042c26;
}

.padding.top-0em {
  padding-top: 0;
}

.padding.bottom-4em {
  padding-bottom: 4em;
}

.padding.top-bottom-4em {
  padding-top: 4em;
  padding-bottom: 4em;
}

.padding.more-padding {
  padding-top: 14em;
  padding-bottom: 14em;
}

.padding.top-0em-bottom-6em {
  padding-top: 0;
  padding-bottom: 6em;
}

.padding.imp-padding {
  padding-top: 110px;
  padding-bottom: 156px;
}

.padding.imp-sec-padding {
  padding-top: 0;
  padding-bottom: 66px;
}

.padding.two-padding {
  padding-top: 158px;
  padding-bottom: 158px;
}

.heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.2em;
}

.heading.is-header-8-title {
  color: var(--white);
}

.heading.is-header-3-title-1 {
  color: var(--white);
  letter-spacing: -.03em;
  font-size: 7em;
  font-weight: 400;
  line-height: .9em;
}

.heading.is-serif-title-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 10em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-gird-5-title {
  letter-spacing: -.04em;
  font-family: Gilda Display, sans-serif;
  font-size: 2.8em;
  font-weight: 300;
  line-height: 1.5em;
}

.heading.is-extra-light-title {
  letter-spacing: -.04em;
  font-size: 4.4em;
  font-weight: 200;
  line-height: 1.2em;
}

.heading.is-header-2-title {
  z-index: 10;
  font-family: Gilda Display, sans-serif;
  font-size: 4.5em;
  font-weight: 400;
  position: relative;
}

.heading.is-grid-3-title-1 {
  color: #330b7e;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-grid-1-title-1 {
  color: #330b7e;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 4.6em;
  font-weight: 400;
  line-height: 1.1em;
}

.heading.is-header-3-title-2 {
  color: var(--white);
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 5.4em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-header-12-title {
  letter-spacing: -.04em;
  text-indent: -.04em;
  max-width: 11em;
  font-size: 7em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-listing-10-title {
  max-width: 10em;
  margin-bottom: auto;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1em;
}

.heading.is-overview-title-5 {
  text-align: center;
  font-size: 6em;
  font-weight: 700;
  line-height: 1.1em;
}

.heading.is-header-7-title {
  color: var(--white);
  letter-spacing: -.03em;
  font-size: 4.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading.is-header-4-title-1 {
  color: var(--white);
  text-align: center;
  font-family: Gilda Display, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.1em;
}

.heading.is-about-2-title-1 {
  color: var(--linen-2);
  text-align: center;
  text-transform: uppercase;
  max-width: 10em;
  margin-bottom: 1.2em;
  font-family: Gilda Display, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-category-1-title-1 {
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.1em;
}

.heading.is-category-2-title {
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.1em;
}

.heading.is-grid-7-title-1 {
  text-align: center;
  letter-spacing: -.03em;
  text-transform: capitalize;
  max-width: none;
  font-family: Gilda Display, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.3em;
}

.heading.is-header-title {
  color: var(--white);
  text-align: center;
  letter-spacing: -.04em;
  text-indent: -.04em;
  max-width: none;
  font-size: 6em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-content-2-title {
  z-index: 10;
  font-family: Gilda Display, sans-serif;
  font-size: 4.9em;
  font-weight: 400;
  position: relative;
}

.heading.is-blog-title-1 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.04em;
  text-indent: -.04em;
  max-width: 14em;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.1em;
}

.heading.is-ui-kit-title-1 {
  font-size: 6em;
  font-weight: 500;
  line-height: 1em;
}

.heading.is-small-title {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading.is-small-title.is-white {
  color: var(--white);
}

.heading.is-small-title.is-center {
  text-align: center;
}

.heading.is-large-title {
  font-size: 5em;
  font-weight: 600;
  line-height: 1.1em;
}

.heading.is-medium-title {
  font-size: 4em;
  font-weight: 600;
  line-height: 1.1em;
}

.heading.is-medium-title.is-white {
  color: var(--white);
}

.heading.is-medium-title.is-center {
  text-align: center;
  text-transform: capitalize;
  font-size: 32px;
}

.heading.is-medium-title.is-light {
  font-weight: 300;
}

.heading.is-medium-title.in-about {
  text-align: center;
  font-weight: 300;
}

.heading.is-extra-large-title {
  font-size: 6em;
  font-weight: 600;
  line-height: 1.1em;
}

.heading.is-extra-small-title {
  font-size: 2em;
  font-weight: 600;
}

.heading.is-header-3-title-3 {
  color: var(--linen-2);
  letter-spacing: -.02em;
  text-transform: uppercase;
  max-width: 8em;
  font-family: Gilda Display, sans-serif;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading.is-header-3-title-4 {
  color: var(--white);
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 5.4em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-grid-7-title-1 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  letter-spacing: -.03em;
  text-transform: uppercase;
  max-width: 8em;
  font-family: Gilda Display, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-grid-7-title-1.home-heading {
  color: #000;
  text-align: center;
  max-width: 13em;
  font-size: 4em;
}

.content-grid-1 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.circle-background-1 {
  z-index: 2;
  background-color: var(--dim-grey);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.list-block {
  z-index: 10;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 4.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-block.is-last {
  padding-bottom: 0;
}

.list-block.less-padding, .list-block.with-animation {
  padding-bottom: 2em;
}

.list-block.in-overview {
  min-height: 11em;
  padding-bottom: 2em;
}

.list-block.in-contact {
  color: #fffc;
  padding-bottom: 2em;
}

.circle-in-list {
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-right: 2.5em;
  display: flex;
  position: relative;
}

.list-content {
  padding-top: .6em;
}

.custom-list-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  position: absolute;
}

.list-line {
  background-color: var(--linen-2);
  width: .2em;
  height: 100%;
  position: absolute;
  top: .1em;
  left: 1.4em;
}

.list-line.is-hide-on-desktop {
  display: none;
}

.list-line.is-tan {
  background-color: #b69f8f33;
}

.list-title {
  margin-bottom: .7em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.list-title.is-white-color {
  color: var(--white);
}

.list-text {
  max-width: 26em;
  font-size: 1.1em;
  line-height: 1.5em;
}

.list-text.in-overview {
  max-width: 20em;
}

.global-styles {
  position: fixed;
  inset: 0% auto auto 0%;
}

.empty-state-hidden {
  display: none;
}

.header-absolute-block {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.header-absolute-block.with-padding {
  padding: 10em;
}

.header-6 {
  z-index: 5;
  background-color: var(--black-1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80vh;
  padding-bottom: 80vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-6.with-tan-bg {
  background-color: var(--tan);
}

.opacity-70 {
  opacity: .7;
}

.bg-color-for-sticky-sec-1 {
  z-index: 15;
  mix-blend-mode: multiply;
  background-color: #03192cb3;
  position: absolute;
  inset: 0%;
}

.sticky-100vh-block {
  z-index: 2;
  height: 100vh;
  position: sticky;
  top: 0;
}

.video-background {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.nav-link {
  z-index: 10;
  color: var(--white);
  border-top: 3px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0 1em;
  font-weight: 600;
  transition: border-color .2s, color .2s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  border-top-color: var(--tan);
  color: #fff;
}

.nav-link.w--current {
  border-top-color: var(--white);
  color: var(--white);
}

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

.cover-image.is-parallax {
  height: 120%;
  top: auto;
  bottom: auto;
}

.cover-image.is-parallax.imp-parallax-img {
  object-fit: cover;
  height: 100%;
}

.cover-image.is-parallax.new-parallax-img {
  height: 100%;
  min-height: 590px;
  max-height: 590px;
}

.cover-image.is-parallax.imp-parallax-img-sec {
  object-fit: contain;
  height: 100%;
}

.cover-image.is-parallax-large {
  height: 180%;
  top: auto;
  bottom: auto;
}

.cover-image.is-parallax-medium {
  height: 150%;
  display: block;
  top: auto;
  bottom: auto;
}

.cover-image.is-parallax-medium.imp-parallax-img {
  height: 100%;
  min-height: 360px;
  max-height: 360px;
}

.cover-image.is-team {
  object-position: 50% 20%;
}

.brand-slogan {
  opacity: .8;
  text-align: center;
  letter-spacing: .25em;
  text-indent: .25em;
  font-size: .7em;
  font-weight: 600;
  line-height: 1.1em;
}

.hero-bg-gradient {
  z-index: 7;
  background-image: linear-gradient(#0000 35%, #0a0318e6);
  position: absolute;
  inset: 0%;
}

.hero-socials-list {
  grid-column-gap: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon {
  z-index: 5;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  position: relative;
}

.social-link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  padding: 1em;
  display: flex;
  position: relative;
}

._3d-block {
  z-index: 8;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-animation-trigger._3d-for-image {
  width: 110%;
  height: 115%;
  position: absolute;
}

.image-animation-trigger._3d-for-image.new-3d {
  width: 100%;
  height: 115%;
}

.animation-color-bg {
  z-index: 15;
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.animation-color-bg.is-dark-blue-color {
  background-color: var(--dark-blue);
}

.animation-color-bg.is-midnight-blue {
  background-color: var(--midnight-blue);
}

.animation-color-bg.is-black {
  background-color: var(--dark-blue);
}

.animation-color-bg.is-linen {
  background-color: var(--linen-2);
}

.animation-color-bg.is-linen-light {
  background-color: var(--linen-light);
}

.animation-color-bg.is-dim-grey {
  background-color: var(--dim-grey);
}

.animation-color-bg.is-dark-linen {
  background-color: var(--tan);
}

.grid-1-block-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 32em;
  display: flex;
  position: sticky;
  top: 6em;
}

.form-success-title {
  color: var(--white);
  text-align: center;
  margin-bottom: .3em;
  margin-left: auto;
  margin-right: auto;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.2em;
}

.form-success-message {
  background-color: var(--dim-grey);
  color: var(--white);
  width: 100%;
  padding: 10em 3em;
}

.form-success-message.is-newsletter {
  padding-top: 2em;
  padding-bottom: 2em;
}

.form-error-link {
  color: #0a223f;
  text-decoration: underline;
}

.form-error-message {
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  padding: 2em;
}

.form-error-paragraph {
  color: #191c1f;
  line-height: 1.6;
}

.newsletter-submit-button {
  background-color: var(--dim-grey);
  letter-spacing: .15em;
  text-transform: uppercase;
  background-image: url('../images/east_white_24dp.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 1.1em;
  border-radius: 3px;
  align-self: stretch;
  min-width: 15em;
  padding: 1.4em 3.6em 1.4em 2.3em;
  font-size: 1em;
  font-weight: 500;
  transition: background-position .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
}

.newsletter-submit-button:hover {
  background-color: var(--black);
  background-position: 89%;
}

.dropdown-link {
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: static;
}

.dropdown-icon {
  margin: 0 0 0 .5em;
  font-size: 1em;
  transition: all .3s;
  position: relative;
}

.dropdown-list {
  top: 5em;
}

.dropdown-list.w--open {
  background-color: #fff;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 9em;
  left: 0;
  right: 0;
  box-shadow: 0 0 2px 1px #fff;
}

.social-link-circle {
  z-index: 1;
  border: .2em solid #b69f8f80;
  border-radius: 50%;
  width: 130%;
  height: 130%;
  display: none;
  position: absolute;
}

.social-link-circle.is-white {
  border-color: #ffffff80;
}

.social-link-circle.is-brown {
  border-color: var(--tan);
}

.social-link-circle.is-dark {
  border-color: #03192c80;
}

.gallery-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gallery-flex.with-margin {
  margin-bottom: 2.5em;
}

.newsletter-field {
  z-index: 5;
  color: #1b243a;
  background-color: #0000;
  border: 1px solid #0000;
  min-height: 3.5em;
  margin-bottom: 0;
  padding: .5em 0;
  font-size: 1.6em;
  line-height: 1.1em;
  transition: border-color .5s;
  position: relative;
}

.newsletter-field:focus {
  background-color: #0000;
  border-color: #fff0;
}

.newsletter-field:focus-visible, .newsletter-field[data-wf-focus-visible] {
  border-color: #fff0;
}

.newsletter-field::placeholder {
  color: #1b243a73;
  font-size: .9em;
}

.newsletter-form {
  z-index: 10;
  background-color: #0000;
  border-bottom: 1px solid #12042c26;
  flex: none;
  width: 100%;
  margin-bottom: 0;
  padding: 1.5em;
  position: relative;
}

.newsletter-form-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.brand-name {
  letter-spacing: .5em;
  text-indent: .5em;
  font-weight: 700;
}

.menu-link-title {
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  font-size: .9em;
  line-height: 1.2em;
}

.flex-for-sticky {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.min-100vh-sec {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.sticky-column-2-bg {
  z-index: 1;
  background-image: linear-gradient(to right, #0a0d1499, #0000);
  border-left: 1px solid #ffffff26;
  position: absolute;
  inset: 0%;
}

.custom-list-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33em;
  display: flex;
  position: relative;
}

.header-5-inner {
  z-index: 1;
  background-color: #14161b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 18em;
  padding-bottom: 20em;
  display: flex;
  position: relative;
}

.header-5-inner.less-paddings {
  padding-top: 16em;
  padding-bottom: 16em;
}

.header-5-color-bg {
  z-index: 15;
  mix-blend-mode: multiply;
  background-color: #0c0c2499;
  background-image: linear-gradient(#0c2142e6, #0000);
  position: absolute;
  inset: 0%;
}

.navbar {
  z-index: 995;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.main-nav {
  z-index: 10;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #fff3;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  padding-left: 16em;
  padding-right: 9em;
  display: flex;
  position: static;
}

.nav-block-1 {
  z-index: 999;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 9em;
  display: flex;
  position: absolute;
}

.nav-links-height {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 5em;
  padding-left: 2em;
  padding-right: 1.3em;
  display: flex;
  position: static;
}

.brand-link-block {
  grid-row-gap: .5em;
  background-color: var(--white);
  color: var(--dark-blue);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 16em;
  padding: 1em 2em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.brand-link-block:hover {
  background-color: var(--grey);
  color: var(--linen-light);
}

.tab-2-pane {
  width: 100%;
  height: 100%;
}

.tab-2-content {
  z-index: 5;
  width: 100%;
  overflow: visible;
}

.gallery-grid-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tab-inner {
  padding-top: 3em;
}

.tab-inner.is-empty {
  border: 1px dashed var(--tan);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 24em;
  padding: 3em;
  display: flex;
}

.tab-inner.with-borders {
  grid-row-gap: 3em;
  border: 10px solid var(--linen-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3em;
  display: flex;
}

.tab-image {
  height: 30em;
  position: relative;
}

.accordion-inner {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 4em 0 8em;
  display: flex;
  position: relative;
}

.accordion-lines {
  z-index: 5;
  opacity: 1;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.accordion-lines.is-bottom {
  inset: auto 0% 0%;
}

.accordion-content {
  background-color: #0000;
  display: block;
  position: relative;
}

.accordion-content.w--open {
  position: relative;
}

.accordion {
  flex: none;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  transition: background-color .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion:hover {
  background-color: var(--linen-light);
}

.accordion-toggle {
  color: #12042c;
  white-space: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 12em;
  padding: 0;
  display: flex;
}

.accordion-interactive-line {
  z-index: 3;
  background-color: var(--dark-blue);
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.accordion-title {
  z-index: 20;
  text-align: left;
  letter-spacing: .01em;
  max-width: 50%;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  position: relative;
}

.accordion-icon {
  z-index: 20;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.6em;
  position: relative;
}

.rich-text {
  position: static;
}

.rich-text h2 {
  letter-spacing: -.02em;
  margin-bottom: .4em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text p {
  opacity: .8;
  margin-bottom: .5em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.7em;
}

.rich-text h3 {
  margin-top: 1.1em;
  margin-bottom: .5em;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text h4 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text h5 {
  margin-top: 1.3em;
  margin-bottom: 1em;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text h6 {
  margin-top: 1.2em;
  margin-bottom: .6em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text h1 {
  margin-bottom: .3em;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.rich-text a {
  color: var(--dim-grey);
  text-decoration: underline;
  transition: color .2s;
}

.rich-text a:hover {
  color: #12042c;
  text-decoration: underline;
}

.rich-text strong {
  color: var(--black-2);
  font-weight: 500;
}

.rich-text blockquote {
  border-left-color: var(--grey);
  color: var(--dim-grey);
}

.rich-text li {
  line-height: 1.7em;
}

.rich-text.is-featured-review {
  color: var(--white);
  font-size: 1.2em;
}

.rich-text.is-contact {
  font-size: .8em;
}

.rich-text.is-review {
  font-size: 1.1em;
}

.gallery-lightbox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-lightbox.is-2nd {
  height: 43em;
}

.gallery-lightbox.is-5th {
  height: 100%;
}

.gallery-lightbox.is-3rd {
  height: 55em;
}

.gallery-lightbox.is-4th {
  height: 25em;
}

.gallery-background {
  z-index: 3;
  mix-blend-mode: multiply;
  background-color: #191c7480;
  border-radius: 50%;
  width: 150%;
  height: 150%;
  padding-top: 150%;
  display: none;
  position: absolute;
}

.icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
  position: relative;
}

.icon.in-gallery {
  font-size: 1.5em;
  display: none;
  position: absolute;
}

.gallery-thumbnail {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gallery {
  width: 100%;
}

.accordion-visible-line {
  z-index: 1;
  background-color: var(--linen);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-socials-wrap {
  z-index: 10;
  position: relative;
}

.sticky-column-2 {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 80vh;
  padding-bottom: 80vh;
  padding-left: 6em;
  display: flex;
  position: relative;
}

.sticky-100vh-block-2 {
  z-index: 2;
  height: 100vh;
  position: sticky;
  top: 0;
}

.password-form {
  text-align: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.password {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 57em;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 3em;
  display: flex;
  position: relative;
}

.password-form-label {
  z-index: 20;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
  position: absolute;
  top: 5.5em;
  left: 3.6em;
}

.password-form-inner {
  background-color: #ffffff5c;
  width: 100%;
  padding: 1.2em;
  position: relative;
}

.password-form-block {
  z-index: 10;
  border: 1px solid var(--linen);
  background-color: var(--linen-light);
  flex: none;
  width: 100%;
  margin-bottom: 0;
  padding: 1.5em;
  transition: border-color .2s;
  position: relative;
}

.password-form-block:hover {
  border-color: var(--tan);
}

.password-form-field {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.password-form-input {
  z-index: 5;
  border: 1px solid var(--linen-light);
  color: #1b243a;
  background-color: #0000;
  min-height: 3em;
  margin-bottom: 0;
  padding: .5em 0 .5em 5.5em;
  font-size: 1.4em;
  line-height: 1.1em;
  transition: border-color .5s;
  position: relative;
}

.password-form-input:focus {
  background-color: #0000;
  border-color: #fff0;
}

.password-form-input:focus-visible, .password-form-input[data-wf-focus-visible] {
  border-color: #fff0;
}

.password-form-input::placeholder {
  color: #1b243a73;
  font-size: .9em;
}

.password-form-submit {
  background-color: var(--grey);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-image: url('../images/east_white_24dp.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 1.1em;
  border-radius: 3px;
  min-width: 15em;
  padding: 1.4em 3.6em 1.4em 2.3em;
  font-size: 1em;
  font-weight: 500;
  transition: background-position .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
}

.password-form-submit:hover {
  background-color: var(--dim-grey);
  background-position: 89%;
}

.password-error {
  z-index: 50;
  background-color: #f79e9e66;
  border: 1px solid #fab1af;
  margin-top: 1em;
  padding: 1em;
  position: relative;
}

.password-error-text {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3em;
}

.style-guide-block {
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.static-gallery-grid, .gallery-grid-2 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.colors {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5em;
  display: grid;
}

.color-define {
  background-color: var(--midnight-blue);
  width: 100%;
  height: 5em;
}

.color-define.is-1st {
  opacity: .1;
}

.color-define.is-2nd {
  opacity: .3;
}

.color-define.is-3rd {
  opacity: .5;
}

.color-define.is-4th {
  opacity: .7;
}

.color-define.is-5th {
  opacity: .9;
}

.color-define-2 {
  background-color: var(--tan);
  width: 100%;
  height: 5em;
}

.color-define-2.is-1st {
  opacity: .1;
}

.color-define-2.is-2nd {
  opacity: .3;
}

.color-define-2.is-3rd {
  opacity: .5;
}

.color-define-2.is-4th {
  opacity: .7;
}

.color-define-2.is-5th {
  opacity: .9;
}

.color-define-3 {
  background-color: var(--dim-grey);
  width: 100%;
  height: 5em;
}

.color-define-3.is-1st {
  opacity: .1;
}

.color-define-3.is-2nd {
  opacity: .3;
}

.color-define-3.is-3rd {
  opacity: .5;
}

.color-define-3.is-4th {
  opacity: .7;
}

.color-define-3.is-5th {
  opacity: .9;
}

.header-5-socials {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid #c9b5a799;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 10vh;
  margin: 1.5em;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.main-button {
  z-index: 10;
  background-color: var(--grey);
  color: var(--white);
  letter-spacing: .25em;
  border: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  padding: 1.5em 1.5em 1.5em 2em;
  transition: border-color .2s, letter-spacing .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  display: flex;
  position: relative;
}

.main-button:hover {
  letter-spacing: .15em;
  background-color: #66584e;
}

.main-button.is-transparent {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: #c9b5a71a;
  border-color: #c9b5a780;
}

.main-button.is-transparent:hover {
  background-color: #c9b5a740;
  border-color: #c9b5a7bf;
}

.main-button.is-white {
  color: #12042c;
  background-color: #fff;
  border-color: #12042c33;
}

.button-text {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 700;
  line-height: 1em;
}

.header-5-social-bg {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--white), #fff0 44%), linear-gradient(45deg, var(--linen), #b9cfe2);
  opacity: .2;
  position: absolute;
  inset: 0%;
}

.nav-topbar {
  grid-column-gap: 3em;
  grid-row-gap: 1em;
  background-color: #03192ce6;
  border-bottom: 1px solid #fff3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4em;
  padding: 0 1.5em;
  display: flex;
}

.menu-large-links {
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5em;
  display: flex;
}

.menu-large-links.is-vertical {
  flex-direction: column;
}

.menu-large-link {
  color: var(--grey);
  letter-spacing: 0;
  text-transform: uppercase;
  flex: none;
  padding-left: .9em;
  padding-right: .9em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.1em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1), font-size .6s cubic-bezier(.075, .82, .165, 1);
}

.menu-large-link:hover {
  color: var(--black-1);
  letter-spacing: .15em;
}

.menu-large-link.w--current {
  color: var(--black-1);
}

.button-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-left: 1em;
  font-size: 1em;
}

.header-6-title-1 {
  z-index: 20;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 10em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.grid-3-image {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40em;
  display: flex;
  position: relative;
}

.grid-3-image.is-1st {
  z-index: 20;
}

.header-8 {
  z-index: 5;
  background-color: #12042c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.slider-image-2 {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-image-3 {
  z-index: 6;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-absolute-block {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-bg-for-interaction {
  z-index: 15;
  background-color: var(--dark-blue);
  display: none;
  position: absolute;
  inset: 0%;
}

.slide-timeline {
  z-index: 20;
  background-color: #c9b5a733;
  width: 1px;
  height: 11em;
  position: absolute;
  right: 4.5em;
  overflow: hidden;
}

.slider-timeline-bg {
  background-color: var(--tan-2);
  position: absolute;
  inset: 0%;
}

.slider {
  z-index: 1;
  width: 100%;
  height: 200vh;
  position: absolute;
  inset: 0% 0% auto;
}

.slider-sticky-block {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.parallax-content-trigger-1, .parallax-content-trigger-2 {
  padding-top: .4em;
  padding-bottom: .4em;
  overflow: hidden;
}

.parallax-content-trigger-3 {
  padding-top: .5em;
  padding-bottom: .5em;
  overflow: hidden;
}

.content-grid-3 {
  z-index: 20;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-3-block-1 {
  flex: none;
  width: 100%;
  max-width: 28em;
  padding-top: .2em;
}

.grid-3-text-1 {
  font-size: 1.8em;
  line-height: 1.5em;
}

.grid-1-text-1 {
  font-size: 1.2em;
  line-height: 1.8em;
}

.grid-3-image-4 {
  z-index: 20;
  object-fit: cover;
  width: 16em;
  height: 10em;
  position: absolute;
  right: -8em;
}

.header-200vh {
  z-index: 1;
  width: 100%;
  height: 200vh;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-block {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.bg-overlay-color-1 {
  z-index: 20;
  background-image: linear-gradient(to bottom, var(--dark-blue), #330b7e00);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.button {
  z-index: 10;
  border: 1px solid var(--tan-2);
  color: var(--black);
  letter-spacing: .2em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 1.5em 2em;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.is-dark {
  border-color: var(--tan);
  color: var(--linen-light);
}

.button.is-brown {
  border-color: var(--grey);
}

.grid-7-image-1 {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 30em;
  position: relative;
}

.grid-7-image-2 {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 35em;
  position: relative;
}

.grid-7-block-2 {
  grid-column-gap: 2.75em;
  grid-row-gap: 2.75em;
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 33em;
  padding-top: 12em;
  display: flex;
}

.grid-7-text-1 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.6em;
}

.header-parallax-content {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ui-kit-links {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ui-kit-link {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: var(--black-1);
  border: 1px solid #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  min-height: 6em;
  padding: 1em 3em;
  transition: background-color .2s;
  display: flex;
}

.ui-kit-link:hover {
  background-color: var(--linen);
}

.ui-kit-link.w--current {
  border-color: var(--tan-2);
  background-color: var(--linen-2);
  background-image: url('../images/emergency_fill0_wght700_grad0_opsz48.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 1em;
}

.ui-kit-link-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
}

.tabs-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-2.is-2nd {
  background-color: var(--black-1);
  color: var(--white);
}

.tabs-2-links {
  grid-column-gap: 3.75em;
  border-bottom: 4px solid var(--linen-2);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 4em;
  display: flex;
}

.tabs-2-links.is-2nd {
  border-bottom-color: var(--dim-grey);
}

.tabs-2-links.is-center {
  justify-content: center;
  width: auto;
}

.tab-2-link {
  z-index: 10;
  opacity: .8;
  color: var(--dim-grey);
  text-align: center;
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  border-bottom: 4px solid #12042c00;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 6em;
  padding: 1em 0;
  font-weight: 400;
  line-height: 1.1em;
  transition: padding .4s cubic-bezier(.075, .82, .165, 1), background-position .2s, opacity .2s;
  display: flex;
  top: 4px;
}

.tab-2-link:hover {
  opacity: .65;
}

.tab-2-link.w--current {
  border-bottom-color: var(--dim-grey);
  opacity: 1;
  color: var(--black-1);
  background-color: #0000;
  background-image: url('../images/emergency_fill0_wght100_grad0_opsz48-tan.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 1.4em;
  padding-left: 1em;
  padding-right: 3em;
  font-weight: 500;
}

.tab-2-link.is-2nd {
  color: var(--white);
}

.tab-2-link.is-2nd.w--current {
  border-bottom-color: var(--tan-2);
  color: var(--tan-2);
  background-image: url('../images/emergency_fill0_wght100_grad0_opsz48-tan.svg');
}

.tab-2-link-text {
  font-size: 1.3em;
  line-height: 1.1em;
}

.ui-kit-link-text {
  font-weight: 500;
}

.menu-category-links {
  border-bottom: 1px solid #12042c26;
  width: 100%;
  padding: 0;
}

.menu-category-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em;
  display: flex;
}

.menu-category-item {
  flex: 1;
  display: flex;
}

.menu-category-link {
  background-color: var(--dim-grey);
  color: var(--black);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 19em;
  padding: 3.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-category-link:hover {
  color: var(--white);
}

.menu-category-name {
  z-index: 10;
  color: var(--white);
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.breadcrumbs-cms-wrap {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.breadcrumbs-cms-text {
  white-space: nowrap;
  font-size: 1em;
  line-height: 1.1em;
}

.breadcrumbs-cms-link {
  z-index: 10;
  color: var(--grey);
  text-align: center;
  border-bottom: 1px solid #0000;
  flex: none;
  align-self: stretch;
  padding-top: 2em;
  padding-bottom: 2em;
  font-weight: 400;
  transition: border-color .2s, background-color .2s, color .2s;
  position: relative;
  top: 1px;
}

.breadcrumbs-cms-link:hover {
  color: var(--dim-grey);
}

.breadcrumbs-cms-link.w--current {
  border-bottom-color: var(--black);
  color: var(--black);
}

.breadcrumbs-cms-link.is-cta-link {
  grid-column-gap: 1em;
  border-right: 1px solid var(--linen);
  border-left: 1px solid var(--linen);
  align-items: center;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.breadcrumbs-cms-link.is-cta-link:hover {
  border-right-color: var(--tan);
  border-bottom-color: var(--tan);
  border-left-color: var(--tan);
  background-color: var(--linen-2);
  color: #12042c;
}

.breadcrumbs-cms-list {
  grid-column-gap: 2vw;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.breadcrumbs-cms-list.is-2nd {
  justify-content: flex-start;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
}

.large-title-block-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-80vh {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80vh;
  padding-bottom: 80vh;
  display: flex;
  position: relative;
}

.scolling-image {
  z-index: 1;
  width: 45%;
  max-width: 30em;
  height: 130%;
  position: absolute;
}

._3d-block-for-text {
  z-index: 8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.aside-image-6 {
  z-index: 20;
  object-fit: cover;
  width: 20em;
  height: 10em;
  position: absolute;
  top: 0;
  right: -10em;
}

.aside-image-5 {
  z-index: 20;
  object-fit: cover;
  width: 10em;
  height: 8em;
  position: absolute;
  bottom: -8em;
  right: 0;
}

.menu-treatments-links {
  border-bottom: 1px solid #02101d40;
  width: 100%;
  padding: 0;
}

.menu-treatments-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.menu-treatment-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: flex;
}

.menu-treatment-link {
  grid-row-gap: 16px;
  background-color: var(--white);
  color: #12042c;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1em;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.menu-treatment-link:hover {
  color: var(--white);
  background-color: #9b8677;
}

.menu-category-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-size: 2em;
  position: absolute;
}

.menu-treatment-name {
  color: #000;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.menu-treatment-image {
  object-fit: cover;
  width: 100%;
  height: 118px;
}

.grid-11-block-2 {
  min-height: 30em;
  position: relative;
  overflow: hidden;
}

.content-grid-11 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-top: 8em;
  padding-bottom: 8em;
}

.content-grid-11.in-team {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.grid-11-block-1 {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 16em;
  padding: 3em;
  display: flex;
}

.scolling-title {
  z-index: 20;
  perspective: 1000px;
  position: relative;
}

.parallax-animation {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.parallax-animation.new-parallax {
  width: 100%;
  height: 100%;
  min-height: 590px;
  max-height: 590px;
}

.text-for-button {
  z-index: 5;
  font-size: .9em;
  line-height: 1em;
  position: relative;
}

.icon-for-button {
  z-index: 5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-left: 1em;
  font-size: 1em;
  position: relative;
}

.button-bg {
  z-index: 1;
  background-color: var(--linen-2);
  position: absolute;
  inset: 0%;
}

.button-bg.is-dark {
  background-color: var(--grey);
}

.button-bg.is-tan {
  background-color: var(--tan-2);
}

.button-listing-1-link {
  color: var(--grey);
  background-image: url('../images/arrow-icon-tan-right.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 0;
  border-bottom: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .7em;
  padding-bottom: .7em;
  font-size: 1.2em;
  font-weight: 400;
  transition: color .2s, border-color .2s, background-position 1s cubic-bezier(.075, .82, .165, 1), padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  overflow: hidden;
}

.button-listing-1-link:hover {
  border-bottom-color: var(--dim-grey);
  color: var(--dim-grey);
  background-position: 100%;
  background-size: 1.3em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.button-listing-1-link.w--current {
  color: #0a0318;
  border-bottom-color: #12042c;
}

.button-listing-1-link.in-menu {
  color: var(--black);
  background-image: url('../images/arrow_right_alt_fill0_wght700_grad0_opsz48.svg');
  justify-content: center;
  font-weight: 500;
}

.button-listing-1-link.in-menu:hover {
  border-bottom-color: var(--black-1);
  color: var(--black-1);
  background-size: 1em;
}

.button-listing-1-link.is-2nd {
  color: var(--tan);
}

.button-listing-1-link.is-2nd:hover {
  border-bottom-color: var(--tan);
  color: var(--tan-2);
}

.button-listing-1-text {
  max-width: 92%;
  line-height: 1.8em;
}

.listing-2-list {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.listing-2-item {
  display: flex;
}

.listing-2-link-block {
  border: 1px solid #ffffff26;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-height: 38em;
  padding: 4em;
  transition: border-color .2s;
  display: flex;
  position: relative;
}

.listing-2-link-block:hover {
  border-color: #fff6;
}

.listing-2-link-block.ter-listing.w--current {
  justify-content: space-between;
}

.listing-2-content {
  z-index: 20;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 27em;
  display: flex;
  position: relative;
}

.listing-2-content.new-listing-2 {
  margin-top: 10px;
}

.listing-bg {
  z-index: 10;
  background-image: linear-gradient(to bottom, #0a03184d 38%, var(--dark-slate-blue));
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.listing-heading-uni-1 {
  color: var(--white);
  font-size: 2em;
  font-weight: 400;
}

.listing-heading-uni-1.is-larger {
  font-size: 2.2em;
  font-weight: 500;
}

.listing-heading-uni-1.is-larger.is-black {
  color: var(--dark-blue);
  margin-top: .25em;
  margin-bottom: 1em;
  font-size: 44px;
  font-weight: 600;
  line-height: 62px;
  position: static;
}

.title-with-button-flex-1 {
  grid-column-gap: 2.25em;
  grid-row-gap: 2.25em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.title-with-button-flex-1.with-margin-bottom {
  margin-bottom: 3em;
}

.listing-text {
  color: #fffc;
  line-height: 1.7em;
}

.listing-text.is-larger {
  font-size: 1.3em;
  font-weight: 400;
}

.menu-sublinks-1-flex-1 {
  grid-column-gap: 0em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-sublink {
  grid-column-gap: 1em;
  color: var(--black);
  border: 1px solid #0000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 1.5em;
  transition: color .2s, padding .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  display: flex;
}

.menu-sublink:hover {
  background-color: var(--dim-grey);
  color: var(--white);
  background-image: url('../images/arrow-icon-white-4.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-left: 1.8em;
  padding-right: 2.8em;
}

.menu-sublinks-1 {
  border-bottom: 1px solid var(--tan);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2.5em 5em;
  display: flex;
}

.header-4-text-1 {
  color: #fffc;
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-size: 1.5em;
  font-weight: 400;
}

.header-4-image-3 {
  z-index: 5;
  width: 30em;
  height: 31em;
  position: absolute;
  top: -29.1em;
  right: -21.1em;
}

.header-4-image-2 {
  z-index: 5;
  width: 32em;
  height: 27em;
  position: absolute;
  bottom: -28.8em;
  left: -16.8em;
}

.header-4-image-1 {
  z-index: 4;
  width: 23em;
  height: 31em;
  position: absolute;
  bottom: -34.2em;
  right: -14.8em;
}

.header-4-image-4 {
  z-index: 3;
  width: 29em;
  height: 20em;
  position: absolute;
  top: -29em;
  left: -18.4em;
}

.header-4 {
  z-index: 10;
  background-color: var(--grey);
  background-image: linear-gradient(315deg, var(--dim-grey), var(--grey));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-4-content {
  z-index: 20;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header-4-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60em;
  display: flex;
  position: relative;
}

.listing-1.new-listing {
  width: 100%;
  height: 100%;
}

.listing-1-list {
  grid-row-gap: 2.5em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.listing-1-item {
  width: 100%;
  display: flex;
}

.listing-1-link {
  border: 1px solid #ffffff26;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 40em;
  padding: 6em;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-1-link:hover {
  border-color: #fff6;
}

.listing-3-background-color {
  z-index: 10;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#0a031833, #0a0318cc);
  transition: background-color .3s;
  position: absolute;
  inset: 0%;
}

.listing-1-content {
  z-index: 20;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 27em;
  display: flex;
  position: relative;
}

.listing-1-content.new-listing-content {
  max-width: 35em;
}

.parallax-animation-large {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.content-grid-5 {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start center;
  width: 100%;
}

.grid-5-block-2 {
  grid-column-gap: 2.75em;
  grid-row-gap: 2.75em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 35em;
  display: flex;
}

.gird-5-image-2 {
  width: 100%;
  max-width: 35em;
  height: 100%;
  min-height: 55em;
  position: relative;
}

.grid-5-text-1 {
  color: var(--black);
  max-width: 21em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.8em;
}

.grid-5-text-2 {
  color: var(--black);
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.8em;
}

.grid-5-image-1 {
  width: 100%;
  min-height: 25em;
  position: relative;
}

.grid-5-block-1 {
  grid-column-gap: 3.25em;
  grid-row-gap: 3.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 43em;
  display: flex;
}

.gird-5-image-3 {
  width: 100%;
  min-height: 19em;
  position: relative;
}

.listing-3-content {
  z-index: 20;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 27em;
  display: flex;
  position: relative;
}

.listing-3.is-fullscreen {
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.listing-3-list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 2px;
  display: grid;
}

.listing-3-list.is-fullscreen {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.services-3-item {
  width: 100%;
  min-height: 45em;
  padding: 0;
  display: flex;
}

.services-3-item.is-fullscreen {
  height: 100%;
}

.listing-3-link {
  border: 1px solid #ffffff26;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 6em 3em;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-3-link:hover {
  border-color: #fff6;
}

.cta-2-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
}

.cta-2-block-1 {
  position: relative;
}

.cta-2-block-2 {
  z-index: 10;
  background-color: var(--dark-blue);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10em 6em;
  display: flex;
  position: relative;
}

.cta-2-text-1 {
  color: #ffffffb3;
  text-align: center;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.3em;
}

.cta-2-content {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 100%;
  max-width: 32em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-background-color {
  z-index: 1;
  background-color: var(--grey);
  display: none;
  position: absolute;
  inset: 0%;
}

.cta-2-title {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: 500;
  line-height: 1.3em;
}

.cta-2-icon {
  z-index: 5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  position: absolute;
  bottom: 3.3em;
}

.socials-1 {
  z-index: 10;
  border-top: 1px solid var(--tan-2);
  border-bottom: 1px solid var(--tan-2);
  background-color: var(--white);
  padding: 3em;
  transition: border-color .2s;
  position: relative;
}

.socials-1:hover {
  border-bottom-color: #12042c66;
}

.socials-1.is-black {
  background-color: var(--tan-2);
  border-top: 1px solid #ffffff26;
  border-bottom-color: #ffffff26;
}

.socials-1.is-black:hover {
  border-top-color: #fff6;
  border-bottom-color: #fff6;
}

.socials-1-list {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-1-link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  padding: 1em;
  display: flex;
  position: relative;
}

.subfooter {
  z-index: 20;
  background-color: var(--linen-2);
  border-top: 1px solid #12042c26;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  position: relative;
}

.subfooter-links-list {
  grid-column-gap: 2.75em;
  grid-row-gap: .25em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subfooter-text-link {
  color: #12042c;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 50px;
  padding: .4em 0;
  font-size: 1.1em;
  font-weight: 500;
  transition: padding .4s cubic-bezier(.075, .82, .165, 1), border-color .2s, color .2s, background-color .2s;
  display: block;
}

.subfooter-text-link:hover {
  color: var(--white);
  background-color: #12042c;
  padding-left: .8em;
  padding-right: .8em;
}

.subfooter-text-link.is-2nd {
  color: var(--tan-2);
  font-size: .9em;
  font-weight: 300;
}

.subfooter-text-link.is-2nd:hover {
  border-color: var(--dim-grey);
  color: var(--linen-2);
  background-color: #c9b5a71a;
}

.listing-4-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.listing-4-item {
  border-top: 1px solid #12042c4d;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-4-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.listing-4-block {
  z-index: 10;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 44em;
  margin-left: 6em;
  padding-left: 4em;
  display: flex;
  position: relative;
}

.listing-heading-uni-2 {
  color: var(--white);
  font-size: 3.3em;
  font-weight: 600;
  line-height: 1.1em;
  transition: color .2s;
}

.listing-heading-uni-2:hover {
  color: #fffc;
}

.listing-heading-uni-2.is-larger {
  letter-spacing: -.05em;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.listing-4-text-1 {
  color: var(--white);
  margin-bottom: 1.5em;
  font-size: 1.6em;
  line-height: 1.7em;
}

.arrow-icon-1 {
  z-index: 2;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  position: relative;
}

.listing-overlay-color {
  z-index: 2;
  mix-blend-mode: multiply;
  background-color: #1b172499;
  position: absolute;
  inset: 0%;
}

.listing-4-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.listing-4-padding {
  align-self: stretch;
  width: 100%;
  padding-top: 12em;
  padding-bottom: 12em;
  display: flex;
}

.listing-4-title-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
  overflow: hidden;
}

.arrow-block-1 {
  z-index: 10;
  width: 4em;
  height: 4em;
  position: relative;
}

.listing-animation-color {
  z-index: 3;
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.circle-bg-1 {
  z-index: 1;
  background-color: var(--white);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.parallax-animation-medium {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cta-1-grid-1 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--grey);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
  padding: 5em;
  overflow: hidden;
}

.cta-1-block-2 {
  min-height: 30em;
  position: relative;
}

.cta-1-block-1 {
  background-color: var(--grey);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-1-title {
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.cta-1-text {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.7em;
}

.cta-1-content {
  z-index: 10;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 17em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cta-1-icon-2 {
  z-index: 21;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 2.1em;
  display: none;
  position: absolute;
}

.cta-animation-bg {
  z-index: 20;
  background-color: var(--dark-blue);
  display: none;
  position: absolute;
  inset: 0%;
}

.newsletter-1 {
  z-index: 20;
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.newsletter-list-1 {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4em;
  display: grid;
}

.subfooter-1-black {
  z-index: 20;
  background-color: var(--black-1);
  border-top: 1px solid #ffffff1a;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  position: relative;
}

.subfooter-links {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.listing-5-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.listing-5-list.with-paddings {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  padding: 2em;
}

.listing-5-item {
  border-top: 1px solid #12042c4d;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-5-link {
  align-self: stretch;
  align-items: center;
  width: 100%;
  min-height: 40em;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.listing-5-content {
  grid-column-gap: 2.25em;
  grid-row-gap: 2.25em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.listing-5-text {
  color: #ffffffd9;
  font-size: 1.3em;
  line-height: 1.7em;
}

.contact-grid {
  grid-column-gap: 0em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.form {
  z-index: 10;
  background-color: #0000;
  flex: none;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.form-block {
  grid-row-gap: 0em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-submit-button {
  background-color: var(--grey);
  letter-spacing: .15em;
  text-transform: uppercase;
  background-image: url('../images/east_white_24dp.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 1.1em;
  border: 1px solid #0000;
  border-radius: 0;
  margin-top: 1em;
  margin-right: auto;
  padding: 1.5em 6.2em 1.5em 3em;
  font-size: .9em;
  font-weight: 500;
  transition: background-color .2s;
}

.form-submit-button:hover {
  background-color: var(--midnight-blue);
}

.form-submit-button:focus {
  border: 1px solid var(--dim-grey);
  background-color: var(--dim-grey);
  border-radius: 0;
  box-shadow: 0 0 #0000;
}

.form-field {
  z-index: 5;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--linen);
  color: var(--dark-blue);
  background-color: #0000;
  min-height: 4em;
  margin-bottom: 0;
  padding: .5em 1em;
  font-size: 1.4em;
  line-height: 1.1em;
  transition: min-height .6s cubic-bezier(.075, .82, .165, 1), background-color .2s, border-color .5s;
  position: relative;
  top: -1px;
}

.form-field:hover {
  z-index: 10;
  border-color: var(--tan-2);
  background-color: var(--linen-light);
}

.form-field:focus {
  z-index: 10;
  border-color: var(--grey);
  background-color: var(--linen-2);
  min-height: 5em;
}

.form-field:focus-visible, .form-field[data-wf-focus-visible] {
  border-color: var(--grey);
}

.form-field::placeholder {
  color: #03192cb3;
  font-size: .7em;
}

.form-field.is-text-area {
  min-height: 8em;
  margin-bottom: 1.2em;
  padding-top: 1.3em;
}

.form-field.is-select {
  color: #03192cb3;
  min-height: 5.5em;
  font-size: 1em;
}

.form-field.is-select:focus {
  min-height: 6.5em;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border-width: 2px;
  border-color: var(--tan-2);
  cursor: pointer;
  border-radius: 50%;
  flex: none;
  width: 1.5em;
  height: 1.5em;
  margin: 0 1em 0 0;
  transition: border-width .2s, background-color .2s, border-color .2s;
}

.checkbox:hover {
  border-width: 4px;
  border-color: var(--tan);
}

.checkbox.w--redirected-checked {
  border-color: var(--grey);
  background-color: var(--grey);
  background-size: 1.1em;
}

.checkbox.w--redirected-focus {
  border-color: var(--grey);
  background-color: var(--linen-2);
  box-shadow: none;
}

.checkbox-label {
  font-size: 1.1em;
  line-height: 1.2em;
}

.contact-grid-column-2 {
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 35em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-image-size-2 {
  flex: 1;
  min-height: 30em;
  position: relative;
}

.while-scrolling-effect-5rem {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.while-scrolling-effect-5rem.is-relative {
  z-index: 5;
  position: relative;
}

.clinic-2-content {
  grid-column-gap: 4em;
  grid-row-gap: 1.75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.header-2-grid {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
}

.header-2-column {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.header-2-text-1 {
  color: #ffffffb3;
  max-width: 23em;
  font-size: 1.3em;
  line-height: 2em;
}

.header-2-content-1 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 39em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header-2-padding {
  padding: 16em 0 14em;
}

.header-2-text-2 {
  color: #fffc;
  max-width: 30em;
  font-size: 1.1em;
  line-height: 2.3em;
}

.header-2-quote-icon {
  z-index: 1;
  opacity: .15;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 7em;
  position: absolute;
  top: -.4em;
  left: -.4em;
}

.while-scrolling-effect-6rem {
  z-index: 5;
  position: relative;
}

.breadcrumb-text-1 {
  color: #ffffff80;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .7em;
  transition: color .2s;
}

.breadcrumb-text-1:hover {
  color: #ffffffb3;
}

.breadcrumb-text-1.w--current {
  color: var(--white);
}

.header-2-image-size-1 {
  height: 50em;
  position: relative;
}

.ui-kit-header {
  z-index: 10;
  color: var(--white);
  background-color: #03111d;
  padding-top: 12em;
  padding-bottom: 4em;
  padding-left: 0;
  position: relative;
}

.breadcrumbs-1 {
  grid-column-gap: 2.5em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.image-size-uni {
  height: 43em;
  position: relative;
}

.images {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-block {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-description {
  letter-spacing: -.05em;
  font-size: 2em;
  font-weight: 500;
}

.opacity-50 {
  opacity: .5;
}

.listing-1-bg-color-1 {
  z-index: 2;
  background-image: linear-gradient(to bottom, #0a031833, var(--royal-blue));
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.relative-image {
  z-index: 10;
  width: 100%;
  position: relative;
}

.empty-state-default {
  border: 1px solid var(--tan);
  background-color: var(--linen);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em;
  font-size: 2em;
  font-weight: 500;
  display: flex;
}

.listing-2 {
  width: 100%;
}

.listing-5-image {
  position: absolute;
  inset: 0%;
}

.header-5 {
  z-index: 20;
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer {
  z-index: 20;
  background-color: var(--black-1);
  position: relative;
}

.footer-padding {
  padding-top: 4em;
  padding-bottom: 4em;
}

.footer-simple-grid {
  grid-column-gap: 10em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

.footer-links {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60em;
  display: flex;
  overflow: hidden;
}

.footer-links.is-2nd {
  grid-row-gap: .5em;
}

.footer-large-link {
  color: var(--linen);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 1.5em .5em 0;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.1em;
  transition: color .2s;
  display: flex;
}

.footer-large-link:hover {
  color: var(--linen-light);
}

.header-2 {
  z-index: 10;
  background-color: var(--dark-blue);
  color: var(--linen-2);
  position: relative;
}

.header-2-image-size-2 {
  height: 30em;
  position: relative;
}

.header-8-flex-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-8-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 57em;
  min-height: 200vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-7-block-1 {
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15em;
  padding-bottom: 15em;
  display: flex;
}

.grid-7-block-1.is-center {
  text-align: center;
  align-items: center;
}

.content-block-4 {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ui-buttons-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-description {
  margin-bottom: 2.8em;
  font-size: .9em;
}

.simple-link-1 {
  grid-column-gap: 1em;
  color: #12042cb3;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 0;
  transition: color .2s, padding .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  display: flex;
}

.simple-link-1:hover {
  color: var(--white);
  background-color: #0a0318cc;
  background-image: url('../images/arrow-icon-white-4.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: .8em;
  padding-left: 1.3em;
  padding-right: 2.5em;
}

.grid-3-image-2 {
  z-index: 20;
  object-fit: cover;
  width: 10em;
  height: 10em;
  position: absolute;
  top: 0;
  left: -5em;
}

.cta-1-icon-1 {
  z-index: 5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 2.1em;
  display: none;
}

.overflow-link-block {
  width: 50%;
  overflow: hidden;
}

.number-text-1 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.03em;
  text-indent: -.03em;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.1em;
}

.content-text-2 {
  color: #ffffffb3;
  letter-spacing: .5em;
  text-indent: .5em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
}

.content-block-2 {
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5em;
  display: flex;
  overflow: hidden;
}

.grid-1-list {
  max-width: 40em;
}

.ui-nav-height-1 {
  background-color: #1b1724;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.ui-kit-title-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.topfooter-1 {
  z-index: 20;
  border-top: 1px solid var(--tan-2);
  background-color: var(--linen-light);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 20em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.socials-2 {
  z-index: 10;
  align-self: center;
  width: 140%;
  position: relative;
}

.socials-2:hover {
  border-bottom-color: #12042c66;
}

.topfooter-1-block-1 {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.topfooter-1-block-1:hover {
  width: 120%;
}

.topfooter-1-menu-button {
  grid-column-gap: 1.25em;
  border-right: 1px solid var(--tan-2);
  color: #12042c;
  cursor: pointer;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 3em;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.topfooter-1-menu-button:hover {
  background-color: var(--linen-2);
}

.topfooter-1-menu-button.is-2nd {
  border-left: 1px solid var(--tan-2);
  border-right-color: #0000;
}

.topfooter-1-button-text {
  z-index: 10;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1em;
  position: relative;
}

.topfooter-1-background {
  z-index: 1;
  background-color: #1b1724;
  display: none;
  position: absolute;
  inset: 0%;
}

.breadcrumbs-block {
  z-index: 20;
  border-bottom: 1px solid var(--linen);
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.breadcrumbs-block.with-linen-bg {
  background-color: var(--linen-light);
}

.logo-image-default {
  z-index: 10;
  object-fit: contain;
  object-position: 0% 50%;
  flex: none;
  width: 7em;
  height: 2.9em;
  display: none;
  position: relative;
}

.dropdown-toggle {
  z-index: 10;
  color: var(--white);
  border-top: 3px solid #0000;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: 0;
  padding: 0 1em;
  font-weight: 500;
  transition: color .2s, border-color .2s;
  display: flex;
}

.dropdown-toggle:hover {
  border-top-color: var(--tan-2);
  color: var(--white);
}

.subfooter-links-list-2 {
  grid-column-gap: 2.75em;
  grid-row-gap: .25em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-block-1 {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.circle-button {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overflow-hidden-block {
  padding-top: .5em;
  padding-bottom: .5em;
  overflow: hidden;
}

.header-12 {
  color: var(--white);
  background-color: #031524;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16em;
  padding-bottom: 6em;
  display: flex;
}

.header-12-text-1 {
  opacity: .7;
  max-width: 28em;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.7em;
}

.header-12-content {
  grid-row-gap: 4em;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.slider-gradient-color-2 {
  z-index: 2;
  mix-blend-mode: multiply;
  background-color: #0a031866;
  background-image: linear-gradient(to right, #0000 20%, #12042cb3);
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.slider-overlay-color {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.slider-overlay-color-sticky {
  position: sticky;
  top: 0;
}

.sticky-column-3 {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  padding-top: 14em;
  padding-bottom: 14em;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-column-3.in-overview {
  padding-left: 4em;
  padding-right: 4em;
}

.image-collage-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35em;
  display: flex;
  position: relative;
}

.vertical-flex-gap-8em {
  grid-row-gap: 8em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.listing-11-text-1 {
  letter-spacing: .03em;
  text-indent: .03em;
  text-transform: uppercase;
  font-size: .8em;
}

.listing-11-text-1.is-2nd {
  background-color: var(--white);
  border: 1px solid #03192cb3;
  padding: .2em .7em;
}

.listing-12 {
  width: 100%;
}

.listing-12-grid {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.listing-12-item {
  z-index: 1;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
}

.listing-12-item:hover {
  z-index: 2;
}

.listing-12-image {
  width: 100%;
  height: 14em;
  position: relative;
}

.listing-12-content {
  grid-row-gap: 1.25em;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 3em;
  display: flex;
  position: relative;
}

.listing-12-title {
  text-align: left;
  max-width: 15em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.listing-12-link {
  grid-row-gap: 2em;
  color: var(--dark-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: color .2s;
  display: flex;
}

.listing-12-link:hover {
  color: var(--dim-grey);
}

.blog-categories {
  grid-column-gap: 1em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-content-block {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-links-flex {
  border: 1px solid var(--linen);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2.5em;
  display: flex;
}

.contact-links-flex.is-emergency {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
}

.contact-links-flex.is-form {
  grid-row-gap: 1em;
  background-color: var(--linen-light);
  justify-content: center;
  align-items: center;
}

.contact-title-1 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 600;
}

.contact-title-1.is-tan {
  color: var(--tan-2);
  font-weight: 500;
}

.contact-grid-column-1 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 35em;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 10vh;
}

.nav-desc-text {
  z-index: 20;
  color: var(--white);
  text-align: center;
  position: relative;
}

.bg-color-text {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.white-link {
  color: var(--white);
  text-decoration: underline;
}

.fullscreen-menu-column-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 35%;
  padding: 0;
  display: flex;
  position: relative;
}

.fullscreen-menu {
  z-index: 999;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.fullscreen-link-text {
  text-transform: uppercase;
  margin-right: 1em;
  font-size: 1em;
  line-height: 1em;
}

.fullscreen-main-link {
  z-index: 1;
  grid-column-gap: 2.5em;
  color: #382e27b3;
  text-align: left;
  letter-spacing: .15em;
  background-color: #0000;
  background-image: url('../images/arrow-icon-white-4.svg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-weight: 500;
  line-height: 1em;
  transition: background-position .6s cubic-bezier(.075, .82, .165, 1), height .6s cubic-bezier(.075, .82, .165, 1), letter-spacing .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fullscreen-main-link:hover {
  z-index: 2;
  background-color: var(--dark-blue);
  color: var(--white);
  letter-spacing: 0;
  background-position: 92%;
  background-size: 1.2em;
  border-color: #0000;
  height: 120%;
}

.fullscreen-main-link.w--current {
  background-color: var(--dark-blue);
  color: var(--white);
  font-weight: 600;
}

.fullscreen-main-link.with-border {
  border: 1px solid var(--linen);
  background-color: var(--linen-light);
}

.fullscreen-main-link.with-border:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
}

.bg-color-for-column-2 {
  z-index: 10;
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.fullscreen-menu-bg {
  background-color: var(--white);
  position: fixed;
  inset: 0%;
}

.fullscreen-menu-contact-link {
  background-color: var(--grey);
  color: var(--white);
  letter-spacing: .1em;
  text-indent: .1em;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
}

.fullscreen-menu-contact-link:hover {
  background-color: var(--dim-grey);
  color: #fff;
  letter-spacing: .2em;
  text-indent: .2em;
}

.close-button-icon {
  z-index: 5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.6em;
  position: relative;
}

.fullscreen-inner {
  z-index: 10;
  flex-direction: row-reverse;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.close-button {
  z-index: 999;
  grid-row-gap: 5em;
  text-transform: uppercase;
  cursor: pointer;
  border-right: 1px solid #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  line-height: 1.1em;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.close-button:hover {
  width: 12em;
}

.fullscreen-menu-column-3 {
  z-index: 9;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 5em 4em 5em 12em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-cover-image {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fullscreen-menu-contact-text {
  text-align: center;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 600;
}

.fullscreen-main-links {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 5em;
  display: flex;
  position: relative;
}

.socials-3 {
  z-index: 10;
  align-self: center;
  position: relative;
}

.socials-3:hover {
  border-bottom-color: #12042c66;
}

.custom-list-5 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33em;
  display: flex;
  position: relative;
}

.form-success-title-2 {
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2em;
}

.overview-grid-2 {
  grid-column-gap: 7em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4em;
  display: grid;
}

.subfooter-links-list-3 {
  grid-column-gap: 2.75em;
  grid-row-gap: .25em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overview-text-1 {
  opacity: .8;
  font-size: 1.7em;
}

.overview-block-1 {
  grid-row-gap: 1.25em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 58em;
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.review-flex {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.review-flex:nth-child(2n) {
  flex-direction: row-reverse;
}

.review-grid-column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 35em;
  display: flex;
}

.review-grid-column-1 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 36em;
  display: flex;
}

.reviews-list {
  grid-row-gap: 8em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.reviews {
  width: 100%;
}

.review-content-block {
  grid-row-gap: 2.25em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-client-name-block {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.close-button-bg {
  z-index: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-image: url('../images/close_fill0_wght700_grad0_opsz48.svg');
  background-position: 50% 52%;
  background-repeat: no-repeat;
  background-size: 1.5em;
  position: absolute;
  inset: 0%;
}

.screens-1 {
  object-fit: fill;
  flex: none;
  width: 100%;
}

.overview-block-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -2em;
  margin-bottom: -2em;
  display: flex;
  position: relative;
}

.overview-block-3 {
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overview-screen-2 {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.overview-screen-2-bg {
  z-index: 5;
  mix-blend-mode: multiply;
  background-color: #03192ce6;
  position: absolute;
  inset: 0%;
}

.menu-link-6 {
  z-index: 1;
  border: 1px solid var(--linen);
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  min-height: 14em;
  margin-top: -1px;
  margin-left: -1px;
  padding: 2em;
  transition: border-color .2s, background-color .2s, width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.menu-link-6:hover {
  z-index: 2;
  border-color: var(--tan);
  background-color: var(--linen-2);
  width: 120%;
  font-weight: 500;
}

.overview-link-name {
  font-size: 1.3em;
  line-height: 1.3em;
}

.overview-link-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
}

.overview-links {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 4em;
  display: flex;
}

.overview-links.is-2nd {
  margin-bottom: 0;
}

.overview-block-4 {
  width: 100%;
  padding-bottom: 2em;
}

.overview-direction-title {
  font-size: 1.5em;
  font-weight: 600;
}

.bg-animation-for-column-2 {
  z-index: 30;
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.opacity-80 {
  opacity: .8;
}

.form-grid-in-ui {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
}

.form-block-2 {
  padding: 5em;
}

.gallery-description-text {
  text-align: center;
  letter-spacing: -.05em;
  margin-bottom: .9em;
  font-size: 2.5em;
  font-weight: 700;
}

.header-7-text-1 {
  color: #e4d9d1cc;
  max-width: 28em;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.6em;
}

.page-links-1 {
  z-index: 20;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  border-top: 1px solid #ffffff2b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-link {
  opacity: .9;
  color: var(--linen-2);
  text-align: center;
  letter-spacing: .4em;
  text-indent: .4em;
  text-transform: uppercase;
  background-image: url('../images/arrow-icon-tan-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  padding-left: 2em;
  padding-right: 2em;
  font-size: .8em;
  transition: color .2s, background-position .2s, letter-spacing .6s cubic-bezier(.075, .82, .165, 1), opacity .2s;
}

.page-link:hover {
  opacity: 1;
  color: var(--white);
  letter-spacing: .6em;
  text-indent: .6em;
  background-size: 1.3em;
}

.page-link.is-dark {
  color: var(--dark-blue);
  background-image: url('../images/expand_more_fill0_wght700_grad0_opsz48.svg');
  font-weight: 600;
}

.page-links-padding {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
}

.topbar-link-block {
  grid-column-gap: 1em;
  color: var(--linen-2);
  letter-spacing: .15em;
  text-indent: .15em;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;
  transition: color .2s, border-color .2s;
  display: flex;
  position: relative;
  top: 1px;
}

.topbar-link-block:hover {
  border-bottom-color: var(--tan-2);
  opacity: 1;
  color: var(--white);
}

.topbar-link-block.w--current {
  border-bottom-color: var(--linen);
}

.topbar-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  position: relative;
}

.med-content-line {
  z-index: 10;
  background-color: #c9b5a71a;
  border: 1px solid #c9b5a7b3;
  width: 7px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav-links {
  background-color: #02152533;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 5em;
  transition: background-color .2s;
  display: flex;
  position: static;
}

.nav-links:hover {
  background-color: #0215254d;
}

.navbar-flex {
  z-index: 100;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.fixed-menu-button {
  z-index: 998;
  background-color: var(--white);
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 9em;
  min-width: 9em;
  height: 9em;
  min-height: 9em;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.fixed-menu-button:hover {
  background-color: var(--tan-2);
}

.nav-secondary-links {
  align-self: stretch;
  margin-left: auto;
  display: flex;
}

.fixed-button-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.7em;
  position: relative;
}

.header-7 {
  z-index: 5;
  background-color: #12042c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 60em;
  max-height: 80em;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-7-padding {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 13em;
  padding-bottom: 8.1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-7-content {
  z-index: 10;
  grid-row-gap: 1.75em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 44em;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 5em;
  display: flex;
  position: relative;
}

.header-7-gradient-color {
  z-index: 2;
  background-image: linear-gradient(45deg, var(--dark-blue), #b9ba9c33);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.page-link-sizing {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nested-cms-link-1 {
  color: #ffffffb3;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 4em;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.1em;
  transition: color .2s, border-color .2s;
  display: flex;
  position: relative;
  top: 1px;
}

.nested-cms-link-1:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.listing-4-content {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.uppercase-listing-title {
  z-index: 20;
  color: #ffffffb3;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-size: .8em;
  font-weight: 600;
  position: relative;
}

.uppercase-listing-title.is-2nd {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #ffffff40;
  padding: .5em .8em;
}

.listing-arrow-link {
  grid-column-gap: 1.25em;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.listing-4-link-2-text {
  font-size: 1.3em;
}

.listing-4-link-1 {
  width: 100%;
}

.buttons-flex-1 {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.buttons-flex-1.align-left {
  justify-content: flex-start;
}

.header-3-text-1 {
  color: #ffffffe6;
  max-width: 28em;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.7em;
}

.grid-icon-1 {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 4em;
  position: relative;
}

.grid-11-block-1-content {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-11-brand-name {
  color: var(--black-1);
  letter-spacing: .5em;
  text-indent: .5em;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 800;
}

.grid-11-brand-slogan {
  opacity: .8;
  color: var(--grey);
  letter-spacing: .25em;
  text-indent: .25em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.1em;
}

.cms-links-2 {
  grid-column-gap: 2em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ebe3de1a;
  border: 1px solid #ebe3de26;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 2em;
  display: flex;
}

.collection-list-wrapper {
  z-index: 20;
  margin: 1em;
  position: absolute;
  inset: auto 0% 0%;
}

.nested-cms-link-2 {
  color: #ffffffb3;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1.1em;
  transition: color .2s, border-color .2s;
  display: flex;
  position: relative;
  top: 1px;
}

.nested-cms-link-2:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.nested-cms-links-2 {
  grid-column-gap: 2em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-text-1 {
  color: var(--black);
  font-size: 1.4em;
  font-weight: 300;
}

.category-1-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.category-1-item {
  flex: 25em;
  display: flex;
}

.category-1-flex {
  grid-row-gap: 2em;
  border: 1px solid #03192c26;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3.5em;
  display: flex;
}

.category-1-text-1 {
  color: #03192ccc;
  font-size: 1em;
  line-height: 1.7em;
}

.category-1-nested-link {
  grid-column-gap: .5em;
  color: var(--dark-blue);
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 0;
  font-weight: 500;
  transition: padding .4s cubic-bezier(.075, .82, .165, 1), border-color .2s, background-color .2s;
  display: flex;
}

.category-1-nested-link:hover {
  background-color: #fff9;
  border-color: #03192c26;
  padding-left: .5em;
  padding-right: .5em;
}

.categories-1 {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
}

.category-button {
  z-index: 10;
  color: var(--dark-blue);
  letter-spacing: .1em;
  background-color: #0000;
  border: 1px solid #191c744d;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 1.5em;
  font-size: .9em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  display: flex;
  position: relative;
}

.category-button:hover {
  letter-spacing: .15em;
  background-color: #191c741a;
  border-color: #191c7480;
}

.category-1-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
  position: relative;
}

.category-1-nested-links {
  width: 100%;
}

.listing-12-link-name {
  color: var(--dark-blue);
}

.listing-12-link-name:hover {
  color: var(--dim-grey);
}

.listing-12-block {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  transition: all .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.listing-12-block:hover {
  grid-row-gap: 1.5em;
}

.listing-12-text-2 {
  opacity: .8;
  max-width: 22em;
  font-size: 1em;
}

.empty-state-text {
  color: #ffffffd9;
  text-align: center;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3em;
}

.med-1-background {
  z-index: -10;
  opacity: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.med-1-default-background {
  z-index: -20;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.med-1-link {
  color: var(--linen);
  background-color: #0000;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3.5em 2em;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.med-1-link:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: #ffffff0d;
  border-color: #ebf7fa26;
}

.category-1-image {
  z-index: 10;
  border: 1px solid #12316159;
  width: 100%;
  height: 15em;
  position: relative;
}

.category-2-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.category-2-item {
  flex: 1;
  display: flex;
}

.category-2-flex {
  text-align: center;
  border: 1px solid #03192c26;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.category-2-image {
  z-index: 10;
  width: 100%;
  height: 30em;
  position: relative;
}

.category-2-text-1 {
  color: #03192ccc;
  max-width: 25em;
  font-size: 1.1em;
  line-height: 1.7em;
}

.category-2-nested-links {
  flex: 0 auto;
  width: 100%;
}

.category-2-nested-link {
  grid-row-gap: 1em;
  color: var(--dark-blue);
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-height: 10em;
  padding: .6em;
  font-weight: 500;
  transition: all .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.category-2-nested-link:hover {
  grid-row-gap: .5em;
  background-color: #ffffffb3;
  border-color: #02101d1a;
}

.category-2-icon {
  z-index: 10;
  opacity: .8;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 3.2em;
  position: relative;
}

.category-2-nested-link-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.category-2-content {
  grid-row-gap: 2em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 3em;
  display: flex;
}

.category-2-with-lines {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.category-2-lines {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.category-2-line {
  background-color: #03192c40;
  width: 3em;
  height: 1px;
  position: absolute;
}

.category-2-line.is-2nd {
  width: 1px;
  height: 3em;
}

.tabs-4 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-4-links {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.tab-4-link {
  z-index: 10;
  grid-row-gap: 2em;
  background-color: var(--linen-2);
  opacity: .8;
  color: var(--grey);
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  border: 1px solid #0000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 13em;
  min-height: 6em;
  padding: 1.5em;
  font-weight: 400;
  line-height: 1.1em;
  transition: all .4s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.tab-4-link:hover {
  background-color: var(--linen);
  opacity: 1;
}

.tab-4-link.w--current {
  z-index: 20;
  grid-row-gap: 1em;
  border-color: var(--linen);
  background-color: var(--black-1);
  box-shadow: 0 30px 60px -20px var(--dim-grey);
  opacity: 1;
  color: var(--linen-2);
  border-radius: 5px;
  min-width: 17em;
  font-weight: 500;
}

.tab-4-link-text {
  letter-spacing: .03em;
  text-indent: .03em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.1em;
}

.tab-pane {
  width: 100%;
  height: 100%;
}

.tab-content {
  z-index: 5;
  width: 100%;
  overflow: visible;
}

.tab-4-image {
  z-index: 10;
  border-radius: 50%;
  width: 5em;
  height: 5em;
  position: relative;
  overflow: hidden;
}

.tab-5-link-image {
  z-index: 10;
  border-radius: 3px;
  flex: none;
  width: 5em;
  height: 3em;
  position: relative;
  overflow: hidden;
}

.tabs-3 {
  z-index: 10;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-5-link {
  z-index: 10;
  grid-column-gap: 1.5em;
  opacity: .8;
  color: var(--grey);
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-height: 4em;
  padding: 1em 0;
  font-weight: 400;
  line-height: 1.1em;
  transition: padding .4s cubic-bezier(.075, .82, .165, 1), background-position .2s, opacity .2s;
  display: flex;
}

.tab-5-link:hover {
  opacity: 1;
}

.tab-5-link.w--current {
  z-index: 20;
  background-color: var(--black-2);
  opacity: 1;
  color: var(--burlywood);
  border-radius: 3px;
  padding-left: 1em;
  padding-right: 2em;
  font-weight: 500;
  box-shadow: 0 30px 30px -20px #68574b99;
}

.tab-5-content {
  z-index: 5;
  width: 100%;
  overflow: visible;
}

.tab-5-link-text {
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: .9em;
  line-height: 1.1em;
}

.tabs-5-links {
  grid-column-gap: 2em;
  grid-row-gap: 0em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-right: 8em;
  display: flex;
}

.gallery-grid-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gallery-grid-4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gallery-grid-4.in-tab {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
}

.cta-3-image {
  z-index: 1;
  background-color: var(--white);
  opacity: 1;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cta-3-filter {
  z-index: 20;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.cta-3-block-1 {
  z-index: 20;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-3-grid-1 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  background-color: var(--black-1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 8em 4em;
}

.cta-3-text {
  color: var(--tan-2);
  max-width: 15em;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.6em;
}

.med-grid-3-block {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 30em;
  min-height: 23em;
  margin-left: 0;
  margin-right: 0;
  padding: 3em;
  transition: min-height .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.med-grid-3-block:hover {
  background-color: var(--linen-light);
  min-height: 26em;
}

.med-grid-3-icon-block {
  border: 1px solid var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  transition: height .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.med-grid-3-icon-block:hover {
  height: 6em;
}

.med-grid-3-title {
  color: var(--black-2);
  letter-spacing: -.02em;
  text-indent: -.02em;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.2em;
}

.med-grid-3-text {
  opacity: .8;
  max-width: 15.5em;
  font-size: 1.2em;
  line-height: 1.6em;
}

.med-grid-3-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.7em;
  position: relative;
}

.med-grid-3 {
  justify-content: center;
  align-items: center;
  min-height: 26em;
  display: flex;
}

.team-flex-1 {
  grid-column-gap: 6em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.the-team-2-text-1 {
  max-width: 17em;
  line-height: 1.7em;
}

.team-members-1 {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.team-1-list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.team-1-item {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
  position: relative;
}

.team-1-content {
  z-index: 20;
  grid-row-gap: 0em;
  background-color: var(--linen-2);
  color: var(--dark-blue);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -2em;
  padding: 2em;
  transition: color .2s, background-color .2s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.team-1-content:hover {
  background-color: var(--dark-blue);
  color: var(--white);
  padding-top: 3em;
  padding-bottom: 3em;
}

.team-1-name {
  font-weight: 600;
  line-height: 1.2em;
}

.team-1-image {
  z-index: 10;
  width: 100%;
  min-height: 22em;
  position: relative;
}

.grid-7-text-2 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.9em;
}

.team-1-role {
  opacity: .8;
}

.category-2-treatment {
  font-size: .9em;
  line-height: 1.1em;
}

.tabs-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-1-links {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.tab-1-link {
  z-index: 10;
  background-color: var(--linen-2);
  opacity: .8;
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  border: 1px solid #0000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 20em;
  min-height: 6em;
  padding: 1.5em;
  font-weight: 400;
  line-height: 1.1em;
  transition: min-width .6s cubic-bezier(.075, .82, .165, 1), letter-spacing .4s cubic-bezier(.075, .82, .165, 1), background-color .4s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.tab-1-link:hover {
  opacity: 1;
  background-color: #dad2cd;
}

.tab-1-link.w--current {
  background-color: var(--dark-blue);
  opacity: 1;
  color: var(--white);
  letter-spacing: .3em;
  text-indent: .3em;
  border-color: #12316133;
  border-radius: 5px;
  min-width: 22em;
  font-weight: 500;
}

.tab-1-link-text {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.1em;
}

.grid-7-block-3 {
  z-index: 20;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 33vh 0;
  display: flex;
  position: relative;
}

.grid-7-block-3.is-2nd {
  background-color: var(--white);
  margin-top: 20em;
  margin-bottom: 20em;
}

.grid-7-block-3.is-2nd.is-dark {
  background-color: var(--black-1);
  color: var(--linen-2);
}

.grid-7-block-3.in-about {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--black-1);
  background-color: #ffffff80;
  border: 1px solid #ffffffbf;
  margin-top: 20em;
  margin-bottom: 20em;
}

.grid-7-text-4 {
  opacity: .9;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3em;
}

.grid-7-block-4 {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 25em;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 3em;
  display: flex;
}

.grid-7-image-3 {
  z-index: 10;
  width: 100%;
  height: 100vh;
  margin-top: 10em;
  position: sticky;
  top: 0;
}

.grid-7-image-3.in-about {
  margin-top: 0;
}

.grid-7-image-3.with-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-7-text-3 {
  letter-spacing: -.1em;
  text-indent: -.1em;
  text-transform: uppercase;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

.numbering-block {
  grid-column-gap: 3em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  padding-top: .3em;
  padding-bottom: .3em;
  display: flex;
  overflow: hidden;
}

.numbering-block.is-align-center {
  justify-content: center;
}

.numbering-block.is-absolute {
  z-index: 20;
  justify-content: center;
  position: absolute;
  top: 4.3em;
}

.numbering-line {
  background-color: #03192c7d;
  width: 5em;
  height: 1px;
}

.numbering-line.is-white {
  background-color: #ffffff80;
}

.the-team-2-grid {
  grid-column-gap: 2em;
  grid-row-gap: 0em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.the-team-2-about {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 21em;
  display: flex;
}

.team-2-content {
  z-index: 20;
  grid-row-gap: 0em;
  background-color: var(--linen-2);
  color: var(--dark-blue);
  background-image: url('../images/arrow-icon-tan.svg');
  background-position: 89%;
  background-repeat: no-repeat;
  background-size: 1.3em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 50%;
  padding: 2em 5em 2em 3em;
  transition: color .2s, background-color .2s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.team-2-content:hover {
  background-color: var(--dark-blue);
  color: var(--white);
  padding-top: 3em;
  padding-bottom: 3em;
}

.team-2-image {
  z-index: 10;
  width: 100%;
  min-height: 22em;
  position: absolute;
  inset: 0%;
}

.team-2-item {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 30em;
  display: flex;
  position: relative;
}

.team-2-list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.team-2-name {
  font-weight: 600;
}

.team-2-role {
  opacity: .8;
}

.sign-text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 31px;
}

.sign-text.is-number {
  margin-bottom: 0;
}

.sign-text.is-white {
  color: var(--white);
}

.vertical-flex-gap-4em {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.vertical-flex-gap-4em.is-center {
  align-items: center;
}

.vertical-flex-gap-4em.imp-info {
  grid-column-gap: 43px;
  grid-row-gap: 0em;
  flex-flow: row;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.vertical-flex-gap-4em.new-vertical {
  display: block;
  position: relative;
}

.vertical-flex-gap-4em.two-vertical {
  grid-row-gap: 0em;
  flex-flow: column;
}

.tab-5-link-icon {
  z-index: 10;
  opacity: .5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
  position: relative;
}

.content-grid-7 {
  grid-column-gap: 45px;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-top: 154px;
  padding-bottom: 154px;
  display: flex;
}

.listing-3-desc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 6em;
  display: flex;
}

.ex-col-1-item {
  z-index: 1;
  filter: saturate(40%);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  transition: filter .2s, width .8s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.ex-col-1-item:hover {
  filter: saturate();
  width: 130%;
}

.ex-col-1-title-bg {
  z-index: 1;
  background-color: var(--black-1);
  display: none;
  position: absolute;
  inset: 0%;
}

.ex-col-1-dot {
  z-index: 2;
  background-color: #ffffff0d;
  border: 1px solid #fff6;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .2s;
  position: absolute;
}

.ex-col-1-dot:hover {
  background-color: #fff3;
}

.image-absolute-bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.ex-col-1-list {
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.expanding-columns {
  z-index: 10;
  background-color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100vw;
  height: 50em;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ex-col-1-title-block {
  z-index: 50;
  padding: 1em 2em;
  position: relative;
  overflow: hidden;
}

.ex-col-1-title-block.with-width {
  max-width: 35em;
}

.ex-col-1-link {
  color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  transition: color .2s;
  display: flex;
  overflow: hidden;
}

.ex-col-1-content {
  z-index: 20;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 9em 2.5em;
  display: flex;
  position: relative;
}

.ex-col-1-overlay-color-1 {
  z-index: 2;
  mix-blend-mode: multiply;
  background-color: #12316180;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
}

.ex-col-1-overlay-color-1:hover {
  opacity: .1;
}

.ex-col-1-name {
  z-index: 2;
  text-align: center;
  font-size: 4.5em;
  font-weight: 500;
  line-height: 1em;
  position: relative;
}

.ex-col-1-icon-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 10vh;
}

.brand-footer-1 {
  grid-row-gap: .5em;
  background-color: var(--tan);
  color: var(--dark-blue);
  text-transform: uppercase;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 16em;
  padding: 1em 2em;
  transition: background-color .2s;
  display: flex;
}

.brand-footer-1:hover {
  background-color: #fffc;
}

.footer-grid-block-1 {
  border: 1px solid #c9b5a74d;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: .5em;
  display: flex;
}

.cta-section-3 {
  z-index: 20;
  background-color: var(--dark-blue);
  width: 100%;
  position: relative;
}

.cta-3-title {
  color: var(--white);
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.1em;
}

.footer-large-button {
  z-index: 1;
  border: 1px solid var(--dim-grey);
  color: var(--tan);
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  min-height: 14em;
  margin-top: -1px;
  margin-left: -1px;
  padding: 2.5em;
  transition: border-color .2s, background-color .2s, width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.footer-large-button:hover {
  z-index: 2;
  border-color: var(--tan-2);
  background-color: #ffffff0d;
  width: 120%;
  font-weight: 500;
}

.footer-large-button.is-menu {
  grid-column-gap: 1.5em;
  cursor: pointer;
  background-color: #0e46751a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200%;
}

.footer-large-button.is-menu:hover {
  background-color: #0e467533;
  width: 230%;
}

.footer-large-button-name {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
}

.footer-large-button-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
}

.topfooter-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.8em;
  position: relative;
}

.footer-with-links {
  z-index: 10;
  background-color: var(--dark-blue);
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.footer-gradient-color {
  z-index: 2;
  background-image: linear-gradient(to bottom, #03192ccc, var(--black-1) 80%);
  position: absolute;
  inset: 0%;
}

.menu-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
  position: relative;
}

.header-3 {
  z-index: 1;
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-3.is-100vh {
  min-height: 100vh;
  padding-bottom: 12em;
}

.header-3-padding {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 16em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-3-content {
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 65em;
  padding-left: 5em;
  display: flex;
  position: relative;
}

.header-3-gradient {
  z-index: 2;
  background-image: linear-gradient(#fff0, #03192cf0 80%, #03192c);
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.brand-name-footer {
  letter-spacing: .5em;
  text-indent: .5em;
  font-size: 1.2em;
  font-weight: 700;
}

.brand-slogan-footer {
  opacity: .8;
  color: #03192ccc;
  text-align: center;
  letter-spacing: .25em;
  text-indent: .25em;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.2em;
}

.footer-small-link {
  color: #e4d9d1cc;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 1.5em .5em 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.1em;
  transition: color .2s;
  display: flex;
}

.footer-small-link:hover {
  color: #e4d9d1;
}

.footer-links-flex {
  grid-column-gap: 4em;
  grid-row-gap: 2.5em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-category-color {
  z-index: 2;
  mix-blend-mode: multiply;
  background-color: #16609f80;
  position: absolute;
  inset: 0%;
}

.menu-category-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 2.5em;
  display: none;
  position: absolute;
}

.fullscreen-link-sign {
  border: 1px solid var(--linen);
  background-color: var(--linen-2);
  color: var(--dark-blue);
  object-fit: cover;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 100%;
  display: flex;
}

.fullscreen-link-sign.is-2nd {
  background-color: var(--linen-2);
}

.close-text {
  z-index: 5;
  color: var(--midnight-blue);
  letter-spacing: .4em;
  text-indent: .4em;
  font-size: .9em;
  line-height: 1.1em;
  position: relative;
}

.close-text-block {
  z-index: 10;
  position: relative;
  top: -3.6em;
  transform: rotate(-90deg);
}

.nav-link-2 {
  z-index: 10;
  color: var(--white);
  background-color: #ffffff14;
  border: 1px solid #ffffff4d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 1em;
  padding: .8em 1.3em;
  font-weight: 600;
  transition: background-color .2s, border-color .2s, color .2s;
  display: flex;
  position: relative;
  top: -1px;
}

.nav-link-2:hover, .nav-link-2.w--current {
  background-color: var(--tan-2);
  color: var(--dark-blue);
}

.the-team-2-content {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-large-links {
  border: 1px solid #c9b5a74d;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: .5em;
  display: flex;
}

.ex-col-1-icon {
  z-index: 1;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
  position: relative;
}

.team-text-2 {
  max-width: 28em;
  line-height: 1.7em;
}

.header-line {
  background-color: var(--burlywood-2);
  width: 100%;
  height: 1px;
}

.header-12-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-12-line-block {
  grid-column-gap: 2.5em;
  letter-spacing: .5em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.header-12-line-block:hover {
  letter-spacing: .7em;
}

.header-12-line-text {
  color: var(--tan);
  text-transform: uppercase;
  flex: none;
  font-size: .8em;
  line-height: 1em;
}

.header-3-text {
  color: #fffc;
  font-size: 1.4em;
  font-weight: 400;
}

.header-3-text.in-topics {
  max-width: 18em;
}

.review-image-size {
  flex: 1;
  min-height: 40em;
  position: relative;
}

.featured-review {
  background-color: var(--grey);
  color: var(--white);
  width: 100%;
  margin-bottom: 10em;
  padding: 5em;
  position: relative;
}

.review-line {
  background-color: #0e46754d;
  width: 4.1em;
  height: 1px;
}

.review-line.is-featured {
  background-color: var(--tan-2);
}

.patient-name {
  font-size: 1.3em;
  font-weight: 600;
}

.review-text-1 {
  color: var(--midnight-blue);
  font-size: 1em;
  font-weight: 600;
}

.review-text-1.is-2nd {
  opacity: .6;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8em;
}

.review-text-1.is-2nd.is-featured {
  color: var(--white);
}

.review-link-text {
  font-size: 1em;
  font-weight: 600;
}

.review-link {
  color: var(--grey);
  transition: color .2s;
}

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

.review-link.is-featured {
  color: #fffc;
}

.review-link.is-featured:hover {
  color: var(--white);
}

.review-treatment-list {
  grid-column-gap: 1.5em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-review-image {
  z-index: 10;
  width: 100%;
  max-width: 40em;
  min-height: 50em;
  position: relative;
}

.featured-review-content {
  z-index: 10;
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40em;
  display: flex;
  position: relative;
}

.featured-review-item {
  grid-column-gap: 10em;
  grid-row-gap: 2em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-review-bg-image {
  z-index: 1;
  margin: 2em;
  position: absolute;
  inset: 0%;
}

.featured-review-bg-color {
  z-index: 10;
  background-color: var(--grey);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.featured-review-bg-gradient-color {
  z-index: 20;
  background-image: linear-gradient(to right, var(--black), #b69f8f00);
  position: absolute;
  inset: 0%;
}

.header-6-title-gallery {
  z-index: 20;
  color: #fffc;
  text-align: center;
  letter-spacing: 1vw;
  text-indent: 1vw;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.header-6-image-size-home-2 {
  z-index: 7;
  width: 25vw;
  height: 50vh;
  min-height: 33em;
  position: absolute;
}

.header-6-socials {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid #c9b5a766;
  border-radius: 20em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 2.5em;
  padding: .5em 5em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.header-6-social-bg {
  z-index: 1;
  background-color: #b69f8f1a;
  border-radius: 20em;
  position: absolute;
  inset: 0%;
}

.header-6-flex {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.large-title-link {
  color: #fffc;
  letter-spacing: 1vw;
  text-indent: 1vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.large-title-link:hover {
  color: var(--white);
  letter-spacing: 2vw;
  text-indent: 2vw;
}

.large-title-link-text {
  z-index: 20;
  text-align: center;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: .8em;
  position: relative;
}

.header-1 {
  z-index: 50;
  background-color: var(--black-2-3);
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-1.is-fullscreen-1 {
  justify-content: center;
  min-height: 100vh;
  padding-top: 16em;
  padding-bottom: 14em;
}

.header-1-content {
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-line-block {
  grid-column-gap: 2.5em;
  letter-spacing: .3em;
  text-indent: .3em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.header-line-block:hover {
  letter-spacing: .6em;
  text-indent: .6em;
}

.header-content-block {
  grid-column-gap: 6em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-content-text {
  color: #fffc;
  text-align: center;
  max-width: 25em;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.7em;
}

.header-content-text.is-blog-desc {
  max-width: 30em;
}

.fees {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fee-item {
  grid-column-gap: 2em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em;
  display: flex;
  overflow: hidden;
}

.fee-item:nth-child(2n) {
  background-color: #b69f8f26;
}

.fee-name {
  font-size: 1.4em;
  font-weight: 400;
}

.fee-price {
  font-size: 1.3em;
  font-weight: 600;
}

.fees-list {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5em;
  display: flex;
  overflow: hidden;
}

.fees-wrap {
  z-index: 20;
  border: 1px solid var(--linen-2);
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.fee-text-1 {
  color: #382e2799;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.6em;
}

.section-image {
  z-index: 5;
  height: 45em;
  position: relative;
}

.section-video {
  width: 100%;
  height: 50em;
  position: relative;
}

.clinic-2-list {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.clinic-2-item {
  grid-row-gap: 2.5em;
  flex-direction: column;
  flex: 20em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.menu-column-2-contacts {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff4d;
  border: 1px solid #fff9;
  width: 100%;
  max-width: 40em;
  display: flex;
  position: relative;
}

.menu-contacts-padding {
  grid-row-gap: 2em;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  padding: 4em;
  display: flex;
}

.menu-contact-title {
  color: #02101db3;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  margin-bottom: 1.7em;
  font-size: .7em;
  font-weight: 600;
}

.clinic-address {
  max-width: 14em;
  font-size: 1.4em;
  line-height: 1.7em;
}

.clinic-2-name {
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.3em;
}

.clinic-contacts {
  grid-row-gap: 2em;
  border-left: 1px solid var(--tan-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 2em;
  display: flex;
}

.clinic-2-image {
  width: 100%;
  height: 30em;
  position: relative;
}

.clinic-content-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.clinic-2-text-1 {
  opacity: .8;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.7em;
}

.clinic-2-text-1.is-2nd {
  opacity: .6;
  font-weight: 400;
}

.clinic-2-text-1.is-link:hover {
  color: var(--black);
}

.contact-column-1 {
  width: 100%;
  padding: 10em 5em;
}

.contact-column-2 {
  background-color: var(--dark-blue);
  width: 100%;
  padding: 10em 5em;
}

.contact-image-size-1 {
  width: 100%;
  height: 20em;
  position: relative;
}

.contact-title-1-block {
  grid-column-gap: 1em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
}

.contact-title-1-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.6em;
}

.clinic-address-block {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.clinic-contact-buttons {
  grid-row-gap: 1em;
  border: 1px solid var(--tan-2);
  background-color: #ebe3de80;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 2em;
  display: flex;
}

.med-1 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 60em;
  min-height: 100vh;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.med-1-content {
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.med-1-overlay-color {
  z-index: -5;
  mix-blend-mode: multiply;
  background-color: #0a1c36b3;
  position: absolute;
  inset: 0%;
}

.med-1-text {
  text-align: center;
  font-size: 2vw;
  line-height: 1.1em;
}

.med-1-block {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  transition: opacity .2s, border-color .2s;
  display: flex;
  position: relative;
}

.med-1-block:hover {
  opacity: 1;
  border-left-color: #fff;
}

.med-1-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: static;
}

.med-1-item:hover {
  width: 120%;
}

.med-1-list {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.med-1-wrap {
  width: 100%;
  position: static;
}

.med-1-background-color {
  z-index: -30;
  background-color: var(--dark-blue);
  position: absolute;
  inset: 0%;
}

.contact-grid-column-3 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 8em;
}

.contact-column-3 {
  background-color: #0a2236;
  width: 100%;
  padding: 10em;
}

.contact-column-3.is-tan {
  background-color: var(--tan);
}

.contact-grid-column-4 {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 35em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-image-size-2 {
  width: 100%;
  height: 40em;
  margin-top: 2em;
  margin-bottom: 2em;
  position: relative;
}

.footer-with-links-flex {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.brand-footer-2 {
  grid-column-gap: .75em;
  grid-row-gap: 1.25em;
  background-color: var(--tan);
  color: var(--dark-blue);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 21em;
  margin-right: 4em;
  padding: 3em 2em;
  transition: background-color .2s;
  display: flex;
}

.brand-footer-2:hover {
  background-color: #fffc;
}

.brand-logo-footer {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
}

.socials-footer {
  margin-top: -1.5em;
  margin-left: auto;
}

.socials-footer-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-1-image {
  z-index: 1;
  opacity: .6;
  mix-blend-mode: soft-light;
  position: absolute;
  inset: 0%;
}

.header-1-image.without-blending {
  opacity: 1;
  mix-blend-mode: normal;
}

.grid-rich-content {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60em;
  display: flex;
  position: static;
}

.grid-sidebar {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.form-checkbox-link {
  color: var(--black);
  text-decoration: underline;
}

.form-checkbox-link:hover {
  color: var(--midnight-blue);
}

.sidebar-title-1 {
  text-align: center;
  margin-bottom: .5em;
  font-size: 1.8em;
  font-weight: 500;
}

.sidebar-block {
  grid-row-gap: .75em;
  border: 1px solid var(--tan-2);
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--linen-light), transparent 50%);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 4em;
  display: flex;
}

.sidebar-block.is-2nd {
  grid-row-gap: 3em;
}

.sidebar-small-title-1 {
  color: #382e27cc;
  text-align: center;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 500;
}

.sticky-block-1 {
  z-index: 2;
  height: 80vh;
  position: sticky;
  top: 10vh;
}

.sidebar {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.treatment-image-size-1 {
  width: 100%;
  height: 30em;
  position: relative;
}

.treatment-image-size-1.new-treatment-image {
  min-height: 400px;
}

.treatment-image-size-2 {
  width: 100%;
  height: 15em;
  position: relative;
}

.clinic-contact-block {
  grid-column-gap: 3.5em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.clinic-2-link {
  color: var(--dark-blue);
  transition: color .2s;
}

.clinic-2-link:hover {
  color: var(--dim-grey);
}

.fee-title-1 {
  text-align: center;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.1em;
}

.fee-blocks {
  z-index: 20;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--linen-2);
  border-top: 1px solid #ecbd9c66;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 5em;
  min-height: 12vh;
  padding: 0;
  transition: background-color .2s, border-color .2s, color .2s;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.fee-blocks:hover {
  color: var(--white);
}

.fee-title-2 {
  text-align: center;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2em;
}

.fee-title-3 {
  text-align: center;
  letter-spacing: .4em;
  text-indent: .4em;
  text-transform: uppercase;
  font-size: .9em;
  line-height: 1.1em;
}

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

.header-1-overlay-color {
  z-index: 2;
  opacity: .8;
  mix-blend-mode: multiply;
  background-color: #0d1530;
  position: absolute;
  inset: 0%;
}

.fee-block-1 {
  color: var(--tan-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  display: flex;
}

.fee-block-1.in-middle {
  border-right: 1px solid var(--burlywood-2);
  border-left: 1px solid var(--burlywood-2);
}

.fee-block-1.is-link {
  background-color: var(--grey);
  color: var(--white);
  transition: background-color .2s;
}

.fee-block-1.is-link:hover {
  background-color: var(--dim-grey);
}

.header-9 {
  z-index: 50;
  color: var(--white);
  background-color: #0b1116;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 14em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-9-background {
  z-index: 1;
  mix-blend-mode: soft-light;
  position: absolute;
  inset: 0%;
}

.header-subtitle {
  color: var(--tan);
  text-transform: uppercase;
  flex: none;
  font-size: .8em;
  line-height: 1em;
}

.header-subtitle.with-border {
  border: 1px solid var(--burlywood-2);
  border-radius: 20px;
  padding: .6em 1em .5em;
}

.team-grid-1 {
  grid-column-gap: 10em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.header-bottom-text {
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  flex: none;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
}

.scroll-down-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
  position: relative;
}

.aside-image-7 {
  z-index: 20;
  object-fit: cover;
  width: 14em;
  height: 10em;
  position: absolute;
  top: 12em;
  left: -6em;
}

.header-bottom-links {
  z-index: 20;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-end center;
  width: 96%;
  height: 5em;
  min-height: 10vh;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
  transition: min-height .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.header-bottom-link {
  grid-column-gap: 1em;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--tan-2);
  border: 1px solid #c9b5a780;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1.5em;
  transition: height .6s cubic-bezier(.075, .82, .165, 1), border-color .2s, background-color .2s, color .2s;
  display: flex;
}

.header-bottom-link:hover {
  color: var(--white);
  background-color: #c9b5a70d;
  border-color: #c9b5a7b3;
  height: 120%;
}

.header-bottom-link.is-2nd {
  background-color: var(--grey);
  color: var(--white);
}

.header-bottom-link.is-2nd:hover {
  background-color: var(--dim-grey);
}

.breadcrumbs-links {
  grid-column-gap: 1vw;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.breadcrumb-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
}

.breadcrumbs {
  z-index: 20;
  position: relative;
}

.home-hero-page-links {
  z-index: 60;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #ffffff80;
  border-top: 1px solid #ffffff2b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12vh;
  min-height: 7em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.header-11 {
  z-index: 5;
  color: var(--white);
  background-color: #0b1116;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-11-gradient-color {
  z-index: 2;
  background-color: #12316180;
  background-image: linear-gradient(to bottom, var(--dark-blue) 10%, #b9ba9c33);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.header-11-padding {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 15em;
  padding-bottom: 12em;
  display: flex;
}

.header-11-content {
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-hero {
  position: relative;
}

.template-ui-kit-title {
  font-size: 2em;
  font-weight: 600;
}

.template-ui-kit-wrap {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-image-block {
  border: 10px solid var(--tan-2);
}

.team-content-block {
  max-width: 50em;
}

.content-grid-2 {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
}

.content-2-column {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.content-2-text-1 {
  color: var(--grey);
  font-size: 1.2em;
  line-height: 1.9em;
}

.content-2-text-1.about-dentist {
  text-align: center;
  max-width: 20.5em;
  font-size: 1.4em;
}

.content-2-image-size-1 {
  height: 50em;
  position: relative;
}

.content-2-content-1 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 39em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content-2-image-size-2 {
  height: 30em;
  position: relative;
}

.content-2-text-2 {
  color: var(--black);
  font-size: 1.2em;
  line-height: 1.9em;
}

.menu-contacts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical-flex-gap-2em {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.grid-7-text-5 {
  opacity: .7;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.max-width-80 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.while-scrolling-effect-3rem {
  z-index: 10;
  position: relative;
}

.while-scrolling-effect-10rem {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.content-grid-4 {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start center;
  width: 100%;
}

.grid-4-block-1 {
  grid-column-gap: 3.25em;
  grid-row-gap: 3.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 43em;
  display: flex;
}

.grid-4-block-2 {
  grid-column-gap: 2.75em;
  grid-row-gap: 2.75em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 35em;
  display: flex;
}

.grid-4-block-3 {
  grid-column-gap: 3.25em;
  grid-row-gap: 3.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 43em;
  display: flex;
}

.grid-4-block-4 {
  width: 100%;
  max-width: 35em;
  height: 100%;
  min-height: 55em;
  position: relative;
}

.grid-4-text-2 {
  color: var(--black);
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.8em;
}

.grid-4-image-1 {
  width: 100%;
  min-height: 25em;
  position: relative;
}

.grid-4-text-1 {
  color: var(--black);
  max-width: 21em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.8em;
}

.header-4-images {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.opacity-60 {
  opacity: .6;
}

.grid-11-text-1 {
  width: 229px;
  max-width: none;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.grid-11-text-2 {
  color: var(--black-1);
  letter-spacing: -.1em;
  text-indent: -.1em;
  text-transform: uppercase;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

.grid-11-text-3 {
  opacity: .9;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.3em;
}

.grid-7-image-4 {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 30em;
  position: relative;
}

.header-6-title-3 {
  z-index: 20;
  color: #fffc;
  text-align: center;
  letter-spacing: 1vw;
  text-indent: 1vw;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.header-6-image-size-team {
  z-index: 7;
  width: 28vw;
  height: 50vh;
  position: absolute;
}

.bg-color-for-sticky-sec-2 {
  z-index: 15;
  background-image: linear-gradient(to bottom, #03192c33, var(--dark-blue));
  mix-blend-mode: hard-light;
  position: absolute;
  inset: 0%;
}

.grid-7-image-5 {
  z-index: 10;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header-6-image-gallery {
  z-index: 7;
  width: 23vw;
  height: 50vh;
  min-height: 33em;
  position: absolute;
}

.header-6-image-size-uni {
  z-index: 7;
  width: 23vw;
  height: 50vh;
  min-height: 30em;
  position: absolute;
}

.contact-image-size-3 {
  width: 100%;
  height: 42em;
  position: relative;
}

.sidebar-buttons {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fullscreen-link-icon {
  z-index: 10;
  opacity: .6;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  position: relative;
}

.title-with-badge {
  grid-column-gap: 1em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.badge-text-1 {
  background-color: var(--royal-blue);
  color: #fff;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  border-radius: 10px;
  padding: .2em .8em;
  font-size: .7em;
  font-weight: 500;
}

.badge-text-1.is-cms {
  background-color: #6841d6;
}

.overview-text-2 {
  color: var(--linen);
  text-align: center;
  letter-spacing: -.03em;
  text-indent: -.03em;
  max-width: 9.2em;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.1em;
}

.overview-text-3 {
  opacity: .6;
  color: var(--linen);
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
}

.header-3-content-2 {
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 65em;
  display: flex;
  position: relative;
}

.pin-text {
  max-width: 30em;
  margin-bottom: 1.8em;
  font-size: 2em;
}

.template-links {
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-wrapper {
  background-color: var(--dark-blue);
  width: 100%;
  max-width: 300px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.services-list {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.services-item, .services-item-link {
  width: 100%;
  height: 100%;
}

.services-h3 {
  color: var(--white);
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  transition: all .3s;
}

.services-h3:hover {
  color: #ffffff80;
}

.link-block {
  color: var(--white);
}

.cat-wrapper, .cat-list {
  width: 100%;
  height: 100%;
  position: static;
}

.cat-item {
  grid-column-gap: 43px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.imp-left {
  flex-flow: column;
  width: 100%;
  max-width: 685px;
  display: flex;
  position: static;
}

.imp-right {
  width: 100%;
  max-width: 709px;
  position: relative;
}

.imp-right-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.imp-left-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: 360px;
  margin-bottom: 67px;
}

.imp-h3 {
  color: #000;
  letter-spacing: -.32px;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 31px;
}

.imp-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}

.imp-list-item {
  color: #000;
  font-size: 18px;
  line-height: 31px;
}

.imp-p {
  color: #000;
  letter-spacing: -.32px;
  font-size: 17px;
  line-height: 31px;
}

.imp-p.imp-p-text-center {
  text-align: center;
  width: 100%;
  max-width: 1028px;
  margin-bottom: 138px;
  margin-left: auto;
  margin-right: auto;
}

.imp-p.imp-p-text-right {
  text-align: right;
  font-size: 17px;
}

.imp-left-paralax {
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: 360px;
  position: relative;
}

.imp-left-copy {
  width: 100%;
  max-width: 685px;
  position: static;
}

.imp-left-paralax-info {
  position: relative;
}

.imp-left-paralax-sec {
  background-color: #eee;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  position: relative;
}

.img-text-left {
  flex-flow: column;
  width: 100%;
  height: 100%;
  min-height: 738px;
  max-height: 738px;
  display: flex;
  position: static;
}

.img-text-left.img-text-left-list {
  background-color: #eee;
  order: 1;
}

.img-text-right {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 738px;
  max-height: 738px;
  position: relative;
}

.vertical-item {
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-brands {
  width: 100%;
  height: 100%;
}

.brands-h1 {
  color: #000;
  text-align: center;
  letter-spacing: -.32px;
  margin-bottom: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  line-height: 1;
}

.brands-imgs {
  background-color: #04192c;
  padding: 50px 60px 40px;
}

.brands-grid {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brans-item {
  width: 100%;
  height: 100%;
}

.image {
  height: 1px;
}

.brands-item-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cos-left-paralax {
  background-color: #eee;
  width: 100%;
  height: 100%;
  padding: 40px 41px 40px 69px;
  position: relative;
}

.cos-h3 {
  text-align: right;
  margin-bottom: 1em;
  font-size: 30px;
}

.cos-img-text-right {
  width: 100%;
  height: 100%;
  min-height: 800px;
  max-height: 800px;
  position: relative;
}

.cos-img-text-left {
  background-color: #eee;
  flex-flow: column;
  width: 100%;
  height: 100%;
  min-height: 800px;
  max-height: 620px;
  display: flex;
  position: static;
}

.cos-img-text-left.img-text-left-list {
  order: 1;
}

.section-withe-parallax {
  width: 100%;
  height: 100%;
}

.parallax-info {
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.parallax-info-left {
  width: 100%;
  max-width: 1035px;
}

.grid-7-block-5 {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0;
  display: flex;
}

.grid-7-text-6 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.9em;
}

.opacity-81 {
  opacity: .7;
}

.grid-7-text-7 {
  opacity: .9;
  color: #000;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3em;
}

.grid-7-text-7.text-p-left {
  color: #000;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.content-grid-12 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.button-2 {
  z-index: 10;
  color: #382e27;
  letter-spacing: .2em;
  text-transform: uppercase;
  border: 1px solid #c9b4a7;
  justify-content: center;
  align-items: center;
  padding: 1.5em 2em;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-7-text-8 {
  letter-spacing: -.1em;
  text-indent: -.1em;
  text-transform: uppercase;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

.grid-7-text-8.text-left {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

.grid-7-image-6 {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 30em;
  position: relative;
}

.section-2 {
  z-index: 10;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section-2.overflow-visible {
  overflow: visible;
}

.grid-7-image-7 {
  z-index: 10;
  width: 100%;
  max-width: 50%;
  height: 100vh;
  margin-top: 0;
  position: sticky;
  top: 0;
}

.grid-7-block-6 {
  z-index: 20;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 33vh 0;
  display: flex;
  position: relative;
}

.grid-7-block-6.is-2nd {
  grid-row-gap: 70px;
  background-color: #fff;
  width: 100%;
  max-width: 40%;
  margin-top: 20em;
  margin-bottom: 20em;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.grid-7-block-6.is-2nd.home-is-2nd {
  max-width: 100%;
}

.button-bg-2 {
  z-index: 1;
  background-color: #ebe3de;
  position: absolute;
  inset: 0%;
}

.grid-7-text-9 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.6em;
}

.grid-7-block-7 {
  grid-column-gap: 2.75em;
  grid-row-gap: 2.75em;
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 33em;
  padding-top: 12em;
  display: flex;
}

.grid-7-block-8 {
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15em;
  padding-bottom: 15em;
  display: flex;
}

.animation-color-bg-2 {
  z-index: 15;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.imp-left-sec {
  flex-flow: column;
  width: 100%;
  max-width: 612px;
  display: flex;
  position: static;
}

.imp-right-sec {
  width: 100%;
  max-width: 649px;
  position: relative;
}

.motion-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}

.motion-list-item.grid-7-text-7.text-p-left {
  margin-bottom: .25em;
}

.grid-7-block-9 {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 25em;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 3em;
  display: flex;
}

.grid-7-text-10 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.9em;
}

.content-grid-13 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-7-text-11 {
  color: #000;
  letter-spacing: -.1em;
  text-indent: -.1em;
  text-transform: uppercase;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

.grid-7-image-8 {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 30em;
  position: relative;
}

.grid-7-image-9 {
  z-index: 10;
  width: 100%;
  height: 100vh;
  margin-top: 10em;
  position: sticky;
  top: 0;
}

.grid-7-text-12 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.6em;
}

.grid-7-block-10 {
  grid-column-gap: 2.75em;
  grid-row-gap: 2.75em;
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 33em;
  padding-top: 12em;
  display: flex;
}

.grid-7-block-11 {
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15em;
  padding-bottom: 15em;
  display: flex;
}

.animation-color-bg-3 {
  z-index: 15;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.content-grid-14 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-7-image-10 {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 30em;
  position: relative;
}

.grid-7-block-12 {
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15em;
  padding-bottom: 15em;
  display: flex;
}

.grid-7-block-12.is-center {
  text-align: center;
  align-items: center;
}

.animation-color-bg-4 {
  z-index: 15;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.grid-11-text-4 {
  max-width: 8em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.grid-11-brand-slogan-2 {
  opacity: .8;
  color: #927e70;
  letter-spacing: .25em;
  text-indent: .25em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.1em;
}

.grid-11-text-5 {
  color: #02101d;
  letter-spacing: -.1em;
  text-indent: -.1em;
  text-transform: uppercase;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

.content-grid-15 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-top: 8em;
  padding-bottom: 8em;
}

.grid-11-text-6 {
  opacity: .9;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.3em;
}

.grid-11-block-3 {
  min-height: 30em;
  position: relative;
  overflow: hidden;
}

.animation-color-bg-5 {
  z-index: 15;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.animation-color-bg-5.is-linen {
  background-color: #ebe3de;
}

.cta-background-color-2 {
  z-index: 1;
  background-color: #927e70;
  display: none;
  position: absolute;
  inset: 0%;
}

.cta-2-block-3 {
  z-index: 10;
  color: #fff;
  background-color: #03192c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10em 6em;
  display: flex;
  position: relative;
}

.cta-2-block-4 {
  position: relative;
}

.animation-color-bg-6 {
  z-index: 15;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .grid-11-text-1 {
    width: 260px;
  }

  .imp-p, .imp-p.imp-p-text-right {
    font-size: 18px;
  }

  .imp-left-paralax-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .img-text-left {
    justify-content: center;
    min-height: 738px;
    max-height: 738px;
  }

  .img-text-right {
    min-height: 738px;
    max-height: 738px;
  }

  .cos-left-paralax {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cos-h3 {
    margin-bottom: 1.2em;
  }

  .cos-img-text-right, .cos-img-text-left {
    min-height: 620px;
    max-height: 620px;
  }

  .grid-7-block-6.is-2nd {
    max-width: 40%;
    margin-top: 8em;
    margin-bottom: 8em;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 13px;
  }

  .dropdown-list.w--open {
    left: auto;
  }

  .grid-11-text-1 {
    width: 260px;
  }

  .imp-left-paralax-sec {
    padding: 60px;
  }

  .img-text-left {
    background-color: #eee;
    min-height: 738px;
    max-height: 738px;
  }

  .img-text-right {
    min-height: 738px;
    max-height: 738px;
  }

  .brands-imgs {
    padding-left: 130px;
    padding-right: 130px;
  }

  .cos-left-paralax {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cos-img-text-right {
    min-height: 620px;
    max-height: 620px;
  }

  .cos-img-text-left {
    justify-content: center;
  }

  .grid-7-block-5 {
    align-items: flex-start;
    max-width: 90%;
    margin-left: 0;
  }

  .grid-7-text-8.text-left {
    font-size: 44px;
    line-height: 62px;
  }

  .grid-7-image-7 {
    max-width: 50%;
  }

  .grid-7-block-6.is-2nd {
    max-width: 40%;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 14px;
  }

  .imp-left-paralax-sec {
    padding: 60px;
  }

  .img-text-left {
    background-color: #eee;
    justify-content: center;
    min-height: 738px;
    max-height: 738px;
  }

  .img-text-right {
    min-height: 738px;
    max-height: 738px;
  }

  .cos-img-text-right {
    min-height: 525px;
    max-height: 525px;
  }

  .cos-img-text-left {
    background-color: #eee;
    min-height: 525px;
    max-height: 525px;
  }

  .grid-7-block-5 {
    align-items: flex-start;
    max-width: 80%;
  }

  .grid-7-block-6.is-2nd {
    max-width: 40%;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  .container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .padding {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .padding.in-contact {
    padding-bottom: 4em;
  }

  .padding.imp-padding, .padding.imp-sec-padding, .padding.two-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading.is-header-8-title {
    font-size: 4.2em;
  }

  .heading.is-header-3-title-1 {
    font-size: 4.5em;
  }

  .heading.is-serif-title-2 {
    font-size: 12vw;
  }

  .heading.is-extra-light-title {
    font-size: 3.2em;
  }

  .heading.is-header-2-title {
    font-size: 3em;
  }

  .heading.is-header-3-title-2 {
    font-size: 4.5em;
  }

  .heading.is-header-12-title, .heading.is-overview-title-5 {
    font-size: 5em;
  }

  .heading.is-header-7-title {
    font-size: 4em;
  }

  .heading.is-header-4-title-1 {
    font-size: 6em;
  }

  .heading.is-about-2-title-1 {
    font-size: 5em;
  }

  .heading.is-header-title {
    font-size: 5em;
  }

  .heading.is-content-2-title {
    font-size: 3em;
  }

  .heading.is-blog-title-1 {
    font-size: 4em;
  }

  .heading.is-ui-kit-title-1 {
    font-size: 5em;
  }

  .heading.is-small-title {
    font-size: 2.5em;
  }

  .heading.is-large-title {
    font-size: 4em;
  }

  .heading.is-medium-title {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.is-extra-large-title {
    font-size: 5em;
  }

  .heading.is-extra-small-title {
    font-size: 1.5em;
  }

  .heading.is-header-3-title-3, .heading.is-header-3-title-4 {
    font-size: 4.5em;
  }

  .heading.is-grid-7-title-1, .heading.is-grid-7-title-1.home-heading {
    font-size: 3.6em;
  }

  .content-grid-1 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .list-title {
    font-size: 1.5em;
  }

  .list-text {
    max-width: none;
    font-size: 1.15em;
  }

  .header-absolute-block.with-padding {
    padding: 4em;
  }

  .header-6 {
    min-height: auto;
  }

  .header-6.with-tan-bg {
    min-height: 100vh;
  }

  .nav-link {
    color: #12042c;
    border-top-width: 0;
    min-height: 4.5em;
    margin-right: 2.5em;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link:hover {
    color: #12042c;
    border-top-width: 0;
    border-top-color: #0000;
  }

  .hero-socials-list {
    grid-column-gap: 0em;
  }

  .grid-1-block-1 {
    max-width: 38em;
    position: relative;
    top: 0;
  }

  .dropdown-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .dropdown-icon {
    font-size: 1em;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-top: 1px solid #12042c26;
    border-bottom: 1px solid #12042c26;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .newsletter-field {
    font-size: 1.3em;
  }

  .newsletter-field::placeholder {
    font-size: 1.1em;
  }

  .menu-mobile-text {
    letter-spacing: .3em;
    text-transform: uppercase;
    font-size: .5em;
    font-weight: 600;
    line-height: 1.1em;
  }

  .grid-1-block-2 {
    max-width: 38em;
  }

  .flex-for-sticky {
    flex-wrap: wrap;
    padding-bottom: 8em;
  }

  .sticky-column-2-bg {
    border: 1px solid #ffffff26;
    margin-top: 0;
  }

  .custom-list-2 {
    max-width: 28em;
  }

  .header-5-inner {
    padding-bottom: 18em;
  }

  .header-5-inner.less-paddings {
    padding-top: 14em;
  }

  .main-nav {
    justify-content: space-between;
    padding-left: 0;
  }

  .nav-block-1 {
    min-width: auto;
    height: 7em;
    position: relative;
  }

  .nav-links-height {
    z-index: 99;
    background-color: var(--linen);
    height: auto;
    padding: 0;
    position: absolute;
    top: 9em;
    box-shadow: 0 100px 90px -30px #121827f0;
  }

  .brand-link-block {
    border-right-width: 0;
    border-right-color: #0000;
    min-width: 14em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .brand-link-block:hover {
    background-color: var(--white);
    color: var(--dark-blue);
  }

  .menu-mobile-button-flex {
    grid-column-gap: .25em;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: .5em 1.3em;
    display: flex;
  }

  .mobile-menu-button {
    background-color: var(--white);
    border-left: 1px solid #d4a0ff54;
    padding: 0;
  }

  .mobile-menu-button.w--open {
    background-color: var(--linen);
    color: #12042c;
  }

  .tab-image {
    height: 17em;
  }

  .accordion:hover {
    background-color: #0000;
  }

  .accordion-title {
    font-size: 1.2em;
  }

  .rich-text.is-featured-review {
    font-size: 1.1em;
  }

  .gallery-lightbox {
    height: 15em;
  }

  .gallery-lightbox.is-2nd, .gallery-lightbox.is-3rd {
    height: 33em;
  }

  .gallery-lightbox.is-4th {
    height: 15em;
  }

  .sticky-column-2 {
    flex: 0 auto;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 8em 6em;
  }

  .password-form-input {
    font-size: 1.3em;
  }

  .password-form-input::placeholder, .password-form-submit {
    font-size: 1.1em;
  }

  .static-gallery-grid, .gallery-grid-2 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .color-define, .color-define-2, .color-define-3 {
    height: 4em;
  }

  .header-5-socials {
    border-radius: 20em;
    justify-items: center;
    min-height: auto;
    margin-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
    font-size: .7em;
    left: auto;
    right: auto;
  }

  .main-button, .main-button:hover {
    letter-spacing: .15em;
  }

  .header-5-social-bg {
    border-radius: 20em;
  }

  .nav-topbar {
    grid-column-gap: 2.5em;
    border-bottom-width: 0;
    border-bottom-color: #0000;
    height: 7em;
  }

  .menu-large-links {
    background-color: var(--linen-light);
    padding: 3.5em;
  }

  .menu-large-link:hover {
    letter-spacing: 0;
  }

  .header-6-title-1 {
    margin-bottom: -7vw;
    font-size: 14vw;
  }

  .grid-3-image {
    height: 30em;
  }

  .slide-timeline {
    right: 2em;
  }

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

  .grid-7-block-2 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .ui-kit-links {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ui-kit-link {
    grid-column-gap: 1.5em;
    grid-row-gap: 1em;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    width: 50%;
    padding-left: 2em;
    padding-right: 2em;
    transition: none;
  }

  .ui-kit-link:hover {
    grid-column-gap: 1.5em;
    grid-row-gap: .75em;
  }

  .ui-kit-link.w--current {
    background-position: 93%;
  }

  .ui-kit-link-icon {
    font-size: 1.3em;
  }

  .tab-2-link.w--current {
    padding-right: 2.5em;
  }

  .menu-category-links {
    background-color: var(--linen-light);
    padding: 1em;
  }

  .menu-category-list {
    border-color: #12042c26;
    border-radius: 5px;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .menu-category-item {
    flex: 0 auto;
    width: 100%;
  }

  .menu-category-link {
    background-color: var(--white);
    background-position: 96%;
    background-size: 1.5em;
    border-radius: 0;
    padding: 1.8em 4em 1.8em 1.8em;
  }

  .menu-category-link:hover {
    background-color: var(--white);
    color: var(--black);
    background-image: url('../images/arrow_right_alt_fill0_wght700_grad0_opsz48.svg');
    background-position: 90%;
    background-size: 1.5em;
  }

  .menu-category-name {
    font-size: 1.4em;
  }

  .breadcrumbs-cms-wrap {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumbs-cms-link {
    top: 0;
  }

  .breadcrumbs-cms-link.is-cta-link {
    border-right-color: var(--tan-2);
    border-bottom-color: var(--tan-2);
    border-left-color: var(--tan-2);
    background-color: var(--linen-2);
    color: var(--black);
  }

  .breadcrumbs-cms-list {
    grid-column-gap: 4vw;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
    overflow: auto;
  }

  .breadcrumbs-cms-list.in-center {
    justify-content: center;
  }

  .breadcrumbs-cms-list.is-2nd {
    grid-column-gap: 0vw;
    padding-left: 4em;
    padding-right: 0;
    overflow: hidden;
  }

  .padding-80vh {
    min-height: auto;
  }

  .scolling-image {
    height: 170%;
  }

  .menu-treatments-links {
    background-color: var(--linen-light);
    padding: 0;
  }

  .menu-treatments-list {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .menu-treatment-item {
    flex: 0 auto;
    width: 33.3333%;
  }

  .menu-treatment-link {
    grid-row-gap: 1.5em;
    flex: 0 auto;
    width: 100%;
    padding: 1.2em;
  }

  .menu-treatment-link:hover {
    background-color: var(--white);
    box-shadow: none;
    color: #12042c;
    transform: none;
  }

  .menu-treatment-name {
    font-size: 1.3em;
  }

  .menu-treatment-image {
    height: 8em;
  }

  .content-grid-11 {
    background-color: var(--linen-light);
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
  }

  .content-grid-11.in-team {
    background-color: var(--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-11-block-1 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .button-listing-1-link {
    border-bottom-color: var(--linen);
    background-position: 100%;
    background-size: .8em;
  }

  .button-listing-1-link:hover {
    background-size: .8em;
    padding-top: .7em;
    padding-bottom: .7em;
  }

  .button-listing-1-link.in-menu {
    border-bottom-color: var(--dark-blue);
  }

  .listing-2-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .listing-2-link-block {
    padding: 4em 2em;
  }

  .listing-2-content {
    padding: 1em;
  }

  .listing-text {
    font-size: 1.2em;
  }

  .menu-sublinks-1-flex-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .menu-sublink {
    color: var(--white);
    background-color: #12042c;
    background-image: url('../images/arrow-icon-white-4.svg');
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: 1.1em;
    padding-right: 2.5em;
  }

  .menu-sublink:hover {
    background-position: 90%;
    background-size: 1.1em;
    padding-left: 1.5em;
    padding-right: 2.5em;
  }

  .menu-sublinks-1 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .header-4-image-3 {
    top: -42.1em;
    right: .5em;
  }

  .header-4-image-2 {
    bottom: -37.7em;
    left: 2.5em;
  }

  .header-4-image-1 {
    bottom: -44.9em;
    right: 1.7em;
  }

  .header-4-image-4 {
    top: -42.5em;
    left: 1em;
  }

  .content-grid-5 {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    grid-template-columns: 1fr 1fr;
  }

  .listing-3-content.in-fullscreen {
    max-width: 30em;
  }

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

  .listing-3-list.is-fullscreen {
    flex-wrap: wrap;
  }

  .services-3-item.is-fullscreen {
    height: 50em;
    min-height: 80vh;
  }

  .subfooter-links-list {
    grid-column-gap: 1.5em;
  }

  .subfooter-text-link:hover {
    color: #12042c;
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .subfooter-text-link.is-2nd:hover {
    background-color: var(--black-1);
    border-color: #0000;
  }

  .listing-4-grid {
    grid-column-gap: 2em;
    grid-template-columns: 1fr 1.25fr;
  }

  .listing-4-block {
    margin-left: 0;
  }

  .listing-heading-uni-2 {
    font-size: 3.1em;
  }

  .listing-heading-uni-2.is-larger {
    font-size: 3.5em;
  }

  .cta-1-grid-1 {
    grid-template-columns: 1fr 1fr;
    padding: 3.5em;
  }

  .cta-1-block-1 {
    background-color: var(--tan-2);
    color: var(--dark-blue);
    align-items: flex-start;
  }

  .cta-1-content {
    grid-row-gap: 3em;
  }

  .newsletter-list-1 {
    grid-template-columns: 1fr 1fr;
  }

  .subfooter-1-black {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .subfooter-links {
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    padding-bottom: 4em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .form-submit-button {
    padding-left: 3em;
    padding-right: 6em;
    font-size: 1em;
  }

  .form-field {
    font-size: 1.3em;
  }

  .checkbox {
    width: 2em;
    height: 2em;
  }

  .form-image-size-2 {
    flex: 0 auto;
    height: 30em;
  }

  .header-2-grid {
    grid-column-gap: 4em;
    grid-row-gap: 6em;
  }

  .header-2-padding {
    padding-top: 14em;
  }

  .ui-kit-header {
    padding-top: 10em;
  }

  .breadcrumbs-1 {
    max-width: none;
    margin-bottom: 3em;
  }

  .footer-simple-grid {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .footer-large-link {
    font-size: 1.7em;
  }

  .header-8-content {
    min-height: auto;
    padding-top: 60em;
    padding-bottom: 60em;
  }

  .grid-7-block-1 {
    grid-row-gap: 3em;
  }

  .simple-link-1 {
    color: var(--white);
    background-color: #12042c;
    background-image: url('../images/arrow-icon-white-4.svg');
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: 1em;
    padding-left: 1.3em;
    padding-right: 2.2em;
    font-size: 1.1em;
  }

  .simple-link-1:hover {
    background-position: 90%;
    background-size: 1em;
  }

  .grid-3-image-2 {
    left: -3.5em;
  }

  .cta-1-icon-1 {
    font-size: 1.5em;
    display: block;
  }

  .ui-kit-title-block {
    max-width: none;
  }

  .topfooter-1-block-1:hover {
    width: 100%;
  }

  .topfooter-1-button-text {
    font-size: 1.6em;
  }

  .breadcrumbs-block {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .breadcrumbs-block.in-center {
    justify-content: center;
  }

  .breadcrumbs-block.with-linen-bg {
    border-bottom-width: 0;
    border-bottom-color: #0000;
  }

  .dropdown-toggle {
    border-bottom: 1px solid var(--tan-2);
    color: #12042c;
    border-top-width: 0;
    border-top-color: #0000;
    justify-content: space-between;
    padding: 2em 3.5em;
  }

  .dropdown-toggle:hover {
    color: #12042c;
    border-top-width: 0;
    border-top-color: #0000;
  }

  .subfooter-links-list-2 {
    grid-column-gap: 1.75em;
  }

  .header-12 {
    padding-top: 14em;
  }

  .header-12-text-1 {
    max-width: 18em;
    font-size: 1.5em;
  }

  .sticky-column-3 {
    width: 100%;
    min-height: auto;
    padding-top: 8em;
    padding-bottom: 5em;
    position: relative;
  }

  .vertical-flex-gap-8em {
    grid-row-gap: 6em;
  }

  .listing-12-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid-column-1 {
    max-width: none;
    min-height: auto;
  }

  .fullscreen-menu-column-1 {
    align-self: auto;
    width: 100%;
    padding-top: 5em;
  }

  .fullscreen-link-text {
    letter-spacing: 0;
    font-size: 1.1em;
  }

  .fullscreen-main-link {
    color: var(--black);
    min-height: 4em;
  }

  .fullscreen-main-link:hover {
    color: var(--black);
    background-color: #0000;
    background-position: 100%;
    height: 100%;
  }

  .close-button-icon {
    opacity: .6;
  }

  .fullscreen-inner {
    flex-flow: wrap;
    align-self: auto;
    overflow: auto;
  }

  .close-button {
    grid-column-gap: 1em;
    opacity: 1;
    border-right-width: 0;
    border-right-color: #0000;
    flex-direction: row;
    width: 100%;
    height: 5.5em;
    font-size: .9em;
    inset: 0% 0% auto;
  }

  .close-button:hover {
    width: 100%;
  }

  .fullscreen-menu-column-3 {
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding: 6em;
  }

  .fullscreen-main-links {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 2.5em;
    display: grid;
  }

  .overview-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .subfooter-links-list-3 {
    grid-column-gap: 1.75em;
  }

  .overview-text-1 {
    font-size: 1.5em;
  }

  .overview-block-1 {
    max-width: 49em;
  }

  .review-content-block {
    border-bottom-color: #0000;
  }

  .close-button-bg {
    background-color: var(--linen);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .overview-screen-2 {
    width: 140%;
  }

  .menu-link-6 {
    width: 50%;
    min-height: 9em;
  }

  .menu-link-6:hover {
    width: 50%;
  }

  .overview-links {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
  }

  .form-grid-in-ui {
    grid-template-columns: 1fr;
  }

  .page-link {
    padding-left: 0;
    padding-right: 0;
  }

  .page-link:hover {
    letter-spacing: .4em;
    text-indent: .4em;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .page-links-padding {
    padding-left: 2em;
    padding-right: 2em;
  }

  .topbar-link-block {
    font-size: .75em;
  }

  .nav-links {
    display: none;
  }

  .fixed-menu-button {
    background-color: #fff;
    height: 7em;
    min-height: 7em;
  }

  .nav-secondary-links {
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  .header-7 {
    height: auto;
    min-height: 80vh;
    max-height: none;
  }

  .header-7-padding {
    padding-top: 20em;
  }

  .header-7-content {
    padding-left: 4em;
    padding-right: 4em;
  }

  .page-link-sizing {
    flex: 0 auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .category-1-list {
    flex-wrap: wrap;
  }

  .category-1-item {
    width: 100%;
  }

  .category-1-text-1 {
    font-size: 1.1em;
  }

  .categories-1 {
    max-width: none;
  }

  .category-button {
    background-color: #191c741a;
  }

  .category-button:hover {
    letter-spacing: .15em;
  }

  .listing-12-block {
    transition: none;
  }

  .listing-12-block:hover {
    grid-row-gap: 2em;
  }

  .med-1-default-background {
    object-position: 0% 50%;
  }

  .med-1-link {
    border-width: 0;
    border-color: #0000;
    flex: 1;
  }

  .med-1-link:hover {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    border-width: 0;
    border-color: #0000;
  }

  .category-2-list {
    flex-wrap: wrap;
  }

  .category-2-item {
    flex: 0 auto;
    width: 100%;
  }

  .category-2-text-1 {
    font-size: 1.3em;
  }

  .category-2-lines {
    font-size: .6em;
  }

  .tabs-4-links {
    flex-wrap: wrap;
    width: 100%;
  }

  .tab-4-link {
    flex: 1;
    min-width: auto;
  }

  .tab-4-link.w--current {
    min-width: auto;
  }

  .tab-5-link-image {
    width: 8em;
  }

  .tabs-3 {
    flex-wrap: wrap;
  }

  .tab-5-link {
    width: 100%;
  }

  .tab-5-link.w--current {
    padding-right: 2.5em;
  }

  .tabs-5-links {
    margin-bottom: 3em;
    margin-right: 0;
  }

  .gallery-grid-3, .gallery-grid-4 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .gallery-grid-4.in-tab {
    grid-template-columns: 1fr 1fr;
  }

  .cta-3-grid-1 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .cta-3-text {
    font-size: 1.1em;
  }

  .med-grid-3-block {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    min-height: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .med-grid-3-block:hover {
    background-color: #0000;
    min-height: auto;
  }

  .med-grid-3-icon-block:hover {
    height: 5em;
  }

  .med-grid-3-text {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .team-flex-1 {
    flex-wrap: wrap;
  }

  .the-team-2-text-1 {
    max-width: 16em;
    margin-right: auto;
  }

  .team-1-list {
    grid-template-columns: 1fr 1fr;
  }

  .team-1-content:hover {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .tabs-1-links {
    margin-bottom: 2em;
  }

  .tab-1-link {
    min-width: 12em;
    min-height: 4em;
  }

  .tab-1-link.w--current {
    min-width: 12em;
  }

  .grid-7-block-3 {
    padding-top: 33em;
    padding-bottom: 33em;
  }

  .grid-7-block-3.is-2nd {
    padding-top: 20em;
    padding-bottom: 20em;
  }

  .grid-7-block-3.in-about {
    padding-top: 30em;
    padding-bottom: 30em;
  }

  .numbering-block.is-absolute {
    top: 6.5em;
  }

  .the-team-2-grid {
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .the-team-2-about {
    max-width: none;
  }

  .team-2-list {
    grid-template-columns: 1fr 1fr;
  }

  .vertical-flex-gap-4em.imp-info {
    grid-column-gap: 20px;
    flex-flow: column;
  }

  .content-grid-7 {
    grid-column-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ex-col-1-item {
    filter: none;
    flex: 1;
    min-height: 50em;
  }

  .ex-col-1-item:hover {
    width: 100%;
  }

  .ex-col-1-title-bg {
    display: block;
  }

  .ex-col-1-dot {
    bottom: 1.9em;
  }

  .ex-col-1-list {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .expanding-columns {
    height: auto;
    min-height: 100vh;
  }

  .ex-col-1-title-block {
    transform: none;
  }

  .ex-col-1-content {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .ex-col-1-overlay-color-1 {
    z-index: 13;
  }

  .brand-footer-1 {
    border-right-width: 0;
    border-right-color: #0000;
    padding: 3.3em 1.8em 3.3em 1.3em;
  }

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

  .footer-large-button {
    min-height: 11em;
  }

  .footer-large-button:hover {
    width: 100%;
  }

  .footer-with-links {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .menu-icon {
    font-size: .8em;
  }

  .brand-name-footer {
    font-size: 1.4em;
  }

  .footer-links-flex {
    width: 100%;
  }

  .fullscreen-link-sign {
    padding: .5em;
  }

  .close-text {
    color: var(--black);
    font-weight: 600;
  }

  .close-text-block {
    transform: none;
  }

  .nav-link-2 {
    color: #12042c;
    border-top-width: 0;
    min-height: 4.5em;
    margin-right: 2.5em;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-2:hover {
    color: #12042c;
    border-top-width: 0;
    border-top-color: #0000;
  }

  .the-team-2-content {
    grid-column-gap: 2em;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-large-links {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .team-text-2 {
    margin-right: auto;
  }

  .featured-review-item {
    grid-column-gap: 2.75em;
  }

  .header-6-title-gallery {
    font-size: 14vw;
  }

  .header-6-image-size-home-2 {
    width: 40vw;
  }

  .header-6-socials {
    justify-items: center;
    min-height: 5em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .large-title-link:hover {
    letter-spacing: 1vw;
    text-indent: 1vw;
  }

  .large-title-link-text {
    font-size: 12vw;
  }

  .large-title-link-text.is-patient-word {
    font-size: 14vw;
  }

  .header-1 {
    padding-top: 14em;
  }

  .header-line-block:hover {
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .header-content-text {
    font-size: 1.5em;
  }

  .clinic-2-list {
    grid-column-gap: 2.25em;
    grid-row-gap: 2.25em;
  }

  .clinic-2-item {
    flex-wrap: wrap;
    flex-basis: 20em;
  }

  .menu-column-2-contacts {
    max-width: none;
  }

  .contact-column-1 {
    padding-top: 0;
  }

  .contact-column-2 {
    border-top: 1px solid #fff3;
    border-bottom: 1px solid #fff3;
    padding: 10em;
  }

  .contact-image-size-1 {
    margin-bottom: 0;
  }

  .med-1 {
    height: auto;
    min-height: 100vh;
    padding-left: 2em;
    padding-right: 2em;
  }

  .med-1-content {
    position: relative;
  }

  .med-1-overlay-color {
    background-color: #123161b3;
    background-image: none;
  }

  .med-1-text {
    font-size: 8vw;
  }

  .med-1-block {
    opacity: 1;
    padding-top: 5em;
    padding-bottom: 5em;
    transition: none;
  }

  .med-1-item {
    min-height: 40vh;
  }

  .med-1-item:hover {
    width: 100%;
  }

  .med-1-list {
    flex-direction: column;
  }

  .med-1-wrap {
    padding-top: 67vh;
    padding-bottom: 36vh;
  }

  .contact-grid-column-3 {
    min-height: auto;
  }

  .contact-image-size-2 {
    margin-bottom: 0;
  }

  .footer-with-links-flex {
    grid-row-gap: 6em;
    flex-wrap: wrap;
  }

  .brand-footer-2 {
    border-right-width: 0;
    border-right-color: #0000;
    margin-right: 0;
    padding: 3.3em 1.8em 3.3em 1.3em;
  }

  .socials-footer {
    width: 100%;
    margin-left: 0;
  }

  .socials-footer-list {
    flex-direction: row;
  }

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

  .sidebar-block {
    grid-row-gap: 1.5em;
    align-items: center;
  }

  .sticky-block-1 {
    height: 90vh;
    top: 5vh;
  }

  .sidebar-text-1 {
    text-align: center;
    max-width: 30em;
    font-size: 1.3em;
  }

  .breadcrumbs-cms-item {
    flex: none;
  }

  .fee-title-1 {
    font-size: 1.5em;
  }

  .fee-block-1.in-middle, .fee-block-1.is-link {
    padding: 1em;
  }

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

  .breadcrumbs-links {
    grid-column-gap: 2vw;
    padding-right: 4em;
    overflow: auto;
  }

  .header-11-padding {
    padding-top: 12em;
  }

  .template-ui-kit-wrap {
    grid-row-gap: 6em;
  }

  .content-grid-2 {
    grid-column-gap: 5em;
  }

  .content-grid-4 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .grid-4-block-1 {
    justify-content: center;
    align-items: center;
  }

  .grid-4-block-2 {
    text-align: center;
    align-items: center;
  }

  .grid-4-block-3 {
    justify-content: center;
    align-items: center;
  }

  .grid-4-block-4 {
    max-width: none;
    min-height: 30em;
  }

  .grid-4-text-2 {
    font-size: 1.3em;
  }

  .grid-4-image-1 {
    min-height: 30em;
  }

  .header-4-images {
    font-size: .7em;
  }

  .header-6-title-3 {
    font-size: 14vw;
  }

  .header-6-image-size-team {
    width: 40vw;
  }

  .header-6-image-gallery {
    width: 35vw;
  }

  .header-6-image-size-uni {
    width: 33vw;
  }

  .contact-image-size-3 {
    margin-bottom: 0;
  }

  .sidebar-buttons {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .imp-left {
    max-width: 100%;
  }

  .imp-right {
    max-width: 100%;
    height: 100%;
    min-height: 500px;
    max-height: 500px;
  }

  .imp-left-img {
    margin-bottom: 30px;
  }

  .imp-p.imp-p-text-center {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .imp-left-paralax-sec {
    padding: 40px;
  }

  .img-text-left {
    background-color: #eee;
    min-height: auto;
    max-height: none;
  }

  .img-text-right {
    order: -1;
    min-height: 500px;
    max-height: 500px;
  }

  .vertical-item {
    flex-flow: column;
  }

  .brands-imgs {
    padding: 20px;
  }

  .cos-left-paralax {
    padding: 40px;
  }

  .cos-img-text-right {
    min-height: 400px;
    max-height: 400px;
  }

  .cos-img-text-left {
    min-height: auto;
    max-height: none;
  }

  .grid-7-block-5 {
    padding-right: 0;
  }

  .grid-7-text-7.text-p-left {
    font-size: 16px;
    line-height: 26px;
  }

  .grid-7-text-8.text-left {
    font-size: 36px;
    line-height: 44px;
  }

  .grid-7-image-7 {
    max-width: 50%;
  }

  .grid-7-block-6 {
    padding-top: 33em;
    padding-bottom: 33em;
  }

  .grid-7-block-6.is-2nd {
    max-width: 40%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20em;
    padding-bottom: 20em;
  }

  .grid-7-block-7 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .grid-7-block-8 {
    grid-row-gap: 3em;
  }

  .imp-left-sec {
    max-width: 100%;
  }

  .imp-right-sec {
    max-width: 100%;
    height: 100%;
    min-height: 500px;
    max-height: 500px;
  }

  .grid-7-block-10 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .grid-7-block-11, .grid-7-block-12 {
    grid-row-gap: 3em;
  }

  .content-grid-15 {
    background-color: #faf7f5;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 11px;
  }

  p {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .container.in-accordion, .container.is-full-width {
    padding-left: 4em;
    padding-right: 4em;
  }

  .padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .padding.more-padding {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .padding.imp-sec-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading.is-header-3-title-1 {
    font-size: 3.5em;
  }

  .heading.is-serif-title-2 {
    font-size: 12vw;
  }

  .heading.is-gird-5-title {
    font-size: 2em;
  }

  .heading.is-header-2-title {
    line-height: 1.3em;
  }

  .heading.is-grid-3-title-1 {
    font-size: 5em;
  }

  .heading.is-header-3-title-2 {
    font-size: 6em;
  }

  .heading.is-header-12-title {
    font-size: 4em;
    line-height: 1.1em;
  }

  .heading.is-header-7-title {
    font-size: 3.5em;
  }

  .heading.is-about-2-title-1 {
    font-size: 4em;
  }

  .heading.is-header-title {
    font-size: 4em;
    line-height: 1.1em;
  }

  .heading.is-content-2-title {
    line-height: 1.3em;
  }

  .heading.is-blog-title-1 {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.is-ui-kit-title-1, .heading.is-header-3-title-3 {
    font-size: 4em;
  }

  .heading.is-header-3-title-4 {
    font-size: 3.6em;
    line-height: 1.2em;
  }

  .heading.is-grid-7-title-1 {
    font-size: 6vw;
    line-height: 1.1em;
  }

  .heading.is-grid-7-title-1.home-heading {
    font-size: 6vw;
  }

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

  .list-block.in-overview {
    min-height: auto;
  }

  .circle-in-list {
    width: 2.6em;
    height: 2.6em;
    margin-right: 2em;
  }

  .list-content {
    padding-top: .4em;
  }

  .list-line {
    left: 1.2em;
  }

  .list-line.is-hide-on-desktop {
    display: block;
  }

  .list-title {
    font-size: 1.6em;
  }

  .list-text {
    font-size: 1.2em;
  }

  .brand-slogan {
    letter-spacing: .1em;
    text-indent: .1em;
    font-size: .6em;
  }

  .hero-socials-list {
    flex-direction: row;
  }

  .grid-1-block-1 {
    position: relative;
    top: 0;
  }

  .newsletter-submit-button {
    text-align: left;
    min-width: 12em;
    padding-left: 1.7em;
    padding-right: 1.5em;
  }

  .newsletter-field {
    font-size: 1.2em;
  }

  .newsletter-field::placeholder {
    font-size: 1em;
  }

  .newsletter-form {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-name {
    font-size: 1.1em;
  }

  .menu-mobile-text {
    font-size: .45em;
  }

  .header-5-inner {
    min-height: auto;
    padding-top: 16em;
    padding-bottom: 17em;
    overflow: hidden;
  }

  .main-nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    height: 5em;
    padding-left: 0;
    display: flex;
  }

  .nav-block-1 {
    height: 5em;
  }

  .nav-links-height {
    top: 5em;
  }

  .brand-link-block {
    grid-row-gap: 0em;
    min-width: auto;
  }

  .menu-mobile-button-flex {
    padding-left: 1em;
    padding-right: 1em;
  }

  .tab-inner.with-borders {
    grid-row-gap: 2em;
  }

  .tab-image {
    height: 14em;
  }

  .accordion-title {
    font-size: 1.3em;
  }

  .accordion-icon {
    font-size: 1.6em;
  }

  .rich-text.is-featured-review {
    font-size: 1.2em;
  }

  .gallery-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .sticky-column-2 {
    padding-bottom: 10em;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .password-form-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .password-form-field {
    flex-wrap: wrap;
  }

  .password-form-input {
    width: 100%;
    margin-bottom: 1em;
  }

  .password-form-input::placeholder {
    font-size: 1em;
  }

  .password-form-submit {
    width: 100%;
  }

  .gallery-grid-2, .header-5-socials {
    grid-template-columns: 1fr;
  }

  .main-button {
    padding: 1.2em 1.5em;
  }

  .nav-topbar {
    justify-content: flex-end;
    height: 5em;
    padding-right: 2.5em;
  }

  .grid-7-block-2 {
    padding-right: 0;
  }

  .tabs-2-links {
    grid-column-gap: 3em;
  }

  .ui-kit-link-text {
    font-size: 1.1em;
  }

  .menu-category-link {
    background-position: 95%;
    padding-right: 4em;
  }

  .menu-category-link:hover {
    background-position: 95%;
  }

  .menu-treatment-link {
    padding: 1.5em;
  }

  .content-grid-11 {
    padding-top: 6em;
  }

  .content-grid-11.in-team {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-11-block-1 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .listing-2-list {
    grid-template-columns: 1fr;
  }

  .listing-heading-uni-1.is-larger.is-black {
    font-size: 3.5em;
  }

  .menu-sublink {
    font-size: 1.1em;
  }

  .header-4-image-3 {
    top: -40.3em;
    right: 1.1em;
  }

  .header-4-image-2 {
    left: 1.5em;
  }

  .header-4-image-1 {
    right: 6em;
  }

  .header-4-image-4 {
    top: -40.3em;
    left: 2.1em;
  }

  .header-4 {
    min-height: 85em;
  }

  .header-4-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .listing-1-list {
    grid-row-gap: 2.5em;
  }

  .listing-1-link {
    padding: 4em;
  }

  .content-grid-5 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .grid-5-block-2 {
    padding-top: 8em;
  }

  .gird-5-image-2 {
    max-width: none;
    min-height: 30em;
  }

  .grid-5-text-1 {
    font-size: 1.4em;
  }

  .grid-5-image-1 {
    min-height: 30em;
  }

  .grid-5-block-1 {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    justify-content: center;
    align-items: center;
    padding-bottom: 4em;
  }

  .gird-5-image-3 {
    min-height: 30em;
  }

  .cta-2-grid {
    grid-template-columns: 1fr;
    padding: 5em;
  }

  .cta-2-block-1 {
    z-index: 1;
    position: absolute;
    inset: 0%;
  }

  .cta-2-block-2 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .cta-2-content {
    margin-bottom: 1.5em;
  }

  .cta-2-icon {
    position: relative;
    bottom: auto;
  }

  .socials-1-list {
    flex-direction: row;
  }

  .subfooter-text-link.is-2nd {
    font-size: 1em;
  }

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

  .listing-4-block {
    margin-left: 0;
  }

  .listing-heading-uni-2.is-larger {
    font-size: 4em;
  }

  .listing-4-text-1 {
    margin-bottom: 2em;
  }

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

  .cta-1-block-2 {
    min-height: 20em;
  }

  .newsletter-list-1 {
    grid-template-columns: 1fr;
  }

  .subfooter-links-wrap {
    border-bottom: 1px solid #ffffff40;
    width: 100%;
    padding-bottom: 1em;
  }

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

  .form-field::placeholder {
    font-size: .8em;
  }

  .clinic-2-content {
    grid-column-gap: 4em;
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
  }

  .header-2-grid {
    grid-template-columns: 1fr;
  }

  .header-2-padding {
    padding-top: 12em;
    padding-bottom: 10em;
  }

  .header-2-image-size-1 {
    height: 30em;
  }

  .ui-kit-header {
    padding-top: 8em;
  }

  .footer-padding {
    padding-bottom: 2em;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-large-link {
    margin-right: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .header-8-content {
    padding-top: 30em;
    padding-bottom: 30em;
  }

  .grid-7-block-1 {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .simple-link-1 {
    font-size: 1.2em;
  }

  .topfooter-1 {
    flex-wrap: wrap;
    min-height: 10em;
  }

  .socials-2 {
    border-top: 1px solid #68574b66;
    border-bottom: 1px solid #68574b66;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 10em;
    display: flex;
  }

  .topfooter-1-block-1 {
    min-height: 10em;
  }

  .topfooter-1-menu-button {
    border-right-width: 0;
    border-right-color: #0000;
  }

  .topfooter-1-menu-button.is-2nd {
    border-left-width: 0;
    border-left-color: #0000;
  }

  .topfooter-1-button-text {
    font-size: 1.8em;
  }

  .header-12 {
    padding-top: 10em;
  }

  .header-12-text-1 {
    font-size: 1.5em;
  }

  .listing-12-grid {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .contact-title-1 {
    font-size: .8em;
  }

  .fullscreen-main-link {
    grid-column-gap: 1.75em;
  }

  .fullscreen-menu-contact-link {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .fullscreen-menu-column-3 {
    padding: 4em;
    position: relative;
  }

  .fullscreen-menu-contact-text {
    font-size: 1em;
  }

  .fullscreen-main-links {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .overview-grid-2 {
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .review-flex {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .review-flex:nth-child(2n) {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .review-grid-column-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .review-grid-column-1 {
    width: 100%;
  }

  .review-content-block {
    padding-bottom: 0;
  }

  .screens-1 {
    max-width: none;
  }

  .page-links-1 {
    height: auto;
  }

  .page-link {
    letter-spacing: .2em;
    text-indent: .2em;
    padding-left: 0;
    padding-right: 0;
  }

  .page-links-padding {
    flex-direction: row;
    flex: 1;
    justify-content: space-around;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .topbar-link-block {
    font-size: .9em;
  }

  .topbar-link-block.tab-is-hide {
    display: none;
  }

  .fixed-menu-button {
    height: 5em;
    min-height: 5em;
  }

  .header-7-padding {
    padding-top: 11em;
  }

  .header-7-content {
    max-width: 49em;
  }

  .page-link-sizing {
    padding: 2.5em 1.5em;
  }

  .page-link-sizing.tab-is-hide {
    display: none;
  }

  .header-3-text-1 {
    font-size: 1.5em;
  }

  .category-1-text-1 {
    font-size: 1.2em;
  }

  .category-2-item {
    flex: 0 auto;
    width: 100%;
  }

  .category-2-lines {
    font-size: .8em;
  }

  .gallery-grid-3, .gallery-grid-4, .gallery-grid-4.in-tab {
    grid-template-columns: 1fr;
  }

  .cta-3-grid-1 {
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
    padding: 6em 4em;
  }

  .cta-3-text {
    max-width: 21em;
    font-size: 1.3em;
  }

  .med-grid-3-block {
    padding-left: 1em;
    padding-right: 1em;
  }

  .team-1-list {
    grid-template-columns: 1fr;
  }

  .team-1-content {
    margin-left: 0;
  }

  .category-2-treatment {
    font-size: 1.1em;
  }

  .grid-7-block-3.is-2nd {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .grid-7-block-3.in-about {
    padding-top: 20em;
    padding-bottom: 20em;
  }

  .team-2-content {
    padding-left: 2em;
  }

  .vertical-flex-gap-4em.imp-info, .content-grid-7 {
    flex-flow: column;
  }

  .ex-col-1-name {
    font-size: 4em;
  }

  .brand-footer-1 {
    padding-right: 1.3em;
  }

  .header-3.is-100vh {
    min-height: 80vh;
  }

  .header-3-padding {
    padding-top: 14em;
  }

  .footer-small-link {
    margin-right: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-flex {
    grid-row-gap: 4em;
    flex-wrap: wrap;
  }

  .fullscreen-link-sign {
    width: 3.5em;
  }

  .the-team-2-content {
    grid-column-gap: 4.25em;
    flex-wrap: wrap;
  }

  .header-12-block {
    flex-wrap: wrap;
  }

  .review-image-size {
    flex: 0 auto;
    width: 100%;
    height: 30em;
    min-height: auto;
  }

  .featured-review-image {
    height: 36em;
    min-height: auto;
  }

  .featured-review-item {
    grid-row-gap: 3.75em;
    grid-template-columns: 1fr;
  }

  .header-6-image-size-home-2 {
    min-height: 25em;
  }

  .header-6-socials {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .header-1 {
    padding-top: 12em;
  }

  .header-1.is-fullscreen-1 {
    min-height: 80vh;
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .header-line-block {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .header-content-block {
    flex-wrap: wrap;
  }

  .header-content-text {
    font-size: 1.5em;
  }

  .section-video {
    height: 40em;
  }

  .clinic-2-item {
    flex: 0 auto;
    width: 100%;
  }

  .clinic-contacts {
    grid-row-gap: .75em;
  }

  .clinic-2-image {
    height: 20em;
  }

  .clinic-2-text-1 {
    font-size: 1.1em;
    line-height: 2.1em;
  }

  .contact-column-1 {
    padding-bottom: 8em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .contact-column-2 {
    padding: 6em;
  }

  .contact-column-3 {
    padding: 8em 4em;
  }

  .footer-with-links-flex {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .brand-footer-2 {
    width: 100%;
    min-width: auto;
    padding-right: 1.3em;
  }

  .socials-footer-list {
    flex-direction: row;
  }

  .treatment-image-size-1.new-treatment-image {
    min-height: 300px;
  }

  .header-9 {
    min-height: 80vh;
    padding-top: 12em;
  }

  .header-bottom-links {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    height: auto;
    min-height: auto;
  }

  .home-hero-page-links {
    height: auto;
    min-height: auto;
  }

  .header-11 {
    min-height: 80vh;
  }

  .content-grid-2 {
    grid-template-columns: 1fr;
  }

  .content-2-column {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .content-2-column.about-dentist {
    background-color: var(--linen-2);
    padding: 6em 4em;
  }

  .content-2-image-size-1 {
    height: 30em;
  }

  .grid-4-text-1 {
    font-size: 1.4em;
  }

  .header-4-images {
    font-size: .6em;
  }

  .header-6-image-size-uni {
    min-height: 25em;
  }

  .contact-image-size-3 {
    height: 36em;
  }

  .fullscreen-link-icon {
    font-size: 1em;
  }

  .pin-text {
    font-size: 1.5em;
    line-height: 1.6em;
  }

  .imp-left {
    max-width: 100%;
  }

  .imp-right {
    max-width: 100%;
    min-height: 400px;
    max-height: 400px;
  }

  .imp-list-item {
    font-size: 15px;
  }

  .imp-p {
    font-size: 15px;
    line-height: 1.5;
  }

  .imp-left-copy {
    max-width: 100%;
  }

  .imp-left-paralax-sec {
    padding: 20px;
  }

  .img-text-left {
    order: 1;
    max-width: 100%;
  }

  .img-text-right {
    min-height: 400px;
    max-height: 400px;
  }

  .vertical-item {
    flex-flow: column;
  }

  .brands-h1 {
    font-size: 33px;
  }

  .brands-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cos-left-paralax {
    padding: 20px;
  }

  .cos-h3 {
    font-size: 24px;
  }

  .cos-img-text-right {
    min-height: 400px;
    max-height: 400px;
  }

  .cos-img-text-left {
    order: 1;
    max-width: 100%;
  }

  .grid-7-block-5 {
    padding-right: 0;
  }

  .grid-7-image-7 {
    max-width: 100%;
  }

  .grid-7-block-6.is-2nd {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 10em 2em;
  }

  .grid-7-block-7 {
    padding-right: 0;
  }

  .grid-7-block-8 {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .imp-left-sec {
    max-width: 100%;
  }

  .imp-right-sec {
    max-width: 100%;
    min-height: 400px;
    max-height: 400px;
  }

  .grid-7-block-10 {
    padding-right: 0;
  }

  .grid-7-block-11, .grid-7-block-12 {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .content-grid-15 {
    padding-top: 6em;
  }

  .cta-2-block-3 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .cta-2-block-4 {
    z-index: 1;
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 479px) {
  ol {
    padding-left: 2.2em;
  }

  .section.with-margins {
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .container, .container.in-accordion, .container.is-full-width {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container.is-blog-listing, .container.is-blog-listing-with-tabs {
    padding-left: 0;
    padding-right: 0;
  }

  .padding.is-blog-listing-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding.more-padding {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .heading.is-header-8-title {
    font-size: 3.5em;
  }

  .heading.is-serif-title-2 {
    line-height: 1.2em;
  }

  .heading.is-extra-light-title, .heading.is-grid-3-title-1 {
    font-size: 3em;
  }

  .heading.is-grid-1-title-1 {
    font-size: 3.3em;
  }

  .heading.is-header-3-title-2 {
    font-size: 18vw;
  }

  .heading.is-header-12-title {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.is-listing-10-title {
    font-size: 2em;
  }

  .heading.is-overview-title-5 {
    margin-bottom: .2em;
    font-size: 15vw;
    line-height: 1em;
  }

  .heading.is-header-7-title {
    font-size: 9vw;
    line-height: 1.3em;
  }

  .heading.is-header-4-title-1 {
    font-size: 3.25em;
  }

  .heading.is-about-2-title-1 {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.is-category-2-title {
    font-size: 2em;
  }

  .heading.is-header-title {
    font-size: 3.5em;
    line-height: 1.2em;
  }

  .heading.is-blog-title-1 {
    font-size: 3em;
    line-height: 1.3em;
  }

  .heading.is-ui-kit-title-1 {
    font-size: 3em;
  }

  .heading.is-header-3-title-3 {
    font-size: 9vw;
    line-height: 1.3em;
  }

  .heading.is-header-3-title-4 {
    font-size: 7vw;
  }

  .heading.is-grid-7-title-1 {
    font-size: 6vw;
    line-height: 1.3em;
  }

  .list-block {
    padding-bottom: 3em;
  }

  .circle-in-list {
    width: 2.3em;
    height: 2.3em;
    margin-right: 1.5em;
  }

  .list-content {
    padding-top: .1em;
  }

  .custom-list-icon {
    font-size: 1.1em;
  }

  .list-line {
    left: 1em;
  }

  .header-absolute-block.with-padding {
    padding: 8vw;
  }

  .header-6 {
    padding-top: 33em;
    padding-bottom: 33em;
  }

  .nav-link {
    min-height: 4em;
    font-size: 1.1em;
  }

  .brand-slogan {
    font-size: .7em;
  }

  .social-link-block {
    height: 5em;
  }

  .form-success-title {
    font-size: 1.2em;
  }

  .form-error-message {
    padding: 1.7em;
  }

  .form-error-paragraph {
    font-size: 1em;
  }

  .newsletter-submit-button {
    width: 100%;
    padding-top: 2.3em;
    padding-bottom: 2.3em;
  }

  .newsletter-field {
    border-color: var(--tan-2);
    background-color: var(--linen-light);
    text-align: center;
    width: 100%;
    margin-bottom: .5em;
    font-size: 1.4em;
  }

  .newsletter-field:hover {
    border-color: var(--grey);
  }

  .newsletter-field:focus {
    border-color: var(--grey);
    background-color: var(--linen-2);
  }

  .newsletter-form-inner {
    flex-wrap: wrap;
  }

  .brand-name {
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .flex-for-sticky.in-overview {
    padding-bottom: 0;
  }

  .header-5-inner {
    padding-top: 12em;
    padding-bottom: 15em;
  }

  .header-5-inner.less-paddings {
    padding-top: 12em;
    padding-bottom: 14em;
  }

  .main-nav, .nav-block-1 {
    height: 4em;
  }

  .brand-link-block {
    padding: .5em 4vw;
    font-size: .8em;
  }

  .menu-mobile-button-flex {
    grid-column-gap: 3vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .mobile-menu-button {
    justify-content: center;
  }

  .gallery-grid-1 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .tab-inner.with-borders {
    grid-row-gap: 1.5em;
    border-width: 5px;
    padding: 3em 1.5em;
  }

  .tab-image {
    height: 9em;
  }

  .accordion-title {
    max-width: 85%;
    font-size: 1.1em;
  }

  .accordion-icon {
    font-size: 1.2em;
  }

  .rich-text h1 {
    font-size: 3.5em;
  }

  .rich-text ul {
    padding-left: 2.2em;
  }

  .rich-text.is-featured-review {
    font-size: 1.1em;
  }

  .gallery-lightbox {
    height: 10em;
  }

  .gallery-lightbox.is-2nd, .gallery-lightbox.is-3rd {
    height: 21em;
  }

  .gallery-lightbox.is-4th {
    height: 20em;
  }

  .gallery-grid {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .sticky-column-2 {
    padding: 4em 6vw;
  }

  .password {
    padding: 0;
  }

  .password-form-label {
    top: 3.8em;
    left: 0;
    right: 0;
  }

  .password-form-field {
    flex-wrap: wrap;
    padding-top: 2em;
  }

  .password-form-input {
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
    padding-left: 0;
  }

  .password-form-submit {
    width: 100%;
  }

  .static-gallery-grid, .gallery-grid-2 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .color-define, .color-define-2, .color-define-3 {
    height: 3em;
  }

  .header-5-socials {
    left: auto;
    right: auto;
  }

  .nav-topbar {
    height: 4em;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .menu-large-links {
    grid-row-gap: 0em;
    padding: 2em;
  }

  .menu-large-link {
    text-align: center;
    width: 100%;
    padding: .7em 0;
    font-size: 1.4em;
  }

  .header-6-title-1 {
    margin-bottom: -7vw;
    font-size: 15vw;
  }

  .slide-timeline {
    right: 1.2em;
  }

  .grid-3-text-1 {
    font-size: 1.5em;
  }

  .grid-3-image-4 {
    width: 12em;
    height: 7em;
    right: -3.5em;
  }

  .grid-7-image-1 {
    height: 90%;
  }

  .grid-7-image-2 {
    height: 20em;
    min-height: auto;
  }

  .grid-7-block-2 {
    padding: 6em 0;
  }

  .ui-kit-link {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-start;
    min-height: 4.7em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .ui-kit-link:hover {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .ui-kit-link.w--current {
    background-size: .7em;
    padding-right: 2em;
  }

  .ui-kit-link-icon {
    font-size: 1.1em;
  }

  .tabs-2-links {
    grid-column-gap: 8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-2-link.w--current {
    background-position: 100%;
    padding-left: 0;
    padding-right: 2em;
  }

  .ui-kit-link-text {
    font-size: .9em;
  }

  .menu-category-item {
    width: 100%;
  }

  .menu-category-link {
    flex: 0 auto;
    width: 100%;
    padding-top: .9em;
    padding-bottom: .9em;
  }

  .breadcrumbs-cms-link.is-cta-link {
    grid-column-gap: 2vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .breadcrumbs-cms-list {
    grid-column-gap: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
    overflow: auto;
  }

  .breadcrumbs-cms-list.is-2nd {
    padding-left: 4vw;
  }

  .padding-80vh {
    padding-top: 40em;
    padding-bottom: 40em;
  }

  .menu-treatment-item {
    width: 50%;
  }

  .content-grid-11 {
    grid-template-columns: 1fr;
    padding-top: 4em;
  }

  .content-grid-11.in-team {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-listing-1-text {
    font-size: 1em;
  }

  .listing-2-content {
    padding: 0;
  }

  .listing-heading-uni-1.is-larger.is-black {
    font-size: 2.5em;
  }

  .menu-sublinks-1 {
    grid-row-gap: 2em;
    flex-wrap: wrap;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .header-4-text-1 {
    font-size: 1.4em;
    line-height: 1.6em;
  }

  .header-4-image-3 {
    top: -31.9em;
    right: -4.8em;
  }

  .header-4-image-2 {
    left: -4.4em;
  }

  .header-4-image-1 {
    right: -2.7em;
  }

  .header-4-image-4 {
    top: -27.3em;
    left: -7.5em;
  }

  .header-4 {
    min-height: 70em;
  }

  .header-4-flex {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .content-grid-5 {
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .grid-5-text-2 {
    font-size: 1.3em;
  }

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

  .services-3-item {
    height: 33em;
  }

  .listing-3-link.is-fullscreen {
    height: 80vh;
  }

  .cta-2-grid {
    padding: 8vw;
  }

  .cta-2-block-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .socials-1-list {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }

  .social-1-link-block {
    height: 4em;
  }

  .listing-4-block {
    padding-left: 8vw;
  }

  .listing-heading-uni-2 {
    font-size: 2.6em;
  }

  .listing-heading-uni-2.is-larger {
    font-size: 3em;
  }

  .listing-4-padding {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .cta-1-grid-1 {
    padding: 1.5em;
  }

  .cta-1-block-1 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .newsletter-list-1 {
    max-width: none;
  }

  .contact-grid {
    border-width: 0;
    border-color: #0000;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    flex-wrap: wrap;
  }

  .form-submit-button {
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .form-submit-button:hover {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: .5em;
    padding-right: .5em;
  }

  .form-field {
    width: 100%;
  }

  .clinic-2-content {
    grid-column-gap: 2em;
  }

  .ui-kit-header {
    padding-top: 7em;
  }

  .footer-large-link {
    margin-right: 1.3em;
  }

  .footer-large-link.w--current {
    color: var(--white);
    font-weight: 400;
  }

  .header-8-content {
    padding-top: 33.3em;
    padding-bottom: 33.3em;
  }

  .grid-7-block-1 {
    grid-row-gap: 1.5em;
  }

  .grid-3-image-2 {
    width: 8em;
    height: 7em;
  }

  .grid-1-list {
    max-width: none;
  }

  .topfooter-1 {
    flex-direction: column;
    min-height: auto;
  }

  .socials-2 {
    min-height: 8em;
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  .topfooter-1-block-1 {
    min-height: 8em;
  }

  .topfooter-1-menu-button {
    justify-content: space-between;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .breadcrumbs-block {
    font-size: .9em;
  }

  .dropdown-toggle {
    padding-left: 2em;
    padding-right: 2em;
  }

  .header-12-text-1 {
    font-size: 1.5em;
  }

  .sticky-column-3 {
    grid-row-gap: 2.25em;
    padding-top: 10em;
    padding-bottom: 6em;
  }

  .sticky-column-3.in-overview {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .vertical-flex-gap-8em {
    grid-row-gap: 4em;
  }

  .listing-12-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .listing-12-item {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border-bottom: 1px solid #68574b4d;
  }

  .listing-12-item:last-child {
    border-bottom-color: #0000;
  }

  .listing-12-link {
    padding: 8vw;
  }

  .contact-links-flex.is-form {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .fullscreen-menu-column-1 {
    padding-top: 3.9em;
  }

  .fullscreen-link-text {
    font-size: 3.5vw;
  }

  .fullscreen-main-link {
    grid-column-gap: 5vw;
    padding: 3vw;
  }

  .close-button {
    font-size: .7em;
  }

  .fullscreen-menu-column-3 {
    padding: 8vw;
  }

  .fullscreen-main-links {
    grid-template-columns: 1fr;
    padding: 8vw;
  }

  .form-success-title-2 {
    font-size: 1.2em;
  }

  .overview-grid-2 {
    max-width: none;
  }

  .overview-text-1 {
    font-size: 1.4em;
  }

  .overview-screen-2 {
    width: 190%;
  }

  .menu-link-6 {
    padding: 1.5em;
  }

  .form-block-2 {
    padding: 0;
  }

  .gallery-description-text {
    font-size: 1.9em;
  }

  .header-7-text-1 {
    font-size: 1.4em;
  }

  .page-links-padding {
    flex-wrap: wrap;
  }

  .topbar-link-block {
    flex: 1;
    font-size: .8em;
  }

  .fixed-menu-button {
    height: 4em;
    min-height: 4em;
  }

  .nav-secondary-links {
    padding-left: 2em;
    padding-right: 2em;
  }

  .header-7-content {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .page-link-sizing {
    width: 50%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .buttons-flex-1, .buttons-flex-1.align-left {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .header-3-text-1 {
    font-size: 1.3em;
    line-height: 1.8em;
  }

  .nested-cms-link-2 {
    font-size: 1em;
  }

  .category-1-flex {
    padding: 2em;
  }

  .listing-12-block {
    padding: 2em 8vw;
  }

  .listing-12-text-2 {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .empty-state-text {
    font-size: 1.2em;
  }

  .med-1-default-background {
    object-position: 20% 50%;
  }

  .med-1-link {
    padding-left: 0;
    padding-right: 0;
  }

  .category-2-text-1 {
    font-size: 1.1em;
  }

  .category-2-icon {
    font-size: 2.7em;
  }

  .category-2-content {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .category-2-lines {
    font-size: .6em;
  }

  .tabs-4-links {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-4-link.w--current {
    background-position: 100%;
  }

  .tab-5-link.w--current {
    background-image: none;
    padding-right: 1em;
  }

  .tabs-5-links {
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .gallery-grid-3, .gallery-grid-4 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .gallery-grid-4.in-tab {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .cta-3-grid-1 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .med-grid-3-block {
    min-height: auto;
  }

  .med-grid-3-text {
    max-width: none;
    font-size: 1.2em;
  }

  .med-grid-3 {
    flex-wrap: wrap;
  }

  .team-1-item {
    grid-template-rows: auto auto;
  }

  .team-1-content {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ebe3de99;
  }

  .category-2-treatment {
    font-size: 1.1em;
  }

  .tabs-1-links {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-1-link {
    flex: 1;
    min-width: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .tab-1-link.w--current {
    letter-spacing: .2em;
    text-indent: .2em;
    background-position: 100%;
    min-width: auto;
  }

  .tab-1-link-text {
    font-size: .8em;
  }

  .grid-7-block-3.is-2nd, .grid-7-block-3.in-about {
    margin-top: 10em;
    margin-bottom: 10em;
  }

  .grid-7-text-4 {
    font-size: 1.2em;
  }

  .grid-7-block-4 {
    padding: 6em 8vw;
  }

  .grid-7-image-3 {
    margin-top: 0;
  }

  .grid-7-text-3 {
    font-size: 4em;
  }

  .numbering-block {
    grid-column-gap: 1.75em;
    grid-row-gap: 1.75em;
    flex-wrap: wrap;
  }

  .numbering-line {
    width: 10vw;
  }

  .team-2-content {
    min-width: 75%;
  }

  .team-2-list {
    grid-template-columns: 1fr;
  }

  .sign-text {
    font-size: 1em;
  }

  .vertical-flex-gap-4em {
    grid-row-gap: 2em;
  }

  .vertical-flex-gap-4em.imp-info {
    grid-column-gap: 0px;
  }

  .ex-col-1-content {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .ex-col-1-name {
    font-size: 3.5em;
  }

  .brand-footer-1 {
    padding-left: 3vw;
    padding-right: 1vw;
    font-size: .8em;
  }

  .footer-large-button {
    min-height: 9em;
    margin: 0;
    padding: 1.5em;
  }

  .header-3.is-100vh {
    grid-row-gap: 8em;
    justify-content: space-between;
    padding-bottom: 0;
  }

  .header-3-padding {
    padding-top: 12em;
  }

  .header-3-content {
    padding-left: 8vw;
  }

  .brand-slogan-footer {
    font-size: 1em;
  }

  .footer-small-link {
    margin-right: 1.3em;
  }

  .footer-small-link.w--current {
    color: var(--white);
    font-weight: 400;
  }

  .fullscreen-link-sign {
    min-width: 15vw;
  }

  .close-text {
    font-size: 1em;
  }

  .nav-link-2 {
    min-height: 4em;
    font-size: 1.1em;
  }

  .footer-large-links {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .review-image-size {
    height: 25em;
  }

  .featured-review {
    padding-top: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .featured-review-image {
    height: 28em;
  }

  .featured-review-bg-image {
    margin: 1em;
  }

  .header-6-title-gallery {
    font-size: 15vw;
  }

  .header-6-socials {
    margin: 1.5em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-6-flex {
    grid-row-gap: 2em;
  }

  .large-title-link-text {
    font-size: 12vw;
  }

  .header-1 {
    padding-top: 10em;
  }

  .header-1.is-fullscreen-1 {
    grid-row-gap: 8em;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

  .header-1-content {
    grid-row-gap: 1em;
  }

  .header-line-block {
    grid-column-gap: 1.5em;
  }

  .header-content-block {
    grid-row-gap: 2em;
  }

  .header-content-text {
    font-size: 1.3em;
  }

  .fee-item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .fee-name {
    font-size: 1.2em;
  }

  .fee-price {
    font-size: 1.1em;
  }

  .fees-list {
    padding: 1em;
  }

  .fee-text-1 {
    margin-bottom: 1.5em;
  }

  .section-image {
    height: 35em;
  }

  .section-video {
    height: 30em;
  }

  .clinic-2-list {
    grid-row-gap: 6em;
  }

  .menu-contacts-padding {
    padding: 8vw;
  }

  .contact-column-1 {
    padding: 0 8vw 4em;
  }

  .contact-column-2 {
    padding: 8vw;
  }

  .med-1-content {
    padding-left: 2em;
    padding-right: 2em;
  }

  .med-1-text {
    font-size: 10vw;
  }

  .med-1-block {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .contact-column-3 {
    padding: 6em 8vw;
  }

  .footer-with-links-flex {
    grid-row-gap: 4em;
  }

  .brand-footer-2 {
    padding-left: 3vw;
    padding-right: 1vw;
    font-size: .8em;
  }

  .socials-footer-list {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    width: 100%;
  }

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

  .sidebar-block {
    padding: 8vw;
  }

  .sticky-block-1 {
    height: 90vh;
    top: 5vh;
  }

  .sidebar-text-1 {
    font-size: 1.2em;
  }

  .fee-title-1 {
    font-size: 1.3em;
  }

  .fee-blocks {
    font-size: .8em;
    position: relative;
  }

  .fee-title-2 {
    font-size: 1.1em;
  }

  .header-9 {
    padding-top: 10em;
  }

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

  .header-bottom-links {
    flex-wrap: wrap;
    width: 94%;
    margin-bottom: 5%;
    position: relative;
  }

  .header-bottom-link:hover {
    height: 100%;
  }

  .header-bottom-link.is-2nd {
    white-space: nowrap;
  }

  .breadcrumbs-links {
    padding-right: 4vw;
  }

  .header-11-padding {
    padding-top: 10em;
    padding-bottom: 14em;
  }

  .header-11-content {
    grid-row-gap: 1em;
  }

  .template-ui-kit-wrap {
    grid-row-gap: 4em;
  }

  .content-2-column.about-dentist {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .vertical-flex-gap-2em {
    grid-row-gap: 2em;
  }

  .grid-7-text-5 {
    font-size: 1em;
  }

  .content-grid-4 {
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .grid-4-block-4 {
    min-height: 28em;
  }

  .grid-4-text-2 {
    font-size: 1.3em;
  }

  .grid-4-image-1 {
    min-height: 28em;
  }

  .header-4-images {
    font-size: .5em;
  }

  .grid-11-text-1 {
    width: auto;
  }

  .grid-11-text-2 {
    font-size: 4em;
  }

  .header-6-title-3 {
    font-size: 13vw;
  }

  .header-6-image-size-team {
    height: 25em;
  }

  .grid-7-image-5 {
    margin-top: 0;
  }

  .header-6-image-gallery {
    width: 43vw;
    height: 25em;
    min-height: 20em;
  }

  .header-6-image-size-uni {
    min-height: 20em;
  }

  .imp-left-img {
    object-fit: contain;
    min-height: auto;
    max-height: none;
  }

  .imp-p.imp-p-text-right {
    text-align: center;
    font-size: 16px;
  }

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

  .cos-h3 {
    text-align: center;
    font-size: 22px;
  }

  .grid-7-block-5 {
    padding: 0 8vw;
  }

  .grid-7-text-7 {
    font-size: 1.2em;
  }

  .grid-7-text-8 {
    font-size: 4em;
  }

  .grid-7-text-8.text-left {
    font-size: 24px;
    line-height: 34px;
  }

  .grid-7-image-6 {
    height: 90%;
  }

  .grid-7-image-7 {
    margin-top: 0;
  }

  .grid-7-block-6.is-2nd {
    grid-row-gap: 30px;
    margin-top: 10em;
    margin-bottom: 10em;
    padding: 4em 0;
  }

  .grid-7-block-7 {
    padding: 6em 0;
  }

  .grid-7-block-8 {
    grid-row-gap: 1.5em;
  }

  .sign-text-2 {
    font-size: 1em;
  }

  .motion-list-item.grid-7-text-7.text-p-left {
    line-height: 22px;
  }

  .grid-7-block-9 {
    padding: 6em 8vw;
  }

  .grid-7-text-11 {
    font-size: 4em;
  }

  .grid-7-image-8 {
    height: 90%;
  }

  .grid-7-image-9 {
    margin-top: 0;
  }

  .grid-7-block-10 {
    padding: 6em 0;
  }

  .grid-7-block-11, .grid-7-block-12 {
    grid-row-gap: 1.5em;
  }

  .grid-11-text-5 {
    font-size: 4em;
  }

  .content-grid-15 {
    grid-template-columns: 1fr;
    padding-top: 4em;
  }

  .cta-2-block-3 {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

#w-node-_9360f062-2771-21df-d6e5-0fd5cbae1171-706424b1 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: center;
}

#w-node-_9360f062-2771-21df-d6e5-0fd5cbae117c-706424b1 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_9360f062-2771-21df-d6e5-0fd5cbae1181-706424b1 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_9360f062-2771-21df-d6e5-0fd5cbae1186-706424b1 {
  grid-area: 2 / 6 / 3 / 12;
  justify-self: center;
}

#w-node-_9360f062-2771-21df-d6e5-0fd5cbae1196-706424b1 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_9360f062-2771-21df-d6e5-0fd5cbae119a-706424b1 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bde-706424b1 {
  grid-area: 1 / 3 / 2 / 8;
  align-self: center;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6be8-706424b1 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bed-706424b1 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bf2-706424b1 {
  grid-area: 2 / 6 / 3 / 12;
  justify-self: center;
}

#w-node-d2814e4f-3352-c6d2-8007-0eae19f8301d-706424b1 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_5affe549-a1ff-2ea0-3424-9adbd94942cd-706424b1 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-eb0e7850-0ca9-87f6-5738-0f18bbe52c71-706424b1 {
  align-self: end;
}

#w-node-_8f893bb8-edec-5ffe-1af6-e4c68647d2fc-8647d2f8, #w-node-_8f893bb8-edec-5ffe-1af6-e4c68647d308-8647d2f8, #w-node-_8f893bb8-edec-5ffe-1af6-e4c68647d300-8647d2f8, #w-node-_8f893bb8-edec-5ffe-1af6-e4c68647d304-8647d2f8, #w-node-_8f893bb8-edec-5ffe-1af6-e4c68647d314-8647d2f8, #w-node-_8f893bb8-edec-5ffe-1af6-e4c68647d318-8647d2f8, #w-node-_8f893bb8-edec-5ffe-1af6-e4c68647d31c-8647d2f8, #w-node-_8f893bb8-edec-5ffe-1af6-e4c68647d328-8647d2f8, #w-node-_8f893bb8-edec-5ffe-1af6-e4c68647d320-8647d2f8, #w-node-_8f893bb8-edec-5ffe-1af6-e4c68647d324-8647d2f8, #w-node-_8f893bb8-edec-5ffe-1af6-e4c68647d310-8647d2f8 {
  align-self: auto;
}

#w-node-_16df3f58-7374-7926-0ed3-9cbbe8a5ee75-706424d5, #w-node-d377a8e9-21fa-5474-d582-15c65de1a614-706424d5, #w-node-_91476bbe-8546-e5cc-d660-3dddf920e9da-706424d5, #w-node-acdab422-de4b-71bb-9c5e-0cb357468de6-706424d5, #w-node-_89df2181-f373-76ec-b5dd-ee6f81eb5ce5-706424d5, #w-node-_89df2181-f373-76ec-b5dd-ee6f81eb5ce9-706424d5, #w-node-_89df2181-f373-76ec-b5dd-ee6f81eb5ced-706424d5, #w-node-_89df2181-f373-76ec-b5dd-ee6f81eb5cf5-706424d5, #w-node-_8401327c-f2d2-9ed1-17e5-10512663b4d4-706424d5, #w-node-_8401327c-f2d2-9ed1-17e5-10512663b4d8-706424d5, #w-node-_8401327c-f2d2-9ed1-17e5-10512663b4dc-706424d5, #w-node-_8401327c-f2d2-9ed1-17e5-10512663b4e4-706424d5, #w-node-_139482d4-71b8-b28d-9f31-a5b1d2345d3c-706424d5, #w-node-_139482d4-71b8-b28d-9f31-a5b1d2345d38-706424d5, #w-node-_139482d4-71b8-b28d-9f31-a5b1d2345d40-706424d5, #w-node-_139482d4-71b8-b28d-9f31-a5b1d2345d44-706424d5, #w-node-_139482d4-71b8-b28d-9f31-a5b1d2345d48-706424d5, #w-node-aa1f2d98-88e3-d1b3-9f0f-063a1998d020-706424d5, #w-node-aa1f2d98-88e3-d1b3-9f0f-063a1998d024-706424d5, #w-node-aa1f2d98-88e3-d1b3-9f0f-063a1998d028-706424d5, #w-node-aa1f2d98-88e3-d1b3-9f0f-063a1998d02c-706424d5, #w-node-aa1f2d98-88e3-d1b3-9f0f-063a1998d030-706424d5, #w-node-_5759852f-2c97-afe2-f4c9-0914b122672e-706424d5, #w-node-_5759852f-2c97-afe2-f4c9-0914b1226732-706424d5, #w-node-_5759852f-2c97-afe2-f4c9-0914b1226736-706424d5, #w-node-_5759852f-2c97-afe2-f4c9-0914b122673a-706424d5, #w-node-_5759852f-2c97-afe2-f4c9-0914b122673e-706424d5, #w-node-ea63ff11-3fb4-33d1-9efe-7c39ccf71668-706424d5, #w-node-dec43268-b54e-490a-816b-c6e096b04829-706424d5, #w-node-d17f8410-0b6e-7269-d55c-8cb155be937c-706424d5, #w-node-_46643534-97c2-660f-25fc-4feead1c2f5b-706424d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02c14c7c-4a4c-b4c0-3860-a8693e96e443-7064250b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_02c14c7c-4a4c-b4c0-3860-a8693e96e44e-7064250b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_02c14c7c-4a4c-b4c0-3860-a8693e96e453-7064250b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02c14c7c-4a4c-b4c0-3860-a8693e96e458-7064250b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6273eaa8-8cb6-e6ea-32a2-7a39718385f4-7064250b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_6273eaa8-8cb6-e6ea-32a2-7a39718385f8-7064250b {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-a4edf022-176a-1418-3a20-0593be70d8c8-7064250b {
  align-self: end;
}

#w-node-_7602962c-01e1-4af0-5a2f-15f805355c7f-05355c68 {
  justify-self: center;
}

#w-node-_084f61f6-bf21-518b-40b8-c80cf16950f5-7064250d, #w-node-_084f61f6-bf21-518b-40b8-c80cf16950fb-7064250d, #w-node-_084f61f6-bf21-518b-40b8-c80cf16950ff-7064250d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc63f14d-5d9f-4dd1-9f95-203e415e35a8-7064250d {
  grid-area: 1 / 2 / 2 / 8;
  align-self: center;
}

#w-node-fc63f14d-5d9f-4dd1-9f95-203e415e35b5-7064250d {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_084f61f6-bf21-518b-40b8-c80cf1695117-7064250d {
  grid-area: 1 / 2 / 2 / 8;
  align-self: center;
}

#w-node-_084f61f6-bf21-518b-40b8-c80cf1695124-7064250d {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_084f61f6-bf21-518b-40b8-c80cf169512a-7064250d, #w-node-_084f61f6-bf21-518b-40b8-c80cf169512e-7064250d, #w-node-_084f61f6-bf21-518b-40b8-c80cf1695134-7064250d, #w-node-_084f61f6-bf21-518b-40b8-c80cf1695139-7064250d, #w-node-_084f61f6-bf21-518b-40b8-c80cf169513f-7064250d, #w-node-_084f61f6-bf21-518b-40b8-c80cf1695145-7064250d, #w-node-_084f61f6-bf21-518b-40b8-c80cf1695149-7064250d, #w-node-_084f61f6-bf21-518b-40b8-c80cf169514e-7064250d, #w-node-_084f61f6-bf21-518b-40b8-c80cf1695154-7064250d, #w-node-cad07e38-5d9d-b7a3-c2f4-ae6de6f0fdae-7064250d, #w-node-cad07e38-5d9d-b7a3-c2f4-ae6de6f0fdb2-7064250d, #w-node-cad07e38-5d9d-b7a3-c2f4-ae6de6f0fdb8-7064250d, #w-node-cad07e38-5d9d-b7a3-c2f4-ae6de6f0fdbd-7064250d, #w-node-cad07e38-5d9d-b7a3-c2f4-ae6de6f0fdc3-7064250d, #w-node-cad07e38-5d9d-b7a3-c2f4-ae6de6f0fdc8-7064250d, #w-node-cad07e38-5d9d-b7a3-c2f4-ae6de6f0fdcc-7064250d, #w-node-cad07e38-5d9d-b7a3-c2f4-ae6de6f0fdd1-7064250d, #w-node-cad07e38-5d9d-b7a3-c2f4-ae6de6f0fdd7-7064250d, #w-node-_073f4d94-128d-f812-df53-c6035dc9cd8a-5dc9cd88, #w-node-_810a3a51-7511-fae1-f5d9-562ec2374f21-f49fa530, #w-node-aba4c4e0-3d44-ce94-0e70-d5d5f823639a-f49fa530, #w-node-_22714cc1-9047-3e9d-3c57-a863b48cc9dc-f49fa530, #w-node-_5e198eba-d823-5c59-32ae-a75efb12d651-70642511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e198eba-d823-5c59-32ae-a75efb12d654-70642511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-d71b856d-f0f2-6c54-f8d4-65425dc4ca6f-70642511, #w-node-d68d974d-0cf5-6e17-37b1-9e9d07d15996-70642511 {
  align-self: end;
}

#w-node-_560f9caf-c560-4751-5932-a6da72321db1-70642512, #w-node-_97f9d09d-d6ca-22b1-7225-711250aba1fe-70642512 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d9e7fa9-bc52-45cc-d81d-5a8d092e4da4-70642512 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_97f9d09d-d6ca-22b1-7225-711250aba1dc-70642512 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab977179-3302-7471-b546-a4a5ca398ad8-70642513 {
  justify-self: center;
}

#w-node-c73051f9-9009-4bc3-d3a1-b42697b6997a-70642515, #w-node-_044f2cd6-dc4f-21cc-1030-c3d04aebeee6-70642515, #w-node-f45ebad0-1fae-2b15-30e7-df75cf91e018-70642517, #w-node-f45ebad0-1fae-2b15-30e7-df75cf91e019-70642517 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b78e775a-e540-a9f0-c530-8ef569433c9e-70642518 {
  justify-self: center;
}

#w-node-b6bbc1d4-c414-9880-e2a4-8a5c31e0f79b-2965e5e4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a69f0a3-3703-66a1-a9e8-15fa65bb8fa1-7064251b, #w-node-_3765802c-5962-f183-5e4c-a8535ad5c287-7064251b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1b75c20-e157-2784-ea43-82aad229922a-7064251d {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-e1b75c20-e157-2784-ea43-82aad229922f-7064251d, #w-node-e1b75c20-e157-2784-ea43-82aad2299233-7064251d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e1b75c20-e157-2784-ea43-82aad2299237-7064251d {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_44ed841b-df85-e857-c9d5-8d4673c7fee1-7064251e, #w-node-_44ed841b-df85-e857-c9d5-8d4673c7fee8-7064251e, #w-node-_44ed841b-df85-e857-c9d5-8d4673c7feef-7064251e, #w-node-_83d4cc87-13cc-f278-a00c-1e9f9660c1a6-70642533, #w-node-_83d4cc87-13cc-f278-a00c-1e9f9660c1a9-70642533, #w-node-_83d4cc87-13cc-f278-a00c-1e9f9660c1ae-70642533, #w-node-_83d4cc87-13cc-f278-a00c-1e9f9660c1b9-70642533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7ae368b-d67e-9cf3-3b85-19d8ec4b2d57-70642533 {
  align-self: end;
}

#w-node-_6478de35-d21a-3118-9008-bccf03e30df4-70642534 {
  grid-area: 1 / 3 / 2 / 8;
  align-self: center;
}

#w-node-_6478de35-d21a-3118-9008-bccf03e30e01-70642534 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_6478de35-d21a-3118-9008-bccf03e30e06-70642534 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_6478de35-d21a-3118-9008-bccf03e30e0b-70642534 {
  grid-area: 2 / 6 / 3 / 12;
  justify-self: center;
}

#w-node-_6478de35-d21a-3118-9008-bccf03e30e15-70642534 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_6478de35-d21a-3118-9008-bccf03e30e18-70642534 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-ea687335-6af8-7b32-7998-ce08dd9eab35-70642561 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-e9355cdd-c7ee-f319-bd95-21d28ee08511-7064257a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e9355cdd-c7ee-f319-bd95-21d28ee08520-7064257a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a0d6a969-1540-f7d0-f1cb-ddfde1726a45-7064257a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a0d6a969-1540-f7d0-f1cb-ddfde1726a4e-7064257a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a0d6a969-1540-f7d0-f1cb-ddfde1726a55-7064257a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0d6a969-1540-f7d0-f1cb-ddfde1726a5b-7064257a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c51e-7064257a {
  grid-area: 1 / 3 / 2 / 8;
  align-self: center;
}

#w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c529-7064257a {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c52e-7064257a {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c533-7064257a {
  grid-area: 2 / 6 / 3 / 12;
  justify-self: center;
}

#w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c53d-7064257a {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c541-7064257a {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-_4ab388f7-317e-8531-7ccc-ef14fe73c327-7064257a, #w-node-_4ab388f7-317e-8531-7ccc-ef14fe73c32e-7064257a, #w-node-_4ab388f7-317e-8531-7ccc-ef14fe73c339-7064257a, #w-node-_97ca23a3-6cb5-5372-306a-eff7d5e05fb3-7064257a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97ca23a3-6cb5-5372-306a-eff7d5e05fd7-7064257a {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_97ca23a3-6cb5-5372-306a-eff7d5e05fe2-7064257a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2d5bb420-bdf6-bdde-bf69-8717bd42e53a-7064257b, #w-node-_2d5bb420-bdf6-bdde-bf69-8717bd42e548-7064257b, #w-node-_2d5bb420-bdf6-bdde-bf69-8717bd42e541-7064257b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803f4e47-0c01-f217-0e21-fdbb7d426e6c-70642580 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_05947dd1-2a01-5ce3-1ee7-6beae3d25fe3-70642580 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_418849cb-fe90-436f-76f8-54351d4183d9-70642580 {
  align-self: end;
}

#w-node-e1b71407-f3ad-7e4f-d6ee-b495dea594f5-70642581, #w-node-_90647809-f746-05e5-03d8-c1d71c14430d-70642581, #form-block.w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f02-70642582, #w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f03-70642582 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f3d-70642582 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f3e-70642582, #w-node-_7ed287cb-1d23-fc3f-9ce5-4dc27f52252a-70642583, #w-node-_7ed287cb-1d23-fc3f-9ce5-4dc27f52252b-70642583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ed287cb-1d23-fc3f-9ce5-4dc27f52256b-70642583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_7ed287cb-1d23-fc3f-9ce5-4dc27f52256c-70642583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cad41ae-117a-ad3b-4dd2-b4ea8eb71750-70642587 {
  justify-self: center;
}

#w-node-_201932de-c902-c6f4-21ac-fc776328a8de-70642587, #w-node-_33350118-36c6-6c29-f00a-0fab26c597d5-70642587, #w-node-_011a2db9-a621-6bad-f55a-5db8b916ba9f-70642587 {
  align-self: end;
}

#w-node-ccad30fc-b48a-a74a-b732-16885c13d63c-70642587 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: center;
}

#w-node-ccad30fc-b48a-a74a-b732-16885c13d649-70642587 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-ccad30fc-b48a-a74a-b732-16885c13d64f-70642587, #w-node-ccad30fc-b48a-a74a-b732-16885c13d653-70642587, #w-node-ccad30fc-b48a-a74a-b732-16885c13d659-70642587, #w-node-ccad30fc-b48a-a74a-b732-16885c13d65e-70642587, #w-node-ccad30fc-b48a-a74a-b732-16885c13d664-70642587, #w-node-ccad30fc-b48a-a74a-b732-16885c13d66a-70642587, #w-node-ccad30fc-b48a-a74a-b732-16885c13d66e-70642587, #w-node-ccad30fc-b48a-a74a-b732-16885c13d673-70642587, #w-node-ccad30fc-b48a-a74a-b732-16885c13d679-70642587 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42f49c98-7590-c1a2-0ddb-310f55ee408f-70642587 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_42f49c98-7590-c1a2-0ddb-310f55ee4092-70642587 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_31fc8349-59c3-7dbd-dbd2-ccce0ca81743-ccaa656c, #w-node-_31fc8349-59c3-7dbd-dbd2-ccce0ca81744-ccaa656c, #w-node-_592f254a-6ee7-d137-c3dc-57ceeb983ae7-de0535cc, #w-node-_592f254a-6ee7-d137-c3dc-57ceeb983ae8-de0535cc, #w-node-_9c179521-479d-a501-005d-f40f71085b12-24faebd5, #w-node-_9c179521-479d-a501-005d-f40f71085b13-24faebd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9360f062-2771-21df-d6e5-0fd5cbae1171-706424b1 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_9360f062-2771-21df-d6e5-0fd5cbae119a-706424b1 {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bde-706424b1 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_5affe549-a1ff-2ea0-3424-9adbd94942cd-706424b1 {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-e4da4c37-ee58-167a-cbd7-451e68993a19-68993a17 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e4da4c37-ee58-167a-cbd7-451e68993abe-68993a17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fc63f14d-5d9f-4dd1-9f95-203e415e35a8-7064250d, #w-node-_084f61f6-bf21-518b-40b8-c80cf1695117-7064250d {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_084f61f6-bf21-518b-40b8-c80cf1695134-7064250d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_084f61f6-bf21-518b-40b8-c80cf1695149-7064250d {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_084f61f6-bf21-518b-40b8-c80cf1695154-7064250d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cad07e38-5d9d-b7a3-c2f4-ae6de6f0fdb8-7064250d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-cad07e38-5d9d-b7a3-c2f4-ae6de6f0fdcc-7064250d {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-cad07e38-5d9d-b7a3-c2f4-ae6de6f0fdd7-7064250d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4d9e7fa9-bc52-45cc-d81d-5a8d092e4da4-70642512 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6478de35-d21a-3118-9008-bccf03e30df4-70642534 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_6478de35-d21a-3118-9008-bccf03e30e18-70642534 {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c51e-7064257a {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c541-7064257a {
    grid-area: 3 / 2 / 4 / 6;
  }

  #w-node-_97ca23a3-6cb5-5372-306a-eff7d5e05fd7-7064257a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ccad30fc-b48a-a74a-b732-16885c13d63c-70642587 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-ccad30fc-b48a-a74a-b732-16885c13d659-70642587 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ccad30fc-b48a-a74a-b732-16885c13d66e-70642587 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-ccad30fc-b48a-a74a-b732-16885c13d679-70642587 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_42f49c98-7590-c1a2-0ddb-310f55ee4092-70642587 {
    grid-area: 1 / 4 / 2 / 10;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9360f062-2771-21df-d6e5-0fd5cbae119a-706424b1, #w-node-_5affe549-a1ff-2ea0-3424-9adbd94942cd-706424b1 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_02c14c7c-4a4c-b4c0-3860-a8693e96e453-7064250b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a4edf022-176a-1418-3a20-0593be70d8c3-7064250b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a4edf022-176a-1418-3a20-0593be70d8c8-7064250b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_176de156-eee6-9789-ada5-cb2e58a79609-58a79600 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5e198eba-d823-5c59-32ae-a75efb12d654-70642511 {
    justify-self: start;
  }

  #w-node-d68d974d-0cf5-6e17-37b1-9e9d07d15991-70642511 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d68d974d-0cf5-6e17-37b1-9e9d07d15996-70642511 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b7ae368b-d67e-9cf3-3b85-19d8ec4b2d52-70642533 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b7ae368b-d67e-9cf3-3b85-19d8ec4b2d57-70642533 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6478de35-d21a-3118-9008-bccf03e30e18-70642534 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-a0d6a969-1540-f7d0-f1cb-ddfde1726a55-7064257a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_97ca23a3-6cb5-5372-306a-eff7d5e05fe8-7064257a {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9360f062-2771-21df-d6e5-0fd5cbae1171-706424b1 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_9360f062-2771-21df-d6e5-0fd5cbae1181-706424b1 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_9360f062-2771-21df-d6e5-0fd5cbae1186-706424b1 {
    grid-area: 3 / 2 / 4 / 12;
    justify-self: center;
  }

  #w-node-_9360f062-2771-21df-d6e5-0fd5cbae1196-706424b1 {
    grid-row: 4 / 5;
  }

  #w-node-_9360f062-2771-21df-d6e5-0fd5cbae119a-706424b1 {
    grid-area: 4 / 3 / 5 / 11;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bde-706424b1 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bed-706424b1 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bf2-706424b1 {
    grid-area: 3 / 2 / 4 / 12;
    justify-self: center;
  }

  #w-node-d2814e4f-3352-c6d2-8007-0eae19f8301d-706424b1 {
    grid-row: 4 / 5;
  }

  #w-node-_5affe549-a1ff-2ea0-3424-9adbd94942cd-706424b1 {
    grid-area: 4 / 3 / 5 / 11;
  }

  #w-node-_6273eaa8-8cb6-e6ea-32a2-7a39718385f8-7064250b {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-a4edf022-176a-1418-3a20-0593be70d8c3-7064250b {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-a4edf022-176a-1418-3a20-0593be70d8c8-7064250b {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-fc63f14d-5d9f-4dd1-9f95-203e415e35a8-7064250d, #w-node-_084f61f6-bf21-518b-40b8-c80cf1695117-7064250d {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-d68d974d-0cf5-6e17-37b1-9e9d07d15991-70642511 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-d68d974d-0cf5-6e17-37b1-9e9d07d15996-70642511 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-b7ae368b-d67e-9cf3-3b85-19d8ec4b2d52-70642533 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-b7ae368b-d67e-9cf3-3b85-19d8ec4b2d57-70642533 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-_6478de35-d21a-3118-9008-bccf03e30df4-70642534 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_6478de35-d21a-3118-9008-bccf03e30e06-70642534 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_6478de35-d21a-3118-9008-bccf03e30e0b-70642534 {
    grid-area: 3 / 2 / 4 / 12;
    justify-self: center;
  }

  #w-node-_6478de35-d21a-3118-9008-bccf03e30e15-70642534 {
    grid-row: 4 / 5;
  }

  #w-node-_6478de35-d21a-3118-9008-bccf03e30e18-70642534 {
    grid-area: 4 / 3 / 5 / 11;
  }

  #w-node-ea687335-6af8-7b32-7998-ce08dd9eab35-70642561 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c51e-7064257a {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c52e-7064257a {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c533-7064257a {
    grid-area: 3 / 2 / 4 / 12;
    justify-self: center;
  }

  #w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c53d-7064257a {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c541-7064257a {
    grid-area: 4 / 3 / 5 / 11;
  }

  #w-node-ccad30fc-b48a-a74a-b732-16885c13d63c-70642587 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-ccad30fc-b48a-a74a-b732-16885c13d64f-70642587 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ccad30fc-b48a-a74a-b732-16885c13d65e-70642587 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ccad30fc-b48a-a74a-b732-16885c13d673-70642587 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-ccad30fc-b48a-a74a-b732-16885c13d679-70642587 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_42f49c98-7590-c1a2-0ddb-310f55ee4092-70642587 {
    grid-area: 1 / 3 / 2 / 11;
  }
}


