@font-face {
  font-family: Fenul Standard;
  src: url('../fonts/FenulStandardTRIAL-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Neoris Trial;
  src: url('../fonts/TT-Neoris-Trial-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TT Neoris;
  src: url('../fonts/TT-Neoris-Trial-Variable.ttf') format("truetype");
  font-weight: 50 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TT Neoris Light;
  src: url('../fonts/TTNeoris-Lt.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --black: #262628;
  --link-color--link-primary: var(--base-color-neutral--black);
  --text-color--text-primary: var(--base-color-neutral--black);
  --gold: #b8af7b;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--white: white;
  --base-color-neutral--black: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-lightest: #eee;
  --cream: #f7f3dd;
  --dark-gold: #787044;
  --green: #00a651;
  --black-alt: #31312f;
  --black-bg: #262628;
  --island: #f8e9d4;
  --dela-gold: #e5dfc6;
  --kite-yellow: #f7d135;
  --base-color-neutral--neutral-darkest: #111;
  --carbon-black: #272728;
  --base-color-brand--black: black;
  --base-color-brand--white: white;
  --base-color-neutral--neutral-lighter: #ccc;
  --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-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

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

.w-form-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 {
  background-color: var(--background-color--background-primary);
  color: var(--black);
  font-family: TT Neoris, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

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

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_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_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  overflow: clip;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  font-family: Tt Neoris Trial, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.17;
  text-decoration: none;
}

.text-size-medium.text-color-gold {
  color: var(--gold);
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.heading-style-h2 {
  letter-spacing: -.03em;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.05;
}

.heading-style-h2.home-cta-heading {
  color: #b8af7b;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

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

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

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

.heading-style-h5 {
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.3;
}

.heading-style-h5.home-amenities-heading-light {
  color: #b8af7b;
}

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

.heading-style-h1 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-style-h1.home-hero-heading {
  color: #b8af7b;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--base-color-neutral--white);
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-family: Tt Neoris Trial, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

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

.button {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: 100rem;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

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

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  color: var(--base-color-neutral--black);
  background-color: #b8af7b;
  border-color: #b8af7b;
}

.button.is-alternate.is-medium {
  color: #262628;
  padding: .57rem 1.6rem;
  font-size: .9375rem;
  line-height: 1.26;
}

.button.is-alternate.is-medium.is-icon {
  border-style: none;
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-navbar2-button {
  color: #000;
  background-color: #b8af7b;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

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

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

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-size-regular {
  font-family: Tt Neoris Trial, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1.1;
}

.heading-style-h3.home-about-heading, .heading-style-h3.home-amenities-heading {
  color: #b8af7b;
}

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

.form_input {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--base-color-neutral--white);
  color: var(--text-color--text-alternate);
  background-color: #0000;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

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

.button-group.is-center {
  justify-content: center;
}

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

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

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

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

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

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

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

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--base-color-neutral--white);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-size-small {
  font-family: Tt Neoris Trial, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.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 figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

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

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  font-family: TT Neoris Light, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.icon-height-xsmall {
  height: 1.5rem;
}

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

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

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

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

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

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

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--background-color--background-primary);
  color: var(--link-color--link-primary);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

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

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

.text-color-alternate {
  color: #f7f3dd;
}

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

.text-color-primary {
  color: #000;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--base-color-neutral--neutral-lightest);
  background-color: var(--base-color-neutral--neutral-lightest);
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.tag.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar2_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  padding: .5rem;
  position: absolute;
}

.navbar2_logo {
  height: 2.5rem;
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar2_menu {
  color: #dcd7bd;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_component {
  background-color: #252319;
  border-bottom: 1px solid #212121;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.header30_content {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 93svh;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.section_header30 {
  position: relative;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

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

.header30_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.home_feature_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.home_feature_item-icon-wrapper {
  display: inline-block;
}

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

.home_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home_features-list_item-icon-wrapper {
  display: inline-block;
}

.section_home_features-list {
  color: var(--text-color--text-primary);
  background-color: #cdc7a3;
}

.home_features-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.home_features-list_item {
  text-align: center;
  width: 100%;
}

.cta27_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.section_cta27 {
  position: relative;
}

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

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

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

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

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

.footer1_logo-link {
  padding-left: 0;
}

.footer1_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

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

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.line-divider {
  background-color: #b8af7b33;
  width: 100%;
  height: 1px;
}

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

.section_layout230 {
  color: var(--text-color--text-primary);
  background-color: #373425;
}

.layout230_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout230_item {
  text-align: center;
  width: 100%;
}

.layout230_image-wrapper {
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.layout230_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.footer7_component {
  background-color: #12110c;
}

.footer7_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer7_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.footer7_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  color: #dcd7bd;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: flex;
}

.footer7_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.footer7_bottom-wrapper {
  color: #7e7e7e;
  justify-content: space-between;
  display: flex;
}

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

.footer7_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer7_legal-link {
  font-size: .875rem;
  text-decoration: none;
}

.section_header15 {
  color: var(--text-color--text-primary);
  background-color: #cdc7a3;
}

.header15_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.header15_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.header15_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.layout230_component-subtext {
  color: #dcd7bd;
  line-height: 1.25;
}

.header30_content-heading {
  margin-bottom: 2rem;
}

.layout230_image-tint {
  background-color: #8b740030;
  position: absolute;
  inset: 0%;
}

.section_home-hero {
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: clip;
}

.home-hero_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-hero_bg-wrap {
  width: 100%;
  height: 100%;
  overflow: clip;
}

.home-hero_bg-image {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
}

.home-hero_component-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100svh;
  padding-bottom: 6vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-hero_content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.home-hero_subcontent-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.text-color-dark-gold {
  color: var(--dark-gold);
}

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

.text-color-black-alt {
  color: var(--black-alt);
}

.text-color-black-bg {
  color: var(--black-bg);
}

.home-hero_header {
  width: 100%;
  max-width: 42rem;
}

.logo-wrap {
  z-index: 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: clip;
}

.logo-embed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-embed.logo-embed_motif {
  overflow: clip;
}

.section_home-souls {
  background-color: var(--cream);
  padding-top: 5rem;
  padding-bottom: 6.5rem;
  overflow: clip;
}

.home-souls_component {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-souls_header-wrap {
  width: 100%;
  max-width: 40rem;
}

.home-souls_grid {
  grid-column-gap: 6rem;
  grid-row-gap: 5.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-souls_grid-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_home-site {
  background-color: var(--cream);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
  overflow: clip;
}

.home-site_component {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-site_header-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 48.5rem;
  display: flex;
}

.home-site_bg-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
  position: relative;
}

.home-site_icon {
  opacity: .2;
  width: 100%;
}

.section_home-contact {
  background-color: var(--cream);
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-contact_bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.home-contact_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-contact_component-wrap {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.home-contact_left {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.home-contact_right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #f7f3dd;
  border-radius: .625rem;
  flex-flow: column;
  padding: 2.125rem;
  display: flex;
  overflow: clip;
}

.home-contact_left-header-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 32rem;
  display: flex;
}

.home-contact_left-header {
  color: var(--cream);
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.home-contact_left-header.home-hero-heading {
  color: #b8af7b;
}

.home-contact_left-info-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-contact_left-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

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

.home-contact_field-label {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
}

.home-contact_text-field {
  color: #26262866;
  background-color: #fff0;
  border: 1px solid #0000;
  border-bottom-color: #b8af7b66;
  margin-bottom: 0;
  padding-left: 0;
}

.home-contact_text-field:focus {
  border-style: solid;
  border-color: #0000 #0000 #b8af7b;
}

.home-contact_richtext {
  color: #26262866;
  background-color: #fff0;
  border: 1px solid #0000;
  border-bottom-color: #b8af7b66;
  margin-bottom: 0;
  padding-left: 0;
}

.home-contact_richtext:focus {
  border-style: solid;
  border-color: #0000 #0000 #b8af7b;
}

.home-contact_submit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--gold);
  color: var(--black);
  border-radius: 2.875rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5625rem 1.5rem;
  font-weight: 400;
  display: flex;
}

.home-contact_submit:hover {
  background-color: var(--green);
}

.home-contact_star {
  color: #787044;
  flex: none;
  display: flex;
}

.footer {
  background-color: var(--black);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer_copy-wrap {
  background-color: var(--black-alt);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer_grid {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_embed {
  display: flex;
}

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

.footer_info-text {
  opacity: .6;
  color: var(--cream);
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 400;
}

.footer_social-link-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
}

.footer_social-link {
  opacity: .6;
  color: var(--cream);
  font-size: .875rem;
  display: none;
}

.footer_copy-content {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.footer_copy-text {
  opacity: .6;
  color: var(--cream);
  font-size: .75rem;
}

.preloader {
  z-index: 10;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: clip;
}

.preloader_inner {
  background-color: #008040;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.preloader_video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}

.logo-wrap_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 7.5rem;
  display: flex;
  overflow: clip;
  transform: scale(.9);
}

.home-site_component-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-contact_success {
  background-color: var(--dark-gold);
  color: var(--cream);
  border-radius: .5rem;
}

.section_home-launch {
  background-color: var(--black);
  width: 100%;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
  overflow: clip;
}

.home-launch_component {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-launch_header-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 65rem;
  display: flex;
}

.home-launch_bg-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-launch_bg-left-image {
  display: none;
  transform: translate(-50%);
}

.home-launch_bg-right-image {
  display: none;
  transform: translate(50%);
}

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

.home-hero_gradient {
  background-image: linear-gradient(0deg, #00000080, #fff0);
  position: absolute;
  inset: 0%;
}

.section_thankyou-hero {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

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

.thankyou-hero_header-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.thankyou_button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--gold);
  color: var(--black);
  border-radius: 2.875rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.section_contact-hero {
  background-color: #262628;
  padding-top: 20rem;
  padding-bottom: 17.8125rem;
}

.contact-hero_component {
  grid-column-gap: 16.25rem;
  grid-row-gap: 16.25rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-hero_cta-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.contact-hero_left-content-wrapper {
  grid-row-gap: 2.4375rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact-hero_left-content-top {
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.contact-hero_left-content-bottom {
  grid-row-gap: 2.125rem;
  flex-flow: column;
  display: flex;
}

.contact-hero-left-content {
  grid-column-gap: 2rem;
  flex-flow: row;
  max-width: 60ch;
  display: flex;
}

.contact-hero_cta-form-wrapper {
  color: var(--cream);
}

.contact-hero_cta-form {
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.contact-hero_text-field {
  color: #f7f3dd80;
  letter-spacing: -.03em;
  background-color: #262628;
  border: 1px #000;
  border-bottom: 1px solid #f7f3dd80;
  margin-bottom: 0;
  padding: .78125rem .75rem;
  font-size: .875rem;
  line-height: 1.05;
}

.contact-hero_text-field:active, .contact-hero_text-field:focus, .contact-hero_text-field:focus-visible, .contact-hero_text-field[data-wf-focus-visible] {
  border-bottom-color: #f7f3dd80;
}

.contact-hero_text-field.text-area {
  width: 100%;
  height: 7.5rem;
}

.contact-hero_text-field.contact-hero_date-field {
  position: relative;
}

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

.input {
  border-bottom: 1px solid #f7f3dd80;
  justify-content: space-between;
  padding: .78125rem .75rem;
  display: flex;
}

.contact-hero_schedule-img {
  opacity: .5;
  width: 100%;
  max-width: 1.25rem;
  height: 1.25rem;
}

.button-submit {
  color: #262628;
  background-color: #f7f3dd;
  border-radius: 8px;
  padding: .5rem 1.5rem;
  font-size: .875rem;
}

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

.contact-hero_text-wrapper {
  display: flex;
}

.text-terms-link {
  color: #f7f3dd;
}

.section_contact-logo {
  background-color: #262628;
  height: 100vh;
}

.contact-logo_component {
  flex-flow: row;
  grid-template-rows: minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: flex;
}

.contact-logo_wrapper {
  width: 100%;
  max-width: 9.05688rem;
  height: 9.05688rem;
}

.contact-logo_image {
  opacity: .4;
  width: 100%;
  max-width: 9.05688rem;
  height: 9.05688rem;
}

.contact-hero_terms-wrapper {
  flex-flow: row;
  display: flex;
}

.contact-checkbox_field {
  grid-column-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-hero_checkbox {
  border: 1px solid var(--cream);
  width: 1rem;
  height: 1rem;
  margin-top: 0;
}

.section-brochure {
  background-color: #262628;
  padding-top: 4.4rem;
  padding-bottom: 6.25rem;
}

.brochure_component {
  grid-row-gap: 3.3125rem;
  flex-flow: column;
  display: flex;
}

.brochure_image-wrapper {
  position: relative;
  overflow: hidden;
}

.brochure_image {
  width: 100%;
}

.brochure_heading {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-logo_wrap {
  flex-flow: column;
  display: flex;
}

.section_location-hero {
  background-color: #e5dfc6;
  position: relative;
  overflow: clip;
}

.location-hero-component {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: 4rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.location-hero_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.location-hero_content {
  grid-row-gap: .875rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 69.3125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.location-hero-heading-display {
  font-size: 5.993rem;
  font-weight: 300;
  line-height: .89;
}

.location-hero_text {
  text-align: center;
  width: 100%;
  max-width: 31.1875rem;
}

.section_location-direction {
  background-color: #262628;
  padding-top: 4rem;
  padding-bottom: 3.25rem;
  position: relative;
}

.location-hero_gradient-wrapper {
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.location-hero_gradient {
  width: 100%;
}

.location-direction_component {
  flex-flow: column;
  display: flex;
}

.location-direction_heading {
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.location-direction_image-wrapper {
  margin-top: 4.25rem;
  position: relative;
  overflow: hidden;
  transform: none;
}

.location-direction-image {
  width: 100%;
  height: 100%;
  transform: none;
}

.button-alt {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: #f7f3dd;
  text-align: center;
  letter-spacing: -.03em;
  border-radius: 100rem;
  padding: .75rem 1.5rem;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 1.875rem;
  line-height: 1.1;
  text-decoration: none;
}

.button-alt.is-link {
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-alt.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button-alt.is-link.is-icon {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.button-alt.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-alt.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button-alt.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

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

.button-alt.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button-alt.is-alternate {
  color: var(--base-color-neutral--black);
  background-color: #b8af7b;
  border-color: #b8af7b;
}

.button-alt.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

.button-alt.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button-alt.is-navbar2-button {
  color: #000;
  background-color: #b8af7b;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.location-direction_wrapper {
  justify-content: flex-end;
  margin-top: 10rem;
  display: flex;
}

.code-embed {
  width: 1.5rem;
  margin-top: .25rem;
  display: flex;
}

.button-wrapper {
  width: auto;
  max-width: none;
}

.location-direction_logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 35% -3%;
}

.section_location-landmark {
  background-color: #f7f3dd;
  padding-top: 5.3rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.location-landmark_component {
  z-index: 1;
  padding-top: 3.8125rem;
  display: flex;
  position: relative;
}

.location-landmark_left-wrapper {
  grid-row-gap: 3.8125rem;
  flex-flow: column;
  width: 100%;
  max-width: 49.125rem;
  display: flex;
}

.location-landmark_right-wrapper {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(max-content, max-content);
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0% -19% 0% auto;
}

.location-landmark_content-wrapper {
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.location-landmark_text {
  width: 100%;
  max-width: 39rem;
  position: relative;
}

.location-landmark_tabs-menu {
  display: flex;
}

.location-landmark_tab-link {
  grid-row-gap: .625rem;
  opacity: .4;
  color: #262628;
  text-align: center;
  background-color: #f7f3dd;
  border-right: 2px #00a651;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1.875rem;
  font-size: .875rem;
  display: flex;
}

.location-landmark_tab-link.w--current {
  opacity: 1;
  background-color: #f7f3dd;
  border-right-width: 1px;
}

.location-landmark_tab-link.tab-link-first {
  width: 100%;
  max-width: 5rem;
  padding-left: 0;
  padding-right: 0;
}

.location-landmark_tab-link.tab-link-first.w--current {
  background-color: #f7f3dd;
  border-right-style: none;
  border-right-width: 1px;
}

.location-landmark_tab-link.tab-link-last {
  border-right-style: none;
  padding-right: 0;
}

.location-landmark_tabs-content {
  width: 100%;
  max-width: 40.125rem;
  margin-top: 3.375rem;
}

.location-landmark_tab-content-wrapper {
  grid-column-gap: 4.25rem;
  grid-row-gap: 3.0625rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-landmark_tab-content {
  grid-row-gap: 1.4375rem;
  flex-flow: column;
  display: flex;
}

.location-landmark_tab-image {
  width: 100%;
  max-width: 8.0625rem;
  height: 6.0625rem;
}

.location-landmark_tab-text {
  width: 100%;
  max-width: 10.125rem;
}

.location-landmark_logo {
  opacity: .5;
  width: 100%;
  height: 100%;
}

.location-landmark_logo-wrap.hide-mobile-landscape {
  display: block;
}

.section-discover {
  background-color: #f7f3dd;
  display: block;
  position: relative;
}

.discover_logo {
  opacity: .5;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.location-discover_vertical-logo {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-discover_vertical-item {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.location-discover_horizontal-item {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.location-discover_horizontal-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 9.05688rem;
  margin-right: 9.05688rem;
  display: grid;
}

.discover_component {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.discover_content-component {
  grid-row-gap: .875rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 9rem 3.375rem;
  display: flex;
}

.discover-heading-display {
  color: var(--black-alt);
  text-align: center;
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: 6.875rem;
  font-weight: 300;
  line-height: 1;
}

.discover_text {
  width: 100%;
  max-width: 43.5rem;
  position: relative;
  overflow: hidden;
}

.section_about-hero {
  background-color: #262628;
  padding-top: 19rem;
  padding-bottom: 4.375rem;
}

.about-hero_component {
  grid-row-gap: .875rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-hero-heading-display {
  color: #f7f3dd;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.21;
}

.about-hero_text {
  width: 100%;
  max-width: 35rem;
  position: relative;
}

.section-logo {
  background-color: #262628;
}

.logo-component {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-wrapper {
  opacity: .3;
  width: 100%;
  height: 100%;
}

.section_about-prioritise {
  background-color: #262628;
  padding-top: 14.3rem;
  padding-bottom: 17.8rem;
}

.about-prioritise_component {
  grid-column-gap: 15.875rem;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.about-prioritise_right-wrapper {
  width: 100%;
  max-width: 61.5rem;
}

.section_about-sustainable {
  background-color: #f7f3dd;
  padding-top: 9.3125rem;
}

.about-sustianable_component {
  grid-row-gap: 3.125rem;
  flex-flow: column;
  display: flex;
}

.about-sustainable_content-wrapper {
  grid-row-gap: .625rem;
  flex-flow: column;
  max-width: 33.875rem;
  display: flex;
}

.about-sustianable-text {
  width: 100%;
  max-width: 31.6875rem;
  position: relative;
  overflow: hidden;
}

.about-sustainable_image-wrapper {
  flex-flow: column;
  margin-top: 2rem;
}

.about-sustainable_image {
  width: 100%;
  height: 100%;
}

.section_villa-hero {
  height: 100vh;
  position: relative;
}

.villa-hero_image-wrapper {
  overflow: hidden;
}

.villa-hero_image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: 100%;
  height: 100vh;
}

.vila-hero-component {
  z-index: 1;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-bottom: 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.vila-hero_content {
  grid-row-gap: 1.375rem;
  flex-flow: column;
  width: 100%;
  max-width: 48.6875rem;
  display: flex;
}

.vila-hero-heading-display {
  color: var(--cream);
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 300;
}

.vila-hero_gradient-wrapper {
  position: absolute;
  inset: auto 0% -16%;
}

.vila-hero_gradient {
  width: 100%;
}

.vila-hero_text {
  grid-column-gap: 1.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vila-hero_line {
  background-color: #b8af7b;
  width: 100%;
  max-width: 2rem;
  height: 1px;
}

.section_villa-architecture {
  background-color: #262628;
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
}

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

.vila-architecture_heading-wrapper {
  width: 100%;
  max-width: 40.125rem;
}

.vila-architecture_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vila-architecture_image {
  width: 100%;
}

.vila-architecture_left-wrapper {
  grid-column-gap: 4rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  display: flex;
}

.villa-architecture-content {
  width: 100%;
  max-width: 27.3125rem;
}

.vila-architecutre_right-wrapper {
  margin-top: -8.8rem;
}

.vila-architecutre_bottom-wrapper {
  margin-top: -3.9rem;
  margin-right: -2rem;
}

.section_villa-joy {
  background-color: #262628;
  padding-bottom: 12rem;
}

.villa-joy_component {
  grid-row-gap: 16.25rem;
  flex-flow: column;
  display: flex;
}

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

.villa-joy_top-image {
  width: 100%;
  max-width: 11.625rem;
}

.villa-joy-heading-display {
  color: var(--cream);
  text-align: center;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 300;
}

.villa-joy_top-heading {
  width: 100%;
  max-width: 46.5625rem;
  position: relative;
  overflow: hidden;
}

.villa-joy-bottom-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.villa-fullscreen_image-wrapper {
  overflow: hidden;
}

.villa-fullscreen_image {
  object-fit: cover;
  width: 100%;
  min-height: 100vh;
}

.section_villa-plan {
  background-color: #fff;
  padding-top: 5.6rem;
  padding-bottom: 6.8rem;
}

.villa-plan-component {
  grid-row-gap: 3.125rem;
  flex-flow: column;
  display: flex;
}

.villa-plan-content-wrapper {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vila-plan_heading {
  text-align: center;
  width: 100%;
  max-width: 46.5rem;
  position: relative;
}

.villa-plan_tabs {
  width: 100%;
  max-width: 100%;
}

.vila-plan_tabs-menu {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.villa-plan_tab-link {
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px solid #262628;
  padding-bottom: 1.25rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  font-family: Tt Neoris Trial, Arial, sans-serif;
  font-size: .875rem;
}

.villa-plan_tab-link:active {
  background-color: #f8f8f8;
}

.villa-plan_tab-link.w--current {
  background-color: #fff;
}

.vila-plan_tab-line {
  background-color: #4c4c4b;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 3.3125rem;
  height: 2px;
}

.vila-plan_tab-line-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.vila-plan_tab-line-wrapper.alt {
  opacity: 0;
}

.vila-plan_tabs-content {
  margin-top: 2.625rem;
}

.villa-plan_tabs-slider {
  background-color: #fff;
  height: 100%;
}

.villa-plan_tabs-slide-image-wrap {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.villa-plan_tabs-slide-image {
  object-fit: cover;
  width: 100%;
}

.slide-nav {
  display: none;
}

.villa-plan_tabs-left-arrow, .villa-plan_tabs-right-arrow {
  width: 4rem;
  height: 4rem;
}

.section_amneities-hero {
  background-color: #262628;
  height: 100vh;
}

.section_amenities-clubhouse {
  background-color: #f7f3dd;
  padding-top: 4.625rem;
  padding-bottom: 4.625rem;
}

.amenities-clubhouse_component {
  grid-row-gap: 2.5rem;
  flex-flow: column;
}

.amenities-clubhouse_content-wrapper {
  grid-row-gap: 1.4375rem;
  flex-flow: column;
  width: 100%;
  max-width: 47.875rem;
  display: flex;
}

.amenities-clubhouse_top-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 10rem;
  display: flex;
  overflow: hidden;
}

.amenities-clubhouse-text-line {
  background-color: #262628;
  width: 100%;
  max-width: 2.3125rem;
  height: 1px;
}

.amenities-clubhouse_item-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.amenities-clubhouse_item {
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.amenities-clubhouse_item-image-wrapper {
  overflow: hidden;
}

.amenities-clubhouse_item-image {
  width: 100%;
  height: 100%;
}

.amenities-clubhouse_item-content {
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-size-xlarge {
  letter-spacing: -.03em;
  font-family: Tt Neoris Trial, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.section_amenities-spaces {
  background-color: #262628;
  height: 100%;
  padding-top: 5.375rem;
  padding-bottom: 11.25rem;
  position: relative;
  overflow: hidden;
}

.amenities-spaces_component01 {
  position: relative;
}

.amenities-spaces_heading {
  grid-row-gap: 1.1875rem;
  flex-flow: column;
  width: 100%;
  max-width: 24.8rem;
  display: flex;
}

.amenities-spaces-top-line {
  background-color: #f7f3dd;
  width: 100%;
  max-width: 7.4375rem;
  height: 1px;
}

.amenities-spaces_logo-component {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: -15% -10% auto auto;
}

.amenities-spaces_logo-component.amenites-spaces {
  margin-right: -15rem;
}

.amenties-spaces_logo {
  width: 100%;
  height: 100%;
}

.home-villas_logo {
  opacity: .4;
  width: 100%;
  max-width: 7.5rem;
  height: 7.5rem;
}

.amenities-spaces_left-wrapper {
  margin-top: 6.6875rem;
  overflow: hidden;
}

.amenities-spaces_item {
  grid-row-gap: 3.5625rem;
  flex-flow: column;
  width: 100%;
  max-width: 26.8125rem;
  margin-right: -3rem;
  display: flex;
}

.amenities-spaces_item-heading {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  max-width: 22.0625rem;
  display: flex;
}

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

.amenities-spaces_item-line {
  background-color: #f7f3dd;
  width: 100%;
  max-width: 7.4375rem;
  height: 1px;
}

.amenities-spaces_item-img-wrapper {
  overflow: hidden;
}

.amenities-spaces_item-img {
  width: 100%;
}

.amenities-spaces_component02 {
  grid-column-gap: 10.6875rem;
  flex-flow: row;
  margin-top: 8.5rem;
  padding-top: 8.5rem;
  padding-left: 21rem;
  display: flex;
  position: relative;
}

.amenities-spaces_bottom-wrapper01 {
  overflow: hidden;
}

.amenities-spaces_bottom-wrapper02 {
  margin-top: -10.6875rem;
  position: absolute;
  inset: 0% -3rem auto auto;
  overflow: hidden;
}

.section_amenities-pool {
  background-color: #262628;
  padding-bottom: 7.875rem;
  display: none;
  overflow: hidden;
}

.amenities-pool_image-component {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.amenities-pool_heading-wrapper {
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 48.6875rem;
  display: flex;
}

.amenities-pool_item-line {
  background-color: #f7f3dd;
  width: 100%;
  max-width: 7.4375rem;
  height: 1px;
}

.amenities-pool_image-wrapper {
  overflow: hidden;
}

.amenities-pool_image {
  width: 100%;
  height: 100%;
}

.section_amenities-facilities {
  background-color: #262628;
  padding-top: 7.8rem;
  padding-bottom: 9rem;
  position: relative;
}

.amenities-facilities_component {
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.amenities-facilities_top-wrapper {
  justify-content: flex-end;
  padding-right: 10rem;
  display: flex;
  overflow: hidden;
}

.amenities-facilities_item {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 26.8125rem;
  display: flex;
}

.amenities-facilities_image-wrapper {
  overflow: hidden;
}

.amenities-facilities_image {
  width: 100%;
  height: 100%;
}

.amenities-facilities_heading-wrapper {
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 22.0625rem;
  display: flex;
}

.amenities-facilities_top-line {
  background-color: #f7f3dd;
  width: 100%;
  max-width: 7.4375rem;
  height: 1px;
}

.amenities-facilities_logo-component {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
  position: absolute;
  inset: 2rem auto auto -7.1rem;
  transform: scale(.8);
}

.amenities-facilities_logo {
  opacity: .4;
  width: 100%;
  max-width: 7.5rem;
  height: 7.5rem;
}

.amenities-facilities_bottom-wrapper {
  grid-column-gap: 15rem;
  padding-left: 10rem;
  display: flex;
}

.amenities-facilities_bottom-wrapp01 {
  overflow: hidden;
}

.amenities-facilities_bottom-wrapp02 {
  margin-top: 21.9375rem;
  overflow: hidden;
}

.section_amenities-sports {
  background-color: #f7f3dd;
  padding-top: 5.5rem;
  padding-bottom: 6.5rem;
}

.amenities-sports_component {
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.amenities-sports_heading-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.amenities-sports_item-component {
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

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

.amenities-sports_item01 {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.amenities-sports_item-image-wrapper {
  width: 100%;
  max-width: 8rem;
}

.amenities-sports_item-image {
  width: 100%;
}

.amenities-sports_item02-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10rem;
  padding-right: 10rem;
  display: grid;
}

.section_amenities-fullscreen {
  background-color: #f7f3dd;
}

.amenities-fullscreen_fullimg-wrapper {
  overflow: hidden;
}

.amenities-fullscreen_fullimg {
  object-fit: cover;
  width: 100%;
  min-height: 100vh;
}

.amenities-hero_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.amenities-hero_left-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: 3.3125rem;
  display: flex;
}

.amenities-hero_right-img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100vh;
}

.amenities-hero_right-img-wrapper {
  overflow: hidden;
}

.amenities-hero_left-content-wrpper {
  grid-row-gap: .875rem;
  flex-flow: column;
  width: 100%;
  max-width: 33.5625rem;
  display: flex;
  overflow: hidden;
}

.amenities-hero-heading-display {
  color: #f7f3dd;
  font-size: 5.9375rem;
  font-weight: 300;
  line-height: .89;
}

.section_home-header {
  height: 100vh;
  position: relative;
}

.home-header_image-wrapper {
  overflow: hidden;
}

.home-header_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.home-header_component {
  z-index: 1;
  background-image: linear-gradient(#0000, #262628);
  align-items: flex-end;
  padding-bottom: 3.5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.home-header_component.alt {
  justify-content: flex-start;
  align-items: flex-start;
  position: static;
}

.home-header_content-wrapper {
  flex-flow: row;
  display: flex;
  overflow: hidden;
}

.home-header-heading-display {
  color: var(--cream);
  font-size: 5.9375rem;
  font-weight: 300;
  line-height: .95;
}

.home-header_text {
  width: 100%;
  max-width: 560rem;
}

.section_home-villas {
  background-color: #262628;
  padding-top: 8.8rem;
  padding-bottom: 11.125rem;
  position: relative;
  overflow: hidden;
}

.home-villas-component {
  grid-row-gap: 10rem;
  flex-flow: column;
  padding-left: 18rem;
  display: flex;
}

.home-villas-text {
  color: var(--cream);
  font-family: Tt Neoris Trial, Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
}

.home-villas-content-wrapper {
  width: 100%;
  max-width: 55.75rem;
}

.home-villas_top-wrapper {
  grid-column-gap: 5.625rem;
  flex-flow: row;
  display: flex;
}

.home-villas_bottom-wrapper {
  flex-flow: row;
  display: flex;
}

.home-villas_bottom-item-left {
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.home-villas_bottom-item-wrapper {
  grid-column-gap: 11.375rem;
  flex-flow: row;
  display: flex;
}

.home-villas_bottom-img-wrapper {
  display: none;
  overflow: hidden;
}

.home-villas_bottom-img {
  width: 100%;
  max-width: 31.8125rem;
  height: 100%;
}

.section_home-southern {
  background-color: #f7f3dd;
  padding-top: 7.25rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

.home-southern_content-wrapper {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.home-southern-heading-display {
  color: var(--black);
  text-transform: uppercase;
  font-size: 7.5rem;
  font-weight: 300;
  line-height: 1;
}

.home-southern_text {
  width: 100%;
  max-width: 25.5625rem;
  margin-left: 15.25rem;
  position: relative;
  overflow: hidden;
}

.home-southern_image-wrapper {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  display: block;
  position: absolute;
  inset: 0% -1rem auto auto;
  overflow: hidden;
}

.home-southern_image {
  width: 100%;
  max-width: 26.8125rem;
  height: 17.625rem;
}

.home-southern_heading {
  flex-flow: column;
  display: flex;
}

.home-southern-heading-alt {
  padding-left: 11.6875rem;
}

.home-southern-heading-alt1 {
  padding-left: 5.375rem;
}

.home-southern_item {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.home-southern_item-img-wrapper.home-southern_item01 {
  margin-top: 4.625rem;
  overflow: hidden;
}

.home-southern_item-img-wrapper.home-southern_item-img02 {
  overflow: hidden;
}

.home-southern_item-img {
  width: 100%;
  max-width: 26.8125rem;
}

.section_home-serenity {
  background-color: #262628;
  padding-top: 12rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.home-serenity_component {
  grid-row-gap: 2.1875rem;
  flex-flow: column;
  display: flex;
}

.home-serenity-heading-display {
  color: var(--green);
  font-size: 9.875rem;
  font-weight: 300;
  line-height: .8;
}

.home-serenity_heading {
  width: 100%;
  max-width: 52.0625rem;
}

.home-serenity_text-patch-wrapper {
  width: 100%;
  max-width: 50.6875rem;
  position: relative;
  overflow: hidden;
}

.home-serenity_lottie-wrapper {
  position: absolute;
  inset: auto -8vw -6rem auto;
}

.home-serenity_image {
  width: 100%;
  max-width: 31.0625rem;
}

.section_home-highlights {
  background-color: #f7f3dd;
  padding-top: 8.25rem;
  padding-bottom: 8.25rem;
}

.home-highlights_item-wrapper {
  grid-column-gap: 10.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-highlights_left-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-highlights_left-image {
  width: 100%;
  max-width: 33rem;
  height: 100%;
}

.home-highlights_right-content {
  grid-row-gap: 1.625rem;
  flex-flow: column;
  width: 100%;
  max-width: 34.125rem;
  padding-top: 3.625rem;
  display: flex;
}

.home-highlights-heading-display {
  font-size: 5rem;
  font-weight: 300;
  line-height: .88;
}

.home-highlights_item-wrapper-alt {
  grid-column-gap: 10.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-highlights_right-content-wrapper-alt {
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section_home-philosophy {
  background-color: #f7f3dd;
  padding-top: 8rem;
  padding-bottom: 12rem;
}

.home-philosophy_component {
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.home-philosophy_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-philosophy_image {
  width: 100%;
  height: 100%;
}

.home-philosophy_content-wrapper {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.home-philosophy_heading {
  width: 100%;
  max-width: 44rem;
  overflow: hidden;
}

.home-philosophy_text {
  width: 100%;
  max-width: 29.8125rem;
  overflow: hidden;
}

.section_home-contact-info {
  background-color: var(--cream);
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.home-contact-info_component-wrap {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.home-contact-info_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-contact-info_left {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.home-contact-info_left-header-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 32rem;
  display: flex;
}

.home-contact-info_left-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-contact-info_left-text, .home-contact-info_left-text-alt {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-decoration: none;
  display: flex;
}

.home-contact-info_right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #f7f3dd;
  border-radius: .625rem;
  flex-flow: column;
  padding: 2.125rem;
  display: flex;
  overflow: clip;
}

.home-contact-info_bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-contact-info_bg-image {
  width: 100%;
  height: 100%;
}

.home-contact-info_form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-contact-info_field-label {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
}

.home-contact-info_text-field {
  color: #26262866;
  background-color: #fff0;
  border: 1px solid #0000;
  border-bottom-color: #b8af7b66;
  margin-bottom: 0;
  padding-left: 0;
}

.home-contact-info_text-field:focus {
  border-style: solid;
  border-color: #0000 #0000 #b8af7b;
}

.section_footer {
  z-index: 2;
  background-color: #262628;
  position: relative;
}

.footer-component {
  border-top: 1px solid #f7f3dd4d;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-item01 {
  border-bottom: 1px solid #f7f3dd4d;
  border-right: 1px solid #f7f3dd4d;
  padding: 4.3rem 6.0625rem 6.3rem 3.5rem;
}

.footer-item02 {
  border-bottom: 1px solid #f7f3dd4d;
  border-right: 1px solid #f7f3dd4d;
  justify-content: center;
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 8.5rem;
  display: flex;
}

.footer-item03 {
  border-bottom: 1px solid #f7f3dd4d;
  padding: 4.3rem 3.5rem 1.25rem 2.4375rem;
}

.footer-item04 {
  border-right: 1px solid #f7f3dd4d;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 3.5rem;
}

.footer-item05 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-right: 1px solid #f7f3dd4d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-family: Tt Neoris Trial, Arial, sans-serif;
  display: flex;
}

.footer-item06 {
  grid-row-gap: 1rem;
  border-right: 1px solid #f7f3dd4d;
  flex-flow: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  display: flex;
}

.footer-item02_logo {
  width: 100%;
  height: 100%;
}

.footer-item01_text-wrapper {
  grid-row-gap: 2.75rem;
  flex-flow: column;
  margin-left: auto;
  display: flex;
}

.footer-item01_link-wrapper {
  grid-row-gap: 1.375rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  grid-column-gap: 1rem;
  color: #f7f3dd;
  justify-content: flex-start;
  align-items: center;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 3.125rem;
  line-height: .9;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-link:hover, .footer-link.w--current:hover {
  color: #b8af7b;
}

.footer-item03_text-wrapper {
  grid-row-gap: 3.0625rem;
  flex-flow: column;
  margin-right: auto;
  display: flex;
}

.footer-item03_link-wrapper {
  grid-row-gap: 1.625rem;
  flex-flow: column;
  display: flex;
}

.footer-item03_link {
  color: var(--cream);
  font-family: Tt Neoris Trial, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none;
}

.footer-item03_link:hover {
  color: #b8af7b;
}

.footer-item03_disclamer {
  width: 100%;
  max-width: 19.75rem;
  margin-top: 19.6rem;
}

.footer-text_alt {
  color: #f7f3dd66;
  font-family: Tt Neoris Trial, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2;
}

.footer-item04-sociallinks-wrapper {
  grid-column-gap: .75rem;
  flex-flow: row;
  display: flex;
}

.footer-item04-sociallinks {
  color: #f7f3dd66;
  font-family: Tt Neoris Trial, Arial, sans-serif;
  text-decoration: none;
}

.footer-item04-sociallinks:hover {
  color: #f7f3ddcc;
}

.footer-item05-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-contact_gradient-wrapper {
  position: absolute;
  inset: auto 0% -14%;
}

.home-contact-gradient {
  width: 100%;
}

.section_home-amenities {
  background-color: #262628;
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.home-amenities_heading {
  width: 100%;
  max-width: 37rem;
}

.home-amenities_component {
  flex-flow: column;
  margin-top: 3.125rem;
}

.home-amenities_item-wrapper {
  grid-column-gap: 3.6875rem;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  transform: none;
}

.home-amenities_item {
  flex: none;
}

.home-amenities_item-image-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.home-amenities_item-image {
  width: 100%;
  max-width: 34.75rem;
  height: 100%;
}

.home-amenities_item-gradient-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.link {
  justify-content: flex-start;
  align-items: flex-end;
}

.home-amenities_item-gradient {
  width: 100%;
  height: 100%;
}

.home-amenities_item-text {
  background-image: linear-gradient(0deg, #000, #fff0 40%);
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-amenities_item-component {
  overflow: hidden;
}

.home-amenities_item-alt-wrapper {
  grid-column-gap: 3.6875rem;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.125rem;
  margin-left: -40%;
  display: flex;
  transform: none;
}

.home-amenities_item-alt {
  flex: none;
}

.home-amenities_item-alt-image-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.home-amenities_item-alt-image {
  width: 100%;
  max-width: 34.75rem;
  height: 100%;
}

.home-amenities_item-alt-text {
  background-image: linear-gradient(0deg, #000, #fff0 40%);
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-amenities_item-alt-gradient-wrapper {
  display: none;
  inset: auto 0% 0%;
}

.home-amenities_item-alt-gradient {
  width: 100%;
  display: none;
}

.home-header_content {
  grid-row-gap: .875rem;
  flex-flow: column;
  width: 100%;
  max-width: 50rem;
  display: flex;
  overflow: hidden;
}

.home-header_scroll-wrapper {
  z-index: 4;
  grid-column-gap: .875rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 10.9375rem;
  display: flex;
  position: absolute;
  inset: auto 0% 9.4rem auto;
  transform: rotate(90deg);
}

.home-header-scroll {
  background-color: #f7f3dd;
  width: 100%;
  max-width: 6.3125rem;
  height: 1px;
}

.amenities-hero_mobile-content-wrapper.hide-in-desktop {
  display: none;
}

.amenities-hero_mobile-content-wrpper {
  grid-row-gap: .875rem;
  flex-flow: column;
  width: 100%;
  max-width: 33.5625rem;
  display: flex;
}

.amenities-hero_gradient.hide-in-desktop {
  display: none;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  padding: 1rem 5%;
  position: relative;
}

.navbar-menu {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.navbar-link {
  color: #f7f3dd;
  height: 1.6rem;
  padding-left: 0;
  font-family: Tt Neoris Trial, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.navbar-link.w--current {
  color: var(--gold);
}

.navbar-link.nav-link01 {
  height: 1.5rem;
}

.navbar-menu_left {
  grid-column-gap: 4rem;
  flex-flow: row;
  display: flex;
}

.navbar-menu_logo {
  width: 100%;
  max-width: 7.5rem;
}

.navbar-code-embed {
  max-width: 7.5rem;
  height: 100%;
}

.navbar-menu_right {
  grid-column-gap: 4rem;
  flex-flow: row;
  display: flex;
}

.navbar-text.nav-color {
  color: #b8af7b;
}

.navbar-menu-logo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 6.5rem;
  display: flex;
  overflow: clip;
}

.navbar-menu-logo.hide {
  display: none;
}

.navbar-menu_embed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-menu_embed.logo-embed_motif {
  overflow: clip;
}

.villa-hero_gradinet-mobile {
  background-image: linear-gradient(0deg, #00000080, #fff0);
  display: none;
  position: absolute;
  inset: 0%;
}

.home-header_gradient {
  background-image: linear-gradient(0deg, #00000080, #fff0);
  display: block;
  position: absolute;
  inset: 0%;
}

.location-landmark_tab-info {
  flex-flow: column;
  display: flex;
}

.location-landmark_info {
  border-bottom: 1px dashed #2626285c;
  flex-flow: row;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.75rem;
  display: flex;
}

.location-landmark_info-img {
  width: 1rem;
  height: 1rem;
}

.location-landmark_info-heading {
  grid-column-gap: 1.25rem;
  flex-flow: row;
  display: flex;
}

.location-hero_gradient-header {
  background-image: linear-gradient(0deg, #00000080, #fff0);
  position: absolute;
  inset: 0%;
}

.navbar-logo-wrap {
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.5rem;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrap {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-wrap_background {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.navbar-logo_bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.navbar-mobile-logo-wrap.hide-in-desktop, .navbar-mobile-logo-wrap.hide-nav-desktop {
  display: none;
}

.navabr-mobile-logo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 7.5rem;
  margin-top: 1vh;
  display: flex;
  overflow: clip;
  transform: scale(.9);
}

.navabr-mobile-logo.hide {
  display: none;
}

.home-contact_submit-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black);
  border-radius: 2.875rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.home-contact_submit-button:hover {
  background-color: var(--green);
}

.home-contact_submit-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-2 {
  overflow: hidden;
}

.home-southern_heading-line01, .home-southern_heading-line02, .home-southern_heading-line03, .home-southern_heading-line04 {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 1rem;
  overflow: hidden;
}

.home-amenities_item-button {
  justify-content: center;
  align-items: center;
  margin-top: 4.375rem;
  display: flex;
}

.home-southern_heading-patch-wrapper {
  position: relative;
  overflow: hidden;
}

.home-southern_heading-patch, .home-southern_heading-patch02 {
  background-color: #f7f3dd;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.home-southern_heading-patch-wrapper02, .home-southern_heading-patch-wrapper03 {
  position: relative;
  overflow: hidden;
}

.home-southern_heading-patch03 {
  background-color: #f7f3dd;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.home-southern_heading-patch-wrapper04 {
  position: relative;
  overflow: hidden;
}

.home-southern_heading-patch04 {
  background-color: #f7f3dd;
  position: absolute;
  inset: 0%;
}

.home-southern_text-patach {
  background-color: #f7f3dd;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.home-villas_top-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
  overflow: hidden;
}

.home-villas_bottom-item-left-wrapper {
  overflow: hidden;
}

.home-suthern_image-overlay-wrapper {
  position: relative;
}

.home-southern_image-overlay {
  position: absolute;
  inset: 0%;
}

.home-philosophy_heading-patch-wrapper {
  position: relative;
  overflow: hidden;
}

.home-philosophy_heading-patch {
  background-color: #f7f3dd;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.home-header-heading-patch-wrapper {
  position: relative;
}

.home-header-heading-patch {
  background-color: #151516;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.home-highlights_right-patch-wrapper {
  position: relative;
  overflow: hidden;
}

.home-highlights_right-patch {
  background-color: #f7f3dd;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.home-philosophy_text-patch-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.home-philosophy_text-patch {
  background-color: #f7f3dd;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.home-highlights_left-patch-wrapper {
  position: relative;
  overflow: hidden;
}

.home-highlights_left-patch {
  background-color: #f7f3dd;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.home-serenity_heading-patch-wrapper {
  perspective: 1000px;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  position: relative;
  overflow: hidden;
  transform: perspective(1000px);
}

.home-serenity_heading-patch {
  background-color: #262628;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-3 {
  filter: blur(100%);
  width: 100%;
  max-width: 100%;
  min-height: 5rem;
  position: absolute;
  inset: 0%;
}

.home-serenity_text-wrapper {
  overflow: hidden;
}

.footer-img {
  display: none;
}

.amenities-hero_left-patch-wrpper {
  position: relative;
  overflow: hidden;
}

.amenities-hero_left-patch {
  background-color: #262628;
  position: absolute;
  inset: 0%;
}

.amenities-clubhouse_heading-patch-wrapper {
  position: relative;
  overflow: hidden;
}

.amenities-clubhouse_heading-patch {
  background-color: #f7f3dd;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.amenities-clubhouse_top-text-wrapper {
  position: relative;
}

.amenities-clubhouse_patch {
  background-color: #f7f3dd;
  width: 100%;
  max-width: 10rem;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.amenities-spaces-heading-patch-wrapper {
  position: relative;
}

.amenities-spaces-heading-patch {
  background-color: #262628;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.home-serenity_lottie {
  width: 40rem;
  height: 40rem;
}

.amenities-sports_heading {
  height: 100%;
  min-height: 3rem;
  position: relative;
}

.amenities-sports_heading-patch {
  background-color: #f7f3dd;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 3.4rem;
  position: absolute;
  inset: 0%;
}

.brochure-heading_patch {
  background-color: #262628;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.home-serenity_text-patch {
  background-color: #262628;
  width: 100%;
  max-width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.home-header_gradient-alt {
  background-image: linear-gradient(#00000080, #fff0 21% 66%);
  display: block;
  position: absolute;
  inset: 0%;
}

.discover-heading_patch {
  background-color: #f7f3dd;
  position: absolute;
  inset: 0%;
}

.discover-heading_patch-wrapper {
  position: relative;
  overflow: hidden;
}

.discover_text-patch {
  background-color: #f7f3dd;
  position: absolute;
  inset: 0%;
}

.location-landmark_tab-icon {
  width: 5rem;
  height: 5rem;
}

.vila-hero_content-wrapper {
  overflow: hidden;
}

.vila-architecture_heading-patch {
  background-color: #262628;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.vila-architecture_heading-patch-wrapper {
  position: relative;
  overflow: hidden;
}

.villa-architecture-content-wrapp {
  align-items: flex-start;
  display: flex;
}

.villa-joy-heading-patch {
  background-color: #262628;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.vila-plan_heading-patch {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.about-hero_heading-patch-wrapper {
  position: relative;
  overflow: hidden;
}

.about-hero_heading-patch {
  background-color: #262628;
  display: none;
  position: absolute;
  inset: 0%;
}

.about-hero_text-patch {
  background-color: #262628;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.about-sustainable_heading-patch-wrapper {
  position: relative;
  overflow: hidden;
}

.about-sustainable_heading-patch, .about-sustianable-text-patch {
  background-color: #f7f3dd;
  position: absolute;
  inset: 0%;
}

.location-hero_content-wrapper {
  display: flex;
  overflow: hidden;
}

.location-direction_heading-patch-wrapper {
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.location-direction_heading-patch {
  background-color: #262628;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.location-direction_text-patch-wrapper {
  position: relative;
  overflow: hidden;
}

.location-direction_text-patch {
  background-color: #262628;
  position: absolute;
  inset: 0%;
}

.location-landmark_heading-patch-wrapper {
  position: relative;
  overflow: hidden;
}

.location-landmark_heading-patch, .location-landmark_text-patch {
  background-color: #f7f3dd;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.location-landmark_tabs-wrapper {
  overflow: hidden;
}

.contact-hero_left-patch-wrapper {
  position: relative;
  overflow: hidden;
}

.contact-hero_left-patch {
  background-color: #262628;
  display: none;
  position: absolute;
  inset: 0%;
}

.footer-icon-embed {
  color: var(--green);
}

.footer_link-text-wrapper {
  grid-column-gap: 1rem;
  height: 3rem;
  display: flex;
}

.location-direction_logo-wrapp {
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-villas_logo-component {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0% auto auto -13%;
}

.home-villas_logo-component.amenites-spaces {
  margin-right: -15rem;
}

.contact_success {
  background-color: var(--dark-gold);
  color: var(--cream);
  border-radius: .5rem;
}

.section_legal-header {
  background-color: #262628;
  padding-top: 14rem;
  padding-bottom: 8rem;
}

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

.heading-style-h2-2 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.06;
}

.section_legal-contact {
  background-color: #f7f3dd;
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.heading-style-h5-2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.28;
}

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

.legal-content_richtext {
  width: 100%;
  max-width: 60rem;
}

.text-size-small-2 {
  letter-spacing: .64px;
  font-size: .875rem;
  line-height: 1.07;
}

.legal-content_component {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.legal-content_rich-text {
  width: 100%;
  max-width: 60rem;
}

.footer-legal-link {
  grid-column-gap: 1rem;
  color: #f7f3dd66;
  justify-content: flex-start;
  align-items: center;
  font-family: Tt Neoris Trial, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 100;
  line-height: .9;
  text-decoration: none;
  display: flex;
}

.footer-legal-link:hover {
  color: #f7f3ddcc;
}

.nav-menu-media-wrapper, .nav-menu-media-wrapper.hide-in-desktop, .nav-menu_logo-wrapper {
  display: none;
}

.button-code-embed {
  color: #787044;
}

.vila-architecture-text {
  color: var(--cream);
  font-family: Tt Neoris Trial, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.17;
  text-decoration: none;
}

.vila-architecture-text.text-color-gold {
  color: var(--gold);
}

.vila-plan_tab-circle-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% -1.4rem;
}

.vila-plan_tab-circle {
  background-color: #262628;
  border-radius: 100rem;
  width: 6px;
  height: 6px;
}

.section_location-distance {
  background-color: #f7f3dd;
}

.location-distance_component {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-distance_img-wrapper.hide-desktop-only {
  display: none;
}

.location-distance_img {
  opacity: .5;
  width: 100%;
  height: 100%;
}

.location-distance_mobile-logo-wrapper {
  display: none;
}

.home-highlights_left-image-overlay, .home-philosophy-image-overlay {
  outline-offset: 0px;
  outline: 20rem solid #f7f3dd;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.navbar-line {
  color: #f7f3dd;
  background-color: #b8af7b;
  width: 100%;
  max-width: 100%;
  height: 2px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar-line.line-left, .navbar-line.line-right {
  background-color: #cc3a35;
  max-width: 50%;
}

.navbar-line-wrap {
  grid-column-gap: .1px;
  flex-flow: row;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar-line_left, .navbar-line_lright {
  background-color: #f7f3dd;
  width: 100%;
  max-width: 50%;
  height: 2px;
}

.navbar-link-text {
  height: 1.3rem;
}

.footer-icon-embed-before {
  position: absolute;
  inset: auto auto 0% -1.5rem;
}

.brochure_image-wrapper-overlay {
  outline-offset: 0px;
  outline: 25rem solid #262628;
  width: 50%;
  height: 50%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.nav-menu_bg {
  opacity: 0;
  background-color: #26262880;
  border-radius: 2px;
  margin-bottom: 3.5rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.navbar-menu-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: none;
  position: relative;
}

.vila-architecture_image-overlay {
  outline-offset: 0px;
  outline: 10rem solid #262628;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.footer-line {
  color: #f7f3dd;
  background-color: #b8af7b;
  width: 100%;
  max-width: 100%;
  height: 2px;
  display: none;
  position: absolute;
  inset: auto 0% 1%;
}

.footer-line.line-left, .footer-line.line-right {
  background-color: #cc3a35;
  max-width: 50%;
}

.footer-line-wrap {
  grid-column-gap: .1px;
  flex-flow: row;
  display: none;
  position: absolute;
  inset: auto 0% 1%;
}

.footer-line_left, .footer-line_right {
  background-color: #f7f3dd;
  width: 100%;
  max-width: 50%;
  height: 2px;
}

.footer_link-text {
  position: relative;
  overflow: hidden;
}

.div-block-5 {
  overflow: hidden;
}

.footer-item03_wrap {
  color: var(--cream);
  font-family: Tt Neoris Trial, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none;
}

.footer-link-design {
  grid-column-gap: 1rem;
  color: #f7f3dd;
  justify-content: flex-start;
  align-items: center;
  font-family: Fenul Standard, Georgia, sans-serif;
  line-height: .9;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-link-design:hover, .footer-link-design.w--current:hover {
  color: #b8af7b;
}

.prelaoder_wrap {
  z-index: 9999;
  background-color: #262628;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: clip;
}

.prelaoder_bg {
  height: 100%;
}

.prelaoder_video {
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-hero_date-field-wrap {
  position: relative;
}

.contact-hero_date-icon {
  pointer-events: none;
  margin-top: .4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.navbar-menu_embed-motif {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-menu_embed-motif.logo-embed_motif {
  overflow: clip;
}

.navbar-menu_embed-motif.is-dark-color {
  display: none;
}

.navbar-menu-logo-tablet {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 6.5rem;
  display: none;
  overflow: clip;
}

.navbar-menu-logo-tablet.w--current, .navbar-menu-logo-tablet.hide {
  display: none;
}

.section_home-about {
  background-color: var(--black-bg);
  background-image: url('../images/Vector-6.svg');
  background-position: 50%;
  background-size: auto;
  padding-top: 13.75rem;
  padding-bottom: 6rem;
}

.home-about_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-about_left {
  flex-flow: column;
  justify-content: space-between;
  padding-bottom: 3rem;
  display: flex;
}

.home-about_left-text {
  color: var(--dela-gold);
  font-size: 5.5rem;
  line-height: .9;
}

.home-about_left-text-span {
  color: var(--green);
}

.home-about_right {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.text-size-medum-alt {
  font-size: 1.13rem;
  line-height: 1.2;
}

.text-color-gold-cream {
  color: var(--cream);
}

.section_home-stats {
  min-height: 100vh;
  position: relative;
  overflow: clip;
}

.home-stats_component {
  z-index: 5;
  position: relative;
}

.home-stats_background {
  position: absolute;
  inset: 0%;
}

.home-stats_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.home-stats_background-overlay {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#0006, #0006);
  grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.square {
  aspect-ratio: 1;
  border: 1px solid #e5dfc64d;
  border-top: 1px red;
  border-left: 1px red;
  min-width: 1.5rem;
}

.home-stats_background-overlay-02 {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#0000, #0000);
  grid-template-rows: min-content min-content min-content auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.content01 {
  aspect-ratio: 1;
  background-color: #ff0e0e;
  width: 4.5rem;
}

.content01.even {
  background-color: #ff0e0e00;
}

.w1._2, .w1._1 {
  opacity: 0;
}

.w1._3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-wrap-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.dummy {
  background-color: red;
  width: 100%;
  min-height: 4.5rem;
}

.home-stats_overlay {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dummy-block {
  aspect-ratio: 1;
}

.dummy-placeholder {
  aspect-ratio: 1;
  border-top: 1px red;
  border-bottom: 1px solid #e5dfc633;
  border-left: 1px red;
  border-right: 1px #e5dfc633;
  min-width: 1.5rem;
}

.dummy-placeholder-background {
  aspect-ratio: 1;
  background-color: var(--island);
  text-align: center;
  border: 1px solid #e5dfc633;
  border-top: 1px red;
  border-left: 1px red;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 1.5rem;
  margin-top: -1px;
  margin-left: -1px;
  display: flex;
  position: relative;
}

.dummy-placeholder-background.odd {
  opacity: 0;
}

.dummy-placeholder-background.content-align {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.stats-number {
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 10rem;
  line-height: 1;
}

.stats-label {
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}

.section_home-flow {
  background-color: #262628;
  padding-top: 11.25rem;
  padding-bottom: 4rem;
}

.home-flow_row01 {
  justify-content: space-between;
  margin-bottom: 3rem;
  display: flex;
}

.home-flow_row-text {
  color: var(--cream);
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 4.5rem;
  line-height: .9;
  position: relative;
}

.home-flow_row-text.home-flow_row-text-02 {
  left: 12rem;
}

.home-flow_row-text.home-flow_row-text-04 {
  left: 5rem;
}

.home-flow_row01-left_content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 25.63rem;
  margin-top: 2.5rem;
  margin-left: -13.2rem;
  display: flex;
  position: relative;
  left: 16rem;
}

.section_villa02-hero {
  position: relative;
  overflow: hidden;
}

.villa02-hero_component {
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 100vh;
  padding-bottom: 3.3rem;
  display: flex;
  position: relative;
}

.villa02-hero_image-wrapper {
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.button-alt-02 {
  background-color: var(--dela-gold);
  border-radius: 100rem;
  padding: .38rem 2rem;
  text-decoration: none;
}

.button-alt-02:hover {
  background-color: #00a651;
}

.button-alt-02.is-dark {
  background-color: var(--black);
  color: var(--dela-gold);
}

.button-alt-02.is-dark:hover, .button-alt-02.is-green {
  background-color: #00a651;
}

.villa02-hero_content-wrapper {
  max-width: 44.125rem;
  position: relative;
}

.villa02-hero_heading {
  color: #f7f3dd;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 300;
  line-height: .8;
  position: relative;
}

.villa02-hero_heading.villa02-hero_heading-hero_heading-middle {
  left: 13rem;
}

.villa02-hero_text {
  color: #f7f3dd;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.villa02-hero_text-wrapper {
  width: 100%;
  max-width: 27.3125rem;
}

.villa02-hero_bottom-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.villa02-hero_link {
  grid-column-gap: 1.25rem;
  color: #b8af7b;
  letter-spacing: .04em;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.villa02-hero_link-divider {
  background-color: #b8af7b;
  width: 2.3125rem;
  height: 1px;
}

.section_villa02-floorplan {
  background-color: #f6f0de;
  padding-top: 8.3rem;
  padding-bottom: 5rem;
}

.villa02-floorplan_component {
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.villa02-floorplan_eyebrow {
  color: #262628;
  font-size: 1.125rem;
  line-height: 1.2;
}

.villa02-floorplan_heading {
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: 3.75rem;
  line-height: 1.1;
  position: relative;
}

.villa02-floorplan_heading.villa02-floorplan_heading-second {
  left: 5rem;
}

.villa02-floorplan_heading-wrapper {
  flex-flow: column;
  width: 100%;
  max-width: 42rem;
  display: flex;
}

.villa02-floorplan_bottom-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .45fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.home-flow_row01-right {
  height: 100%;
  overflow: hidden;
}

.home-flow_row01-right-image {
  object-fit: cover;
  width: 100%;
}

.villa02-floorplan_image-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.villa02-floorplan_image {
  object-fit: contain;
  width: 100%;
  height: 48.4375rem;
}

.villa02-floorplan_tab-wrapper {
  grid-row-gap: 1.6875rem;
  flex-flow: column;
  justify-content: space-between;
  padding-bottom: 8.25rem;
  display: flex;
}

.orientation-tabs {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-button {
  background-color: var(--dela-gold);
  color: #262628;
  text-transform: none;
  cursor: pointer;
  border: 1px #d0c3a0;
  border-radius: .25rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.6875rem;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.tab-button.is-active {
  color: #e5dfc6;
  background-color: #262628;
}

.floor-tabs {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.villa02-floorplan_tab {
  grid-row-gap: 2.375rem;
  flex-flow: column;
  display: flex;
}

.orientation-tabs-wrapper {
  grid-row-gap: 1.125rem;
  flex-flow: column;
  display: flex;
}

.floorplan-tabs-heading {
  color: #262628;
  text-transform: uppercase;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}

.home-flow_row02 {
  height: 100%;
  overflow: hidden;
}

.home-flow_row02-left-image {
  object-fit: cover;
  max-width: 25rem;
  height: 100%;
  overflow: hidden;
}

.floorplans-tabs-wrapper {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  display: flex;
}

.villa02-floorplan_content {
  text-transform: uppercase;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 1.75rem;
  font-weight: 200;
  line-height: 1;
}

.about02-floorplan_img {
  width: 100%;
}

.section_home-spaces {
  background-color: var(--dela-gold);
  padding-top: 10rem;
  padding-bottom: 7rem;
}

.home-spaces_component {
  justify-content: space-between;
  margin-bottom: 7rem;
  display: flex;
}

.villa02-floorplan_tab-wrap {
  grid-column-gap: 1.6875rem;
  grid-row-gap: 1.6875rem;
  flex-flow: column;
  display: flex;
}

.villa02-floorplan_bottom {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 1.1;
  display: flex;
}

.home-spaces_left-text {
  text-transform: uppercase;
  font-size: 6rem;
  line-height: .92;
  position: relative;
}

.home-spaces_left-text.home-spaces_left-text-02 {
  left: 5rem;
}

.home-spaces_left-text.home-spaces_left-text-04 {
  color: var(--green);
}

.villa02-floorplan_bottom-text {
  text-transform: uppercase;
  font-size: 1.125rem;
}

.villa02-floorplan_bottom-text-bold {
  font-size: 1.5rem;
  font-weight: 400;
}

.section_villa02-features {
  background-color: #262628;
  padding-top: 4.25rem;
  padding-bottom: 6.4375em;
  display: none;
}

.villa02-features_component {
  grid-column-gap: 0px;
  grid-row-gap: 5.4375rem;
  flex-flow: column;
  grid-template-rows: min-content auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-6 {
  width: 3.75rem;
  height: 3.75rem;
}

.home-spaces_right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 28.5rem;
  display: flex;
}

.text-size-large-alt {
  font-size: 1.38rem;
  line-height: 1.2;
}

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

.home-spaces_item {
  border-top: 1px #000;
  min-height: 20rem;
  padding-top: 2rem;
  padding-bottom: 3.6875rem;
  padding-right: 1rem;
  position: relative;
}

.home-spaces_title {
  margin-bottom: 3.5rem;
  line-height: 1.2;
}

.home-spaces_image {
  width: 11rem;
  margin-left: auto;
  margin-right: auto;
}

.home-spaces_item-right-line {
  background-color: #000;
  width: .5px;
  height: 80%;
  position: absolute;
  inset: 11% 6% 0% auto;
}

.home-spaces_item-right-line.home-spaces_item-right-line-top {
  width: 16rem;
  height: .5px;
  inset: 0% 0% auto;
}

.home-spaces_item-right-line.home-spaces_item-right-line-top.home-spaces_item-hide-line {
  display: none;
}

.home-spaces_item-right-line.home-spaces_item-right-line-top-copy {
  width: 16rem;
  height: .5px;
  inset: 0% 0% auto;
}

.home-spaces_item-right-line.home-spaces_item-right-line-bottom {
  width: 16rem;
  height: .5px;
  inset: auto 0% 0%;
}

.section_home-location {
  background-color: #e5dfc7;
  padding-bottom: 3rem;
}

.home-location_component {
  flex-flow: column;
  margin-bottom: 3rem;
  display: flex;
}

.home-location_left {
  margin-bottom: 2.5rem;
}

.home-location_left-text {
  text-transform: uppercase;
  font-size: 6rem;
  line-height: .92;
  position: relative;
}

.home-location_left-text.home-spaces_left-text-02 {
  left: 5rem;
}

.home-location_left-text.home-spaces_left-text-04 {
  color: var(--green);
}

.home-location_left-text.home-location_left-text-02 {
  color: var(--green);
  left: 11rem;
}

.home-location_right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 40rem;
  margin-left: auto;
  margin-right: 7rem;
  display: flex;
}

.home-location_map {
  width: 100%;
}

.section_home-comfort {
  position: relative;
}

.home-comfort_component {
  z-index: 5;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
}

.home-comfort_background {
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.home-comfort_background-overlay {
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-comfort_text {
  color: var(--dela-gold);
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  font-size: 12rem;
  font-weight: 300;
  line-height: .8;
}

.home-comfort_content-wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 33rem;
  margin-left: 20rem;
  margin-right: auto;
  display: flex;
}

.location-hero_component {
  padding-top: 22.5rem;
  padding-bottom: 8rem;
}

.location-hero_heading {
  text-transform: uppercase;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 7.5rem;
  line-height: .9;
  position: relative;
}

.location-hero_heading.location-hero_heading-text02 {
  color: var(--green);
  left: 10rem;
}

.location-hero_subtext-wrapper {
  width: 100%;
  max-width: 31rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 4.5rem;
}

.section_location-illustration {
  background-color: #e5dfc6;
}

.section_location-nearby {
  background-color: #e5dfc7;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.location-nearby_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-nearby_left {
  height: 100%;
  overflow: hidden;
}

.location-nearby_right {
  flex-flow: column;
  display: flex;
}

.location-nearby_right-text {
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 5rem;
  line-height: .9;
  position: relative;
}

.location-nearby_right-text.location-nearby_right-text-02 {
  left: 8rem;
}

.location-nearby_right-heading {
  margin-bottom: 3.5rem;
}

.location-nearby_right-subtext-wrapper {
  width: 100%;
  max-width: 29.75rem;
  margin-bottom: 3.5rem;
}

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

.location-nearby_tab-menu {
  margin-bottom: 3rem;
  display: flex;
}

.location-nearby_tab-link {
  opacity: .6;
  color: #262628;
  background-color: #ddd0;
  border-right: 1px solid #000;
  padding: 0 .9375rem;
}

.location-nearby_tab-link.w--current {
  opacity: 100;
  color: #262628;
  background-color: #ddd0;
}

.location-nearby_tab-link.location-nearby_tab-link-last {
  border: 1px #000;
}

.location-nearby_tab-pane-content_item {
  border-bottom: 1px dashed #000;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.section_masterplan-hero {
  padding-bottom: 2rem;
  position: relative;
}

.masterplan-hero_component {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100vh;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.masterplan-hero_background {
  z-index: 4;
  width: 100%;
  position: absolute;
  inset: 0%;
}

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

.masterplan-hero_background-overlay {
  z-index: 5;
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.masterplan-hero_heading {
  color: var(--dela-gold);
  text-transform: uppercase;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 5rem;
  line-height: .9;
  position: relative;
}

.masterplan-hero_heading.masterplan-hero_heading-02 {
  left: 10rem;
}

.masterplan-hero_heading.masterplan-hero_heading-04 {
  left: 9.2rem;
}

.masterplan-hero_content-wrapper {
  z-index: 5;
  width: 100%;
  max-width: 23.75rem;
  margin-bottom: 1rem;
  position: absolute;
  inset: auto auto 9.4rem 48.9rem;
}

.masterplan-view_image {
  object-fit: cover;
  width: 100%;
}

.masterplan-view_legend {
  background-color: var(--black);
  padding-top: 2.25rem;
  padding-bottom: 3rem;
}

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

.masterplan-view_item {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.masterplan-view_item-list-item {
  color: var(--dela-gold);
}

.section_masterplan-outdoors {
  background-color: var(--dela-gold);
  padding-top: 2rem;
}

.masterplan-outdoors_component {
  margin-bottom: 4rem;
}

.masterplan-outdoors-heading {
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-size: 10rem;
  line-height: .9;
  position: relative;
}

.masterplan-outdoors-heading.masterplan-outdoors-heading-02, .masterplan-outdoors-heading.masterplan-outdoors-heading-04 {
  left: 11.5rem;
}

.masterplan-outdoors_component02 {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.masterplan-outdoors_left {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  overflow: hidden;
}

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

.masterplan-outdoors_right {
  max-width: 39.25rem;
}

.section_masterplan-flora {
  background-color: #e5dfc7;
  padding-top: 8.75rem;
  padding-bottom: 3.125rem;
}

.masterplan-flora_subtext-wrapper {
  max-width: 44rem;
}

.masterplan-flora_top {
  margin-bottom: 3.38rem;
}

.masterplan-flora_top-heading {
  letter-spacing: -.06em;
  text-transform: uppercase;
  max-width: 48.63rem;
  margin-bottom: 2rem;
  font-size: 7rem;
  line-height: .9;
}

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

.masterplan-flora_image {
  width: 100%;
  display: none;
}

.section_masterplan-tree {
  position: relative;
}

.masterplan-tree_component {
  z-index: 5;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 100vh;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.masterplan-tree_background {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

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

.masterplan-tree_left {
  color: var(--dela-gold);
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 5rem;
  line-height: .9;
}

.masterplan-tree_left-text {
  text-transform: uppercase;
  position: relative;
}

.masterplan-tree_left-text.masterplan-tree_left-text-02 {
  color: var(--kite-yellow);
  left: 10rem;
}

.masterplan-tree_left-text.masterplan-tree_left-text-03 {
  left: 3rem;
}

.masterplan-tree_right {
  max-width: 28.06rem;
}

.section_masterplan-cta {
  background-color: #262628;
  padding-top: 8.75rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.masterplan-cta_comp {
  color: var(--green);
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.masterplan-cta_heading {
  font-size: 10rem;
  line-height: .8;
  position: relative;
}

.masterplan-cta_heading.masterplan-cta_heading02 {
  left: 17.5rem;
}

.masterplan-cta_heading.masterplan-cta_heading04 {
  left: 27.19rem;
}

.section_masterplan-streetscape {
  background-color: #e5dfc8;
  padding-top: 8rem;
  position: relative;
  overflow: clip;
}

.masterplan-streetscape_component {
  z-index: 5;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.masterplan-streetscape_left {
  margin-bottom: 2.25rem;
}

.masterplan-streetscape_left-text {
  text-transform: uppercase;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 7rem;
  line-height: 1;
  position: relative;
}

.masterplan-streetscape_left-text.masterplan-streetscape_left-text-02 {
  left: 6.9rem;
}

.masterplan-streetscape_right {
  width: 100%;
  max-width: 39.25rem;
  margin-left: auto;
}

.masterplan-streetscape_lottie {
  width: 100%;
  margin-top: 6.5rem;
  position: relative;
}

.villa02-features_item01 {
  grid-row-gap: 5.3125rem;
  flex-flow: column;
  display: flex;
}

.villa02-features_item01-top-text {
  color: #e5dfc6;
  font-size: 1.125rem;
  line-height: 1.2;
}

.villa02-features_item01-header {
  grid-row-gap: 1.9375rem;
  flex-flow: column;
  display: flex;
}

.villa02-features-item01-heading {
  color: #e5dfc6;
  text-transform: uppercase;
  font-size: 6.25rem;
  line-height: 1;
}

.span-text-green {
  color: #00a651;
}

.villa02-features_item01-heading {
  width: 100%;
  max-width: 46rem;
}

.villa02-features_item01-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  display: flex;
}

.villa02-features_item01-image-wrapper {
  padding-top: 7.625rem;
}

.villa02-features_item01-image {
  object-fit: cover;
  width: 100%;
  max-width: 40.3125rem;
  height: 100%;
}

.villa02-features_item01-header-text-wrap {
  grid-row-gap: 2.0625rem;
  flex-flow: column;
  display: flex;
}

.villa02-features_item01-header-text {
  color: #e5dfc6;
  text-transform: uppercase;
  font-family: TT Neoris, Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
}

.villa02-features_item01-header-content {
  color: #f7f3dd;
  font-size: 1.375rem;
  line-height: 1.2;
}

.villa02-features_item01-header-content-wrap {
  width: 100%;
  max-width: 23.375rem;
  margin-left: 6.8125rem;
}

.villa02-features_item01-header-text-wrapper {
  grid-column-gap: .875rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.villa02-features_item01-circle {
  background-color: #e5dfc6;
  border-radius: 100%;
  width: .625rem;
  height: .625rem;
}

.villa02-features_item02 {
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.villa02-features_item02-heading {
  color: #e5dfc6;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: 6.25rem;
  line-height: .9;
}

.villa02-features_item02-bottom {
  grid-column-gap: 3.625rem;
  flex-flow: row;
  justify-content: space-between;
  padding-left: 4.3125rem;
  display: flex;
}

.villa02-features_item02-image-wrapper {
  padding-top: 1.5625rem;
}

.villa02-features_item02-image {
  object-fit: cover;
  width: 100%;
  max-width: 40.3125rem;
}

.villa02-features_item02-header-text-wrap {
  grid-row-gap: 2.0625rem;
  flex-flow: column;
  padding-top: 1.0625rem;
  padding-bottom: 1.125rem;
  padding-left: 1.8125rem;
  display: flex;
}

.villa02-features_item02-header-text-wrapper {
  grid-column-gap: .875rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 29rem;
  display: flex;
}

.villa02-features_item02-circle {
  background-color: #e5dfc6;
  border-radius: 100%;
  width: .625rem;
  height: .625rem;
}

.villa02-features_item02-header-text {
  color: #e5dfc6;
  text-transform: uppercase;
  font-family: TT Neoris, Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
}

.villa02-features_item02-header-content-wrap {
  width: 100%;
  max-width: 26rem;
  margin-left: 6.8125rem;
}

.villa02-features_item02-header-content {
  color: #f7f3dd;
  font-size: 1.375rem;
  line-height: 1.2;
}

.section_villa02-spaces {
  background-color: #e5dfc6;
  overflow: hidden;
}

.villa02-spaces_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.villa02-spaces_item-img-wrapper {
  height: 100%;
  overflow: hidden;
}

.villa02-spaces_item-img {
  object-fit: cover;
  width: 100%;
  height: 49.125rem;
}

.villa02-spaces_item-content-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 9.375rem;
  padding-left: 3.75rem;
  display: flex;
}

.villa02-spaces_item-content {
  color: #262628;
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: .9;
  position: relative;
}

.villa02-spaces_item-content.villa02-spaces_item-content-second {
  left: 6rem;
}

.villa02-spaces_item-alt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.villa02-spaces_item-content-wrapper-alt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 9.4375rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: flex;
}

.section_villa02-detail {
  background-color: #262628;
  padding-top: 8rem;
  padding-bottom: 5.6rem;
}

.villa02-detail_component {
  grid-row-gap: 6.9375rem;
  flex-flow: column;
  display: flex;
}

.villa02-details_header {
  width: 100%;
  max-width: 61.8125rem;
  position: relative;
}

.villa02-details_heading {
  color: #e5dfc6;
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-size: 10.5rem;
  font-weight: 300;
  line-height: .9;
  position: relative;
}

.villa02-details_heading.villa02-details_heading-second {
  left: 6rem;
}

.span-text-yellow {
  color: #f7d135;
}

.villa02-details_text {
  color: #e5dfc6;
  font-size: 1.375rem;
  line-height: 1.2;
}

.villa02-details_text-wrapper {
  width: 100%;
  max-width: 17.25rem;
  padding-bottom: 1rem;
  position: absolute;
  inset: auto 7.9rem 0% auto;
}

.villa02-details_item {
  cursor: pointer;
  border-top: 1px dashed #e5dfc64d;
  border-bottom: .4px dashed #e5dfc64d;
  padding-top: 1.25rem;
  padding-bottom: 0;
  padding-left: .3125rem;
}

.villa02-details_item-heading {
  color: #e5dfc6;
  font-size: 2.25rem;
  line-height: 1;
}

.villa02-details_item-heading-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.villa02-details_item-img {
  transform: rotate(180deg);
}

.villa02-details_item-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 2.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.3125rem;
  display: grid;
  overflow: hidden;
}

.villa02-details_item-bottom-content {
  width: 100%;
  max-width: 19.4375rem;
}

.villa02-details_item-bottom-text {
  color: #e5dfc6;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
}

.villa02-details_item-list {
  grid-row-gap: .5rem;
  flex-flow: column;
}

.villa02-details_item-list-item {
  color: #e5dfc6;
  letter-spacing: -.04em;
  margin-bottom: .75rem;
  font-size: .875rem;
  line-height: 1.2;
}

.villa02-full_image-wrapper {
  height: 100%;
  overflow: hidden;
}

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

.section_villa02-explore {
  background-color: #262628;
  background-image: url('../images/amenities-acreage-bg-pattern-icon-v3.svg');
  background-position: 50%;
  background-size: auto;
  padding-top: 7rem;
  padding-bottom: 6.875rem;
}

.villa02-explore_heading-wrapper {
  grid-row-gap: 2.1875rem;
  flex-flow: column;
  width: 100%;
  max-width: 76.8125rem;
  display: flex;
}

.villa02-explore_heading {
  color: #00a651;
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-size: 10rem;
  font-weight: 300;
  line-height: .95;
}

.villa02-explore_text-wrapper {
  grid-row-gap: 1.25rem;
  color: #e5dfc6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 26.8125rem;
  margin-top: 2.1875rem;
  margin-left: auto;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.villa02-explore_link {
  color: #262628;
  background-color: #e5dfc6;
  border-radius: 2.375rem;
  padding: .5625rem 2rem;
  font-size: .75rem;
  text-decoration: none;
}

.villa02-explore_link:hover {
  background-color: #00a651;
}

.amenities-hero_component02 {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100vh;
  padding-bottom: 4.5rem;
  display: flex;
  position: relative;
}

.amenities-hero_background {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.amenities-hero_image {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.section_about02-hero {
  background-color: #262628;
  padding-top: 15rem;
  padding-bottom: 12rem;
}

.about02-hero_component {
  grid-row-gap: 2.75rem;
  flex-flow: column;
  display: flex;
}

.amenities-hero_background-overlay {
  z-index: 5;
  background-image: linear-gradient(0deg, #000, #fff0 44%, #fff0);
  position: absolute;
  inset: 0%;
}

.about02-hero_heading {
  color: #00a651;
  text-transform: uppercase;
  font-size: 6.25rem;
  line-height: .9;
  position: relative;
}

.about02-hero_heading.about02-hero_heading-second {
  left: 10rem;
}

.about02-hero_heading.about02-hero_heading-four {
  left: 25rem;
}

.about02-hero_text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 39.5625rem;
  margin-left: auto;
  display: flex;
}

.about02-hero_text {
  color: #e5dfc6;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.2;
}

.amenities-hero_heading-wrapper {
  width: 100%;
  max-width: 56.875rem;
  margin-bottom: 1.5rem;
}

.home-comfort_background-copy {
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.amenities-hero_heading {
  color: var(--dela-gold);
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 300;
  line-height: .8;
}

.amenties-hero_subtext-wrapper {
  width: 100%;
  max-width: 25rem;
}

.section_about02-brochure {
  background-color: #262628;
  background-image: url('../images/amenities-acreage-bg-pattern-icon-v3.svg');
  background-position: 50%;
  background-size: auto;
  padding-top: 14.5rem;
  padding-bottom: 15.25rem;
  display: none;
}

.about02-brochure_component {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.about02-brochure_img {
  object-fit: cover;
  width: 100%;
}

.amenities-clubhouse_heading-wrapper {
  margin-bottom: 3rem;
}

.about02-brochure_button-wrapper {
  grid-column-gap: .4375rem;
  color: #e5dfc6;
  flex-flow: row;
  margin-left: auto;
  font-size: .875rem;
  line-height: 1.2;
  text-decoration: none;
  display: none;
}

.amenities-clubhouse_number-wrapper {
  margin-bottom: 2rem;
}

.amenities-clubhouse_number-image {
  color: var(--green);
  width: 100%;
}

.amenities-clubhouse_unit-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: -5rem;
  display: flex;
}

.amenities-clubhouse_unit {
  letter-spacing: -.06em;
  margin-bottom: 10px;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 10rem;
  line-height: .9;
}

.contact-hero-heading {
  color: #f7d135;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: 6.25rem;
  font-weight: 300;
  line-height: 1.05;
}

.contact-hero-heading.home-cta-heading {
  color: #b8af7b;
}

.amenities-clubhouse_unit-subtext {
  max-width: 14.3rem;
  margin-left: 10px;
  line-height: 1.2;
}

.section_amenities-coutyard {
  position: relative;
}

.amenities-coutyard_background {
  z-index: 4;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.amenities-coutyard_component {
  z-index: 5;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.amenities-coutyard_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.amenities-coutyard_overlay {
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.amenities-coutyard_card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--dela-gold);
  flex-flow: column;
  width: 38.25rem;
  min-height: 12rem;
  padding: 3.5rem 2rem 3rem 3rem;
  display: flex;
}

.amenities-coutyard_card-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.amenities-coutyard_card-dot {
  background-color: var(--base-color-neutral--neutral-darkest);
  border-radius: 100rem;
  width: .625rem;
  height: .625rem;
}

.amenities-coutyard_card-content {
  width: 100%;
  max-width: 23.75rem;
}

.section_amenities-list {
  background-color: var(--dela-gold);
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: clip;
}

.amenities-list_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.amenities-list_component:where(.w-variant-32022c90-053a-773e-b74d-5e58c736f8be) {
  flex-flow: row-reverse;
}

.amenities-list_component.alt-5 {
  flex-flow: row-reverse;
  grid-template-rows: auto;
}

.amenities-list_right-heading {
  letter-spacing: -.06em;
  text-transform: uppercase;
  margin-bottom: 4rem;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: .9;
}

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

.amenities-list_item {
  grid-row-gap: 1.3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.amenities-list_image {
  margin-bottom: 1.25rem;
}

.amenities-list_text {
  color: #1b1b1d;
  font-size: 1.25rem;
  line-height: 1.2;
}

.contact-hero_left-text {
  color: #f7f3dd;
  width: 100%;
  max-width: 26.8125rem;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.2;
}

.amenities-list_strip {
  position: absolute;
  inset: 0% auto auto 0%;
}

.amenities-list_strip:where(.w-variant-32022c90-053a-773e-b74d-5e58c736f8be), .amenities-list_strip.alt-22 {
  inset: 0% 0% auto auto;
}

.section_amenities-full-image {
  height: 100%;
}

.amenities-full_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 31.75rem;
}

.home-contact_submit01 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black);
  text-transform: none;
  background-color: #f7f3dd;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5625rem 1.5rem;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-weight: 400;
  display: flex;
}

.home-contact_submit01:hover {
  background-color: #00a651;
}

.link-2 {
  text-decoration: underline;
}

.section_contact-download {
  background-color: #262628;
  padding-bottom: 12rem;
  display: none;
}

.section_amenities-openspace {
  background-color: var(--carbon-black);
  background-image: url('../images/amenities-acreage-bg-pattern-icon-v3.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 9.375rem;
  padding-bottom: 15rem;
  position: relative;
}

.amenities-openspace_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.amenities-openspace_number {
  color: var(--green);
  letter-spacing: -.06em;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 38.25rem;
  line-height: .9;
}

.amenities-openspace_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 18.56rem;
  display: flex;
  position: relative;
  top: 2.25rem;
}

.amenities-openspace_heading {
  color: var(--island);
  text-transform: uppercase;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.section_amenities-outdoor {
  background-color: var(--dela-gold);
  padding-top: 10rem;
  padding-bottom: 6rem;
}

.amenities-outdoor_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.amenities-outdoor_heading {
  letter-spacing: -.06em;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 6rem;
  line-height: .9;
  position: relative;
}

.amenities-outdoor_heading.amenities-outdoor_heading02 {
  left: 5rem;
}

.amenities-outdoor_item {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 15.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.amenities-outdoor_item.amenities-outdoor_item-hide.hide {
  display: none;
}

.amenities-outdoor_topline-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.amenities-outdoor_topline-wrapper.amenities-outdoor_topline-wrapper-2nd-row {
  display: none;
}

.amenities-outdoor_topline {
  background-color: #262628;
  width: 80%;
  height: 1px;
}

.section_about02-living {
  background-color: #262628;
}

.about02-living_component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.about02-living_img-wrapper {
  margin-top: 3.75rem;
}

.about02-living_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.about02-living_heading {
  color: #e5dfc6;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 300;
  line-height: .9;
  position: relative;
}

.amenities-outdoor_rightline-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.amenities-outdoor_bottomline-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.amenities-outdoor_bottomline {
  background-color: #262628;
  width: 80%;
  height: 1px;
}

.amenities-outdoor_rightline {
  background-color: var(--black);
  width: 1px;
  height: 80%;
}

.about02-living_text-wrapper {
  width: 100%;
  max-width: 30.9375rem;
}

.about02-living_text {
  color: #e5dfc6;
  width: 100%;
  max-width: 30.9375rem;
  font-size: 1.375rem;
  line-height: 1.2;
}

.about02-living_img {
  object-fit: contain;
  width: 100%;
}

.about02-living_img.about02-living_img-hide {
  display: block;
}

.about02-living_img.about02-living_img-hide-desktop {
  display: none;
}

.amenities-outdoor_item-text {
  margin-left: 1rem;
  margin-right: auto;
  font-size: .9rem;
}

.amenities-outdoor_image {
  height: 7.5rem;
}

.footer-menu {
  color: #b8af7b;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.2;
}

.footer-item02_text {
  color: #b8af7b;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1.2;
}

.section_masterplan-subtle {
  background-color: #e5dfc6;
  padding-top: 4.8rem;
  overflow: hidden;
}

.masterplan-subtle_heading-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 47.5rem;
  position: relative;
}

.masterplan-subtle_heading {
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-size: 6.25rem;
  font-weight: 300;
  line-height: 1;
}

.masterplan-subtle_image-wrapper {
  position: relative;
  top: -4.9rem;
}

.masterplan-subtle_image {
  width: 100%;
}

.home-header-heading-display-wrapper {
  overflow: hidden;
}

.home-about_text-wrapper {
  width: 100%;
  max-width: 32.625rem;
}

.home-about_left-heading {
  width: 100%;
  max-width: 35.125rem;
}

.amenities-clubhouse-heading {
  font-size: 4.1rem;
  line-height: 1;
}

.amenities-central-heading {
  font-size: 1.375rem;
  line-height: 1.2;
}

.amenities-central-text {
  font-size: 1.25rem;
  line-height: 1.2;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

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

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.amenities-outdoor_component-copy, .amenities-outdoor_component-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flora-outdoor_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  grid-auto-columns: 1fr;
  display: grid;
}

.flora-outdoor_item {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 14rem;
  padding: .5rem .5rem 1rem;
  display: flex;
  position: relative;
}

.flora-outdoor_item.amenities-outdoor_item-hide {
  display: flex;
}

.flora-outdoor_item.amenities-outdoor_item-hide.hide, .flora-outdoor_item.hide {
  display: none;
}

.flora-outdoor_item.is-1 {
  min-height: auto;
}

.flora-outdoor_topline-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.flora-outdoor_topline-wrapper.amenities-outdoor_topline-wrapper-2nd-row, .flora-outdoor_topline-wrapper.amenities-outdoor_item-hide, .flora-outdoor_topline-wrapper.floor-outdoor_item-hide {
  display: none;
}

.flora-outdoor_topline {
  background-color: #262628;
  width: 80%;
  height: 1px;
}

.flora-outdoor_rightline-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.flora-outdoor_rightline {
  background-color: var(--black);
  width: 1px;
  height: 80%;
}

.flora-outdoor_bottomline-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.flora-outdoor_bottomline-wrapper.floor-outdoor_item-hide {
  display: none;
}

.flora-outdoor_bottomline {
  background-color: #262628;
  width: 80%;
  height: 1px;
}

.flora-outdoor_item-text {
  max-width: 10ch;
  font-size: .75rem;
  line-height: 1;
  position: absolute;
  inset: 1.5rem auto auto .5rem;
}

.flora-outdoor-image {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  transform: scale(1.1);
}

.flora-outdoor_rightline-wrapper-copy {
  justify-content: flex-start;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-7 {
  display: none;
}

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

.prelaoder_alt {
  z-index: 9999;
  background-color: var(--carbon-black);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: clip;
}

.home-about_right-image-wrapper {
  height: 100%;
  overflow: hidden;
}

.home-flow_row01-right-image-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-flow_row02-left-image-wrap {
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-comfort_text-wrapper {
  width: 100%;
  max-width: 59.4375rem;
}

.home-comfort_background-image-wrap {
  height: 100%;
  overflow: hidden;
}

.villa02-features_item01-img-wrap {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.villa02-features_item02-image-wrap, .villa02-spaces_item-img-wrap {
  height: 100%;
  overflow: hidden;
}

.villa02-spaces_item-content-wrap {
  flex-flow: column;
  display: flex;
}

.villa02-full_image-wrap {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.masterplan-outdoors_left-image-wrap {
  height: 100%;
  overflow: hidden;
}

.masterplan-cta_component {
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.master-cta_text-wrap {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 19.5rem;
  margin-left: auto;
  margin-right: 25rem;
  display: flex;
}

.master-cta_text {
  color: #e5dfc6;
  font-size: 1.25rem;
  line-height: 1.2;
}

.amenities-coutyard_image-wrap {
  height: 100%;
  overflow: hidden;
}

.amenities-full_image-wrap {
  height: 100%;
}

.location-nearby_tab-link-start {
  opacity: .6;
  color: #262628;
  background-color: #ddd0;
  border-right: 1px solid #000;
  padding: 0 .9375rem;
}

.location-nearby_tab-link-start.w--current {
  opacity: 100;
  color: #262628;
  background-color: #ddd0;
  padding-left: 0;
}

.location-nearby_tab-link-start.location-nearby_tab-link-last {
  border: 1px #000;
}

.location-nearby_tab-link-start.is-1 {
  padding-left: 0;
}

.location-nearby_left-image-wrap {
  height: 100%;
  overflow: hidden;
}

.div-block-8 {
  display: none;
}

.section_test-features {
  background-color: #262628;
  height: 100vh;
}

.test-features-grid {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-9 {
  border: 1px solid #a17979;
  width: 6rem;
  max-width: 100%;
  height: 7rem;
  max-height: 100%;
}

.heading-wrapper {
  border: 1px solid #a17979;
  width: 100%;
  height: 100%;
  position: relative;
}

.heading-2 {
  color: #e5dfc6;
  text-transform: uppercase;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 6.25rem;
  line-height: 1;
}

.heading-two {
  color: #e5dfc6;
  text-transform: uppercase;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 6.25rem;
  line-height: 1;
  position: relative;
  left: 8.125rem;
}

.heading--three {
  color: #e5dfc6;
  text-transform: uppercase;
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 6.25rem;
  line-height: 1;
  position: relative;
  left: 18.75rem;
}

.section_villa02-begin {
  background-color: #262628;
  display: block;
}

.villa02-begin_component {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.villa02-begin-box {
  border: .5px solid #3b3b3a4d;
  width: 6rem;
  max-width: 100%;
  height: 7rem;
  max-height: 100%;
}

.villa02-begin-heading-item {
  grid-row-gap: .875rem;
  border: .5px solid #3b3b3a4d;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.villa02-begin_eyebrow-text {
  color: #e5dfc6;
  font-size: 1.125rem;
  line-height: 1.2;
}

.villa02-begin-heading {
  color: #e5dfc6;
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-size: 6.25rem;
  line-height: .8;
}

.villa02-begin-heading-two {
  color: #e5dfc6;
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-size: 6.25rem;
  line-height: .8;
  position: relative;
  left: 18.7rem;
}

.villa02-begin-heading-three {
  color: #e5dfc6;
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-size: 6.25rem;
  line-height: .8;
  position: relative;
  left: 8.12rem;
}

.villa02-begin-text-item {
  border: .5px solid #3b3b3a4d;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 1.125rem;
  padding-left: 1.6875rem;
}

.villa02-begin_image-wrapper {
  border: .5px solid #3b3b3a4d;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.villa02-begin_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.villa02-begin-item02-heading, .villa02-begin-content-item02, .villa02-begin-item02-image-wrapper {
  border: .5px solid #3b3b3a4d;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.villa02-begin-item02-image {
  width: 100%;
  height: 100%;
}

.amenities-coutyard_card-dot-wrap, .villa02-features_item01-circle-wrap, .villa02-features_item02-circle-wrap {
  overflow: hidden;
}

.lottiee-wrap {
  aspect-ratio: 2;
  min-width: 15rem;
  display: none;
}

.lottie-embed {
  background-color: #be8b8b;
  height: 6rem;
}

.amenities-list_item-lottie {
  aspect-ratio: 1;
  height: 4.88rem;
}

.amenities-list_second-lottie {
  height: 4.88rem;
}

.section_amenities-first, .section_amenities-second {
  background-color: #f8f3dd;
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: clip;
}

.section_amenities-third, .section_amenities-secod {
  background-color: var(--dela-gold);
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: clip;
}

.amenities-list-third-item {
  height: 4.88rem;
}

.section-amenities-brochure {
  background-color: var(--black);
  background-image: url('../images/amenities-acreage-bg-pattern-icon-v3.svg');
  background-position: 50%;
  background-size: auto;
  padding-top: 14.625rem;
  padding-bottom: 13rem;
  display: none;
}

.code-embed-4, .code-embed-5 {
  display: none;
}

.stats-label-alt {
  font-family: Fenul Standard, Georgia, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}

.section_amenities-infographics {
  background-color: #e5dfc7;
  padding-top: 3rem;
}

.home-stats_overlay--one {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dummy-placeholder-wrapper {
  margin-top: .5rem;
  font-size: .7rem;
}

.test-lottie {
  transform: scale(1.4);
}

.div-block-10 {
  background-color: var(--island);
}

.home-location_map-mobile, .location-illustration-lottie-landscape, .masterplan-subtle_image-landscape, .masterplan-streetscape_lottie-landscape {
  display: none;
}

.masterplan-tree_background-overlay {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.green {
  background-color: #00995c;
}

.villa02-spaces_item-content-subtext {
  font-size: 1.38rem;
  line-height: 1.3;
}

.home-header_rera-note {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--kite-yellow);
  background-image: linear-gradient(0deg, #0000004f, #17171747 20%, #fff0);
  border-radius: 20px;
  padding: .5rem;
  display: flex;
}

.home-header_rera-note-wrapper {
  margin-bottom: 1rem;
  display: flex;
}

.amenities-hero_background-overlay-02 {
  z-index: 5;
  background-image: linear-gradient(#00000069, #fff0 36%);
  position: absolute;
  inset: 0%;
}

.amenities-infographics_heading {
  text-transform: uppercase;
  max-width: 23ch;
  font-weight: 300;
}

.section_home-walkthrough {
  background-color: var(--carbon-black);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

.construction-video_tab {
  margin-top: 1rem;
}

.section_construction-video {
  background-color: #f7f3dd;
  padding-top: 5.25rem;
  padding-bottom: 3.5rem;
  overflow: clip;
}

.construction-video_tab-menu {
  grid-column-gap: 1.875rem;
  flex-flow: row;
  display: flex;
}

.construction-video_tab-link {
  color: #26262866;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
}

.construction-video_tab-link.w--current {
  color: #262628;
  background-color: #f7f3dd;
  border-bottom: 1px solid #000;
}

.construction-video_tab-content, .construction-video_year-tabs {
  margin-top: 1rem;
}

.construction-video_year-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.construction-video_year-link {
  background-color: #9b9b9b;
  border-radius: 20px;
  padding: .5rem 2rem;
}

.construction-video_year-link.w--current {
  background-color: var(--green);
}

@media screen and (min-width: 1440px) {
  .container-large {
    max-width: 90rem;
  }

  .home-flow_row01-left_content-wrapper {
    margin-left: 0;
  }

  .section_home-location {
    padding-bottom: 4rem;
  }

  .about02-living_heading.about02-living_heading-second {
    left: 10.5rem;
  }

  .home-about_left-heading {
    width: 100%;
    max-width: 40rem;
  }

  .flora-outdoor_item {
    min-height: 14rem;
  }

  .master-cta_text-wrap {
    margin-right: 33.5rem;
  }

  .section_amenities-infographics {
    padding-top: 2rem;
  }
}

@media screen and (min-width: 1920px) {
  .container-large {
    max-width: 98rem;
  }

  .home-about_left-text {
    font-size: 5.9rem;
  }

  .home-flow_row-text {
    font-size: 5.5rem;
  }

  .home-flow_row01-left_content-wrapper {
    margin-top: 4rem;
    margin-left: -3rem;
    left: 32rem;
  }

  .villa02-hero_content-wrapper {
    max-width: 58rem;
  }

  .villa02-hero_heading {
    font-size: 6.5rem;
  }

  .villa02-hero_heading.villa02-hero_heading-hero_heading-middle {
    left: 16rem;
  }

  .villa02-hero_text {
    font-size: 1.4rem;
  }

  .villa02-hero_text-wrapper {
    max-width: 32.1rem;
  }

  .villa02-floorplan_heading {
    font-size: 4.7rem;
  }

  .villa02-floorplan_heading-wrapper {
    max-width: 48rem;
  }

  .home-flow_row01-right {
    width: 100%;
    max-width: 33rem;
  }

  .tab-button {
    font-size: 1.2rem;
  }

  .home-flow_row02-left-image {
    width: 100%;
    max-width: 33rem;
  }

  .home-spaces_left-text {
    font-size: 7.5rem;
  }

  .home-spaces_left-text.home-spaces_left-text-02 {
    left: 9.1rem;
  }

  .text-size-large-alt {
    font-size: 1.4rem;
  }

  .home-spaces_title {
    font-size: 1.1rem;
  }

  .home-spaces_item-right-line.home-spaces_item-right-line-top {
    width: 20rem;
  }

  .home-spaces_item-right-line.home-spaces_item-right-line-bottom {
    width: 19rem;
  }

  .home-location_left-text {
    font-size: 7.5rem;
  }

  .home-location_left-text.home-location_left-text-02 {
    left: 15.6rem;
  }

  .home-location_right {
    margin-right: 21.5rem;
  }

  .home-comfort_content-wrapper {
    max-width: 39rem;
    margin-left: 28rem;
  }

  .location-hero_heading {
    font-size: 8.5rem;
  }

  .location-hero_heading.location-hero_heading-text02 {
    left: 16.2rem;
  }

  .location-hero_subtext-wrapper {
    max-width: 40rem;
    left: 4.9rem;
  }

  .location-nearby_tab-link {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .masterplan-hero_heading {
    font-size: 7rem;
  }

  .masterplan-hero_content-wrapper {
    bottom: 12.3rem;
    left: 63.7rem;
  }

  .masterplan-outdoors-heading {
    font-size: 12rem;
    line-height: .8;
  }

  .masterplan-outdoors_left-image {
    width: 100%;
  }

  .masterplan-flora_subtext-wrapper {
    max-width: 46rem;
  }

  .masterplan-cta_heading {
    font-size: 11rem;
    line-height: .8;
  }

  .masterplan-streetscape_component {
    max-width: 96rem;
  }

  .masterplan-streetscape_left-text {
    font-size: 9rem;
  }

  .masterplan-streetscape_right {
    max-width: 37rem;
  }

  .villa02-features_item01-image-wrapper {
    width: 50%;
    max-width: 100%;
  }

  .villa02-features_item01-image {
    max-width: 100%;
  }

  .villa02-features_item01-header-text, .villa02-features_item01-header-content {
    font-size: 1.6rem;
  }

  .villa02-features_item01-header-content-wrap {
    max-width: 27rem;
  }

  .villa02-features_item02-heading {
    font-size: 7.25rem;
  }

  .villa02-features_item02-image-wrapper {
    width: 50%;
  }

  .villa02-features_item02-image {
    max-width: 100%;
  }

  .villa02-features_item02-header-text {
    font-size: 1.6rem;
  }

  .villa02-features_item02-header-content-wrap {
    max-width: 34rem;
  }

  .villa02-features_item02-header-content {
    font-size: 1.6rem;
  }

  .villa02-spaces_item-content {
    font-size: 4.5rem;
  }

  .villa02-details_header {
    max-width: 75rem;
  }

  .villa02-details_heading {
    font-size: 13rem;
  }

  .villa02-details_text-wrapper {
    right: 13.9rem;
  }

  .villa02-explore_link {
    color: #262628;
  }

  .about02-hero_heading {
    font-size: 7.8rem;
  }

  .about02-hero_heading.about02-hero_heading-four {
    left: 30.5rem;
  }

  .about02-hero_text-wrapper {
    max-width: 38rem;
  }

  .amenities-hero_heading {
    font-size: 7.4rem;
  }

  .amenities-clubhouse_unit {
    font-size: 11rem;
  }

  .contact-hero-heading {
    font-size: 8rem;
  }

  .amenities-clubhouse_unit-subtext {
    margin-left: 6px;
  }

  .amenities-coutyard_card {
    width: 44rem;
  }

  .amenities-coutyard_card-dot {
    width: .8rem;
    height: .8rem;
  }

  .amenities-coutyard_card-content {
    max-width: 30rem;
  }

  .amenities-list_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr .75fr;
  }

  .contact-hero_left-text {
    max-width: 34rem;
  }

  .amenities-openspace_number {
    font-size: 48rem;
  }

  .amenities-openspace_content {
    max-width: 29rem;
  }

  .amenities-openspace_heading {
    font-size: 5rem;
  }

  .amenities-outdoor_heading {
    font-size: 7.5rem;
  }

  .amenities-outdoor_item-text {
    font-size: 1.1rem;
  }

  .home-about_left-heading {
    width: 100%;
    max-width: 50rem;
  }

  .amenities-clubhouse-heading {
    font-size: 4.8rem;
  }

  .amenities-central-heading {
    font-size: 1.7rem;
  }

  .amenities-central-text {
    font-size: 1.4rem;
  }

  .master-cta_text-wrap {
    margin-right: 47.7rem;
  }

  .location-nearby_tab-link-start {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .div-block-9 {
    width: 100%;
    height: 8rem;
  }

  .villa02-begin-box {
    width: 8rem;
    height: 9rem;
  }

  .villa02-begin-heading {
    font-size: 7.25rem;
  }

  .villa02-begin-heading-two {
    font-size: 8rem;
    left: 17rem;
  }

  .villa02-begin-heading-three {
    font-size: 8rem;
  }

  .villa02-begin_image-wrapper, .villa02-begin-item02-image-wrapper {
    overflow: hidden;
  }

  .villa02-begin_image-wrap, .villa02-begin-item02-image-wrap {
    height: 100%;
    overflow: hidden;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1.text-color-black.home-philosophy-heading {
    font-size: 2rem;
  }

  .heading-style-h1.home-highlights-heading {
    font-size: 3.5rem;
  }

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

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

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

  .spacer-large {
    padding-top: 2.5rem;
  }

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

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

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

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

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .menu-icon2_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon2_line-top {
    color: #fff;
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon2 {
    color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .home_features-list_list {
    grid-column-gap: 2rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .layout230_list {
    grid-column-gap: 2rem;
  }

  .header15_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home-souls_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .home-site_bg-wrap {
    grid-template-rows: min-content min-content min-content min-content min-content min-content;
    inset: auto 0%;
  }

  .home-contact_form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .footer_copy-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .logo-wrap_link {
    width: auto;
    max-width: none;
  }

  .home-launch_bg-left-image, .home-launch_bg-right-image {
    max-width: 20rem;
  }

  .section_contact-hero {
    padding-bottom: 13rem;
  }

  .contact-hero_component {
    grid-column-gap: 2rem;
  }

  .location-direction_wrapper {
    margin-top: 7rem;
  }

  .section_location-landmark {
    padding-bottom: 3rem;
  }

  .location-landmark_component {
    flex-flow: column-reverse;
    padding-top: 0;
    position: absolute;
    overflow: visible;
  }

  .location-landmark_left-wrapper {
    grid-row-gap: 2rem;
    margin-top: 2rem;
  }

  .location-landmark_right-wrapper {
    grid-template-columns: max-content max-content max-content max-content max-content minmax(max-content, max-content);
    margin-right: 0;
    position: absolute;
    inset: auto 0% 77%;
  }

  .location-landmark_content-wrapper {
    width: 100%;
    max-width: 25rem;
  }

  .location-landmark_tabs-menu {
    display: flex;
  }

  .location-landmark_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .5rem;
  }

  .location-landmark_tabs-content {
    max-width: 100%;
    margin-top: 2rem;
  }

  .location-landmark_logo {
    max-width: 100%;
    height: 100%;
  }

  .discover_logo {
    max-width: 15rem;
  }

  .discover_content-component {
    padding: 4.7rem 2.5rem;
  }

  .discover-heading-display, .about-hero-heading-display {
    font-size: 4.5rem;
  }

  .section_about-prioritise {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .about-prioritise_component {
    grid-column-gap: 4rem;
  }

  .section_about-sustainable {
    padding-top: 8rem;
  }

  .vila-hero-heading-display {
    font-size: 5.5rem;
  }

  .section_villa-architecture {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }

  .villa-architecture_component {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .vila-architecture_image-wrapper {
    display: flex;
  }

  .vila-architecture_image {
    max-width: 30rem;
  }

  .vila-architecture_left-wrapper {
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

  .vila-architecutre_right-wrapper {
    margin-top: 3rem;
    display: none;
  }

  .vila-architecutre_bottom-wrapper {
    display: none;
  }

  .villa-joy_component {
    grid-row-gap: 8rem;
  }

  .villa-joy-heading-display {
    font-size: 4rem;
  }

  .vila-plan_tabs-content {
    overflow: visible;
  }

  .villa-plan_tabs-left-arrow {
    width: 3rem;
    height: 3rem;
    left: -1.5rem;
  }

  .villa-plan_tabs-right-arrow {
    width: 3rem;
    height: 3rem;
    right: -1.5rem;
  }

  .section_amneities-hero {
    height: 100%;
  }

  .section_amenities-spaces {
    padding-bottom: 7rem;
  }

  .amenities-spaces_logo-component {
    grid-template-columns: minmax(max-content, 1fr) max-content max-content max-content;
  }

  .home-villas_logo {
    max-width: 7rem;
    height: 7rem;
  }

  .amenities-spaces_item {
    max-width: 20rem;
    margin-right: 1.5rem;
  }

  .amenities-spaces_component02 {
    grid-column-gap: 2rem;
    flex-flow: column;
    padding-left: 0;
  }

  .amenities-spaces_bottom-wrapper01 {
    margin-top: 12.8rem;
  }

  .amenities-spaces_bottom-wrapper02 {
    margin-top: -14rem;
  }

  .section_amenities-pool {
    padding-bottom: 5rem;
  }

  .section_amenities-facilities {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }

  .amenities-facilities_top-wrapper {
    padding-right: 0;
  }

  .amenities-facilities_logo {
    max-width: 7rem;
    height: 7rem;
  }

  .amenities-facilities_bottom-wrapper {
    grid-column-gap: 4rem;
    padding-left: 2rem;
  }

  .amenities-facilities_bottom-wrapp02 {
    margin-top: 19.6rem;
  }

  .amenities-sports_item01-wrapper {
    grid-column-gap: 1rem;
  }

  .amenities-sports_item02-wrapper {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .amenities-hero_right-img {
    object-fit: cover;
  }

  .amenities-hero-heading-display, .home-header-heading-display {
    font-size: 4rem;
  }

  .section_home-villas {
    padding-top: 6rem;
  }

  .home-villas-component {
    padding-left: 18rem;
  }

  .home-villas-text {
    font-size: 1.3rem;
  }

  .home-villas_bottom-wrapper {
    padding-left: 0;
  }

  .home-southern-heading-display {
    font-size: 6rem;
  }

  .home-southern_text {
    margin-left: 0;
  }

  .home-southern_image-wrapper {
    flex-flow: column;
    align-items: flex-end;
    display: flex;
    position: static;
  }

  .home-southern-heading-alt {
    padding-left: 6rem;
  }

  .home-southern-heading-alt1 {
    padding-left: 2rem;
  }

  .home-southern_item {
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .home-southern_item-img-wrapper.home-southern_item01 {
    margin-top: 3rem;
  }

  .home-southern_item-img-wrapper.home-southern_item-img02 {
    flex-flow: column;
    align-items: flex-end;
    display: flex;
  }

  .section_home-serenity {
    padding-top: 8rem;
  }

  .home-serenity_component {
    grid-row-gap: 12rem;
  }

  .home-serenity-heading-display {
    font-size: 7rem;
  }

  .home-serenity_text-patch-wrapper {
    max-width: 27rem;
  }

  .home-serenity_lottie-wrapper {
    bottom: -3rem;
    right: -2rem;
  }

  .home-serenity_image {
    max-width: 20rem;
  }

  .section_home-highlights {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }

  .home-highlights_item-wrapper {
    grid-column-gap: 2rem;
  }

  .home-highlights_left-image {
    max-width: 100%;
  }

  .home-highlights_right-content {
    grid-row-gap: 1rem;
    padding-top: 2rem;
  }

  .home-highlights_item-wrapper-alt {
    grid-column-gap: 2rem;
    margin-top: 2rem;
  }

  .section_home-philosophy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home-contact-info_component-wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .home-contact-info_form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .section_footer {
    padding-top: 2rem;
  }

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

  .footer-item01 {
    border-right-style: none;
    padding: 1.8rem 2rem;
  }

  .footer-item02 {
    border-right-style: none;
    padding: 3.1rem 2rem;
  }

  .footer-item03 {
    border-right: 1px #000;
    padding: 3rem 2rem;
  }

  .footer-item04 {
    padding-left: 2rem;
    display: none;
  }

  .footer-item05 {
    border-right-style: none;
    padding-top: 2rem;
    padding-bottom: 1.3125rem;
  }

  .footer-item06 {
    border-top: 1px solid #f7f3dd4d;
    border-right-style: none;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
    padding-left: 2rem;
    display: flex;
  }

  .footer-item02_logo-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-item02_logo {
    max-width: 100%;
    height: 100%;
  }

  .footer-item01_link-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 23rem;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

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

  .footer-item03_text-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
  }

  .footer-item03_link-wrapper {
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .footer-item03_link {
    font-size: 1rem;
  }

  .footer-item03_disclamer {
    margin-top: 3rem;
    display: none;
  }

  .home-contact_gradient-wrapper {
    bottom: -1%;
  }

  .section_home-amenities {
    padding-bottom: 5rem;
  }

  .home-amenities_item-wrapper {
    grid-column-gap: 1rem;
  }

  .home-amenities_item-image {
    max-width: 25rem;
  }

  .home-amenities_item-alt-wrapper {
    grid-column-gap: 1rem;
    margin-top: 2rem;
  }

  .home-amenities_item-alt-image {
    max-width: 25rem;
  }

  .home-header_content {
    max-width: 35rem;
  }

  .home-header_scroll-wrapper {
    right: -2rem;
  }

  .navbar-container {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar-menu {
    background-color: #262628;
    height: 100vh;
    padding-top: 25vw;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .navbar-link {
    height: 2.5rem;
    font-size: 2.25rem;
    overflow: hidden;
  }

  .navbar-menu_left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar-menu_right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 1rem;
    padding-bottom: 1.5rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar-menu-logo {
    width: 100%;
    max-width: 5rem;
    display: none;
  }

  .navbar-menu_embed.logo-embed_motif {
    max-width: 5rem;
  }

  .location-landmark_info {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu-button {
    max-width: 100%;
    margin-left: auto;
    padding: 0;
  }

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

  .navabr-mobile-logo {
    width: auto;
  }

  .home-serenity_lottie {
    width: 24rem;
    height: auto;
  }

  .footer_link-text-wrapper {
    grid-column-gap: .5rem;
  }

  .home-villas_logo-component {
    grid-template-columns: minmax(max-content, 1fr) max-content max-content max-content;
    left: -20%;
  }

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

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

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

  .icon {
    display: none;
  }

  .nav-menu-media-wrapper {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    border-top: .5px solid #f7f3dd96;
    padding-top: 2.5rem;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .menu-link-media {
    color: #f7f3dd66;
    font-size: .85rem;
  }

  .nav-menu_logo-wrapper {
    margin-top: 0;
  }

  .nav-menu_logo {
    width: 100%;
  }

  .menu-nav-line {
    background-color: var(--cream);
    width: 2rem;
    max-width: 1.5rem;
    height: 1.5px;
  }

  .menu-nav-line-wrapper {
    grid-column-gap: .3px;
    grid-row-gap: .3rem;
    flex-flow: column;
    padding: .5rem;
    display: flex;
  }

  .vila-architecture-text {
    font-size: 1rem;
  }

  .location-distance_component {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: minmax(auto, .25fr);
  }

  .location-distance_content-component {
    height: 45rem;
  }

  .location-distance_img-wrapper.hide-desktop-only {
    display: block;
  }

  .location-distance_img-wrapper.hide-desktop-only.hide-desktop-tablet {
    display: none;
  }

  .footer-line {
    height: 1.5px;
    display: block;
    bottom: -1%;
  }

  .footer-line-wrap {
    display: flex;
    bottom: -1%;
  }

  .footer-line_left, .footer-line_right {
    height: 1.5px;
  }

  .footer_link-text {
    height: 2.1rem;
  }

  .footer-item03_wrap {
    font-size: 1rem;
  }

  .footer-link-design {
    font-size: 2rem;
  }

  .navbar-menu_embed-motif.logo-embed_motif {
    max-width: 5rem;
  }

  .navbar-menu-logo-tablet {
    width: 100%;
    max-width: 4rem;
    display: flex;
  }

  .navbar-menu-logo-tablet.w--current {
    display: flex;
  }

  .section_home-about {
    padding-top: 10rem;
  }

  .home-about_left-text {
    font-size: 4rem;
  }

  .section_home-stats {
    min-height: 130vh;
  }

  .home-stats_background-overlay {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .square {
    opacity: 0;
  }

  .home-stats_background-overlay-02 {
    grid-template-rows: min-content min-content min-content auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-wrap-1 {
    grid-template-columns: 8.3rem 8.3rem 8.3rem;
  }

  .home-stats_overlay {
    grid-template-rows: min-content auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dummy-placeholder {
    opacity: 0;
    min-width: 8.3rem;
  }

  .dummy-placeholder-background {
    width: 100%;
    min-width: 8.3rem;
    height: 100%;
  }

  .section_home-flow {
    padding-top: 8rem;
  }

  .home-flow_row01 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-flow_row-text {
    font-size: 4rem;
  }

  .home-flow_row-text.home-flow_row-text-02, .home-flow_row-text.home-flow_row-text-04 {
    left: 3.4rem;
  }

  .home-flow_row01-left_content-wrapper {
    margin-left: 0;
    left: 0;
  }

  .section_villa02-hero {
    min-height: 100vh;
  }

  .villa02-floorplan_bottom-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: auto;
  }

  .home-flow_row01-right, .home-flow_row01-right-image {
    width: 100%;
  }

  .villa02-floorplan_image {
    width: 100%;
    max-width: 100%;
  }

  .villa02-floorplan_tab-wrapper {
    padding-bottom: 0;
  }

  .home-flow_row02-left-image {
    width: 100%;
  }

  .section_home-spaces {
    padding-top: 4rem;
  }

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

  .villa02-floorplan_bottom-text {
    font-size: .8rem;
  }

  .villa02-floorplan_bottom-text-bold {
    font-size: 1.2rem;
  }

  .section_villa02-features {
    display: block;
  }

  .villa02-features_component {
    grid-row-gap: 3rem;
  }

  .text-size-large-alt {
    font-size: 1.1rem;
  }

  .home-spaces_component02 {
    grid-template-columns: 1fr 1fr;
  }

  .home-spaces_item-right-line.home-spaces_item-right-line-top, .home-spaces_item-right-line.home-spaces_item-right-line-bottom, .home-spaces_item-right-line.home-spaces_item-right-line-hide {
    display: none;
  }

  .section_home-location {
    padding-bottom: 3rem;
  }

  .home-location_left-text.home-location_left-text-02 {
    left: 6.4rem;
  }

  .home-comfort_text {
    font-size: 8rem;
  }

  .location-hero_heading {
    font-size: 6rem;
  }

  .location-nearby_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .section_masterplan-hero {
    min-height: 100svh;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .masterplan-hero_component, .masterplan-hero_background, .masterplan-hero_background-image {
    min-height: 100svh;
  }

  .masterplan-hero_heading {
    font-size: 4.5rem;
  }

  .masterplan-hero_heading.masterplan-hero_heading-02, .masterplan-hero_heading.masterplan-hero_heading-04 {
    left: 4.1rem;
  }

  .masterplan-hero_content-wrapper {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .section_masterplan-outdoors {
    padding-top: 8rem;
  }

  .masterplan-outdoors-heading {
    font-size: 6rem;
  }

  .masterplan-outdoors_component02 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .masterplan-outdoors_left-image {
    width: 100%;
    height: 50vh;
  }

  .masterplan-flora_top-heading {
    font-size: 5rem;
  }

  .masterplan-tree_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .masterplan-tree_left-text.masterplan-tree_left-text-02, .masterplan-tree_left-text.masterplan-tree_left-text-03 {
    left: 1.9rem;
  }

  .section_masterplan-cta {
    padding-top: 8rem;
  }

  .masterplan-cta_heading {
    font-size: 6rem;
  }

  .masterplan-cta_heading.masterplan-cta_heading02, .masterplan-cta_heading.masterplan-cta_heading04 {
    left: 10.9rem;
  }

  .masterplan-streetscape_left-text {
    font-size: 5rem;
  }

  .masterplan-streetscape_left-text.masterplan-streetscape_left-text-02 {
    left: 4.1rem;
  }

  .villa02-features_item01 {
    grid-row-gap: 3rem;
  }

  .villa02-features-item01-heading {
    font-size: 5.5rem;
  }

  .villa02-features_item01-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .villa02-features_item01-image-wrapper {
    padding-top: 0;
  }

  .villa02-features_item02-bottom {
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    padding-left: 0;
  }

  .villa02-spaces_item-img {
    height: auto;
  }

  .villa02-spaces_item-content-wrapper {
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .villa02-spaces_item-content {
    font-size: 2.5rem;
  }

  .villa02-spaces_item-content-wrapper-alt {
    padding-top: 2rem;
    padding-right: 2rem;
  }

  .section_villa02-detail {
    padding-bottom: 4rem;
  }

  .villa02-detail_component {
    grid-row-gap: 4rem;
  }

  .villa02-details_header {
    flex-flow: column;
    display: flex;
  }

  .villa02-details_heading {
    font-size: 3rem;
  }

  .villa02-details_heading.villa02-details_heading-second {
    left: 1.1rem;
  }

  .villa02-details_text {
    font-size: 1.2rem;
  }

  .villa02-details_text-wrapper {
    margin-top: 1rem;
    position: static;
  }

  .villa02-details_item-heading {
    font-size: 2rem;
  }

  .villa02-details_item-bottom-text {
    font-size: 1rem;
  }

  .villa02-full_image {
    height: 100%;
  }

  .villa02-explore_heading-wrapper {
    max-width: 30rem;
  }

  .villa02-explore_heading {
    font-size: 4rem;
  }

  .villa02-explore_text-wrapper {
    margin-left: 0;
  }

  .section_about02-hero {
    padding-top: 12rem;
  }

  .about02-hero_heading {
    font-size: 4rem;
  }

  .section_about02-brochure {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .contact-hero-heading {
    font-size: 3.8rem;
  }

  .amenities-list_component, .amenities-list_component.alt-5 {
    grid-template-columns: 1fr;
  }

  .contact-hero_left-text {
    max-width: 18rem;
    font-size: 1rem;
  }

  .amenities-openspace_number {
    font-size: 25rem;
  }

  .amenities-openspace_heading {
    font-size: 1.5rem;
  }

  .amenities-outdoor_heading {
    margin-bottom: 0;
  }

  .amenities-outdoor_heading.amenities-outdoor_heading02 {
    left: 4.1rem;
  }

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

  .about02-living_text-wrapper {
    margin-left: auto;
  }

  .about02-living_img.about02-living_img-hide-desktop {
    border-top: .3px solid #e5dfc7;
    display: none;
  }

  .footer-menu {
    display: none;
  }

  .masterplan-subtle_heading-wrapper {
    max-width: 35rem;
  }

  .masterplan-subtle_heading {
    font-size: 4rem;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .flora-outdoor_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .flora-outdoor_item {
    min-height: 17rem;
  }

  .flora-outdoor_item.amenities-outdoor_item-hide, .flora-outdoor_item.flora-outdoor_item-hide, .section_villa02-begin {
    display: none;
  }

  .section-amenities-brochure {
    padding-top: 10rem;
    padding-bottom: 9rem;
  }

  .home-stats_overlay--one {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .main-wrapper {
    overflow: hidden;
  }

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .heading-style-h4 {
    line-height: 1.4;
  }

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

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

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

  .text-size-large.text-color-cream {
    text-align: left;
  }

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .home_feature_content, .home_features-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

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

  .footer7_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer7_bottom-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer7_credit-text {
    margin-top: 2rem;
  }

  .footer7_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .header15_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home-souls_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3.5rem;
  }

  .home-contact_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .home-contact_left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-contact_left-header-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 28rem;
  }

  .home-contact_left-header {
    font-size: 4rem;
  }

  .footer_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .footer_info-wrap {
    justify-content: center;
    align-items: center;
  }

  .home-souls_grid-content {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    display: flex;
  }

  .section_contact-hero {
    padding-top: 15rem;
    padding-bottom: 5rem;
  }

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

  .contact-hero_left-content-wrapper, .contact-hero_left-content-bottom {
    grid-row-gap: 2rem;
  }

  .contact-hero-left-content {
    grid-column-gap: 1rem;
  }

  .contact-hero_text-field {
    width: 100%;
  }

  .location-hero-component {
    padding-bottom: 10rem;
  }

  .location-hero-heading-display {
    font-size: 4rem;
  }

  .location-hero_text {
    max-width: 28rem;
  }

  .button-alt {
    font-size: 1.5rem;
  }

  .button-alt.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .location-direction_wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: 5rem;
  }

  .section_location-landmark {
    padding-bottom: 5rem;
  }

  .location-landmark_component {
    position: static;
  }

  .location-landmark_left-wrapper {
    max-width: none;
  }

  .location-landmark_right-wrapper {
    margin-right: -10.9rem;
  }

  .location-landmark_tabs-menu {
    justify-content: space-between;
  }

  .location-landmark_tab-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .discover_logo {
    max-width: 10rem;
  }

  .discover_content-component {
    padding: 3rem 2rem;
  }

  .discover-heading-display {
    font-size: 3.6rem;
  }

  .section_about-hero {
    padding-top: 10rem;
  }

  .about-hero-heading-display {
    font-size: 3.7rem;
  }

  .section_about-prioritise {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .about-prioritise_component {
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .section_about-sustainable {
    padding-top: 6rem;
  }

  .about-sustainable_content-wrapper {
    grid-row-gap: 1rem;
  }

  .vila-hero-component {
    padding-bottom: 10rem;
  }

  .vila-hero_content {
    justify-content: flex-start;
    align-items: center;
    max-width: 35rem;
  }

  .vila-hero-heading-display {
    text-align: center;
    font-size: 3.2rem;
  }

  .vila-hero_gradient-wrapper {
    width: 100%;
    max-width: 100%;
    bottom: -4%;
  }

  .vila-hero_text {
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .vila-hero_line {
    max-width: 1px;
    height: 3rem;
  }

  .section_villa-architecture {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .villa-architecture_component {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .vila-architecture_image {
    max-width: 100%;
  }

  .vila-architecture_left-wrapper {
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

  .villa-architecture-content {
    max-width: 100%;
  }

  .vila-architecutre_right-wrapper, .vila-architecutre_bottom-wrapper {
    display: none;
  }

  .section_villa-joy {
    padding-bottom: 8rem;
  }

  .villa-joy-heading-display {
    font-size: 3.5rem;
  }

  .villa-fullscreen_image {
    min-height: 70vh;
  }

  .amenities-clubhouse_item-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .section_amenities-spaces {
    padding-bottom: 4rem;
  }

  .amenities-spaces_logo-component {
    top: -7.9rem;
    right: -7%;
  }

  .home-villas_logo {
    max-width: 5rem;
    height: 5rem;
  }

  .amenities-spaces_left-wrapper {
    margin-top: 16.6rem;
  }

  .amenities-spaces_item {
    max-width: 100%;
    margin-right: 0;
  }

  .amenities-spaces_item-heading {
    max-width: 100%;
  }

  .amenities-spaces_component02 {
    margin-top: 0;
  }

  .amenities-spaces_bottom-wrapper01 {
    margin-top: 3rem;
  }

  .amenities-spaces_bottom-wrapper02 {
    margin-top: 3rem;
    position: static;
  }

  .section_amenities-pool {
    padding-bottom: 3rem;
  }

  .amenities-facilities_top-wrapper {
    margin-top: 24.8rem;
  }

  .amenities-facilities_item, .amenities-facilities_heading-wrapper {
    max-width: 100%;
  }

  .amenities-facilities_bottom-wrapper {
    flex-flow: column;
    padding-left: 0;
  }

  .amenities-facilities_bottom-wrapp02 {
    margin-top: 3rem;
  }

  .amenities-sports_item01-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .amenities-sports_item02-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .amenities-hero_component {
    grid-template-columns: 1.25fr;
  }

  .amenities-hero_right-wrapper {
    position: relative;
  }

  .amenities-hero-heading-display {
    text-align: center;
    font-size: 3.7rem;
  }

  .home-header_component {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 2rem;
    display: flex;
  }

  .home-header-heading-display {
    text-align: left;
    font-size: 3rem;
  }

  .home-header_text {
    text-align: center;
    display: flex;
  }

  .section_home-villas {
    padding-top: 6rem;
  }

  .home-villas-component {
    grid-row-gap: 5rem;
    margin-top: 25.6rem;
    padding-left: 0;
  }

  .home-villas-text {
    font-size: 1.3rem;
  }

  .home-villas-content-wrapper {
    max-width: 100%;
  }

  .home-villas_top-wrapper {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .home-villas_bottom-wrapper {
    flex-flow: column;
    padding-left: 0;
  }

  .home-villas_bottom-item-wrapper {
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .home-southern-heading-display {
    font-size: 5rem;
  }

  .home-southern_text {
    margin-left: 0;
  }

  .home-southern_image-wrapper {
    justify-content: flex-end;
    display: flex;
    position: static;
  }

  .home-southern-heading-alt {
    padding-left: 6rem;
  }

  .home-southern-heading-alt1 {
    padding-left: 2rem;
  }

  .home-southern_item {
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .home-southern_item-img-wrapper.home-southern_item01 {
    margin-top: 3rem;
  }

  .home-southern_item-img-wrapper.home-southern_item-img02 {
    flex-flow: column;
    align-items: flex-end;
    display: flex;
  }

  .home-serenity_component {
    grid-row-gap: 3rem;
  }

  .home-serenity-heading-display {
    font-size: 6rem;
  }

  .home-serenity_lottie-wrapper {
    position: static;
  }

  .home-highlights_component {
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .home-highlights_item-wrapper {
    grid-template-columns: 1fr;
  }

  .home-highlights_right-content {
    max-width: 100%;
  }

  .home-highlights_item-wrapper-alt {
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column dense;
    display: flex;
  }

  .section_home-philosophy {
    padding-top: 4rem;
  }

  .home-philosophy_content-wrapper {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .home-philosophy_text {
    max-width: 100%;
  }

  .home-contact-info_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .home-contact-info_left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-contact-info_left-header-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 28rem;
  }

  .footer-component {
    flex-flow: column;
    grid-template-columns: .25fr;
    display: flex;
  }

  .footer-item06 {
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-item01_link-wrapper {
    grid-column-gap: .875rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }

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

  .home-contact_gradient-wrapper {
    bottom: 0%;
  }

  .home-amenities_heading {
    max-width: 29.1rem;
  }

  .home-amenities_item-image, .home-amenities_item-alt-image {
    max-width: 20rem;
  }

  .home-header_content {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 25rem;
  }

  .home-header_scroll-wrapper {
    grid-column-gap: .4rem;
    max-width: 10.5rem;
    bottom: 4.9rem;
  }

  .home-header-scroll {
    max-width: 5rem;
  }

  .amenities-hero_mobile-content-wrapper {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-end;
    padding-bottom: 10rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .amenities-hero_mobile-content-wrapper.hide-in-desktop {
    display: flex;
  }

  .amenities-hero_mobile-content-wrpper {
    justify-content: center;
    align-items: center;
  }

  .amenities-hero_text {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 25rem;
    display: flex;
  }

  .amenities-hero_gradient {
    background-color: #26262866;
    position: absolute;
    inset: 0%;
  }

  .amenities-hero_gradient.hide-in-desktop {
    display: block;
  }

  .navbar {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .navbar-menu {
    padding-top: 40vw;
  }

  .navbar-link {
    height: 2.5rem;
    font-size: 2.25rem;
    overflow: hidden;
  }

  .navbar-menu_right {
    grid-row-gap: 1rem;
    margin-top: 1rem;
  }

  .navbar-menu-logo {
    width: 100%;
    max-width: 3rem;
  }

  .navbar-menu-logo.hide-mobile-portrait {
    display: none;
  }

  .villa-hero_gradinet-mobile, .home-header_gradient {
    display: block;
  }

  .location-landmark_info.location-landmark_line {
    border-bottom-style: none;
  }

  .navbar-logo-wrap {
    padding-top: 1rem;
    display: none;
  }

  .menu-button {
    grid-row-gap: 5rem;
    flex-flow: column;
    max-width: 100%;
    padding: 0;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    z-index: 99999;
    background-color: #0000;
  }

  .navbar-mobile-logo-wrap {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .navbar-mobile-logo-wrap.hide-in-desktop {
    display: flex;
  }

  .navabr-mobile-logo {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    transform: scale(.9);
  }

  .div-block {
    grid-column-gap: .8125rem;
    background-color: #b8af7b;
    border-radius: 1.625rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 15rem;
    padding: .35625rem .75rem;
    display: flex;
  }

  .dropdown {
    background-color: #b8b07b;
    border-radius: 1.625rem;
    min-height: 1.4375rem;
    padding: .375rem .75rem;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-list {
    border-radius: 1.625rem;
    display: block;
    top: 29px;
    right: -2px;
  }

  .dropdown-link {
    background-color: #b8b07b;
  }

  .home-header_gradient-alt {
    display: block;
  }

  .location-landmark_tab-icon {
    flex: none;
  }

  .home-villas_logo-component {
    left: auto;
  }

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

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

  .nav-menu-wrapper {
    z-index: 999;
    background-color: #262628;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .icon {
    color: var(--cream);
    display: none;
  }

  .nav-menu-media-wrapper {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    border-top: .5px solid #f7f3dd96;
    flex-flow: row;
    padding: 2.75rem 5% 0;
    display: flex;
  }

  .nav-menu-media-wrapper.hide-in-desktop {
    display: block;
  }

  .menu-line {
    background-color: #fff;
    height: 1rem;
  }

  .menu-nav-line {
    background-color: var(--cream);
  }

  .vila-architecture-text {
    font-size: 1rem;
  }

  .location-distance_component {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .location-distance_content-component {
    height: auto;
  }

  .location-distance_img-wrapper, .location-distance_img-wrapper.hide-desktop-only {
    display: none;
  }

  .location-distance_mobile-logo-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1.5rem;
    display: grid;
  }

  .location-distance_mobile-logo-img {
    opacity: .5;
    width: 100%;
    max-width: 10rem;
    height: 100%;
  }

  .footer-line, .footer-line-wrap {
    display: none;
  }

  .footer_link-text {
    height: 1.6rem;
  }

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

  .navbar-menu-logo-tablet {
    width: 100%;
    max-width: 3rem;
  }

  .navbar-menu-logo-tablet.hide-mobile-portrait {
    display: none;
  }

  .home-about_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-about_left-text {
    margin-bottom: 2rem;
  }

  .stats-number {
    font-size: 7rem;
  }

  .section_home-flow {
    padding-top: 4rem;
  }

  .section_villa02-hero, .villa02-hero_component, .villa02-hero_image {
    height: auto;
    min-height: 100svh;
  }

  .villa02-hero_heading {
    font-size: 3rem;
  }

  .villa02-hero_heading.villa02-hero_heading-hero_heading-middle {
    left: 0;
  }

  .villa02-hero_bottom-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section_villa02-floorplan {
    padding-top: 5rem;
  }

  .villa02-floorplan_heading {
    font-size: 3.5rem;
  }

  .villa02-floorplan_image {
    height: 70vh;
  }

  .orientation-tabs {
    grid-column-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .floor-tabs {
    grid-column-gap: 1rem;
  }

  .orientation-tabs-wrapper {
    grid-row-gap: 1rem;
  }

  .floorplans-tabs-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .villa02-floorplan_content {
    font-size: 1.5rem;
  }

  .villa02-floorplan_tab-wrap {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

  .home-location_left-text {
    font-size: 3.5rem;
  }

  .home-location_map {
    display: none;
  }

  .home-comfort_text {
    margin-bottom: 2rem;
    font-size: 5rem;
  }

  .home-comfort_content-wrapper {
    margin-left: 0;
  }

  .location-hero_component {
    min-height: auto;
    padding-top: 20rem;
  }

  .location-hero_heading {
    font-size: 4.3rem;
  }

  .location-hero_heading.location-hero_heading-text02 {
    left: 2rem;
  }

  .location-hero_subtext-wrapper {
    max-width: none;
    left: auto;
  }

  .section_location-nearby {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .location-nearby_component {
    grid-template-columns: 1fr;
  }

  .section_masterplan-hero {
    height: 100svh;
    overflow: hidden;
  }

  .masterplan-hero_component {
    height: 100svh;
    min-height: auto;
    padding-bottom: 8rem;
  }

  .masterplan-hero_heading {
    font-size: 3rem;
  }

  .masterplan-hero_content-wrapper {
    position: relative;
    bottom: 7rem;
  }

  .masterplan-view_image {
    display: none;
  }

  .masterplan-view_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .section_masterplan-outdoors {
    padding-top: 4rem;
  }

  .masterplan-outdoors-heading {
    font-size: 4rem;
  }

  .masterplan-outdoors_component02 {
    grid-template-columns: 1fr;
  }

  .section_masterplan-flora {
    padding-top: 6rem;
  }

  .masterplan-flora_top-heading, .masterplan-tree_left-text {
    font-size: 4rem;
  }

  .masterplan-tree_left-text.masterplan-tree_left-text-02, .masterplan-tree_left-text.masterplan-tree_left-text-03 {
    left: 4.9rem;
  }

  .masterplan-cta_heading {
    font-size: 5rem;
  }

  .masterplan-cta_heading.masterplan-cta_heading02, .masterplan-cta_heading.masterplan-cta_heading04 {
    left: 4.9rem;
  }

  .section_masterplan-streetscape {
    padding-top: 10rem;
  }

  .masterplan-streetscape_component {
    min-height: 80svh;
    padding-top: 4rem;
  }

  .masterplan-streetscape_left-text {
    font-size: 4rem;
  }

  .masterplan-streetscape_lottie {
    display: none;
  }

  .villa02-features-item01-heading {
    font-size: 4rem;
  }

  .villa02-features_item01-header-content-wrap {
    margin-left: 0;
  }

  .villa02-features_item02 {
    grid-row-gap: 2rem;
  }

  .villa02-features_item02-heading {
    font-size: 4rem;
  }

  .villa02-features_item02-header-text {
    font-size: 1rem;
  }

  .villa02-features_item02-header-content-wrap {
    margin-left: 0;
  }

  .villa02-features_item02-header-content {
    font-size: 1.3rem;
  }

  .villa02-spaces_item-content {
    font-size: 1.5rem;
  }

  .villa02-spaces_item-content.villa02-spaces_item-content-second {
    left: auto;
  }

  .section_villa02-detail {
    padding-top: 4rem;
  }

  .villa02-detail_component {
    grid-row-gap: 2rem;
  }

  .villa02-details_text {
    font-size: 1.2rem;
  }

  .villa02-details_item-bottom {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .villa02-full_image {
    height: 100svh;
  }

  .section_villa02-explore {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .villa02-explore_heading {
    font-size: 3rem;
  }

  .villa02-explore_text-wrapper {
    margin-top: 1.5rem;
  }

  .amenities-hero_component02, .amenities-hero_image {
    min-height: 100svh;
  }

  .about02-hero_heading {
    font-size: 3rem;
  }

  .about02-hero_heading.about02-hero_heading-second {
    left: 5rem;
  }

  .about02-hero_heading.about02-hero_heading-four {
    left: 15rem;
  }

  .about02-hero_text {
    font-size: 1.2rem;
  }

  .amenities-hero_heading {
    font-size: 4rem;
  }

  .section_about02-brochure {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .amenities-list_component {
    flex-flow: column;
  }

  .amenities-list_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .amenities-list_text {
    font-size: 1rem;
  }

  .amenities-list_strip {
    display: none;
  }

  .amenities-full_image {
    height: 100svh;
    max-height: none;
  }

  .section_contact-download {
    padding-bottom: 4rem;
  }

  .section_amenities-openspace {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .amenities-openspace_component {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 60vh;
  }

  .amenities-openspace_content {
    max-width: 100%;
  }

  .section_amenities-outdoor {
    padding-top: 6rem;
  }

  .amenities-outdoor_component {
    grid-template-columns: 1fr 1fr;
  }

  .amenities-outdoor_heading {
    font-size: 4rem;
  }

  .amenities-outdoor_heading.amenities-outdoor_heading02 {
    left: 2.6rem;
  }

  .amenities-outdoor_item.amenities-outdoor_item-hide, .amenities-outdoor_topline-wrapper {
    display: none;
  }

  .about02-living_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about02-living_img.about02-living_img-hide {
    display: none;
  }

  .about02-living_img.about02-living_img-hide-desktop {
    display: block;
  }

  .masterplan-subtle_heading-wrapper {
    max-width: 20rem;
  }

  .masterplan-subtle_heading {
    font-size: 2.5rem;
  }

  .masterplan-subtle_image-wrapper {
    top: -1.1rem;
  }

  .masterplan-subtle_image {
    display: none;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .amenities-outdoor_component-copy, .amenities-outdoor_component-copy-copy, .flora-outdoor_component {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .flora-outdoor_item.amenities-outdoor_item-hide {
    display: none;
  }

  .masterplan-cta_component {
    grid-row-gap: 4rem;
  }

  .section-amenities-brochure {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }

  .location-illustration-lottie {
    display: none;
  }

  .home-location_map-mobile {
    margin-top: 1rem;
  }

  .location-illustration-lottie-landscape {
    display: block;
  }

  .masterplan-subtle_image-landscape {
    margin-top: 3rem;
    display: block;
  }

  .masterplan-streetscape_lottie-landscape {
    margin-top: 5rem;
    display: block;
  }

  .home-header_rera-note {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    font-size: .8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h1.home-highlights-heading {
    font-size: 3.1rem;
  }

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

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

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

  .text-size-large {
    line-height: 1;
  }

  .text-size-large.text-color-cream.text-align-center, .text-size-large.text-color-cream.home-hero-center {
    text-align: center;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .header30_content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 5rem;
  }

  .home_feature_content, .home_feature_item-list {
    grid-template-columns: 1fr;
  }

  .home_features-list_list {
    grid-template-columns: 1fr 1fr;
  }

  .footer1_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .layout230_list, .header15_content-wrapper {
    grid-template-columns: 1fr;
  }

  .layout230_component-heading-wrapper {
    flex-flow: column;
    margin-bottom: 3rem;
  }

  .home-hero_content-wrap {
    max-width: 20rem;
  }

  .home-hero_header {
    max-width: none;
  }

  .section_home-souls {
    padding-bottom: 5rem;
  }

  .home-souls_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .home-souls_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .section_home-site {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home-site_bg-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    transform: scale(1.35);
  }

  .home-contact_component-wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .home-contact_right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-contact_left-header {
    font-size: 3rem;
  }

  .home-contact_form {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .home-contact_field-label {
    margin-bottom: .125rem;
  }

  .home-contact_submit {
    grid-column-gap: .65rem;
    grid-row-gap: .65rem;
  }

  .home-launch_bg-left-image, .home-launch_bg-right-image {
    max-width: 12rem;
  }

  .section_contact-hero {
    padding-top: 12rem;
  }

  .contact-hero_left-wrapper {
    order: -9999;
  }

  .contact-hero_cta-wrapper {
    order: 9999;
  }

  .contact-hero_left-content-bottom {
    grid-row-gap: 1.5rem;
  }

  .contact-hero-left-content {
    grid-column-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-hero_cta-form-wrapper {
    margin-bottom: 0;
  }

  .contact-hero_cta-form {
    grid-row-gap: 1.5rem;
  }

  .contact-hero_text-field.text-area {
    height: 6rem;
  }

  .contact-hero_text-field-wrapper {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .brochure_component {
    grid-row-gap: 2rem;
  }

  .section_location-hero {
    overflow: clip;
  }

  .location-hero-component {
    padding-bottom: 8rem;
  }

  .location-hero_image-wrapper {
    height: 100%;
  }

  .location-hero_image {
    object-position: 20% 50%;
    height: 100%;
  }

  .location-hero-heading-display {
    font-size: 3.2rem;
  }

  .button-alt {
    font-size: 1rem;
  }

  .button-alt.is-link.is-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .location-direction_wrapper {
    margin-top: 3rem;
  }

  .code-embed {
    width: 1.5rem;
    max-width: 1.5rem;
    height: 1.5rem;
  }

  .location-direction_logo {
    width: 100%;
    max-width: 2rem;
    height: 2rem;
  }

  .section_location-landmark {
    padding-top: 9rem;
  }

  .location-landmark_component {
    flex-flow: column-reverse;
  }

  .location-landmark_left-wrapper {
    margin-top: 2rem;
  }

  .location-landmark_right-wrapper {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    bottom: 83%;
  }

  .location-landmark_tabs-menu {
    padding-bottom: .5rem;
    overflow: scroll;
  }

  .location-landmark_tab-link {
    grid-row-gap: .25rem;
    text-align: center;
    flex: none;
  }

  .location-landmark_logo {
    max-width: 5rem;
    height: 100%;
  }

  .discover_logo {
    max-width: 100%;
  }

  .discover-heading-display {
    font-size: 1.5rem;
  }

  .about-hero-heading-display {
    font-size: 2rem;
  }

  .section_about-prioritise {
    padding-top: 6rem;
  }

  .about-sustianable_component {
    grid-row-gap: 2.5rem;
  }

  .vila-hero-component {
    padding-bottom: 6rem;
  }

  .vila-hero-heading-display {
    font-size: 2.5rem;
  }

  .villa-architecture_component {
    grid-template-columns: 1fr;
    display: flex;
  }

  .villa-joy-heading-display {
    font-size: 3.2rem;
  }

  .section_villa-plan {
    padding-bottom: 6rem;
  }

  .villa-plan_tab-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .villa-plan_tabs-left-arrow {
    width: 2rem;
    height: 2rem;
    left: -1rem;
  }

  .villa-plan_tabs-right-arrow {
    width: 2rem;
    height: 2rem;
    right: -1rem;
  }

  .amenities-clubhouse_top-text {
    grid-column-gap: .5rem;
  }

  .amenities-spaces_component01 {
    position: static;
  }

  .amenities-spaces_heading {
    margin-top: 14rem;
  }

  .amenities-spaces_logo-component {
    top: -5rem;
    right: -25%;
  }

  .home-villas_logo {
    max-width: 6rem;
    height: 6rem;
  }

  .amenities-spaces_left-wrapper {
    margin-top: 5rem;
  }

  .amenities-spaces_item {
    grid-row-gap: 3rem;
  }

  .amenities-spaces_component02 {
    padding-top: 3rem;
  }

  .amenities-pool_image {
    object-fit: cover;
    height: 20rem;
  }

  .section_amenities-facilities {
    padding-top: 2rem;
  }

  .amenities-facilities_top-wrapper {
    margin-top: 24rem;
  }

  .amenities-facilities_logo-component {
    top: 0;
    left: -3rem;
  }

  .amenities-facilities_logo {
    max-width: 100%;
    height: 100%;
  }

  .section_amenities-sports {
    padding-bottom: 5rem;
  }

  .amenities-sports_component {
    grid-row-gap: 4rem;
  }

  .amenities-sports_item-component {
    grid-row-gap: 3rem;
  }

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

  .amenities-sports_item-image {
    max-width: 100%;
    min-height: 3rem;
  }

  .amenities-sports_item02-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
  }

  .amenities-fullscreen_fullimg {
    min-height: 70vh;
  }

  .amenities-hero-heading-display {
    font-size: 3.2rem;
  }

  .home-header_image {
    object-position: 50% 50%;
  }

  .home-header_component {
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15rem;
  }

  .home-header_content-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .home-header-heading-display {
    text-align: center;
    font-size: 2rem;
  }

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

  .home-header_gradient-wrapper {
    background-color: #2626284d;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .section_home-villas {
    padding-top: 3rem;
    padding-bottom: 7rem;
  }

  .home-villas-component {
    grid-row-gap: 3rem;
    margin-top: 18rem;
    padding-left: 0;
  }

  .home-villas-text {
    font-size: 1rem;
  }

  .home-villas_bottom-item-wrapper {
    grid-row-gap: 2rem;
  }

  .home-villas_bottom-img {
    max-width: 100%;
  }

  .section_home-southern {
    padding-top: 6rem;
  }

  .home-southern-heading-display {
    font-size: 3rem;
  }

  .home-southern_image {
    max-width: 15rem;
    height: 100%;
  }

  .home-southern-heading-alt {
    padding-left: 2rem;
  }

  .home-southern-heading-alt1 {
    padding-left: 1rem;
  }

  .home-southern_item {
    grid-row-gap: 2rem;
  }

  .home-southern_item-img-wrapper.home-southern_item01 {
    margin-top: 2rem;
  }

  .home-southern_item-img {
    max-width: 15rem;
  }

  .section_home-serenity {
    padding-top: 6rem;
  }

  .home-serenity_component {
    grid-row-gap: 2rem;
  }

  .home-serenity-heading-display {
    font-size: 4rem;
  }

  .home-serenity_lottie-wrapper {
    bottom: -1.9rem;
    right: -1.9rem;
  }

  .home-serenity_image {
    max-width: 15rem;
  }

  .section_home-highlights {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .home-highlights_component {
    grid-row-gap: 2.5rem;
  }

  .home-highlights_item-wrapper {
    grid-row-gap: 2rem;
  }

  .home-highlights_right-content {
    grid-row-gap: 1.5rem;
    padding-top: 0;
  }

  .section_home-philosophy {
    padding-bottom: 5rem;
  }

  .home-philosophy_content-wrapper {
    grid-row-gap: 1.5rem;
  }

  .home-contact-info_component-wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .home-contact-info_left-text, .home-contact-info_left-text-alt {
    justify-content: flex-start;
    align-items: center;
  }

  .home-contact-info_right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-contact-info_form {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .home-contact-info_field-label {
    margin-bottom: .125rem;
  }

  .footer-item02, .footer-item03 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .footer-item02_logo {
    max-width: 9rem;
    height: 9rem;
  }

  .footer-item01_link-wrapper {
    grid-column-gap: .875rem;
    grid-row-gap: .3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .footer-item05-text-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .home-amenities_item-image {
    max-width: 16rem;
  }

  .home-amenities_item-alt-wrapper {
    margin-top: 1rem;
  }

  .home-amenities_item-alt-image {
    max-width: 16rem;
  }

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

  .home-header_scroll-wrapper {
    grid-column-gap: .3rem;
    max-width: 100%;
    height: 1rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  .home-header-scroll {
    max-width: 3rem;
  }

  .amenities-hero_text {
    max-width: 100%;
  }

  .location-landmark_info-heading {
    grid-column-gap: 1rem;
  }

  .navbar-logo-wrap {
    padding-top: 1rem;
  }

  .home-amenities_item-button {
    margin-top: 2.5rem;
  }

  .home-serenity_lottie {
    width: 22rem;
  }

  .location-landmark_tab-icon {
    max-width: 4rem;
    height: 4rem;
  }

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

  .home-villas_logo-component {
    top: -17.7rem;
    left: auto;
    right: auto;
  }

  .legal-content_richtext {
    max-width: 100%;
  }

  .menu-nav-line-wrapper {
    padding: .75rem;
  }

  .vila-architecture-text {
    font-size: 1rem;
  }

  .footer_link-text {
    height: 1.7rem;
  }

  .section_home-about {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .home-about_left-text {
    font-size: 3.6rem;
  }

  .text-size-medum-alt.text-color-gold-cream {
    font-size: 1rem;
  }

  .section_home-stats {
    min-height: auto;
  }

  .home-stats_background {
    position: relative;
  }

  .home-stats_background-overlay {
    grid-template-rows: min-content min-content min-content;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .square {
    display: none;
  }

  .home-stats_background-overlay-02 {
    background-color: #f9e9d4;
    flex-flow: column;
    display: flex;
    position: relative;
  }

  .grid-wrap-1 {
    flex-flow: column;
    display: flex;
  }

  .home-stats_overlay {
    flex-flow: column;
    margin-top: 2rem;
    display: flex;
  }

  .dummy-placeholder {
    display: none;
  }

  .dummy-placeholder-background {
    aspect-ratio: auto;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .dummy-placeholder-background.odd {
    display: none;
  }

  .dummy-placeholder-background.content-align {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .dummy-placeholder-background.is-acres {
    padding-top: 0;
  }

  .stats-number {
    font-size: 4rem;
  }

  .stats-label {
    margin-top: 0;
    font-size: 2rem;
  }

  .home-flow_row01 {
    margin-bottom: 2rem;
  }

  .home-flow_row-text {
    font-size: 2.1rem;
  }

  .home-flow_row-text.home-flow_row-text-02, .home-flow_row-text.home-flow_row-text-04 {
    left: 0;
  }

  .home-flow_row01-left_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
  }

  .villa02-hero_component {
    grid-row-gap: 1.5rem;
  }

  .button-alt-02 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: .9rem;
  }

  .villa02-hero_heading {
    font-size: 2.5rem;
  }

  .villa02-hero_heading.villa02-hero_heading-hero_heading-middle {
    left: 0;
  }

  .villa02-hero_text {
    font-size: 1rem;
  }

  .villa02-hero_link-text, .villa02-floorplan_eyebrow {
    font-size: .9rem;
  }

  .villa02-floorplan_heading {
    font-size: 2rem;
  }

  .villa02-floorplan_heading.villa02-floorplan_heading-second {
    left: 0;
  }

  .villa02-floorplan_heading-wrapper {
    margin-top: 1rem;
  }

  .home-flow_row01-right-image {
    height: 30rem;
  }

  .orientation-tabs {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tab-button {
    padding: .3rem 1.3rem;
    font-size: 1rem;
  }

  .floor-tabs {
    grid-column-gap: .5rem;
    grid-row-gap: .9rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .villa02-floorplan_tab {
    grid-row-gap: 1.5rem;
  }

  .orientation-tabs-wrapper {
    grid-row-gap: .5rem;
  }

  .floorplan-tabs-heading {
    font-size: 1rem;
  }

  .home-flow_row02-left-image {
    height: 30rem;
  }

  .floorplans-tabs-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .villa02-floorplan_content {
    font-size: 1.3rem;
  }

  .home-spaces_component {
    margin-bottom: 4rem;
  }

  .home-spaces_left, .villa02-floorplan_bottom {
    flex-flow: row;
  }

  .home-spaces_left-text {
    font-size: 2.1rem;
  }

  .home-spaces_left-text.home-spaces_left-text-02 {
    left: 0;
  }

  .villa02-floorplan_bottom-text-bold {
    font-size: .8rem;
  }

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

  .home-spaces_right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-size-large-alt {
    font-size: 1rem;
  }

  .home-spaces_component02 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .home-spaces_item {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    display: flex;
  }

  .home-spaces_title {
    text-align: center;
    margin-bottom: 1rem;
    font-size: .9rem;
  }

  .home-spaces_image {
    max-width: 7rem;
  }

  .home-spaces_item-right-line {
    display: none;
  }

  .home-location_component {
    margin-bottom: 5.1rem;
  }

  .home-location_left {
    margin-bottom: 2rem;
  }

  .home-location_left-text {
    font-size: 2.1rem;
  }

  .home-location_left-text.home-location_left-text-02 {
    left: 0;
  }

  .home-location_right {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .home-location_map {
    position: relative;
    bottom: -2.25rem;
    transform: scale(1.6);
  }

  .home-comfort_text {
    font-size: 2.3rem;
  }

  .home-comfort_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .location-hero_heading {
    font-size: 2.5rem;
  }

  .location-hero_heading.location-hero_heading-text02 {
    left: 0;
  }

  .section_location-nearby {
    overflow: clip;
  }

  .location-nearby_right-text {
    font-size: 4rem;
  }

  .location-nearby_right-text.location-nearby_right-text-02 {
    left: 0;
  }

  .location-nearby_tab-menu {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 1.25rem;
  }

  .location-nearby_tab-link {
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .location-nearby_tab-link-text {
    text-align: center;
  }

  .location-nearby_tab-pane-content_item-text, .location-nearby_tab-pane-content_item-number {
    font-size: .9rem;
  }

  .masterplan-hero_heading {
    font-size: 2rem;
  }

  .masterplan-hero_heading.masterplan-hero_heading-02, .masterplan-hero_heading.masterplan-hero_heading-04 {
    left: 0;
  }

  .masterplan-view_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .masterplan-outdoors-heading {
    font-size: 2.5rem;
  }

  .masterplan-outdoors-heading.masterplan-outdoors-heading-02, .masterplan-outdoors-heading.masterplan-outdoors-heading-04 {
    left: 0;
  }

  .masterplan-flora_top-heading, .masterplan-tree_left-text {
    font-size: 2.5rem;
  }

  .masterplan-tree_left-text.masterplan-tree_left-text-02, .masterplan-tree_left-text.masterplan-tree_left-text-03 {
    left: 0;
  }

  .text-size-regular-alt {
    line-height: 1.3;
  }

  .section_masterplan-cta {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .masterplan-cta_heading {
    font-size: 2.5rem;
  }

  .masterplan-cta_heading.masterplan-cta_heading02, .masterplan-cta_heading.masterplan-cta_heading04 {
    left: auto;
  }

  .section_masterplan-streetscape {
    padding-top: 12rem;
  }

  .masterplan-streetscape_component {
    padding-top: 4rem;
  }

  .masterplan-streetscape_left-text {
    font-size: 2.5rem;
  }

  .masterplan-streetscape_left-text.masterplan-streetscape_left-text-02 {
    left: 0;
  }

  .villa02-features_item01-top-text {
    font-size: 1rem;
  }

  .villa02-features-item01-heading {
    font-size: 2.5rem;
  }

  .villa02-features_item01-image {
    height: 25rem;
  }

  .villa02-features_item01-header-text-wrap {
    grid-row-gap: 1rem;
  }

  .villa02-features_item01-header-text, .villa02-features_item01-header-content {
    font-size: 1rem;
  }

  .villa02-features_item01-header-text-wrapper {
    grid-column-gap: .6rem;
  }

  .villa02-features_item01-circle {
    width: .4rem;
    height: .4rem;
  }

  .villa02-features_item02-heading {
    font-size: 2.5rem;
  }

  .villa02-features_item02-image {
    height: 25rem;
  }

  .villa02-features_item02-header-text-wrap {
    padding-left: 0;
  }

  .villa02-features_item02-header-text-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .villa02-features_item02-circle {
    display: none;
  }

  .villa02-features_item02-header-content {
    font-size: 1rem;
  }

  .section_villa02-spaces {
    padding-top: 0;
  }

  .villa02-spaces_item {
    flex-flow: column;
    font-size: 1.1rem;
    display: flex;
  }

  .villa02-spaces_item-content-wrapper {
    padding-bottom: 1rem;
    padding-left: 1.25rem;
  }

  .villa02-spaces_item-content.villa02-spaces_item-content-second {
    margin-left: 0;
    left: 0;
  }

  .villa02-spaces_item-alt {
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    padding-top: 2rem;
    display: flex;
  }

  .villa02-spaces_item-content-wrapper-alt {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
  }

  .villa02-details_heading {
    font-size: 2rem;
  }

  .villa02-details_heading.villa02-details_heading-second {
    left: 0;
  }

  .villa02-details_text {
    font-size: 1rem;
  }

  .villa02-details_item-heading {
    font-size: 1.2rem;
  }

  .villa02-details_item-img {
    width: .8rem;
    height: .8rem;
  }

  .villa02-explore_heading {
    font-size: 2.5rem;
  }

  .villa02-explore_text {
    font-size: 1rem;
  }

  .section_about02-hero {
    padding-top: 14rem;
  }

  .about02-hero_heading {
    font-size: 2rem;
  }

  .about02-hero_heading.about02-hero_heading-second, .about02-hero_heading.about02-hero_heading-four {
    left: 0;
  }

  .about02-hero_text {
    font-size: 1rem;
  }

  .amenities-hero_heading-wrapper {
    margin-bottom: 1rem;
  }

  .amenities-hero_heading {
    font-size: 2.8rem;
  }

  .amenties-hero_subtext-wrapper {
    max-width: 100%;
  }

  .section_about02-brochure {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .about02-brochure_component {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about02-brochure_button-wrapper {
    margin-left: 0;
  }

  .amenities-clubhouse_number-wrapper {
    margin-bottom: 0;
  }

  .amenities-clubhouse_unit-content {
    margin-top: 0;
  }

  .amenities-clubhouse_unit, .contact-hero-heading {
    font-size: 3rem;
  }

  .section_amenities-list {
    padding-top: 2rem;
  }

  .amenities-list_right-heading {
    font-size: 3rem;
    line-height: 1.1;
  }

  .amenities-list_grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-contact_submit01 {
    grid-column-gap: .65rem;
    grid-row-gap: .65rem;
  }

  .section_contact-download {
    padding-bottom: 0;
  }

  .section_amenities-openspace {
    padding-top: 8rem;
  }

  .amenities-openspace_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    min-height: auto;
  }

  .amenities-openspace_number {
    font-size: 13rem;
  }

  .amenities-openspace_heading {
    font-size: 2rem;
  }

  .amenities-outdoor_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .amenities-outdoor_heading {
    margin-bottom: 0;
    font-size: 2.5rem;
  }

  .amenities-outdoor_heading.amenities-outdoor_heading02 {
    left: 0;
  }

  .amenities-outdoor_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
    min-height: auto;
  }

  .amenities-outdoor_topline {
    display: none;
  }

  .about02-living_heading {
    font-size: 2rem;
  }

  .amenities-outdoor_bottomline, .amenities-outdoor_rightline {
    display: none;
  }

  .about02-living_text {
    font-size: 1rem;
  }

  .masterplan-subtle_heading-wrapper {
    max-width: 15rem;
  }

  .masterplan-subtle_heading {
    font-size: 2rem;
  }

  .masterplan-subtle_image-wrapper {
    top: auto;
  }

  .home-about_text-wrapper {
    max-width: 100%;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .amenities-outdoor_component-copy, .amenities-outdoor_component-copy-copy, .flora-outdoor_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .flora-outdoor_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 15rem;
  }

  .flora-outdoor_topline, .flora-outdoor_rightline, .flora-outdoor_bottomline {
    display: none;
  }

  .flora-outdoor_item-text {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    display: flex;
    inset: auto 0% -1.8rem 46%;
    transform: translate(-50%);
  }

  .flora-outdoor-image.flora-outdoor-image-birds-of-paradise {
    position: relative;
    left: .5rem;
  }

  .masterplan-cta_component {
    grid-row-gap: 2rem;
  }

  .master-cta_text {
    font-size: 1rem;
  }

  .location-nearby_tab-link-start {
    border-right-style: none;
    padding-left: 0;
  }

  .location-nearby_tab-link-start.is-1.w--current {
    padding-right: 0;
  }

  .section_amenities-first, .section_amenities-second, .section_amenities-third, .section_amenities-secod {
    padding-top: 2rem;
  }

  .section-amenities-brochure {
    padding-top: 5rem;
  }

  .stats-label-alt {
    margin-top: 0;
    font-size: 1.2rem;
  }

  .home-stats_overlay--one {
    flex-flow: column;
    display: flex;
  }

  .home-header_rera-note {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    padding: .9rem;
  }

  .home-header_rera-note-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

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

  .construction-video_tab {
    margin-top: 1rem;
  }

  .section_construction-video {
    padding-top: 4rem;
  }

  .construction-video_tab-content {
    margin-top: 1rem;
  }
}

#w-node-dfb944fa-b2cd-916d-3d5c-7340d7cc075e-c18921ea {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-a00c237a-a703-55c3-9707-ce7e2fb2acf3-c18921ea {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-ee9fb5cd-675c-e5e9-5b3c-4ecd61c5b9d9-c18921ea {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-a0b29d13-e15e-ff88-80a9-986b9430e275-c18921ea {
  grid-area: 2 / 3 / 2 / 4;
}

#w-node-_4ae35fb2-10ac-56ff-2df6-f60889039e90-c18921ea {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-cb71f0a3-fc50-1abd-0f0f-5ac60b93dcc5-c18921ea {
  grid-area: 4 / 6 / 3 / 10;
}

#w-node-cb71f0a3-fc50-1abd-0f0f-5ac60b93dcc6-c18921ea {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-cb71f0a3-fc50-1abd-0f0f-5ac60b93dcc7-c18921ea {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-cb71f0a3-fc50-1abd-0f0f-5ac60b93dccb-c18921ea {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-cd0ec90d {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-cd0ec90d {
  justify-self: start;
}

#w-node-_698f5511-6454-93f7-e46c-97a74eee991d-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_698f5511-6454-93f7-e46c-97a74eee991e-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-cd0ec90d {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-cd0ec90d {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-cd0ec90d, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-cd0ec90d, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-cd0ec90d, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-cd0ec90d, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-cd0ec90d, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-cd0ec90d, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-cd0ec90d, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-cd0ec90d, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-cd0ec90d, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-cd0ec90d, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-cd0ec90d {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-cd0ec90d {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-cd0ec90d {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-cd0ec90d {
  justify-self: start;
}

#w-node-bee2388b-94f8-8e7c-dce2-88f922481000-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bee2388b-94f8-8e7c-dce2-88f922481001-cd0ec90d {
  justify-self: start;
}

#w-node-a16b21c6-9946-bac9-fe2e-18dd0cd1c30d-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a16b21c6-9946-bac9-fe2e-18dd0cd1c30e-cd0ec90d {
  justify-self: start;
}

#w-node-_7ca7e435-60de-29eb-ce9c-c510b2c8b511-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ca7e435-60de-29eb-ce9c-c510b2c8b512-cd0ec90d {
  justify-self: start;
}

#w-node-_6bc9a66a-60ee-53c7-f4fb-da8b6d9a073c-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bc9a66a-60ee-53c7-f4fb-da8b6d9a073d-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-cd0ec90d, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-cd0ec90d, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-cd0ec90d {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-cd0ec90d, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-cd0ec90d, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-cd0ec90d {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-cd0ec90d, #w-node-_8088aabc-779b-82a7-4602-a6aaad21434b-cd0ec90d, #w-node-_8088aabc-779b-82a7-4602-a6aaad21434c-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8088aabc-779b-82a7-4602-a6aaad21434d-cd0ec90d {
  justify-self: start;
}

#w-node-_8088aabc-779b-82a7-4602-a6aaad214353-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-cd0ec90d, #w-node-_908813f0-1196-1e60-700b-dadee9371d3d-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_908813f0-1196-1e60-700b-dadee9371d3e-cd0ec90d {
  justify-self: start;
}

#w-node-_908813f0-1196-1e60-700b-dadee9371d44-cd0ec90d, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-cd0ec90d, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-cd0ec90d {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-cd0ec90d, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-cd0ec90d, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-cd0ec90d {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-cd0ec90d, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-cd0ec90d, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-cd0ec90d {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-cd0ec90d, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-cd0ec90d, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-cd0ec90d {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-cd0ec90d, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-cd0ec90d, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-cd0ec90d {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-cd0ec90d, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-cd0ec90d, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-cd0ec90d {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-cd0ec90d, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-cd0ec90d {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-cd0ec90d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-cd0ec90d {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-cd0ec90d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-cd0ec90d {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-cd0ec90d {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-cd0ec90d {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-cd0ec90d {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-cd0ec90d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-cd0ec90d {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-cd0ec90d, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-cd0ec90d, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-cd0ec90d, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-cd0ec90d, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-cd0ec90d, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-cd0ec90d, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-cd0ec90d, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-cd0ec90d, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-cd0ec90d, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-cd0ec90d, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-cd0ec90d, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-cd0ec90d, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-cd0ec90d {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-cd0ec90d, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-cd0ec90d, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-cd0ec90d {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-cd0ec90d, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-cd0ec90d, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-cd0ec90d {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-cd0ec90d, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-cd0ec90d, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-cd0ec90d {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-cd0ec90d, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-cd0ec90d, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-cd0ec90d {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-cd0ec90d, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-cd0ec90d, #w-node-ee961e8d-845a-edc3-3307-509470022457-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-cd0ec90d {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-cd0ec90d, #w-node-ee961e8d-845a-edc3-3307-50947002245b-cd0ec90d, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-cd0ec90d {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-cd0ec90d, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-cd0ec90d, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-cd0ec90d {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-cd0ec90d, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-cd0ec90d, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-cd0ec90d {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-cd0ec90d, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-cd0ec90d, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-cd0ec90d {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-cd0ec90d, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-cd0ec90d, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-cd0ec90d {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-cd0ec90d, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-cd0ec90d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-cd0ec90d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-cd0ec90d {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-cd0ec90d {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-cd0ec90d {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-cd0ec90d {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-cd0ec90d {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-cd0ec90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-cd0ec90d {
  justify-self: start;
}

#w-node-_9dc52049-f312-b559-7855-e6aa137f8ac7-404b3c44 {
  grid-area: 2 / 2 / 6 / 11;
}

#w-node-_96e40af9-9708-18bf-6196-91c0e6d5cfc5-404b3c44 {
  grid-area: 6 / 9 / 8 / 15;
}

#w-node-_0c3947be-dda6-74f5-8115-6ad0464042eb-404b3c44 {
  grid-area: 8 / 2 / 13 / 10;
}

#w-node-f9797b03-90ce-94c9-7c0f-47b3978fea23-404b3c44 {
  grid-area: 14 / 2 / 17 / 9;
}

#w-node-b36ab905-9bfd-9117-0cf9-9457d4ad4411-404b3c44 {
  grid-area: 18 / 3 / 21 / 9;
}

#w-node-_5781708a-16ea-b7ff-6460-1c0c0e5c3af9-404b3c44 {
  grid-area: 18 / 10 / 22 / 16;
}

@media screen and (min-width: 1920px) {
  #w-node-_9dc52049-f312-b559-7855-e6aa137f8ac7-404b3c44 {
    grid-area: 2 / 2 / 6 / 9;
  }

  #w-node-_96e40af9-9708-18bf-6196-91c0e6d5cfc5-404b3c44 {
    grid-area: 6 / 10 / 8 / 15;
  }

  #w-node-_0c3947be-dda6-74f5-8115-6ad0464042eb-404b3c44, #w-node-f9797b03-90ce-94c9-7c0f-47b3978fea23-404b3c44 {
    grid-column-end: 9;
  }

  #w-node-f51e93b5-1d5b-9f8c-820d-d5033b3416c7-404b3c44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b36ab905-9bfd-9117-0cf9-9457d4ad4411-404b3c44 {
    grid-column-end: 9;
  }

  #w-node-_5781708a-16ea-b7ff-6460-1c0c0e5c3af9-404b3c44 {
    grid-column: 10 / 15;
  }
}

@media screen and (max-width: 991px) {
  #w-node-dfb944fa-b2cd-916d-3d5c-7340d7cc075e-c18921ea {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-cb71f0a3-fc50-1abd-0f0f-5ac60b93dcc5-c18921ea {
    grid-column: 5 / 9;
    grid-row-start: 4;
  }

  #w-node-cb71f0a3-fc50-1abd-0f0f-5ac60b93dcc7-c18921ea {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-cb71f0a3-fc50-1abd-0f0f-5ac60b93dccb-c18921ea {
    grid-row-start: 3;
    grid-column-start: 3;
  }

  #w-node-_90b36605-4c5a-5765-fb71-48a11073278c-10732773 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cb71f0a3-fc50-1abd-0f0f-5ac60b93dcc5-c18921ea {
    grid-column-start: 2;
  }

  #w-node-cb71f0a3-fc50-1abd-0f0f-5ac60b93dcc6-c18921ea {
    grid-area: 1 / 1 / 4 / 4;
  }

  #w-node-cb71f0a3-fc50-1abd-0f0f-5ac60b93dcc7-c18921ea {
    grid-column: span 3 / span 3;
  }

  #w-node-cb71f0a3-fc50-1abd-0f0f-5ac60b93dccb-c18921ea {
    grid-column: 1 / 3;
  }

  #w-node-_7679b5cd-71a5-9e70-be0d-9d99267401db-404b3c44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cb71f0a3-fc50-1abd-0f0f-5ac60b93dccb-c18921ea {
    grid-area: 4 / -4 / 3 / 2;
  }
}


@font-face {
  font-family: 'Fenul Standard';
  src: url('../fonts/FenulStandardTRIAL-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Neoris Trial';
  src: url('../fonts/TT-Neoris-Trial-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Neoris';
  src: url('../fonts/TT-Neoris-Trial-Variable.ttf') format('truetype');
  font-weight: 50 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Neoris Light';
  src: url('../fonts/TTNeoris-Lt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}