:root {
  --base-color-neutral--neutral-lightest: #fcfcfc;
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --base-color-neutral--white: #fff;
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --text-color--text-primary: var(--base-color-neutral--black);
  --base-color-brand--blue: #2d62ff;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--black: #000;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

body {
  color: #000;
  background-color: #4b3b2c;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: #fff;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2.5rem;
}

a {
  color: var(--base-color-neutral--neutral-lightest);
  font-family: Outfit, sans-serif;
  font-size: 1.4rem;
  text-decoration: none;
  display: block;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

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

.text-color-primary {
  color: var(--base-color-neutral--white);
}

.text-color-secondary {
  color: var(--base-color-neutral--neutral-lightest);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 5.3125rem;
  font-weight: 400;
  line-height: 1.1;
}

.padding-global {
  padding-left: .75rem;
  padding-right: .75rem;
}

.padding-global.padding-section-large.is-smaller {
  padding-bottom: 3rem;
}

.padding-global.padding-section-large.is-b-a {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

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

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

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

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

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

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.page-wrapper {
  background-image: linear-gradient(#564638, #564638), url('../images/background.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-wrapper.is-homepage {
  background-image: none;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

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

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

.container-large.is-bigger {
  max-width: 82rem;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  overflow: hidden;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  max-width: 300px;
  max-height: 60px;
  color: var(--text-color--text-alternate);
  text-align: center;
  letter-spacing: .03rem;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 1.5625rem;
  padding: 1.25rem 4.375rem;
  font-family: Raleway, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition: all .4s;
}

.button:hover {
  background-color: var(--base-color-neutral--white);
  color: #4e4842;
  border-width: 1px;
  border-radius: 1.5625rem;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  background-color: var(--base-color-neutral--white);
  color: #4e4842;
  -webkit-text-stroke-color: #4e484200;
  border: 1px solid #2220;
  border-radius: 1.5625rem;
  max-width: 300px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.6rem;
}

.button.is-secondary:hover {
  border-width: 1px;
  border-color: var(--base-color-neutral--white);
  color: #fff;
  background-color: #fff0;
  border-radius: 1.5625rem;
}

.button.is-secondary.is-cta {
  overflow: hidden;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-contact {
  color: var(--base-color-neutral--neutral-lightest);
  text-align: center;
  border-radius: .625rem;
  margin-top: 2rem;
  padding: 2rem 4.5rem 3rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1rem;
}

.button.is-services {
  background-color: var(--base-color-neutral--white);
  color: #674930;
  border-width: 0;
  max-width: 350px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.button.is-services:hover {
  color: #fff;
  letter-spacing: 0;
  background-color: #836750;
  border-width: 0;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

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

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
  display: none;
}

.spacer-huge.is-none {
  display: none;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #0000;
  background-image: linear-gradient(90deg, #030303, #03030300);
  width: 100%;
  padding-top: .625rem;
  padding-bottom: .625rem;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
  box-shadow: 0 4px 4px #0003;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.nav_logo {
  text-align: left;
  width: 7rem;
}

.nav_menu {
  background-color: #fff0;
  background-image: linear-gradient(90deg, #030303, #443f3c00 87%);
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  padding-top: 1rem;
  display: block;
}

.nav_menu_link {
  color: var(--base-color-neutral--white);
  -webkit-text-stroke-color: #fff0;
  margin: 0;
  padding: 0 0 0;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.nav_menu_link.w--current {
  color: var(--base-color-neutral--white);
}

.nav_menu_link.is-hamburger {
  width: 35%;
  padding: 1rem;
  font-size: 2.5rem;
  display: block;
}

.nav_menu_link.is-hamburger.is-about {
  width: 19%;
  padding: 1rem;
}

.nav_menu_link.is-hamburger.is-services {
  width: 15%;
  padding: 1rem;
}

.nav_menu_link.is-hamburger.is-services.is-white {
  background-color: #0000;
}

.nav_menu_link.is-hamburger.is-reservation {
  width: 31%;
  padding: 1rem;
}

.nav_menu_link.is-hamburger.is-b-a {
  width: 23%;
  padding: 1rem;
}

.nav_menu_link.is-hamburger.is-contact {
  width: 16%;
}

.nav_button {
  padding: 1rem 0 1rem 1rem;
}

.nav_button.w--open {
  background-color: #c8c8c800;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_heading {
  text-align: left;
  width: 100%;
  min-width: 1100px;
  max-width: 1300px;
  font-size: 5.2rem;
  line-height: 5rem;
}

.homepage-section_hero {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  object-fit: cover;
  background-color: #564638;
  background-image: url('../images/hero-bg-2.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  min-width: 100vw;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.body {
  background-color: #9b9898;
}

.paragraph {
  color: #ffffffd9;
  text-align: left;
  letter-spacing: .5px;
  max-width: 1200px;
  font-family: Raleway, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.3rem;
}

.nav-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.nav-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  display: none;
}

.image {
  display: block;
  overflow: visible;
}

.hero-content_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 3rem;
  margin-left: 1rem;
  display: flex;
}

.hero-button_wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.625rem;
  display: flex;
}

.hero-paragraph_clinic-title {
  filter: drop-shadow(0 4px 5px #000000b3);
  color: #ffffff4d;
  text-align: center;
  letter-spacing: 8px;
  font-family: Playfair Display, sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1;
  display: none;
  position: absolute;
  inset: auto 7% 10px 0%;
}

.horizontal-scroll-wrap {
  padding-bottom: 100vh;
}

.height {
  background-image: none;
  height: 600dvh;
  position: relative;
}

.full-page {
  background-color: var(--base-color-brand--blue);
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
}

.full-page.is-horizontal-scroll-section {
  text-align: center;
  background-color: #2d62ff00;
  border: 0 solid #f000;
  width: 100vw;
  margin-left: -1px;
}

.full-page.is-horizontal-scroll-section.is-none {
  display: none;
}

.horizontal-track {
  width: 300vw;
  height: 100%;
  display: flex;
}

.sticky {
  aspect-ratio: auto;
  border: 0 solid red;
  width: 100%;
  height: 100dvh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mover {
  display: flex;
}

.flex-offset {
  margin-right: -100vw;
  display: flex;
}

.homepage-section_about {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff0;
  object-fit: cover;
  background-color: #564638;
  background-image: url('../images/Group-343.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  min-width: 100vw;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-button_wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.1rem;
  display: flex;
}

.about_heading {
  max-width: 50rem;
  margin-top: 0;
  font-size: 4rem;
  line-height: 1;
  display: block;
}

.about_paragraph {
  max-width: 41.25rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.about-content_wrapper {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  margin-top: 5rem;
  display: flex;
  position: relative;
}

.about_testimonial-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.about_testimonial-text {
  letter-spacing: 2px;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
}

.text-span {
  font-weight: 300;
}

.bold-text {
  letter-spacing: 1px;
}

.about_bg-img {
  z-index: 0;
  object-fit: cover;
  min-width: 100vw;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.contact-us-section_form {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff0;
  object-fit: cover;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact_background-img {
  z-index: 0;
  flex: 0 auto;
  max-width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.page_heading-h1 {
  z-index: 1;
  margin-top: 0;
  margin-left: 1rem;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact_form-wrapper {
  position: relative;
}

.contact_form-wrapper.is-none {
  display: none;
}

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

.contact_subtitle {
  color: var(--base-color-neutral--neutral-lighter);
  text-align: center;
  margin-top: .5rem;
  font-weight: 600;
}

.fields-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.left-form, .right-form {
  flex: 1;
}

.field-title {
  color: var(--base-color-neutral--neutral-lighter);
  font-family: Raleway, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
}

.text-field {
  border: 0px solid var(--base-color-neutral--white);
  color: #fff;
  -webkit-text-stroke-color: #fff0;
  background-color: #fff0;
  background-image: linear-gradient(90deg, #311f0eb3 43%, #291b1399);
  border-radius: 4px;
  max-width: 40rem;
  min-height: 3.75rem;
  font-family: Raleway, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: inset 2px 2px 10px #0006;
}

.text-field.message {
  max-width: none;
  min-height: 16.25rem;
}

.paragraph_consent {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2.2rem;
}

.contact_main-image {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  filter: drop-shadow(0 4px 20px #000000b3);
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 280px;
  max-height: 280px;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.success-message {
  background-color: #ddd0;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.footer {
  z-index: 1;
  display: block;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.logo-image {
  text-align: left;
  padding-bottom: 1.5rem;
  position: static;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 1.1rem;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 1rem 1.5rem;
  display: flex;
}

.footer_left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.footer_middle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer_right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-heading {
  color: var(--base-color-neutral--white);
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.footer-heading.is-heading-link {
  text-align: center;
  letter-spacing: 2px;
  padding-right: 3rem;
  font-size: 1.7rem;
}

.info-title {
  color: var(--base-color-neutral--white);
  font-family: Outfit, sans-serif;
  font-size: 1.4rem;
}

.contact-info {
  color: var(--base-color-neutral--neutral-lightest);
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
}

.left-links, .right-links {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.links-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.is-socials {
  color: var(--base-color-neutral--white);
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.social-links {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.social-links.is-nav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-left: 1rem;
  display: flex;
}

.footer_legal-pages {
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.all-rights-reserved {
  color: var(--base-color-neutral--white);
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.legal-pages {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  padding-right: 3rem;
  display: flex;
}

.legal-link, .link-2 {
  font-size: 1rem;
}

.policy-us-section_form {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff0;
  object-fit: cover;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.policy-heading {
  font-family: Raleway, sans-serif;
  font-size: 3rem;
  font-weight: 600;
}

.policy-paragraph {
  width: 100%;
  min-width: 990px;
  max-width: 1296px;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.text-span-2 {
  font-family: Outfit, sans-serif;
}

.section_work {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff0;
  object-fit: cover;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-wrapper {
  display: flex;
}

.faq_description {
  flex-flow: column;
  flex: 1;
  max-width: 501px;
  display: flex;
}

.faq_items {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.faq_eyebrow {
  color: #fff;
  letter-spacing: .03px;
  font-family: Raleway, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
}

.faq_heading-h2 {
  filter: drop-shadow(5px 5px 5px #0006);
  margin-top: .5rem;
  margin-bottom: 2rem;
}

.faq-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #d9d9d980;
  background-image: linear-gradient(90deg, #311f0ef2 61%, #443f3c);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-flow: column;
  max-width: 750px;
  display: flex;
}

.faq-item.is-not-first {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq-item.is-none {
  display: none;
}

.faq-question {
  border-bottom: 1px solid var(--base-color-neutral--white);
  color: #fff;
  cursor: pointer;
  border-top-left-radius: 8px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 750px;
  max-width: 750px;
  min-height: 70px;
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Raleway, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  display: flex;
}

.faq-answer {
  border-bottom: 1px solid var(--base-color-neutral--white);
  padding-bottom: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

.answer {
  font-weight: 400;
}

.lottie-animation {
  filter: invert();
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.work_heading {
  text-align: center;
}

.work_text {
  color: var(--base-color-neutral--neutral-lightest);
  font-family: Raleway, sans-serif;
}

.work_text.is-b-a {
  filter: drop-shadow(0 4px 30px #000);
  text-align: left;
  height: 260px;
  font-size: 1.375rem;
  font-weight: 500;
}

.work_text.is-b-a.is-first {
  height: 225px;
}

.work_image {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  flex: 0 auto;
  width: 768px;
  height: 406px;
  max-height: 100%;
  display: block;
}

.work_image.is-small {
  aspect-ratio: auto;
  object-fit: cover;
  width: auto;
  height: auto;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

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

.tab-5 {
  aspect-ratio: auto;
  opacity: .6;
  -webkit-text-stroke-color: #fff0;
  object-fit: fill;
  background-color: #ddd0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.tab-5.w--current {
  opacity: 100;
  color: #eee0;
  -webkit-text-stroke-color: #c2c2c200;
  background-color: #70707000;
  padding: 0;
}

.work_description {
  z-index: 0;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  aspect-ratio: auto;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: static;
  inset: auto 8% 42%;
}

.bas-wrapper {
  filter: drop-shadow(4px 4px 15px #00000080);
  border-radius: 25px;
  width: 100%;
  max-width: 600px;
  height: 400px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.bas-wrapper.is-homepage {
  max-width: 400px;
  height: 350px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-handle-h {
  z-index: 2;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-text {
  color: var(--base-color-neutral--black);
  font-family: Playfair Display, sans-serif;
  font-size: 1.375rem;
}

.section_about-intro {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff0;
  object-fit: cover;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about_intro-content_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.intro_content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.intro_paragraph {
  width: 580px;
  font-size: 1.4rem;
  font-weight: 500;
}

.intro_paragraph.is-second {
  width: 580px;
}

.intro_paragraph.is-full-width {
  width: 100%;
}

.about_intro-paragraph-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 1270px;
  margin-bottom: 2rem;
  display: flex;
}

.slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  min-width: 1400px;
  min-height: 550px;
  display: flex;
}

.section_about-team {
  margin-bottom: 0;
}

.team_heading {
  filter: drop-shadow(0 2px 20px #00000080);
  text-align: center;
}

.team_member {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.member_image {
  object-fit: cover;
  flex: 0 auto;
  max-width: 650px;
  overflow: clip;
}

.member_image.is-person {
  max-width: 100%;
}

.member_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 1rem;
  display: flex;
}

.member-paragraph {
  max-width: 765px;
  font-weight: 500;
}

.member-paragraph_signature {
  aspect-ratio: auto;
  object-fit: cover;
  font-family: Vujahday Script, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.image-3 {
  aspect-ratio: 2 / 3;
  max-width: 600px;
  height: 700px;
}

.member_description-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-2, .left-arrow-2, .slide-nav-3 {
  display: none;
}

.about_slider {
  background-color: #ddd0;
  min-height: 450px;
}

.section_about-process {
  margin-bottom: 0;
}

.process_heading {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  font-size: 5.3125rem;
  display: flex;
}

.process_plan {
  margin-top: 4rem;
}

.process_one {
  flex-flow: column;
  display: flex;
  position: relative;
}

.small-circle {
  border: 5px solid var(--base-color-neutral--white);
  border-radius: 100px;
  max-width: 200px;
  min-height: 200px;
  max-height: 200px;
  position: absolute;
  inset: 15% 0% auto 14.5%;
}

.big-circle {
  z-index: 1;
  border: 10px solid var(--base-color-neutral--white);
  border-radius: 200px;
  max-width: 300px;
  min-height: 300px;
  position: relative;
}

.circle {
  flex: 1;
  max-width: 300px;
  min-height: 300px;
  position: relative;
}

.number {
  color: var(--base-color-neutral--white);
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 9.375rem;
  font-weight: 400;
  line-height: 1;
}

.content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.title {
  filter: drop-shadow(0 2px 15px #00000080);
  font-size: 4.5rem;
}

.subtitle {
  letter-spacing: .5px;
  max-width: 980px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.8rem;
}

.line {
  z-index: 0;
  background-color: var(--base-color-neutral--white);
  color: #0000;
  text-align: center;
  border: 1px solid #000;
  border-left: 0 solid #fff;
  max-width: 7px;
  min-height: 200px;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: 99% 0% 0% 11.5%;
}

.process_one-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-5 {
  aspect-ratio: 2 / 3;
  vertical-align: baseline;
  object-fit: fill;
  max-width: 509px;
  max-height: 734px;
}

.process_twoo, .process_four {
  flex-flow: column;
  margin-top: 12rem;
  display: flex;
  position: relative;
}

.process_two-wrapper, .process_three-wrapper, .process_four-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.homepage-section_testimonials {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  object-fit: cover;
  background-color: #fff0;
  background-image: url('../images/testimonials_bg.avif');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  min-width: 100vw;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonials_eyebrow {
  color: var(--base-color-neutral--neutral-lighter);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 4rem;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.testimonials_heading {
  font-size: 3rem;
}

.testimonials_wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab_link {
  border-bottom: 2px solid var(--base-color-neutral--white);
  color: var(--base-color-neutral--white);
  letter-spacing: 1px;
  background-color: #ddd0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.tab_link.w--current {
  color: #ab7f52;
  background-color: #ddd0;
  border-bottom: 2px solid #ab7f52;
}

.testimonial_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.testimonial_content {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  min-width: 400px;
  max-width: 480px;
  margin-top: .5rem;
  display: flex;
}

.testimonial_image {
  flex: 0 auto;
  padding-right: 2rem;
}

.testimonial_headshot {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  flex: 0 auto;
  max-width: 400px;
  display: flex;
}

.testimonial_heading {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 500;
}

.testimonial_paragraph {
  text-align: left;
  max-width: 370px;
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.testimonial_heading-h4 {
  text-align: left;
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.list {
  font-family: Varela, sans-serif;
  list-style-type: disc;
}

.list_item {
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
}

.testimonial_headshot-text {
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.tabs-menu-2 {
  margin-bottom: 2rem;
}

.homepage-section_services {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  object-fit: cover;
  background-color: #fff0;
  background-image: url('../images/services_bg.avif');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  min-width: 100vw;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services_heading {
  font-size: 3rem;
}

.services_service {
  aspect-ratio: auto;
  object-fit: cover;
  position: relative;
}

.services_service.is-all-services {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: 220px;
  padding-left: 2rem;
  display: block;
}

.service_title {
  letter-spacing: 1px;
  font-family: Outfit, sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  inset: auto 0% 8%;
}

.service_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 350px;
  height: 220px;
  margin-bottom: 0;
  line-height: 1;
}

.services_heading-wrapper {
  margin-top: 5rem;
}

.services_heading-wrapper.is-services {
  margin-top: 3rem;
  padding-bottom: 1rem;
}

.services_heading-wrapper.is-services.is-white {
  background-color: #0000;
}

.services_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services_first-row {
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.services_second-row {
  display: flex;
}

.service-link_all-services {
  text-align: left;
  max-width: 328px;
  margin-top: .8rem;
  font-size: 2.5rem;
}

.image-8 {
  position: static;
  inset: 62% 50% 50% 45%;
}

.all-services_link {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 20% 39%;
}

.links_wrapper {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  border-bottom: 0px solid var(--base-color-neutral--white);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 210px;
  margin-top: .7rem;
  display: flex;
}

.link_text {
  border-bottom: 0px solid var(--base-color-neutral--white);
  font-family: Raleway, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: none;
}

.link_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid var(--base-color-neutral--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.link_wrapper.is-none {
  display: none;
}

.bold-text-3 {
  font-weight: 500;
}

.homepage-section_booking {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  object-fit: cover;
  background-color: #fff0;
  background-image: url('../images/image-35.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  min-width: 100vw;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.booking_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.booking_eyebrow {
  color: var(--base-color-neutral--neutral-lighter);
  mix-blend-mode: normal;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.booking_heading {
  filter: drop-shadow(0 4px 20px #00000080);
  letter-spacing: 2px;
  font-size: 4.3rem;
  line-height: 1;
}

.booking_paragraph {
  color: #ffffffe6;
  text-align: center;
  max-width: 900px;
  margin-bottom: 3rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.booking_title {
  margin-bottom: 2rem;
}

.white-line-gradient {
  background-color: #fff0;
  background-image: linear-gradient(90deg, #fff, #ffffffbf 25%, #ffffff80 50%, #ffffff40 75%, #fff0);
  width: 100%;
  min-width: 1000px;
  max-width: 1296px;
  min-height: 3px;
}

.white-line-gradient.is-reversed {
  background-image: linear-gradient(270deg, #fff, #ffffffbf 25%, #ffffff80 50%, #ffffff40 75%, #fff0);
}

.white-line-gradient.is-reversed.is-map {
  margin-bottom: 0;
}

.white-line-gradient.is-none {
  margin-top: 5rem;
}

.homepage-section_map {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  object-fit: cover;
  background-color: #fff0;
  background-image: url('../images/map_bg.avif');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  min-width: 100vw;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.map_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.map-content_wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  display: flex;
}

.map_google-map {
  flex: 1;
}

.map_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 0 auto;
  max-width: 53%;
  display: flex;
}

.content-text {
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.content-text.is-number {
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.code-embed {
  width: 100%;
}

.footer-homepage {
  background-color: #10101000;
  background-image: linear-gradient(#000000e6, #000000a6), url('../images/map_bg.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  position: relative;
  overflow: hidden;
}

.link-3 {
  font-size: 1rem;
}

.footer-link {
  font-size: 1.5rem;
}

.section_map {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  object-fit: cover;
  background-color: #fff0;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  min-width: 100vw;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_booking {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  object-fit: cover;
  background-color: #fff0;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span-5 {
  text-align: left;
}

.social-image {
  width: 52px;
}

.social-image.is-smaller {
  width: 36px;
}

.intro_wrapper {
  display: block;
  position: relative;
}

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

.tab_pane-wrap-all {
  width: 100%;
}

.line_wrapper {
  width: 100%;
  min-width: 1000px;
  max-width: 1296px;
  padding-bottom: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.line_wrapper.is-reversed {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.line_wrapper.is-reversed.is-home {
  padding-bottom: 0;
}

.services_subtitle-text {
  color: var(--base-color-neutral--neutral-lighter);
  font-size: 1.2rem;
  font-weight: 500;
}

.services_subtitle-text.is-none {
  display: none;
}

.page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.page.is-home {
  min-height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  background-color: #f1714400;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.marquee.is-none {
  display: none;
}

.text-block-4 {
  filter: drop-shadow(0 4px 14px #0006);
  color: var(--base-color-neutral--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 2rem;
  font-family: Playfair Display, sans-serif;
  font-size: 9vw;
  font-weight: 500;
  line-height: 1;
}

.text-block-4.is-home {
  filter: drop-shadow(0 4px 5px #000000b3);
  color: #ffffff4d;
  letter-spacing: 8px;
  font-size: 7vw;
}

.nav_link_wrapper {
  padding-top: .3rem;
  font-weight: 700;
  text-decoration: none;
}

.nav_link_wrapper:hover {
  color: #fff;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: auto;
  padding-bottom: 0;
  line-height: 1.5rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.underlines {
  background-color: var(--base-color-neutral--white);
  width: 100%;
  height: 1px;
  color: var(--base-color-neutral--white);
  display: none;
}

.nav_link_wrapper_2 {
  padding-top: .3rem;
}

.underlines_2 {
  background-color: var(--base-color-neutral--white);
  width: 100%;
  height: 1px;
  display: none;
}

.nav_link_wrapper_3 {
  padding-top: .3rem;
}

.underlines_3 {
  background-color: var(--base-color-neutral--white);
  width: 100%;
  height: 1px;
  display: none;
}

.benefits_card_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.benefits_wrap {
  container-type: inline-size;
}

.benefits_card_mask_clip {
  overflow: hidden;
}

.benefits_card_wrap {
  color: #fff;
  background-color: #614f3f;
  border-radius: 1.7rem;
  flex-flow: column;
  width: 100%;
  padding: 1rem;
  transition: width .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.u-container {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 70rem;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 3rem;
  display: flex;
  position: relative;
}

.benefits_card_mask_wrap {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: grid;
}

.benefits_card_img {
  opacity: .8;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.benefits_card_text {
  text-wrap: balance;
  margin-bottom: 1rem;
  padding-top: .7rem;
}

.button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 100vw;
  padding: .5em 1.5em;
}

.benefits_card_title {
  text-align: left;
  text-wrap: balance;
  font-size: 2rem;
}

.benefits_layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.benefits_card_icon {
  width: 5rem;
}

.homepage_services_wrapper {
  background-image: url('../images/services-bg-2-1.jpg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.services_button_wrapper {
  margin-top: 0;
  padding-top: 2rem;
}

.main-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-family: Lato, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  transform: translate(0);
  box-shadow: 2px 2px #eee;
}

.main-button:hover {
  color: #aaa159;
  background-color: #fff;
  outline-width: 2px;
  outline-color: #0f1316;
}

.card-item {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  height: 25rem;
  transform-style: preserve-3d;
  background-color: #e0e0e087;
  border-radius: 1rem;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-bottom: .5rem;
  padding: 2.5rem;
  transition: transform .6s;
  display: flex;
  overflow: visible;
}

.card-item:hover {
  transform: rotateX(0)rotateY(20deg)rotateZ(0);
}

.card-header {
  color: var(--base-color-neutral--white);
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.hero-bg-image {
  z-index: 1;
  filter: blur(4px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-wrap-2 {
  display: flex;
}

.card-paragrapgh {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.6;
}

.my-slider-progress {
  width: 99%;
  height: 2px;
  overflow: hidden;
}

.splide__slide {
  perspective: 1000px;
  flex: none;
  align-items: flex-start;
  width: 320px;
  max-width: 320px;
  margin-right: 2rem;
  overflow: visible;
}

.splide__slide:first-child {
  padding-left: 0;
}

.header-tag {
  color: var(--base-color-neutral--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 300;
  line-height: .9;
}

.splide__track {
  overflow: visible;
}

.card-header-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  margin-right: 5rem;
  line-height: 1;
  display: flex;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider {
  z-index: 9;
  cursor: grab;
  border: 1px solid #ffffff38;
  border-right-style: none;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  padding-left: 2rem;
  overflow: hidden;
}

.card-icon {
  width: 3rem;
  margin-bottom: 20px;
}

.splide__list {
  justify-content: flex-start;
  align-items: flex-start;
  width: 60vw;
  display: flex;
  overflow: visible;
}

.button-text {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.my-slider-progress-bar {
  background-color: #007167;
  width: 30vw;
  height: 7px;
}

.section-header {
  text-indent: 0;
  text-transform: capitalize;
  column-count: 0;
  margin-top: 20px;
  margin-bottom: 9px;
  font-family: PT Serif, serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: .9;
}

.slider-cards-section {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding: 10rem 0 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-content-wrapper-2 {
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-16 {
  max-width: 230px;
  margin-bottom: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
}

.is-services {
  background-color: var(--base-color-neutral--black);
}

.page-transition {
  display: none;
}

@media screen and (min-width: 1440px) {
  body {
    background-color: #4b3b2c;
  }

  .page-wrapper {
    background-image: linear-gradient(#564638, #564638), url('../images/background.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .homepage-section_hero {
    background-image: url('../images/hero-bg-2.jpg');
  }

  .sticky {
    overflow: hidden;
  }

  .homepage-section_about {
    background-image: url('../images/Group-343.jpg');
    background-position: 70%;
  }

  .footer-heading {
    color: var(--base-color-neutral--white);
    font-size: 1.5rem;
  }

  .footer-heading.is-heading-link {
    color: var(--base-color-neutral--white);
  }

  .testimonial_image {
    overflow: hidden;
  }

  .line_wrapper.is-reversed {
    padding-bottom: 6rem;
  }

  .underlines, .underlines_2, .underlines_3 {
    opacity: 0;
  }

  .homepage_services_wrapper {
    background-image: url('../images/services-bg-2-1.jpg');
    background-size: cover;
  }

  .card-item {
    overflow: visible;
  }

  .card-header {
    color: var(--base-color-neutral--white);
    font-family: Oswald, sans-serif;
  }

  .hero-bg-image {
    overflow: clip;
  }

  .my-slider-progress {
    width: 99%;
    position: static;
  }

  .splide__slide {
    overflow: visible;
  }

  .header-tag {
    color: var(--base-color-neutral--white);
    font-family: Varela, sans-serif;
    font-size: 1.2rem;
  }

  .card-header-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .splide.slider {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-width: auto;
  }

  .splide__list {
    width: 100%;
    overflow: visible;
  }

  .section-header {
    font-size: 5rem;
  }

  .slider-cards-section {
    width: 100%;
    padding-top: 11rem;
    padding-bottom: 7rem;
  }

  .section-content-wrapper-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-left: 0;
    padding-left: 3rem;
    overflow: hidden;
  }

  .paragraph-16 {
    max-width: 240px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .is-services {
    background-color: #4b3b2c;
  }

  .image-9, .image-10, .image-11 {
    border-radius: 1rem;
  }

  .page-transition {
    z-index: 999999;
    background-color: #4b3b2c;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

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

  .transition_logo {
    position: absolute;
    inset: 45%;
  }
}

@media screen and (min-width: 1920px) {
  .header-tag {
    font-size: 1.5rem;
  }

  .splide.slider {
    width: 100%;
  }

  .section-header {
    font-size: 6rem;
    line-height: 1;
  }

  .slider-cards-section {
    height: 1080px;
  }

  .section-content-wrapper-2 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-global.padding-section-large, .padding-global.padding-section-large.is-b-a {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .page-wrapper.is-homepage {
    overflow: hidden;
  }

  .button, .button.is-secondary {
    max-width: 350px;
    max-height: 50px;
    padding: 1rem 4.5rem;
    font-size: 1.2rem;
  }

  .button.is-secondary.is-cta {
    max-width: 450px;
    max-height: 65px;
    padding: 1.5rem 7rem;
    font-size: 1.6rem;
    line-height: 1rem;
  }

  .button.is-contact {
    max-width: 300px;
    max-height: 50px;
    padding-top: 1rem;
    padding-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: 400;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-huge {
    padding-top: 5rem;
    display: block;
  }

  .spacer-huge.is-none {
    display: none;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_menu_link.is-hamburger {
    width: 45%;
  }

  .nav_menu_link.is-hamburger.is-about {
    width: 25%;
  }

  .nav_menu_link.is-hamburger.is-reservation {
    width: 41%;
  }

  .nav_menu_link.is-hamburger.is-b-a {
    width: 30%;
  }

  .nav_menu_link.is-hamburger.is-contact {
    width: 21%;
  }

  .nav_button {
    color: #fff;
  }

  .hero_heading {
    min-width: 670px;
    max-width: 820px;
  }

  .homepage-section_hero {
    background-color: #fff0;
    background-position: 50%;
    background-size: cover;
    min-width: 100%;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .paragraph {
    width: 100%;
    min-width: 550px;
    max-width: 760px;
    font-size: 1.35rem;
    line-height: 1.8rem;
  }

  .hero-content_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 5rem;
    margin-bottom: 0;
  }

  .hero-paragraph_clinic-title {
    padding-top: 0;
    padding-right: 6rem;
    font-size: 2.6rem;
    display: none;
    position: absolute;
    bottom: 1%;
    right: 0%;
  }

  .horizontal-scroll-wrap {
    padding-bottom: 0;
    overflow: visible;
  }

  .height {
    height: auto;
    display: block;
    overflow: hidden;
  }

  .full-page.is-horizontal-scroll-section {
    width: auto;
    height: auto;
    margin-left: 0;
  }

  .sticky {
    height: auto;
    margin-bottom: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .mover {
    display: block;
    overflow: hidden;
  }

  .flex-offset {
    margin-right: 0;
    display: block;
    overflow: hidden;
  }

  .main {
    overflow: hidden;
  }

  .homepage-section_about {
    background-color: #fff0;
    background-image: url('../images/Group-343.jpg');
    background-position: 7%;
    background-size: auto 1115px;
    min-width: 100%;
    min-height: 100vh;
    padding-top: 0;
  }

  .about_heading {
    max-width: 45rem;
    font-size: 3.8rem;
  }

  .about_paragraph {
    max-width: 45rem;
    font-size: 1.7rem;
    line-height: 2.4rem;
  }

  .about-content_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about_bg-img {
    min-width: auto;
    min-height: 100%;
    max-height: none;
    margin-top: -1px;
    display: none;
    top: 0%;
  }

  .contact-us-section_form {
    padding-top: 0;
  }

  .contact_background-img {
    display: none;
  }

  .page_heading-h1 {
    margin-top: 0;
    font-size: 3.7rem;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .contact_form-wrapper {
    padding-top: 4rem;
  }

  .contact_heading-h2 {
    font-size: 3.6rem;
  }

  .contact_subtitle {
    font-size: 1.1rem;
  }

  .field-title {
    font-size: 1.5rem;
  }

  .text-field {
    max-width: 23rem;
  }

  .text-field.message {
    min-height: 13rem;
  }

  .paragraph_consent {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .contact_main-image {
    aspect-ratio: auto;
    filter: drop-shadow(0 4px 15px #000000b3);
    object-fit: cover;
    min-width: auto;
    max-width: 100%;
    height: 180px;
    max-height: 180px;
    position: static;
  }

  .logo-image {
    padding-bottom: .8rem;
  }

  .footer-wrapper {
    margin-bottom: .7rem;
  }

  .footer-heading {
    color: var(--base-color-neutral--white);
  }

  .footer-heading.is-heading-link {
    font-size: 1.5rem;
  }

  .info-title {
    font-size: 1.2rem;
  }

  .contact-info {
    font-size: 1.1rem;
  }

  .is-socials {
    font-size: 1.2rem;
  }

  .all-rights-reserved {
    font-size: .85rem;
  }

  .policy-us-section_form {
    padding-top: 0;
  }

  .policy-text_wrapper {
    margin-top: 3rem;
  }

  .policy-heading {
    font-size: 2.7rem;
  }

  .policy-paragraph {
    min-width: 680px;
    max-width: 900px;
    font-size: 1.1rem;
    line-height: 2rem;
  }

  .section_work {
    min-height: auto;
  }

  .faq-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .faq_description {
    flex: 1;
    min-width: 40%;
    max-width: none;
  }

  .faq_items {
    flex: 0 auto;
    min-width: 60%;
  }

  .faq_heading-h2 {
    max-width: 100%;
    font-size: 2.4rem;
  }

  .faq-item {
    max-width: 450px;
  }

  .faq-question {
    min-width: 450px;
    max-width: 450px;
    font-size: 1.2rem;
  }

  .answer {
    font-size: 1rem;
    line-height: 2.1rem;
  }

  .work_wrapper {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .work_text.is-b-a {
    width: 180px;
    height: 210px;
    font-size: 1.1rem;
  }

  .work_text.is-b-a.is-first {
    width: 165px;
    height: 210px;
    font-size: 1.1rem;
  }

  .work_description {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: block;
    position: static;
  }

  .bas-wrapper {
    max-width: 350px;
    height: 350px;
  }

  .bas-wrapper.is-homepage {
    justify-content: center;
    align-items: center;
    min-width: 670px;
    max-width: 670px;
    height: 310px;
    padding-right: 0;
    display: flex;
  }

  .bas-image-before {
    max-width: 750px;
  }

  .section_about-intro {
    padding-top: 3rem;
  }

  .about_intro-content_wrapper {
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
  }

  .intro_content {
    width: 400px;
    max-width: 400px;
    margin-bottom: 2rem;
    margin-left: 1rem;
  }

  .intro_paragraph {
    width: 400px;
    font-size: 1.2rem;
  }

  .intro_paragraph.is-second {
    width: 390px;
    display: none;
  }

  .intro_paragraph.is-full-width {
    width: 800px;
  }

  .intro_paragraph.is-full-width.is-none {
    display: none;
  }

  .team_heading {
    font-size: 3.3rem;
  }

  .member_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    margin-left: 1rem;
  }

  .member-paragraph {
    font-size: 1.1rem;
    line-height: 2.2rem;
  }

  .member-paragraph.is-none {
    display: none;
  }

  .member-paragraph_signature {
    font-size: 1.3rem;
  }

  .image-3 {
    max-height: 800px;
  }

  .member_description-wrapper {
    justify-content: space-between;
  }

  .intro_slider {
    justify-content: center;
    align-items: center;
    width: 500px;
    min-width: 400px;
    display: flex;
  }

  .about_slider {
    justify-content: center;
    align-items: center;
    min-height: 180px;
    display: block;
  }

  .small-circle {
    justify-content: center;
    align-items: center;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
    display: flex;
    top: 8%;
    left: 8%;
  }

  .big-circle, .circle {
    max-width: 200px;
    min-height: 200px;
  }

  .number {
    margin-bottom: 3.5rem;
  }

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

  .title {
    font-size: 3rem;
  }

  .subtitle {
    text-align: left;
    max-width: 560px;
    font-size: 1.5rem;
    line-height: 2.3rem;
  }

  .line {
    left: 12.5%;
  }

  .process_one-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .image-5 {
    max-height: 600px;
  }

  .homepage-section_testimonials {
    min-height: 100svh;
    margin-top: -1px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .testimonials_eyebrow {
    margin-top: 0;
    font-size: 1rem;
  }

  .testimonials_wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .testimonial_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
  }

  .testimonial_content {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: row;
    min-width: 340px;
    max-width: none;
  }

  .testimonial_image {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .testimonial_headshot {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 670px;
  }

  .testimonial_paragraph {
    max-width: 320px;
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .testimonial_heading-h4 {
    font-size: 1.3rem;
  }

  .list {
    margin-top: .5rem;
  }

  .list_item {
    font-size: .9rem;
  }

  .testimonial_headshot-text {
    text-align: left;
    max-width: 300px;
  }

  .homepage-section_services {
    margin-top: -1px;
    padding-top: 0;
  }

  .services_heading {
    font-size: 4rem;
  }

  .services_service.is-all-services {
    width: 350px;
    height: 220px;
    inset: 0% 0% 10%;
  }

  .service_title {
    font-size: 1.5rem;
  }

  .services_heading-wrapper {
    margin-top: 3rem;
  }

  .services_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
  }

  .services_first-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
  }

  .services_second-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .service-link_all-services {
    max-width: 300px;
    font-size: 2.5rem;
  }

  .all-services_link {
    bottom: 17%;
    left: 45%;
  }

  .link_text {
    font-size: 1.1rem;
  }

  .link_wrapper.is-none {
    display: none;
  }

  .homepage-section_booking {
    margin-top: -1px;
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .booking_wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .booking_eyebrow {
    font-size: 1.3rem;
  }

  .booking_heading {
    font-size: 4.7rem;
  }

  .booking_paragraph {
    max-width: 670px;
    margin-bottom: 5rem;
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .booking_title {
    margin-bottom: 4rem;
  }

  .white-line-gradient {
    min-width: 750px;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .white-line-gradient.is-reversed {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .white-line-gradient.is-reversed.is-map {
    margin-bottom: 4rem;
  }

  .homepage-section_map {
    background-color: #fff0;
    margin-top: -1px;
    padding-top: 3rem;
  }

  .map_heading {
    font-size: 3rem;
  }

  .map-content_wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 1rem;
  }

  .content-text {
    font-size: 1.3rem;
  }

  .footer-homepage {
    margin-top: -1px;
  }

  .footer-link {
    font-size: 1.2rem;
  }

  .section_map {
    min-height: auto;
    padding-top: 3rem;
  }

  .section_booking {
    padding-top: 0;
  }

  .testimonial_text_one {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
    display: flex;
  }

  .testimonial_text_two {
    flex-flow: column;
    display: flex;
  }

  .heading-2 {
    font-size: 3.6rem;
  }

  .link-4 {
    font-size: 1rem;
  }

  .intro_wrapper {
    position: relative;
  }

  .faq_paragraph {
    word-break: normal;
    max-width: 85%;
    font-size: 1.1rem;
    line-height: 2.1rem;
  }

  .line_wrapper {
    padding-bottom: 3rem;
  }

  .line_wrapper.is-reversed {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .services_subtitle-text {
    text-align: center;
    max-width: 600px;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .page {
    min-height: auto;
  }

  .benefits_card_wrap {
    border-radius: 2rem;
  }

  .u-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card-item {
    height: 23rem;
    padding: 2rem;
  }

  .card-header {
    font-size: 1.5rem;
  }

  .card-header-wrap {
    margin-bottom: 2rem;
    margin-left: 5vw;
    margin-right: 0;
  }

  .splide.slider {
    margin-bottom: 2rem;
    margin-left: 3rem;
  }

  .section-header {
    font-size: 4.5rem;
  }

  .slider-cards-section {
    padding-right: 0;
  }

  .section-content-wrapper-2 {
    flex-direction: column;
    padding-left: 0;
  }

  .paragraph-16 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .transition_logo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  a {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

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

  .button {
    width: 100%;
    min-width: 210px;
    max-width: 330px;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .button.is-secondary {
    width: 100%;
    min-width: 230px;
    max-width: 330px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .nav_menu_link {
    display: none;
  }

  .nav_menu_link.is-hamburger {
    width: 71%;
  }

  .nav_menu_link.is-hamburger.is-about {
    width: 39%;
  }

  .nav_menu_link.is-hamburger.is-services {
    width: 35%;
  }

  .nav_menu_link.is-hamburger.is-reservation {
    width: 65%;
  }

  .nav_menu_link.is-hamburger.is-b-a {
    width: 48%;
  }

  .nav_menu_link.is-hamburger.is-contact {
    width: 35%;
  }

  .hero_heading {
    min-width: 430px;
    max-width: 630px;
  }

  .homepage-section_hero {
    background-attachment: scroll;
    min-height: 100svh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph {
    max-width: 595px;
  }

  .hero-content_wrapper {
    margin-top: 0;
  }

  .hero-paragraph_clinic-title {
    padding-right: 5rem;
    font-size: 1.9rem;
    display: none;
    left: 0%;
  }

  .about_heading {
    font-size: 3.6rem;
  }

  .page_heading-h1 {
    font-size: 3.1rem;
    bottom: 16%;
  }

  .contact_heading-h2 {
    font-size: 3.2rem;
  }

  .contact_subtitle {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .field-title {
    font-size: 1.3rem;
  }

  .text-field {
    max-width: 19rem;
    min-height: 3.2rem;
    font-size: 1.2rem;
  }

  .paragraph_consent {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .contact_main-image {
    height: 220px;
    min-height: 220px;
  }

  .footer-heading {
    color: var(--base-color-neutral--white);
  }

  .footer-heading.is-heading-link {
    font-size: 1.2rem;
  }

  .info-title {
    font-size: 1rem;
  }

  .contact-info {
    font-size: .85rem;
  }

  .is-socials {
    font-size: 1rem;
  }

  .footer_legal-pages {
    padding-left: 1rem;
  }

  .all-rights-reserved {
    font-size: .7rem;
  }

  .legal-pages {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-right: 0;
  }

  .legal-link, .link-2 {
    font-size: .8rem;
  }

  .policy-heading {
    font-size: 2.4rem;
  }

  .policy-paragraph {
    width: 100%;
    min-width: 480px;
    max-width: 600px;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 2rem;
  }

  .section_work {
    min-height: auto;
  }

  .faq_eyebrow {
    font-size: 1rem;
  }

  .faq_heading-h2 {
    font-size: 2rem;
  }

  .faq-item {
    max-width: 370px;
  }

  .faq-question {
    min-width: 370px;
    max-width: 370px;
    font-size: 1.15rem;
  }

  .work_wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .work_text.is-b-a {
    width: auto;
    min-width: 145px;
    max-width: 165px;
    height: auto;
    min-height: 190px;
    max-height: 190px;
    font-size: 1rem;
  }

  .work_text.is-b-a.is-first {
    width: 100%;
    min-width: 140px;
    max-width: 165px;
    height: auto;
    max-height: 170px;
    font-size: 1rem;
  }

  .bas-wrapper {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    height: 270px;
    min-height: 200px;
  }

  .bas-wrapper.is-homepage {
    min-width: auto;
  }

  .about_intro-content_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-end;
  }

  .intro_content {
    margin-left: 1rem;
  }

  .intro_paragraph {
    width: 270px;
    font-size: 1rem;
    line-height: 2rem;
  }

  .intro_paragraph.is-full-width {
    width: 630px;
  }

  .team_heading {
    font-size: 3rem;
  }

  .member_image {
    flex: none;
    max-width: 100%;
  }

  .member_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 50%;
  }

  .member-paragraph {
    max-width: 300px;
    font-size: 1rem;
    line-height: 2rem;
  }

  .member-paragraph_signature {
    font-size: 1rem;
    line-height: 2rem;
  }

  .image-3 {
    max-width: 350px;
    max-height: 600px;
  }

  .member_description-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .intro_slider {
    justify-content: center;
    align-items: center;
    min-width: 370px;
    height: 300px;
  }

  .about_slider {
    height: 270px;
    min-height: auto;
  }

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

  .title {
    font-size: 2rem;
  }

  .subtitle {
    text-align: left;
    justify-content: flex-end;
    align-items: center;
    max-width: 360px;
    font-size: 1.3rem;
  }

  .line {
    left: 15.5%;
  }

  .image-5 {
    max-width: 400px;
    max-height: 500px;
  }

  .tab_link, .tab_link.w--current {
    font-size: 1.1rem;
  }

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

  .testimonial_paragraph {
    margin-top: .5rem;
  }

  .list_item {
    max-width: 180px;
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .services_heading {
    margin-bottom: 1rem;
  }

  .services_service.is-all-services {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 340px;
    height: 200px;
    padding-left: 1.5rem;
    display: flex;
  }

  .service_title {
    bottom: 10%;
  }

  .service_image {
    object-fit: cover;
    width: 340px;
    height: 200px;
    position: static;
  }

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

  .services_first-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
  }

  .services_second-row {
    padding-left: 1rem;
  }

  .all-services_link {
    bottom: 13%;
  }

  .booking_eyebrow {
    text-align: center;
    text-overflow: clip;
  }

  .booking_heading {
    text-align: center;
  }

  .booking_paragraph {
    width: 640px;
    min-width: 400px;
    max-width: 100%;
    font-size: 1.5rem;
  }

  .booking_title {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .white-line-gradient {
    width: 100%;
    min-width: 460px;
    max-width: 600px;
    margin-bottom: 3rem;
    margin-left: 0;
    margin-right: 0;
  }

  .white-line-gradient.is-reversed {
    margin-top: 3rem;
  }

  .white-line-gradient.is-reversed.is-map {
    margin-bottom: 3.5rem;
  }

  .map-content_wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .content_address {
    min-width: 500px;
  }

  .link-3 {
    font-size: .8rem;
  }

  .footer-link {
    font-size: 1.1rem;
  }

  .heading-2 {
    font-size: 3.2rem;
  }

  .link-4 {
    font-size: .8rem;
  }

  .faq_paragraph {
    max-width: 86%;
    font-size: 1rem;
  }

  .tab_pane-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .line_wrapper {
    width: 100%;
    min-width: 460px;
    max-width: 600px;
    margin-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .line_wrapper.is-reversed {
    margin-right: 0;
    padding-top: 2rem;
  }

  .page.is-home {
    display: none;
  }

  .u-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-item {
    width: 100%;
    height: 100%;
    min-height: 450px;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .card-paragrapgh {
    margin-bottom: .6rem;
  }

  .my-slider-progress {
    width: 90%;
    margin-top: 32px;
  }

  .splide__slide {
    width: 260px;
    max-width: 260px;
  }

  .header-tag {
    color: var(--base-color-neutral--white);
    font-size: 1rem;
  }

  .splide.slider {
    border-style: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-icon {
    width: 2rem;
  }

  .section-header {
    font-size: 4rem;
  }

  .slider-cards-section {
    margin-top: 6rem;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .is-services {
    color: #000;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global.padding-section-large.is-smaller {
    padding-bottom: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .button {
    width: 370px;
    max-width: 355px;
    max-height: 60px;
    padding: .8rem 3rem;
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .button.is-secondary {
    max-width: 355px;
    max-height: 60px;
    padding: .8rem 3rem;
    font-size: 1.6rem;
  }

  .button.is-secondary.is-cta {
    min-width: 250px;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .button.is-contact {
    text-align: center;
    width: 100%;
    max-width: 100%;
    max-height: 50px;
    padding: .5rem 4rem;
    font-size: 2.2rem;
    line-height: 1;
  }

  .spacer-huge, .spacer-huge.is-none {
    display: none;
  }

  .nav_menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-image: linear-gradient(120deg, #030303 31%, #443f3cc2 99%);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    padding-top: 1rem;
    display: flex;
  }

  .nav_menu_link {
    display: none;
  }

  .nav_menu_link.is-hamburger {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 280px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 2rem;
    display: flex;
  }

  .nav_menu_link.is-hamburger.is-about {
    width: 55%;
  }

  .nav_menu_link.is-hamburger.is-services.is-white {
    color: var(--base-color-neutral--white);
  }

  .nav_menu_link.is-hamburger.is-reservation {
    width: 80%;
  }

  .nav_menu_link.is-hamburger.is-b-a {
    width: 60%;
  }

  .nav_menu_link.is-hamburger.is-contact {
    width: 45%;
  }

  .hero_heading {
    text-align: left;
    width: 100%;
    min-width: 330px;
    max-width: 420px;
    font-size: 2.8rem;
    line-height: 3.1rem;
  }

  .homepage-section_hero {
    background-image: url('../images/hero-bg-2.jpg');
    background-position: 50% 100%;
    background-size: auto;
  }

  .paragraph {
    filter: drop-shadow(0 2px 5px #00000080);
    word-break: break-all;
    overflow-wrap: normal;
    min-width: 330px;
    max-width: 340px;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .hero-content_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 6rem;
  }

  .hero-button_wrapper {
    flex-flow: column;
    flex: 1;
    width: 360px;
    margin-top: 0;
  }

  .hero-paragraph_clinic-title {
    display: none;
  }

  .sticky {
    overflow: hidden;
  }

  .homepage-section_about {
    background-image: url('../images/hero-bg-1.avif');
    background-position: 100%;
    background-repeat: repeat;
    background-size: cover;
  }

  .about-button_wrapper {
    flex-flow: column;
  }

  .about_heading {
    filter: drop-shadow(0 4px 5px #00000080);
    text-align: left;
    max-width: 22rem;
    margin-top: 0;
    padding-top: 2rem;
    font-size: 3rem;
    line-height: 1.2;
  }

  .about_paragraph {
    filter: drop-shadow(0 2px 5px #0006);
    letter-spacing: 1px;
    max-width: 21.2rem;
    font-size: 1.6rem;
  }

  .about_paragraph.is-second {
    white-space: normal;
    word-break: break-all;
    overflow-wrap: anywhere;
    max-width: 21.7rem;
  }

  .about-content_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about_testimonial-wrapper {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .about_testimonial-text {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .about_testimonial-image {
    max-width: 100%;
    font-size: .8rem;
  }

  .page_heading-h1 {
    max-width: 315px;
    font-size: 2.4rem;
  }

  .contact_form-wrapper {
    padding-top: 2rem;
    display: none;
  }

  .contact_heading-h2 {
    font-size: 2.7rem;
  }

  .contact_subtitle {
    max-width: 19rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4rem;
  }

  .fields-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
  }

  .left-form, .right-form {
    width: 100%;
    min-width: 100%;
  }

  .text-field {
    max-width: 100%;
    min-height: 2.8rem;
  }

  .text-field.message {
    min-height: 11rem;
  }

  .paragraph_consent {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_middle {
    justify-content: center;
    align-items: stretch;
  }

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

  .footer-heading {
    color: var(--base-color-neutral--white);
    font-size: 1.2rem;
  }

  .footer-heading.is-heading-link {
    color: var(--base-color-neutral--white);
    text-align: left;
    font-size: 1.2rem;
  }

  .social-links.is-nav {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-left: 1rem;
  }

  .footer_legal-pages {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
    margin-left: 1rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .all-rights-reserved {
    font-size: .8rem;
  }

  .legal-pages {
    font-size: .6rem;
  }

  .legal-link {
    font-size: .8rem;
  }

  .policy-heading {
    font-size: 2.1rem;
  }

  .policy-paragraph {
    min-width: 360px;
    max-width: 480px;
  }

  .faq-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
  }

  .faq_description {
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }

  .faq_eyebrow {
    font-size: 1.2rem;
  }

  .faq_heading-h2 {
    font-size: 2.6rem;
  }

  .faq-question {
    cursor: pointer;
    font-size: 1.1rem;
  }

  .work_wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .work_text.is-b-a {
    display: none;
  }

  .work_text.is-b-a.is-first {
    min-width: 300px;
    max-width: 300px;
    min-height: 140px;
    max-height: 170px;
    margin-top: 1rem;
    padding-top: 0;
    line-height: 1.4;
    display: none;
  }

  .bas-image-before {
    min-height: 200px;
  }

  .about_intro-content_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .intro_content {
    width: 390px;
    max-width: 380px;
    margin-bottom: 0;
    margin-left: 2rem;
  }

  .intro_paragraph {
    width: 350px;
    font-size: 1.3rem;
  }

  .intro_paragraph.is-full-width {
    width: 360px;
  }

  .about_intro-paragraph-wrapper {
    justify-content: center;
    align-items: center;
  }

  .team_heading {
    font-size: 2.5rem;
  }

  .team_member {
    margin-top: 2rem;
  }

  .member_image {
    order: -9999;
    max-width: 450px;
    min-height: 350px;
  }

  .member_image.is-person {
    max-width: 100%;
    min-height: 150px;
  }

  .member_content {
    order: 9999;
    max-width: 100%;
  }

  .member-paragraph {
    max-width: 360px;
    font-size: 1.2rem;
  }

  .member-paragraph_signature {
    font-size: 1.3rem;
  }

  .member_description-wrapper {
    flex-flow: column;
    justify-content: center;
  }

  .intro_slider {
    width: 380px;
    min-width: 300px;
  }

  .process_plan {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .big-circle.is-different {
    margin-right: 0;
    position: relative;
    inset: 0% 0 0% 0%;
  }

  .circle {
    inset: 5% 5% 5% 0%;
  }

  .number {
    margin-bottom: 4rem;
  }

  .title {
    text-align: left;
    width: 160px;
    font-size: 2rem;
    position: absolute;
    inset: -45% 0% auto 50%;
  }

  .title.is-different {
    width: 200px;
    max-width: 500px;
  }

  .subtitle {
    display: none;
  }

  .line {
    left: 45%;
  }

  .process_one-wrapper, .process_two-wrapper, .process_three-wrapper {
    justify-content: center;
    align-items: center;
  }

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

  .homepage-section_testimonials {
    background-image: url('../images/testimonials_bg.avif');
    background-position: 0%;
    background-repeat: repeat;
    background-size: 2000px;
    background-attachment: scroll;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .testimonials_eyebrow {
    letter-spacing: 2px;
    font-size: .8rem;
  }

  .testimonials_heading {
    text-align: center;
    letter-spacing: 1px;
    max-width: 346px;
    line-height: 1.1;
  }

  .tab_link {
    text-align: center;
    width: 100%;
    max-width: 85%;
    margin: .5rem 0;
    font-size: 1.3rem;
  }

  .tab_link.w--current {
    max-width: 85%;
    font-size: 1.3rem;
  }

  .testimonial_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .testimonial_content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 360px;
  }

  .testimonial_headshot {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .testimonial_heading {
    filter: drop-shadow(0 2px 10px #00000080);
    text-align: left;
    font-size: 1.9rem;
  }

  .testimonial_paragraph {
    filter: drop-shadow(0 4px 7px #000000b3);
    max-width: 330px;
    color: var(--base-color-neutral--neutral-lightest);
    letter-spacing: 1px;
    font-size: 1.2rem;
  }

  .testimonial_heading-h4 {
    filter: drop-shadow(0 4px 10px #00000080);
    text-align: left;
    font-size: 1.9rem;
  }

  .list {
    flex-flow: column;
    padding-left: 1rem;
    display: flex;
  }

  .list_item {
    filter: drop-shadow(0 4px 10px #000000b3);
    max-width: 325px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .testimonial_headshot-text {
    filter: drop-shadow(0 4px 5px #0006);
    letter-spacing: .3px;
    max-width: 340px;
    font-size: 1.3rem;
  }

  .tabs-menu-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .homepage-section_services {
    background-image: url('../images/services_bg.avif');
    background-position: 100% 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 2rem;
    padding-bottom: 8rem;
  }

  .services_heading {
    filter: drop-shadow(0 4px 10px #000000b3);
    margin-bottom: 2rem;
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .service_title {
    filter: drop-shadow(0 4px 7px #000);
  }

  .service_image {
    width: 390px;
    height: 240px;
  }

  .services_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .services_first-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 0;
  }

  .services_second-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
  }

  .service-link_all-services {
    max-width: 350px;
    font-size: 3rem;
  }

  .all-services_link {
    bottom: -3%;
    left: 50%;
  }

  .links_wrapper {
    max-width: 380px;
  }

  .link_text {
    letter-spacing: 1px;
    font-size: 1.4rem;
  }

  .link_wrapper {
    width: 300px;
    max-width: 240px;
  }

  .link_wrapper.is-none {
    display: block;
  }

  .homepage-section_booking {
    background-image: url('../images/booking_bg.avif');
    background-position: 100%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
  }

  .booking_wrapper {
    margin-top: 0;
    margin-bottom: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .booking_eyebrow {
    color: #ffffffe6;
    text-align: center;
    max-width: 250px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    display: block;
  }

  .booking_heading {
    filter: drop-shadow(0 4px 7px #00000080);
    letter-spacing: 1px;
    margin-top: .5rem;
    font-size: 2.8rem;
  }

  .booking_paragraph {
    filter: drop-shadow(0 4px 8px #0000004d);
    color: #ffffffd9;
    text-align: center;
    white-space: pre-line;
    word-break: break-all;
    overflow-wrap: break-word;
    width: 100%;
    min-width: 330px;
    max-width: 400px;
    margin-bottom: 3rem;
    font-weight: 500;
    line-height: 2.3rem;
    display: block;
  }

  .booking_title {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .white-line-gradient {
    min-width: 200px;
    max-width: 480px;
    margin-top: 0;
    margin-bottom: 3rem;
  }

  .white-line-gradient.is-reversed {
    margin-top: 4rem;
  }

  .white-line-gradient.is-reversed.is-map {
    margin-top: 0;
  }

  .white-line-gradient.is-none {
    display: none;
  }

  .homepage-section_map {
    background-image: url('../images/map_bg.avif');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .map-content_wrapper {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 370px;
    margin-left: 0;
  }

  .content_email {
    width: 100%;
    min-width: 260px;
  }

  .link-3 {
    font-size: .8rem;
  }

  .testimonial_text_two {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .text-span-5 {
    text-align: left;
    display: inline;
  }

  .text-span-9 {
    word-break: normal;
  }

  .text-span-11 {
    display: none;
  }

  .text-block {
    font-size: 1.3rem;
  }

  .text-span-12 {
    letter-spacing: 2px;
    font-size: 3.7rem;
  }

  .social-image {
    width: 48px;
  }

  .social-image.is-smaller {
    width: 40px;
  }

  .heading-2 {
    text-align: center;
    margin-bottom: 5rem;
  }

  .about_intro-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .faq_paragraph {
    max-width: 91%;
  }

  .tab_pane-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .line_wrapper {
    min-width: 200px;
    max-width: 480px;
    margin-right: 0;
    padding-bottom: 0;
  }

  .line_wrapper.is-reversed {
    padding-top: 0;
  }

  .services_subtitle-text {
    filter: drop-shadow(0 5px 7px #000000b3);
    max-width: 348px;
    color: var(--base-color-neutral--neutral-lighter);
    text-align: left;
    word-break: break-all;
    font-size: 1.42rem;
    display: block;
  }

  .text-block-4 {
    padding-left: 0;
  }

  .homepage_services_wrapper {
    background-position: 100% 100%;
    background-size: cover;
  }

  .card-item {
    height: 100%;
    min-height: 450px;
    margin-bottom: 0;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    overflow: hidden;
  }

  .card-header {
    font-size: 1.3rem;
  }

  .button-wrap-2 {
    flex-direction: column;
  }

  .card-paragrapgh {
    margin-bottom: 0;
    font-size: .85rem;
  }

  .my-slider-progress {
    margin-top: 19px;
  }

  .splide__slide {
    width: 100%;
    max-width: none;
    margin-right: 1.1rem;
  }

  .header-tag {
    font-size: .8rem;
    line-height: 1;
  }

  .card-header-wrap {
    width: auto;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .splide.slider {
    width: 95vw;
    margin-left: 0;
    padding-left: 0;
  }

  .card-icon {
    width: 5rem;
  }

  .splide__list {
    width: 70vw;
  }

  .section-header {
    font-size: 3rem;
  }

  .section-content-wrapper-2 {
    width: 90%;
  }

  .paragraph-16 {
    min-width: 200px;
  }
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-83e47be6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-83e47be6 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-83e47be6, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-83e47be6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-83e47be6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-83e47be6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-83e47be6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb79-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-83e47be6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-83e47be6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-83e47be6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-83e47be6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-83e47be6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-83e47be6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-83e47be6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-83e47be6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-83e47be6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-83e47be6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-83e47be6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-83e47be6, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-83e47be6, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-83e47be6, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-83e47be6, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-83e47be6 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-83e47be6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-83e47be6 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-83e47be6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-83e47be6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-83e47be6 {
  justify-self: start;
}

#w-node-d65c1620-c49e-97f5-02fa-be48f57ed030-0358aa74 {
  place-self: center;
}


