:root {
  --typography--gt-america: "GT America", Arial, sans-serif;
  --colors--dark: #351d1f;
  --colors--fade: #837070;
  --colors--light: white;
  --colors--grey: #f7f5f3;
  --typography--text-cap-trim-125: -.25em;
  --typography--h3-font-size: 1rem;
  --typography--line-height-125: 125%;
  --typography--text-cap-trim-105: -.05em;
  --typography--gt-america-expanded: "GT America Expanded", Arial, sans-serif;
  --typography--h1-font-size: 4.625rem;
  --typography--line-height-110: 110%;
  --typography--body-l2-font-size: .875rem;
  --typography--line-height-130: 130%;
  --typography--h4-font-size: 1.25rem;
  --typography--body-l1-font-size: 1rem;
  --typography--h-register-b-font-size: 4.5rem;
  --typography--text-cap-trim-110: -.1em;
  --typography--h2-font-size: 2.625rem;
  --typography--text-cap-trim-120: -.2em;
  --typography--h5-font-size: .875rem;
  --typography--line-height-120: 120%;
  --typography--gt-sectra-fine: "GT Sectra Fine", "Times New Roman", sans-serif;
  --typography--button-style-1-font-size: 1.0625rem;
  --typography--button-style-2-font-size: .875rem;
  --typography--brackets: 1.5rem;
  --typography--menu: 3.125rem;
  --colors--gold-light: #edca90;
  --typography--title-1a-font-size: 3.125rem;
  --typography--title-1b-font-size: 2.25rem;
  --typography--title-2-font-size: 6.25rem;
  --typography--project-intro-a-font-size: 3.125rem;
  --typography--project-intro-b-font-size: 2.25rem;
  --typography--disclaimer-l1: .75rem;
  --typography--disclaimer-l2: .75rem;
  --typography--about-circle-1: .75rem;
  --typography--about-circle-2: 2.125rem;
  --typography--about-circle-3: 1.5625rem;
  --typography--info-1: .8125rem;
  --typography--info-2: .75rem;
  --typography--intro-copy-font-size: 1.875rem;
  --colors--gold: #de9f30;
  --colors--gold-dark: #d08f1d;
  --typography--text-height-10px: .625rem;
  --typography--body-l2-list-2-font-size: .875rem;
  --typography--h1-b-font-size: 5rem;
  --typography--h-register-a-font-size: 4.5rem;
  --typography--body-l1-style-2-font-size: 1rem;
  --typography--body-l2-list-1-font-size: .875rem;
  --typography--body-l2-list-3-font-size: .875rem;
  --typography--line-height-100: 100%;
  --typography--line-height-105: 105%;
  --typography--text-cap-trim-130: -.3em;
  --typography--paragraph-spacing-10: 10;
}

body {
  font-family: var(--typography--gt-america);
  color: var(--colors--dark);
  font-size: 1rem;
  line-height: 1.5;
  inset: 0%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

p {
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

.text-size-bodyl2-list1 {
  font-family: var(--typography--gt-america);
  font-size: var(--typography--body-l2-font-size);
  line-height: var(--typography--line-height-130);
  margin-bottom: 0;
  font-weight: 300;
}

.background-color-grey {
  background-color: var(--colors--grey);
}

.heading-style-registera {
  font-family: var(--typography--gt-america-expanded);
  font-size: var(--typography--h-register-b-font-size);
  line-height: var(--typography--line-height-110);
  font-weight: 700;
  display: inline;
}

.text-size-bodyl1 {
  margin-top: var(--typography--text-cap-trim-125);
  margin-bottom: var(--typography--text-cap-trim-125);
  font-family: var(--typography--gt-america);
  font-size: var(--typography--body-l1-font-size);
  line-height: var(--typography--line-height-125);
  font-weight: 300;
}

.heading-style-h2 {
  margin-top: var(--typography--text-cap-trim-110);
  margin-bottom: var(--typography--text-cap-trim-110);
  font-family: var(--typography--gt-america-expanded);
  font-size: var(--typography--h2-font-size);
  line-height: var(--typography--line-height-110);
  font-weight: 700;
}

.page-wrapper {
  overflow-x: clip;
}

.heading-style-h5 {
  margin-top: var(--typography--text-cap-trim-120);
  margin-bottom: var(--typography--text-cap-trim-120);
  font-family: var(--typography--gt-america);
  font-size: var(--typography--h5-font-size);
  line-height: var(--typography--line-height-120);
  font-weight: 500;
}

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

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

.hide {
  display: none;
}

.navbar_dropdown-link {
  color: var(--colors--light);
  text-transform: uppercase;
  padding: 0;
  font-family: GT America Expanded, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.navbar_dropdown-link:hover, .navbar_dropdown-link.w--current {
  color: var(--colors--fade);
}

.navbar_menu-dropdown {
  width: 100%;
  display: block;
}

.navbar_menu {
  z-index: 999;
  background-color: var(--colors--dark);
  flex-flow: column;
  align-items: center;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.navbar_dropdown-list {
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.navbar_dropdown-list.w--open {
  opacity: 100;
  background-color: #351d1f00;
}

.menu-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: .6875rem;
  height: .6875rem;
  display: flex;
}

.navbar_link {
  border-top: 1px solid var(--colors--fade);
  color: var(--colors--light);
  text-transform: uppercase;
  padding: .5rem 0;
  font-family: GT America Expanded, Arial, sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: block;
}

.navbar_link:hover, .navbar_link.w--current {
  color: var(--colors--fade);
}

.navbar_link-text {
  width: 100%;
  font-family: GT America Expanded, Arial, sans-serif;
  font-size: var(--typography--menu);
  text-transform: uppercase;
  white-space: pre-wrap;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1.1;
  transition: all .2s ease-in-out;
}

.navbar_logo {
  height: 1.125rem;
  margin-top: .3rem;
  margin-bottom: .3rem;
}

.navbar_menu-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  color: inherit;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar_menu-button.w--open {
  color: var(--colors--light);
  background-color: #351d1f00;
}

.navbar_component {
  z-index: 1;
  background-color: #0000;
  align-items: center;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_component:where(.w-variant-0a0335cb-1b0c-5657-65f1-06dfa75cea99) {
  z-index: 1;
  position: absolute;
}

.navbar_dropdown-toggle {
  border-top: 1px solid var(--colors--fade);
  width: 100%;
  color: var(--colors--light);
  padding: .5rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.navbar_dropdown-toggle:hover, .navbar_dropdown-toggle.w--open {
  color: var(--colors--fade);
}

.navbar_logo-link {
  color: inherit;
}

.heading-wrapper {
  width: 100%;
}

.heading-wrapper.max-width-large {
  max-width: 55rem;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 7.6rem;
  display: flex;
}

.footer_link {
  color: inherit;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
}

.footer_link:hover {
  color: var(--colors--fade);
}

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

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

.footer_component {
  background-color: var(--colors--dark);
  color: var(--colors--light);
  flex-flow: column;
  padding-top: 4.7rem;
  padding-bottom: 2.5rem;
}

.rl_footer3_logo-link {
  float: none;
  padding-left: 0;
  display: block;
}

.footer_menu-wrapper {
  grid-column-gap: 1.88rem;
  grid-row-gap: 1.88rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 40%;
  display: grid;
}

.container-xlarge {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap-balance {
  text-wrap: balance;
}

.heading-style-registerb {
  font-family: var(--typography--gt-sectra-fine);
  font-size: var(--typography--h-register-b-font-size);
  line-height: var(--typography--line-height-110);
  font-style: italic;
  font-weight: 300;
  display: inline;
}

.text-size-disclaimer-l1 {
  margin-top: var(--typography--text-cap-trim-125);
  margin-bottom: var(--typography--text-cap-trim-125);
  font-family: var(--typography--gt-america);
  font-size: var(--typography--disclaimer-l1);
  line-height: var(--typography--line-height-125);
  font-weight: 300;
}

.spacer-14px {
  width: 100%;
  padding-top: .875rem;
}

.spacer-20px {
  width: 100%;
  padding-top: 1.25rem;
}

.spacer-40px {
  width: 100%;
  padding-top: 2.5rem;
}

.menu-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-button2 {
  font-family: var(--typography--gt-america);
  font-size: var(--typography--button-style-2-font-size);
  line-height: var(--typography--line-height-125);
  margin-bottom: 0;
  font-weight: 500;
}

.spacer-110px {
  width: 100%;
  padding-top: 6.875rem;
}

.spacer-100px {
  width: 100%;
  padding-top: 6.25rem;
}

.spacer-50px {
  width: 100%;
  padding-top: 3.125rem;
}

.spacer-120px {
  width: 100%;
  padding-top: 7.5rem;
}

.spacer-70px {
  padding-top: 4.375rem;
}

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

.menu-icon-mobile {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: .6875rem;
  height: .6875rem;
  display: none;
}

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

.navbar_header {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.56rem;
  padding-bottom: 1.56rem;
}

.navbar_header.secondary {
  color: var(--colors--light);
  inset: 0% 0% auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_project-title {
  margin-bottom: .5rem;
}

.navbar_project-details {
  font-family: GT America, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25;
}

.text-cap-trim-120 {
  margin-top: var(--typography--text-cap-trim-120);
  margin-bottom: var(--typography--text-cap-trim-120);
}

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

.navbar_link-wrapper {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  transition: all .2s ease-in-out;
}

.connect_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--colors--fade);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.connect_title-wrapper {
  border-bottom: 1px solid var(--colors--fade);
  padding-left: 4rem;
  padding-right: 4rem;
}

.connect_image-wrapper {
  border-left: 1px solid var(--colors--fade);
  background-image: url("https://cdn.prod.website-files.com/6890ef66e897505472adaf57/698e584c4ac88518a2288083_0C2A7608-Edit_Web.jpg");
  background-position: 50%;
  background-size: cover;
}

.connect_content-wrapper {
  max-width: 490px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navbar_dropdown-list-wrapper {
  padding-top: .625rem;
  padding-bottom: 1.875rem;
  padding-left: 2px;
}

.navbar-gradient {
  z-index: -1;
  opacity: .25;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#000, #0000);
  position: absolute;
  inset: 0%;
}

.text-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: currentColor;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-button:where(.w-variant-c653d746-c909-c370-c11d-4885003d7a66), .text-button.contact, .text-button.contact-4, .text-button.contact, .text-button.contact-4 {
  border-bottom: 1px solid;
  justify-content: space-between;
}

.text-button_text {
  font-size: var(--typography--button-style-2-font-size);
  line-height: var(--typography--text-height-10px);
  text-transform: uppercase;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  color: currentColor;
  background-color: #fff0;
  border-bottom: 1px solid;
  padding: 0 0 3px;
  font-weight: 500;
  text-decoration: none;
  text-decoration-thickness: 0;
  overflow: visible;
}

.text-button_text:where(.w-variant-c653d746-c909-c370-c11d-4885003d7a66), .text-button_text.no-stroke, .text-button_text.contact-5, .text-button_text.no-stroke {
  text-transform: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  font-weight: 300;
}

.text-button_icon {
  font-size: var(--typography--button-style-2-font-size);
  line-height: var(--typography--text-height-10px);
  padding-bottom: 4px;
  position: relative;
}

.navbar-menu_component {
  z-index: 999;
  background-color: #0000;
  align-items: center;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-menu_component:where(.w-variant-0a0335cb-1b0c-5657-65f1-06dfa75cea99) {
  z-index: 1;
  position: absolute;
}

.no-break {
  white-space: nowrap;
}

@media screen and (min-width: 1440px) {
  .container-large {
    max-width: 1140px;
  }

  .feature_outer-wrapper {
    grid-template-columns: 1fr 2fr;
  }
}

@media screen and (min-width: 1920px) {
  .project_tab {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  body {
    --typography--gt-america: "GT America", Arial, sans-serif;
    --colors--dark: #351d1f;
    --colors--fade: #837070;
    --colors--light: white;
    --colors--grey: #f7f5f3;
    --typography--text-cap-trim-125: -.25em;
    --typography--h3-font-size: 1rem;
    --typography--line-height-125: 125%;
    --typography--text-cap-trim-105: -.05em;
    --typography--gt-america-expanded: "GT America Expanded", Arial, sans-serif;
    --typography--h1-font-size: 4.625rem;
    --typography--line-height-110: 110%;
    --typography--body-l2-font-size: .875rem;
    --typography--line-height-130: 130%;
    --typography--h4-font-size: 1.25rem;
    --typography--body-l1-font-size: 1rem;
    --typography--h-register-b-font-size: 4.5rem;
    --typography--text-cap-trim-110: -.1em;
    --typography--h2-font-size: 2.625rem;
    --typography--text-cap-trim-120: -.2em;
    --typography--h5-font-size: .875rem;
    --typography--line-height-120: 120%;
    --typography--gt-sectra-fine: "GT Sectra Fine", "Times New Roman", sans-serif;
    --typography--button-style-1-font-size: 1.0625rem;
    --typography--button-style-2-font-size: .875rem;
    --typography--brackets: 1.5rem;
    --typography--menu: 3.125rem;
    --colors--gold-light: #edca90;
    --typography--title-1a-font-size: 3.125rem;
    --typography--title-1b-font-size: 2.25rem;
    --typography--title-2-font-size: 6.25rem;
    --typography--project-intro-a-font-size: 3.125rem;
    --typography--project-intro-b-font-size: 2.25rem;
    --typography--disclaimer-l1: .75rem;
    --typography--disclaimer-l2: .75rem;
    --typography--about-circle-1: .75rem;
    --typography--about-circle-2: 2.125rem;
    --typography--about-circle-3: 1.5625rem;
    --typography--info-1: .8125rem;
    --typography--info-2: .75rem;
    --typography--intro-copy-font-size: 1.875rem;
    --colors--gold: #de9f30;
    --colors--gold-dark: #d08f1d;
    --typography--text-height-10px: .625rem;
    --typography--body-l2-list-2-font-size: .875rem;
    --typography--h1-b-font-size: 5rem;
    --typography--h-register-a-font-size: 4.5rem;
    --typography--body-l1-style-2-font-size: 1rem;
    --typography--body-l2-list-1-font-size: .875rem;
    --typography--body-l2-list-3-font-size: .875rem;
    --typography--line-height-100: 100%;
    --typography--line-height-105: 105%;
    --typography--text-cap-trim-130: -.3em;
    --typography--paragraph-spacing-10: 10;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .button-group.is-slider {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
  }

  .button-group.hide-desktop.is-center {
    display: flex;
  }

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

  .navbar_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding-bottom: 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar_link {
    width: auto;
    font-size: var(--typography--menu);
    padding: .75rem 0;
  }

  .navbar_menu-button {
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    right: 1.25rem;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .navbar_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .footer_top-wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-bottom: 3.125rem;
    display: flex;
  }

  .footer_bottom-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_logo-wrapper {
    align-self: flex-start;
  }

  .footer_component {
    height: auto;
    padding-top: 2.5rem;
  }

  .footer_menu-wrapper {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .slider_arrow-wrapper {
    order: -9999;
    position: static;
  }

  .form_wrapper {
    padding-left: 1.88rem;
    padding-right: 1.88rem;
  }

  .form_wrapper.is-left {
    border-right-style: none;
  }

  .form_outer-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .feature_outer-wrapper {
    grid-template-columns: 1fr;
  }

  .feature_content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    display: flex;
  }

  .project_detail-left {
    border-right-style: none;
    padding-right: 0;
  }

  .feature_signup-wrapper {
    justify-content: center;
    align-items: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .available_card {
    height: 100%;
  }

  .available_card-link {
    width: 100%;
    height: 100%;
  }

  .available_slider-wrapper {
    width: 80%;
  }

  .filter_input-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .filter_input {
    min-height: 3rem;
    padding: 1.875rem;
  }

  .filter_input.is-border-right, .filter_input.is-border-left-right, .filter_input.is-border-right, .filter_input.is-border-left-right {
    border: 0 solid #000;
  }

  .about_content {
    border-top: 1px solid var(--colors--fade);
    margin-top: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about_content.is-left.is-border-right {
    border-top: 1px solid var(--colors--fade);
    border-right-style: none;
    border-top: 1px solid var(--colors--fade);
    border-right-style: none;
    border-top: 1px solid var(--colors--fade);
    border-right-style: none;
  }

  .about_component {
    grid-row-gap: 0rem;
    border-top-style: none;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about_component.is-border-top {
    border-top-style: none;
  }

  .about_component.is-border-top-bottom {
    border-top-style: none;
    padding-bottom: 2.5rem;
  }

  .about_image-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about_image-wrapper.is-border-right {
    border-right-style: none;
    border-right-width: 0;
  }

  .about_image-wrapper.is-right {
    padding-left: 0;
  }

  .about_cta-component {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .about_cta-image-wrapper {
    aspect-ratio: 315 / 215;
    width: 100%;
  }

  .about_cta-image {
    aspect-ratio: 315 / 215;
  }

  .section_project {
    min-height: 50svh;
  }

  .section_project.project-hero {
    height: 100svh;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .project_detail-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .section_project-detail {
    border-bottom-style: none;
  }

  .section_project-divider {
    min-height: 50svh;
  }

  .section_project-divider.padding-global {
    padding: 0;
  }

  .project_component {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .project_neighbourhood-left {
    border-right-style: none;
  }

  .project_right-wrapper {
    padding-left: 0;
  }

  .project_amenities-left {
    border-right-style: none;
    flex-flow: column;
    margin-bottom: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .amenities-component {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .project_amenities-right {
    border-top: 1px solid var(--colors--gold-light);
    flex-flow: column;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    padding-left: 0;
    display: flex;
  }

  .project_amenities-text-wrapper {
    order: -9999;
    margin-bottom: 2.5rem;
    padding-right: 0;
  }

  .project_interior-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .project_map-title {
    grid-row-gap: 4rem;
    border-top-width: 0;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .project_map-component {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-global-wide {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .about_circle-wrapper {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .circle_outer-wrapper {
    max-width: 500px;
    padding-top: 75px;
  }

  .section_about-track {
    height: 300vh;
  }

  .section_sticky {
    height: 100vh;
  }

  .spacermobile-60px {
    padding-top: 3.75rem;
  }

  .spacermobile-30px {
    padding-top: 1.875rem;
  }

  .spacermobile-50px {
    padding-top: 3.125rem;
  }

  .spacermobile-20px {
    padding-top: 1.25rem;
  }

  .spacermobile-100px {
    padding-top: 6.25rem;
  }

  .spacermobile-25px {
    padding-top: 1.5625rem;
  }

  .spacermobile-40px {
    padding-top: 2.5rem;
  }

  .spacermobile-40px.hide-desktop, .hide-desktop, .hide-desktop.spacermobile-20px, .hide-desktop.spacermobile-20px {
    display: block;
  }

  .menu-icon-mobile {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
  }

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

  .rotating-circle-wrapper {
    max-width: 350px;
    left: auto;
  }

  .spacermobile-10px {
    padding-top: .625rem;
  }

  .project_grid-wrapper {
    border-bottom-style: none;
  }

  .connect_grid {
    grid-template-columns: 1fr;
  }

  .connect_title-wrapper {
    text-align: center;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .connect_image-wrapper {
    aspect-ratio: 3 / 2;
    border-top: 1px solid var(--colors--fade);
    border-left-style: none;
  }

  .connect_content-wrapper {
    max-width: none;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .map {
    border-bottom: 1px solid var(--colors--dark);
    height: 18rem;
  }

  .spacermobile-80px {
    padding-top: 5rem;
  }

  .spacermobile-0px {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    --typography--gt-america: "GT America", Arial, sans-serif;
    --colors--dark: #351d1f;
    --colors--fade: #837070;
    --colors--light: white;
    --colors--grey: #f7f5f3;
    --typography--text-cap-trim-125: -.25em;
    --typography--h3-font-size: 1rem;
    --typography--line-height-125: 125%;
    --typography--text-cap-trim-105: -.05em;
    --typography--gt-america-expanded: "GT America Expanded", Arial, sans-serif;
    --typography--h1-font-size: 2.25rem;
    --typography--line-height-110: 110%;
    --typography--body-l2-font-size: .875rem;
    --typography--line-height-130: 130%;
    --typography--h4-font-size: 1rem;
    --typography--body-l1-font-size: 1rem;
    --typography--h-register-b-font-size: 2rem;
    --typography--text-cap-trim-110: -.1em;
    --typography--h2-font-size: 1.75rem;
    --typography--text-cap-trim-120: -.2em;
    --typography--h5-font-size: .875rem;
    --typography--line-height-120: 120%;
    --typography--gt-sectra-fine: "GT Sectra Fine", "Times New Roman", sans-serif;
    --typography--button-style-1-font-size: 1.0625rem;
    --typography--button-style-2-font-size: .875rem;
    --typography--brackets: 1.125rem;
    --typography--menu: 1.875rem;
    --colors--gold-light: #edca90;
    --typography--title-1a-font-size: 1.875rem;
    --typography--title-1b-font-size: 1.375rem;
    --typography--title-2-font-size: 2.25rem;
    --typography--project-intro-a-font-size: 1.75rem;
    --typography--project-intro-b-font-size: 1.375rem;
    --typography--disclaimer-l1: .75rem;
    --typography--disclaimer-l2: .625rem;
    --typography--about-circle-1: .5rem;
    --typography--about-circle-2: .75rem;
    --typography--about-circle-3: .75rem;
    --typography--info-1: .75rem;
    --typography--info-2: .625rem;
    --typography--intro-copy-font-size: 1.375rem;
    --colors--gold: #de9f30;
    --colors--gold-dark: #d08f1d;
    --typography--text-height-10px: .625rem;
    --typography--body-l2-list-2-font-size: .875rem;
    --typography--h1-b-font-size: 2.25rem;
    --typography--h-register-a-font-size: 2rem;
    --typography--body-l1-style-2-font-size: 1rem;
    --typography--body-l2-list-1-font-size: .875rem;
    --typography--body-l2-list-3-font-size: .875rem;
    --typography--line-height-100: 100%;
    --typography--line-height-105: 105%;
    --typography--text-cap-trim-130: -.3em;
    --typography--paragraph-spacing-10: 10;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .button.text-height-13px.register-cta {
    padding: .8125rem 1.375rem 1.125rem;
  }

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

  .navbar_logo {
    width: 15rem;
    height: 1rem;
  }

  .navbar_menu-button {
    right: .75rem;
  }

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

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

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

  .text-size-projectintroa, .text-size-projectintrob {
    font-size: 1.25rem;
  }

  .rental_circle-outer-wrapper {
    max-width: 250px;
  }

  .rental_circle-title {
    padding: .75rem;
  }

  .rental_video-wrapper {
    width: 6.4rem;
  }

  .about_cta-component, .project_interior-component, .project_map-title {
    grid-row-gap: 3rem;
  }

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

  .circle_outer-wrapper {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .menu-icon-mobile {
    height: 1rem;
  }

  .rotating-circle-wrapper {
    height: 30rem;
  }

  .rental_video-text-wrapper {
    bottom: -2.5rem;
  }

  .navbar_dropdown-list-wrapper {
    padding-top: .5rem;
  }

  .spacermobile-4px {
    padding-top: .25rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    --typography--gt-america: "GT America", Arial, sans-serif;
    --colors--dark: #351d1f;
    --colors--fade: #837070;
    --colors--light: white;
    --colors--grey: #f7f5f3;
    --typography--text-cap-trim-125: -.25em;
    --typography--h3-font-size: 1rem;
    --typography--line-height-125: 125%;
    --typography--text-cap-trim-105: -.05em;
    --typography--gt-america-expanded: "GT America Expanded", Arial, sans-serif;
    --typography--h1-font-size: 2.25rem;
    --typography--line-height-110: 110%;
    --typography--body-l2-font-size: .875rem;
    --typography--line-height-130: 130%;
    --typography--h4-font-size: 1rem;
    --typography--body-l1-font-size: 1rem;
    --typography--h-register-b-font-size: 2rem;
    --typography--text-cap-trim-110: -.1em;
    --typography--h2-font-size: 1.75rem;
    --typography--text-cap-trim-120: -.2em;
    --typography--h5-font-size: .875rem;
    --typography--line-height-120: 120%;
    --typography--gt-sectra-fine: "GT Sectra Fine", "Times New Roman", sans-serif;
    --typography--button-style-1-font-size: 1.0625rem;
    --typography--button-style-2-font-size: .875rem;
    --typography--brackets: 1.125rem;
    --typography--menu: 1.875rem;
    --colors--gold-light: #edca90;
    --typography--title-1a-font-size: 1.875rem;
    --typography--title-1b-font-size: 1.375rem;
    --typography--title-2-font-size: 2.25rem;
    --typography--project-intro-a-font-size: 1.75rem;
    --typography--project-intro-b-font-size: 1.375rem;
    --typography--disclaimer-l1: .75rem;
    --typography--disclaimer-l2: .625rem;
    --typography--about-circle-1: .5rem;
    --typography--about-circle-2: .75rem;
    --typography--about-circle-3: .75rem;
    --typography--info-1: .75rem;
    --typography--info-2: .625rem;
    --typography--intro-copy-font-size: 1.375rem;
    --colors--gold: #de9f30;
    --colors--gold-dark: #d08f1d;
    --typography--text-height-10px: .625rem;
    --typography--body-l2-list-2-font-size: .875rem;
    --typography--h1-b-font-size: 2.25rem;
    --typography--h-register-a-font-size: 2rem;
    --typography--body-l1-style-2-font-size: 1rem;
    --typography--body-l2-list-1-font-size: .875rem;
    --typography--body-l2-list-3-font-size: .875rem;
    --typography--line-height-100: 100%;
    --typography--line-height-105: 105%;
    --typography--text-cap-trim-130: -.3em;
    --typography--paragraph-spacing-10: 10;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-bodyl2-list2 {
    margin-bottom: 2px;
  }

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

  .footer_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .text-size-bodyl2-list3 {
    margin-bottom: 4px;
  }

  .about_component, .about_cta-component, .project_component, .amenities-component, .project_interior-component, .project_map-title, .project_map-component {
    grid-template-columns: 1fr;
  }

  .spacer-10px {
    padding-top: .5rem;
  }
}

#w-node-_5ee1e598-4698-d99d-7857-297e8f5943aa-e1457503 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5ee1e598-4698-d99d-7857-297e8f5943aa-e1457503 {
    grid-area: 3 / 1 / 4 / 2;
  }
}
