@font-face {
  font-family: Oranienbaum;
  src: url('../fonts/oranienbaum-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/generalsans-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/generalsans-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/generalsans-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/generalsans-italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/generalsans-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/generalsans-mediumitalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --royal-blue: #142b80;
  --white: white;
  --white-60: #fff9;
  --midnight-blue: #00385a;
  --dark-slate-grey: #013344;
  --midnight-blue-2: #00385a;
}

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

body {
  background-color: var(--royal-blue);
  color: var(--white);
  font-family: Generalsans, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 120%;
}

h1 {
  letter-spacing: -.6vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oranienbaum, Arial, sans-serif;
  font-size: 10em;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  letter-spacing: -.55vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oranienbaum, Arial, sans-serif;
  font-size: 8.75em;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: .3em;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 100%;
}

h4 {
  letter-spacing: -.4vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 6.25em;
  font-weight: 400;
  line-height: 100%;
}

h5 {
  letter-spacing: -.3vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oranienbaum, Arial, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 100%;
}

h6 {
  letter-spacing: -.2vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oranienbaum, Arial, sans-serif;
  font-size: 3.75em;
  font-weight: 400;
  line-height: 100%;
}

p {
  color: var(--white-60);
  letter-spacing: -.01vw;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 140%;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

label {
  letter-spacing: -.015vw;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .75em;
  font-weight: 500;
  line-height: 100%;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.default-wrapper {
  flex-direction: column;
  width: 100%;
  margin: auto;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.default-wrapper.leftalign {
  padding-left: 0;
}

.margin-top-small {
  margin-top: 1rem;
}

.margin-top-medium {
  margin-top: 1.5rem;
}

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

.margin-bottom-small {
  margin-bottom: 1rem;
}

.margin-bottom-medium {
  margin-bottom: 1.5rem;
}

.margin-bottom-large {
  margin-bottom: 2rem;
}

.margin-bottom-large.longform {
  font-size: 1.4em;
}

.margin-bottom-large.longform.off {
  display: none;
}

.margin-bottom-huge {
  margin-bottom: 4rem;
}

.title-xlarge {
  letter-spacing: -.6vw;
  text-transform: uppercase;
  font-family: Oranienbaum, Arial, sans-serif;
  font-size: 10em;
  font-weight: 400;
  line-height: 100%;
}

.title-xlarge.text-align-center {
  letter-spacing: -.3vw;
  text-transform: none;
  padding-top: .3em;
  font-family: Generalsans, sans-serif;
  font-size: 9em;
  line-height: 125%;
}

.title-xlarge.text-align-center.short {
  padding-top: 0;
  padding-bottom: 0;
}

.title-large {
  letter-spacing: -.55vw;
  text-transform: uppercase;
  font-family: Oranienbaum, Arial, sans-serif;
  font-size: 8.75em;
  font-weight: 400;
  line-height: 100%;
}

.title-large.div-hide.text-align-center-mobile-l.font-color-blue-grey {
  color: var(--midnight-blue);
  letter-spacing: 0;
  font-family: Generalsans, sans-serif;
  font-size: 8em;
}

.title-medium {
  letter-spacing: -.5vw;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 7.5em;
  font-weight: 400;
  line-height: 100%;
}

.title-medium.text-align-center {
  font-family: Generalsans, sans-serif;
  line-height: 110%;
}

.title-medium.text-align-center.small {
  font-size: 7em;
}

.title-medium.text-align-left {
  font-family: Generalsans, sans-serif;
}

.line-height-120 {
  line-height: 120%;
}

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

.text-size-large.line-height-120 {
  letter-spacing: -.05vw;
}

.text-size-small {
  font-size: 1em;
}

.text-size-xsmall {
  font-size: .75em;
}

.text-color-blue {
  color: var(--royal-blue);
}

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

.text-color-white.project {
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.5em;
  font-weight: 400;
}

.text-align-center {
  text-align: center;
  font-family: Generalsans, sans-serif;
}

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

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

.div-hide {
  overflow: hidden;
}

.default-rich-text h1 {
  letter-spacing: -.15rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 3rem;
}

.default-rich-text h2 {
  letter-spacing: -.15rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 3rem;
}

.default-rich-text p {
  letter-spacing: -.01rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
}

.default-rich-text h3 {
  letter-spacing: -.125rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.default-rich-text figure {
  width: 100%;
  margin-bottom: 1rem;
}

.default-rich-text img {
  object-fit: cover;
  width: 100%;
}

.default-rich-text figcaption {
  margin-top: .25rem;
  font-size: .75rem;
}

.default-rich-text h4 {
  letter-spacing: -.1rem;
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  font-size: 2rem;
}

.default-rich-text blockquote {
  letter-spacing: -.01rem;
  border-left-width: 2px;
  border-left-color: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: .5rem 1.5rem .5rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
}

.default-rich-text h5 {
  letter-spacing: -.075rem;
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  font-size: 1.75rem;
}

.default-rich-text h6 {
  letter-spacing: -.05rem;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.default-rich-text ul {
  color: var(--white-60);
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.default-rich-text li {
  letter-spacing: -.01rem;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 120%;
}

.default-rich-text ol {
  color: var(--white-60);
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.default-rich-text a {
  color: var(--white);
}

.default-rich-text strong {
  font-weight: 500;
}

.text-field-default {
  color: var(--white);
  letter-spacing: -.02vw;
  background-color: #ffffff14;
  border: 0 solid #fff;
  border-radius: .125em;
  min-height: 3em;
  margin-top: .5em;
  margin-bottom: 1.25em;
  padding: .75em;
  font-size: 1em;
  font-weight: 500;
  line-height: 100%;
  transition: all .3s;
}

.text-field-default:hover {
  color: var(--white);
  background-color: #ffffff14;
  border-width: 1px;
  border-color: #fff;
}

.text-field-default:active {
  border-color: var(--white);
  color: var(--white);
}

.text-field-default:focus {
  border-width: 1px;
  border-color: var(--white);
  color: var(--white);
}

.text-field-default:focus-visible, .text-field-default[data-wf-focus-visible] {
  border-color: var(--white);
  color: var(--white);
}

.text-field-default::placeholder {
  color: #fff9;
}

.text-field-default.textarea {
  min-height: 8em;
}

.form-button {
  letter-spacing: -.02vw;
  text-transform: uppercase;
  background-color: #ffffff14;
  border: 1px solid #fff;
  border-radius: 100vw;
  margin-top: .75em;
  padding: 1.25em 2em;
  font-weight: 500;
  line-height: 100%;
  transition: all .3s;
}

.form-button:hover {
  background-color: #ffffff29;
}

.form-button.contact-form-var {
  margin-top: 0;
}

.contact-form {
  margin-top: 2em;
  margin-bottom: 0;
  padding: 0;
}

.info-page-section {
  padding-top: 8rem;
}

.text-link-default {
  color: #fff;
  text-decoration: underline;
}

.styleguide-hero-wrapper {
  min-height: 80vh;
}

.styleguide-item-wrapper {
  margin-bottom: 2rem;
}

.styleguide-color-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.styleguide-grid-item {
  padding: 1em;
}

.styleguide-grid-item.white-bg {
  background-color: #fff;
}

.styleguide-color-swatch {
  min-height: 5rem;
  margin-bottom: .5rem;
}

.styleguide-color-swatch.first {
  background-color: #fff;
}

.styleguide-color-swatch.second {
  background-color: var(--royal-blue);
  border: 1px solid #fff;
}

.styleguide-color-swatch.third {
  border: 1px solid var(--white);
  background-color: var(--dark-slate-grey);
  border-radius: 2px;
}

.opacity-80 {
  opacity: .8;
}

.styleguide-section-wrapper {
  margin-bottom: 8rem;
}

.styleguide-heading-support-text {
  color: var(--royal-blue);
  background-color: #e2e2e2;
  margin-top: .5rem;
  padding: 1rem;
  display: inline-block;
}

.styleguide-button-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.nav {
  z-index: 2000;
  color: #00000014;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  position: fixed;
}

.nav-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 2em;
  margin-left: 5em;
  margin-right: 5em;
  display: flex;
  position: relative;
}

.nav-logo-wrapper {
  width: 6em;
  transition: all .3s;
}

.nav-logo-wrapper:hover {
  opacity: .6;
}

.nav-burger-icon-wrapper {
  z-index: 10;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.burger-icon-line-1, .burger-icon-line-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.nav-line {
  transform-origin: 0%;
  background-color: #ffffff3d;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 4em;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: relative;
}

.home-hero-img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.home-hero-content-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-hero-right-content {
  width: 60%;
}

.home-hero-left-content {
  width: 25%;
}

.span-text---pad-adjust {
  color: #00385a;
  padding-right: .5vw;
  display: inline-block;
}

.span-text---pad-adjust._1 {
  letter-spacing: -.05vw;
  font-family: Generalsans, sans-serif;
}

.span-text---pad-adjust._2 {
  text-transform: uppercase;
}

.span-line {
  display: inline-block;
}

.home-hero-button-wrapper {
  margin-top: 2.5em;
  position: relative;
}

.button {
  color: var(--white);
  letter-spacing: -.02vw;
  text-transform: uppercase;
  align-items: center;
  padding-top: .75em;
  padding-bottom: .75em;
  font-size: 1em;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.button.blue {
  color: var(--midnight-blue);
}

.button.blue.off {
  justify-content: flex-start;
  padding-top: 5px;
  padding-bottom: 0;
  display: flex;
}

.button.nav-opened {
  color: var(--royal-blue);
}

.button-icon-wrapper {
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-right: .5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon {
  width: 1.5em;
  height: 1.5em;
  position: relative;
}

.button-icon.fixed {
  width: 2em;
  height: 2em;
  margin-right: .25em;
}

.button-label.navi {
  color: var(--dark-slate-grey);
}

.button-label-wrapper {
  flex-direction: column;
  padding-top: .25em;
  display: flex;
}

.button-label-wrapper.fixed {
  padding-top: 0;
}

.button-line {
  transform-origin: 100%;
  background-color: #fff;
  width: 100%;
  height: .125em;
  margin-top: .25em;
}

.button-line.blue {
  background-color: var(--dark-slate-grey);
  -webkit-text-stroke-color: var(--dark-slate-grey);
}

.button-icon-bg {
  background-color: #fff;
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.button-icon-bg.blue {
  background-color: var(--dark-slate-grey);
  color: var(--midnight-blue);
}

.home-hero-img-container {
  height: 100vh;
  overflow: hidden;
}

.intro-text-section {
  padding-top: 10em;
  padding-bottom: 10em;
}

.intro-text-section.off {
  display: flex;
}

.overline-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.overline-wrapper.align-center {
  justify-content: center;
}

.overline-chip {
  background-color: #fff;
  border-radius: 1px;
  width: .5em;
  height: .5em;
  margin-right: .5em;
}

.overline-chip.blue {
  background-color: var(--midnight-blue);
}

.overline-text {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
}

.overline-text.text-color-blue {
  color: var(--midnight-blue);
  -webkit-text-stroke-color: var(--dark-slate-grey);
}

.intro-text-container {
  margin-top: 5em;
  margin-bottom: 5em;
}

.intro-text-style {
  letter-spacing: -.65vw;
  text-transform: none;
  font-size: 10em;
  line-height: 95%;
}

.button-wrapper {
  display: flex;
}

.button-wrapper.center {
  justify-content: center;
}

.featured-properties-section {
  background-color: var(--midnight-blue);
  flex-direction: column;
  align-items: center;
  padding-top: 10em;
  display: flex;
}

.featured-properties-section.notoppadding {
  background-color: var(--midnight-blue);
  padding-top: 0;
}

.featured-properties-section.notoppadding.home {
  padding-bottom: 1rem;
}

.cms-properties-wrapper {
  width: 100%;
  margin-top: 0;
  margin-bottom: 2em;
}

.property-item {
  height: auto;
  position: relative;
}

.property-item-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 4em;
  display: flex;
  position: sticky;
  top: 0;
}

.property-item-img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.property-item-img-container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.property-item-main-img {
  object-fit: cover;
  min-width: 100vw;
  height: 1px;
  min-height: 100vh;
}

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

.property-item-infos-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.property-item-infos-wrapper.info-description {
  grid-template-columns: auto;
  max-width: 50svw;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 2svh 2svh auto;
}

.tag-text-style {
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  letter-spacing: -.01vw;
  text-transform: uppercase;
  background-color: #00000014;
  border-radius: 100vw;
  padding: .625em 1em;
  font-weight: 500;
  line-height: 100%;
}

.tag-text-style._1 {
  text-decoration: none;
}

.property-item-title-container {
  margin-top: 0;
  margin-bottom: 5em;
  padding-right: .5vw;
  overflow: hidden;
}

.property-item-button-wrap {
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 3em;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 11dvh;
}

.property-item-button-bg {
  background-color: var(--dark-slate-grey);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 100vw;
  justify-content: center;
  position: absolute;
  inset: 0%;
}

.button-text {
  color: var(--white);
  text-align: center;
  letter-spacing: -.02vw;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.button-labels-wrapper {
  position: relative;
  overflow: hidden;
}

.button-label-wrapper-absolute {
  position: absolute;
  inset: 0%;
}

.services-section {
  padding-top: 10em;
  padding-bottom: 10em;
}

.services-section.small {
  padding-top: 1em;
  padding-bottom: 1em;
}

.services-section.smaller {
  padding-top: 2em;
  padding-bottom: 2em;
}

.services-grid {
  grid-column-gap: 16.25em;
  grid-row-gap: 1em;
  margin-top: 3em;
  margin-bottom: 3em;
}

.services-grid.off {
  display: none;
}

.line {
  transform-origin: 0%;
  width: 100%;
  height: 1px;
}

.line.white {
  background-color: #fff;
}

.line.in-footer {
  background-color: #ffffff29;
}

.line.footer-link {
  background-color: var(--white);
  transform-origin: 0%;
  height: .125em;
  margin-top: .125em;
}

.line.nav-link {
  background-color: var(--midnight-blue);
  height: .125em;
  margin-top: .25em;
}

.line.white-16 {
  background-color: #ffffff29;
}

.line.rem-cms-item {
  background-color: #ffffff29;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.line.spacer {
  background-color: #ffffff29;
  width: 65%;
  margin: 3rem auto;
  display: none;
}

.service-content-wrapper {
  margin-top: 2em;
}

.service-name-text-style {
  letter-spacing: -.01em;
  text-transform: none;
  padding: .1em 0;
  font-family: Generalsans, sans-serif;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 100%;
}

.service-header-wrapper {
  justify-content: space-between;
  margin-bottom: .5em;
  padding-bottom: .5em;
  display: flex;
  overflow: hidden;
}

.service-number-text-style {
  color: #fff9;
  letter-spacing: -.15vw;
  text-transform: none;
  font-family: Generalsans, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 100%;
}

.testimonials-section {
  padding-top: 10em;
  padding-bottom: 10em;
}

.slide {
  background-color: #fff;
  width: 49%;
  margin-left: .5em;
  margin-right: .5em;
  padding: 3.75em;
}

.testimonials-slider {
  background-color: #ddd0;
  align-items: stretch;
  height: auto;
  margin-top: 3em;
  display: flex;
}

.mask {
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider-arrow {
  background-color: #ffffff14;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.5vw;
  height: 3.5vw;
  display: flex;
  position: absolute;
}

.slide-nav {
  display: none;
}

.slider-icon {
  width: 1.5vw;
}

.slide-icon {
  width: 1.5em;
  margin-bottom: .375em;
}

.testimonial-text-style {
  color: var(--royal-blue);
  letter-spacing: -.03vw;
  font-size: 1.5em;
  line-height: 140%;
}

.testimonial-profile-wrapper {
  align-items: center;
  margin-top: 1.5em;
  display: flex;
}

.testimonial-photo {
  border-radius: 100vw;
  width: 3.25em;
  height: 3.25em;
}

.testimonial-infos-wrapper {
  margin-left: .75em;
}

.testimonial-name-text-style {
  color: var(--royal-blue);
  letter-spacing: -.025vw;
  font-family: Oranienbaum, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 100%;
}

.testimonial-job-text-style {
  color: #142b8099;
  letter-spacing: -.02vw;
  line-height: 140%;
}

.news-section {
  padding-top: 10em;
  padding-bottom: 10em;
}

.latest-posts-collection-list {
  margin-top: 3em;
  margin-bottom: 5em;
}

.article-item {
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.article-item-content-wrapper {
  margin-bottom: .75em;
}

.article-item-content-wrapper.blog-index {
  margin-bottom: 1.5em;
}

.article-item-infos-wrapper {
  align-items: center;
  margin-top: 1.5em;
  display: flex;
}

.info-text-style {
  color: #fff9;
  letter-spacing: -.015vw;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 500;
  line-height: 100%;
}

.cms-item-chip {
  background-color: #fff9;
  border-radius: 1px;
  width: .25em;
  height: .25em;
  margin-left: .5em;
  margin-right: .5em;
}

.article-item-title-wrapper {
  margin-top: .5em;
  margin-bottom: 1em;
}

.article-item-title-wrapper.blog-index {
  margin-top: .25em;
  margin-bottom: .5em;
}

.article-item-title-text-style {
  letter-spacing: -.1vw;
  text-transform: none;
  font-family: Generalsans, sans-serif;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 100%;
}

.article-item-title-text-style.blog-index {
  font-size: 2em;
  font-weight: 500;
}

.article-item-abstract-text-style {
  font-size: 1em;
}

.article-item-abstract-text-style.blog-index {
  font-size: 1.25em;
}

.latest-articles-collection-list {
  grid-column-gap: 2.5em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-callout-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.contact-callout-button-wrapper {
  align-items: center;
  margin-top: .5em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-callout-text-style {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: -.1vw;
  text-transform: uppercase;
  font-size: 5em;
  line-height: 100%;
}

.contact-callout-line {
  background-color: var(--midnight-blue);
  transform-origin: 100%;
  border-radius: .125em;
  height: .5em;
}

.contact-callout-button-icon-wrapper {
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 9em;
  margin-top: .25em;
  margin-right: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-callout-button-bg {
  background-color: var(--royal-blue);
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.contact-callout-button-icon {
  width: 6em;
  height: 6em;
  position: relative;
}

.contact-callout-button-text-wrapper {
  margin-left: 0;
}

.footer {
  border-top: 0 #fff;
  padding: 5em;
}

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

.footer-logo-link-wrapper {
  transition: all .4s;
}

.footer-logo-link-wrapper:hover {
  opacity: .6;
}

.logo-footer {
  width: 11em;
}

.footer-top-text-wrapper {
  width: 20em;
}

.footer-text-style {
  font-size: 1em;
  line-height: 120%;
}

.footer-middle-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 7.5em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.footer-links-grid {
  grid-row-gap: 2em;
  grid-template-columns: auto;
  justify-items: start;
}

.footer-sitemap-head-text-style {
  color: #fff9;
  letter-spacing: -.02vw;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 100%;
}

.footer-link-wrapper {
  color: var(--white);
  text-decoration: none;
}

.footer-link-text-style {
  letter-spacing: -.02vw;
  text-transform: none;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 120%;
}

.footer-newsletter-wrapper {
  border: 1px solid #fff;
  border-radius: .25em;
  min-width: 22em;
  padding: 3em;
}

.newsletter-form {
  margin-bottom: 0;
}

.form-heading-text {
  letter-spacing: -.025vw;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 100%;
}

.form {
  margin-top: 2em;
}

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

.footer-info-links-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
  display: grid;
}

.footer-info-link {
  color: #fff9;
  letter-spacing: -.02vw;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.footer-info-link:hover {
  color: var(--white);
}

.service-small-desc-text {
  display: none;
}

.nav-opened-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-left: 5em;
  padding-right: 5em;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-opened-bg {
  opacity: .64;
  transform-origin: 100%;
  mix-blend-mode: normal;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.nav-opened-logo-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 1.25em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--dark-slate-grey);
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.nav-links-grid {
  grid-row-gap: 2.5em;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: start;
  position: relative;
}

.nav-link-number-text {
  color: var(--dark-slate-grey);
  letter-spacing: -.01vw;
  width: 2vw;
  margin-top: .25vw;
  margin-right: .75vw;
  font-family: Oranienbaum, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 100%;
}

.nav-link-text-style {
  letter-spacing: -.2vw;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 100%;
}

.nav-featured-property-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav-featured-project-cms {
  width: 32%;
  position: relative;
}

.nav-featured-property-img-wrapper {
  width: 100%;
  height: 65vh;
  margin-top: .5em;
  margin-bottom: .5em;
  position: relative;
  overflow: hidden;
}

.nav-featured-property-name {
  color: var(--dark-slate-grey);
  letter-spacing: -.1vw;
  text-transform: none;
  font-family: Generalsans, sans-serif;
  font-size: 2em;
  line-height: 100%;
}

.nav-featured-property-infos-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.nav-overline-wrapper {
  align-items: center;
  display: none;
  overflow: hidden;
}

.nav-featured-project-img-overlay {
  background-color: var(--royal-blue);
  transform-origin: 0%;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-logo-opened-container {
  width: 6em;
}

.properties-index-hero-section {
  align-items: center;
  height: 100vh;
  display: flex;
}

.properties-index-hero-section.off {
  display: none;
}

.properties-index-hero-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5em;
  display: flex;
}

.properties-index-hero-content-wrapper {
  width: 45%;
}

.properties-index-hero-content-wrapper.city-var {
  margin-top: 4em;
}

.properties-hero-img-wrapper {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.properties-hero-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.properties-hero-section-subtitle-wrapper {
  width: 70%;
  margin-top: 1.5em;
  margin-bottom: 3em;
}

.properties-listings-intro-section {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.properties-listings-intro-section.off {
  display: none;
}

.properties-listings-intro-section.custom {
  min-height: auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.big-text-style {
  letter-spacing: 0;
  font-size: 2em;
  line-height: 140%;
}

.big-text-style.text-color-blue-60 {
  color: #142b8099;
}

.properties-listings-intro-text-wrapper {
  width: 75%;
  margin-left: 5em;
  padding-top: 2em;
  padding-bottom: 1em;
  position: relative;
}

.properties-listings-intro-text-wrapper.padding-adjust-v2 {
  margin-left: 0;
  padding-top: 2em;
  padding-bottom: 2em;
}

.oval-dot-absolute {
  width: 1.125em;
  margin-top: .75em;
  margin-left: .125em;
  margin-right: .125em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.properties-filters-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: absolute;
}

.collection-list-cities {
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  margin-left: 1em;
  display: grid;
}

.filter-tag-text-style {
  color: var(--white);
  letter-spacing: -.01vw;
  text-transform: none;
  background-color: #ffffff14;
  border-radius: 100vw;
  padding: .625em 1em;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.filter-tag-text-style:hover, .filter-tag-text-style.w--current {
  background-color: var(--white);
  color: var(--royal-blue);
}

.filters-container {
  align-items: center;
  display: flex;
}

.filters-container.blog-index {
  margin-top: 2em;
  margin-bottom: 3em;
}

.label-filters-text {
  letter-spacing: -.02vw;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
}

.properties-list-wrapper {
  background-color: var(--royal-blue);
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 5em;
  display: flex;
}

.properties-list-wrapper.no-padding-top {
  padding-top: 0;
}

.properties-city-hero-section {
  align-items: center;
  height: 100vh;
  display: flex;
}

.fixed-button-wrapper {
  z-index: 2;
  margin-top: 5em;
  margin-left: 5em;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.big-text-style-rich-text {
  color: var(--white);
  letter-spacing: -.05vw;
  font-size: 2em;
  line-height: 140%;
}

.big-text-style-rich-text p {
  color: var(--white);
  letter-spacing: -.05vw;
  font-size: 1em;
}

.fixed-button {
  color: var(--white);
  letter-spacing: -.02vw;
  text-transform: uppercase;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: .75em;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fixed-button:hover {
  opacity: .6;
}

.properties-city-section-subtitle-wrapper {
  width: 70%;
  margin-top: 1.5em;
  margin-bottom: 3em;
}

.about-us-hero-section {
  min-height: 100vh;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}

.about-us-hero-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.about-us-hero-heading-wrapper {
  margin-top: 1.5em;
  margin-bottom: 4em;
}

.story-section {
  background-color: #fff;
  padding-top: 10em;
  padding-bottom: 10em;
}

.story-columns {
  position: relative;
}

.story-sticky-col {
  flex-direction: column;
  padding-left: 0;
  padding-right: 2em;
  display: flex;
  position: sticky;
  top: 10em;
}

.story-content-col {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.story-scroll-indicator-wrapper {
  background-color: #142b8029;
  width: 2px;
  height: 35vh;
  margin-top: 3em;
  margin-left: 2px;
  position: relative;
}

.story-scroll-indicator-line {
  background-color: var(--royal-blue);
  transform-origin: 50% 0;
  width: 100%;
  height: 100%;
}

.story-step-item {
  margin-bottom: 10em;
}

.story-step-item.last {
  margin-bottom: 0;
}

.story-item-year-text {
  color: var(--royal-blue);
  letter-spacing: -.35vw;
  margin-bottom: 1vw;
  font-family: Oranienbaum, Arial, sans-serif;
  font-size: 7.5vw;
  line-height: 100%;
}

.span-text-inline-block {
  display: inline-block;
}

.partners-section {
  padding-top: 10em;
  padding-bottom: 10em;
}

.partners-col-left, .partners-col-right {
  padding-left: 0;
  padding-right: 0;
}

.partners-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-columns: 1fr 1fr 1fr;
}

.logo-partner-wrapper {
  height: 1.75em;
}

.logo-partner {
  object-fit: cover;
  height: 100%;
}

.partner-descritpion-wrapper {
  margin-top: .5em;
  margin-bottom: 2em;
}

.partner-description-text-style {
  color: var(--white-60);
  letter-spacing: -.02vw;
  font-size: 1em;
  line-height: 140%;
}

.values-section {
  padding-top: 10em;
  padding-bottom: 10em;
}

.values-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 12.75em;
  padding-right: 12.75em;
  display: flex;
}

.values-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  margin-top: 3em;
}

.value-item {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  min-height: 36em;
  padding: 3.75em;
  display: flex;
}

.value-top-wrapper {
  margin-bottom: 1em;
}

.value-number-text-style {
  color: var(--royal-blue);
  letter-spacing: -.05vw;
  text-transform: uppercase;
  font-family: Oranienbaum, Arial, sans-serif;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 110%;
}

.button-plus-icon {
  background-color: var(--royal-blue);
  cursor: pointer;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-top: 1em;
  transition: all .4s;
  display: flex;
  position: relative;
}

.button-plus-icon:hover {
  transform: scale(1.25);
}

.plus-icon-line-horiz {
  background-color: #fff;
  width: 1.25em;
  height: 2px;
}

.plus-icon-line-vertical {
  background-color: #fff;
  width: 2px;
  height: 1.25em;
  position: absolute;
}

.value-description-text-style {
  color: var(--royal-blue);
  letter-spacing: -.02vw;
  font-size: 1.25em;
  line-height: 140%;
}

.team-section {
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}

.team-section.smaller-mod {
  padding-top: 0;
}

.team-columns {
  position: relative;
}

.team-sticky-col {
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: sticky;
  top: 10em;
}

.team-cms-col {
  padding-left: 5em;
  padding-right: 0;
}

.team-cms-col.projects {
  padding-left: 0;
}

.team-sticky-col-content-wrapper {
  margin-top: 1.5em;
  margin-bottom: 2.5em;
}

.team-member-top-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-member-default-infos-wrapper {
  align-items: center;
  display: flex;
}

.team-member-photo {
  border-radius: 100vw;
  width: 8em;
  height: 8em;
  margin-right: 1em;
}

.team-member-info-wrapper {
  min-width: 20em;
  padding-right: .5em;
}

.team-member-plus-icon {
  cursor: pointer;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  transition: all .4s;
  display: flex;
  position: relative;
}

.team-member-plus-icon:hover {
  background-color: #ffffff29;
}

.team-member-item {
  flex-direction: column;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-bottom-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

.team-member-bio-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.team-member-bio-wrapper.project {
  width: 99%;
}

.team-member-bio-label {
  letter-spacing: -.02vw;
  margin-bottom: .5em;
  font-size: .75em;
  font-weight: 500;
  line-height: 100%;
  display: none;
}

.team-member-bio-text-style {
  letter-spacing: .05em;
  font-size: 1.3em;
  line-height: 130%;
}

.team-member-links-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 65%;
  margin-top: 2em;
  display: grid;
}

.team-member-line-wrapper {
  position: absolute;
  inset: auto 0% 0%;
}

.spacer-team-member-bottom {
  height: 1em;
}

.services-hero-section {
  min-height: 100vh;
  padding-top: 5.6em;
  padding-bottom: 5.6em;
}

.services-hero-section.middle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-hero-section.center-v {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 75vh;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.span-img {
  background-image: url('../images/img-bg-span-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  display: inline-block;
}

.span-img._2 {
  background-image: url('../images/img-bg-span-2.webp');
}

.services-cards-section {
  padding-top: 10em;
  position: relative;
}

.service-card {
  background-color: var(--royal-blue);
  border-top: 1px solid #fff;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.service-card._2 {
  top: 6vh;
}

.service-card._3 {
  top: 12vh;
}

.service-card._4 {
  top: 18vh;
}

.service-card-wrapper {
  flex-direction: column;
  width: 100%;
  padding-top: 2vh;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.service-card-top-wrapper {
  justify-content: space-between;
  margin-bottom: 6em;
  display: flex;
  overflow: hidden;
}

.service-card-bottom-wrapper {
  justify-content: space-between;
  display: flex;
}

.service-card-content-wrapper {
  width: 50%;
}

.service-card-name-text {
  letter-spacing: -.2vw;
  font-family: Generalsans, sans-serif;
  font-size: 3.25em;
  font-weight: 400;
}

.service-card-description-text {
  color: var(--white-60);
  letter-spacing: -.015vw;
  width: 80%;
  font-size: 1.5em;
  line-height: 140%;
}

.service-card-description-wrapper {
  margin-top: 2em;
  margin-bottom: 1.25em;
}

.service-card-number-wrapper {
  width: 33%;
}

.service-card-number-text {
  letter-spacing: -1vw;
  font-family: Oranienbaum, Arial, sans-serif;
  font-size: 22.5em;
  font-weight: 400;
  line-height: 90%;
  overflow: hidden;
}

.spacer-card {
  height: 50vh;
}

.services-hero-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-left: 5em;
  padding-right: 5em;
}

.services-hero-heading-wrapper {
  align-self: flex-start;
  margin-top: 1.5em;
  margin-bottom: 3em;
}

.property-cms-hero-section {
  justify-content: center;
  padding-top: 7em;
}

.padding-adust {
  padding-right: .5vw;
}

.property-cms-hero-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 1em;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.property-cms-hero-img-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.property-cms-img-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.property-cms-infos-section {
  padding-top: 5em;
  padding-bottom: 2em;
}

.property-cms-infos-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.property-cms-description-wrapper {
  width: 60%;
}

.property-cms-description-container {
  margin-top: 1em;
}

.property-cms-details-wrapper {
  width: 30%;
  position: sticky;
  top: 50px;
}

.property-cms-about-container {
  margin-top: 1em;
}

.property-cms-detail-item {
  justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
}

.property-cms-detail-item.off {
  display: none;
}

.absolute-line-wrapper {
  position: absolute;
  inset: auto 0% 0%;
}

.property-cms-about-text-style {
  font-size: 1.25em;
  line-height: 140%;
}

.property-cms-about-text-style._1 {
  padding-right: 10px;
}

.property-cms-image-gallery-section {
  display: none;
  position: relative;
}

.property-cms-image-gallery-section.off {
  display: none;
}

.property-cms-img-gallery-title-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: sticky;
  inset: 0 0% 0%;
}

.property-cms-image-gallery-wrapper {
  position: relative;
}

.img-gallery-grid {
  grid-column-gap: 0px;
  grid-row-gap: 4em;
  grid-template: "Area-Img-1 Area-Img-1 Area-Img-1 Area-Img-1 . . . . . . . ."
                 ". . . Area-Img-2 Area-Img-2 Area-Img-2 Area-Img-2 Area-Img-2 Area-Img-2 . . ."
                 ". . . . . . . Area-Img-3 Area-Img-3 Area-Img-3 Area-Img-3 Area-Img-3"
                 ". Area-Img-4 Area-Img-4 Area-Img-4 Area-Img-4 Area-Img-4 Area-Img-4 Area-Img-4 Area-Img-4 Area-Img-4 Area-Img-4 ."
                 "Area-Img-5 Area-Img-5 Area-Img-5 Area-Img-5 Area-Img-5 Area-Img-5 . . . . . ."
                 ". . . . . . . . . Area-Img-6 Area-Img-6 Area-Img-6"
                 / 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333%;
  width: 100%;
}

.img-gallery-grid.old {
  display: none;
}

.img-gallery-item {
  width: 100%;
}

.img-gallery-item._1, .img-gallery-item._2, .img-gallery-item._3 {
  height: 60vh;
}

.img-gallery-item._4 {
  height: 70vh;
}

.img-gallery-item._5 {
  height: 60vh;
}

.img-gallery-item._6 {
  height: 45vh;
}

.image-gallery-style {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.property-cms-amenities-section {
  padding-top: 0;
  padding-bottom: 10em;
  display: none;
}

.amenities-title-col, .amenities-grid-col {
  padding-left: 0;
  padding-right: 0;
}

.amenities-grid {
  grid-column-gap: 16px;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.amenity-chip {
  background-color: #fff;
  border-radius: 1px;
  width: .5em;
  height: .5em;
  margin-right: .5em;
}

.amenity-cms-item {
  align-items: center;
  display: flex;
}

.amenity-text-style {
  letter-spacing: -.04vw;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 140%;
}

.property-cms-related-properties-section {
  padding-top: 10em;
  padding-bottom: 10em;
}

.related-properties-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.related-properties-cms {
  width: 100%;
  margin-top: 2em;
}

.related-property-item {
  position: relative;
}

.related-properties-collection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.related-property-item-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 44em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.related-property-item-img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.related-property-item-button-wrap {
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.related-property-item-button-wrap.off {
  display: none;
}

.related-property-item-main-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.related-property-item-title-container {
  margin-top: 1.5em;
  margin-bottom: 3em;
  padding-right: .5vw;
  overflow: hidden;
}

.related-property-item-content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.related-property-item-infos-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-index-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 44.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.5em;
  padding-bottom: 10em;
  display: flex;
}

.collection-list-post-categories {
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  margin-left: 1em;
  display: grid;
}

.articles-collection-list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.posts-collection-list {
  width: 100%;
  display: none;
}

.careers-index-section {
  padding-top: 7.5em;
  padding-bottom: 10em;
}

.careers-index-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 20em;
  padding-right: 20em;
  display: flex;
}

.careers-index-header-wrapper {
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.careers-list-container {
  width: 100%;
  margin-top: 3em;
  margin-bottom: 5em;
}

.career-item {
  justify-content: space-between;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  display: flex;
  position: relative;
}

.career-item-info-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 70%;
  display: grid;
}

.career-item-info-container {
  align-items: center;
  display: flex;
}

.callout-about-us-wrapper {
  background-color: #ffffff14;
  border-radius: 100vw;
  justify-content: space-between;
  align-items: center;
  min-width: 55em;
  padding: .5em 2em;
  display: flex;
}

.careers-subtitle-text-style {
  text-align: center;
  letter-spacing: -.05vw;
  font-size: 1.25em;
  line-height: 120%;
}

.career-item-name-text-style {
  letter-spacing: -.05vw;
  font-size: 1.25em;
  line-height: 120%;
}

.blog-post-section {
  padding-top: 7.5em;
  padding-bottom: 10em;
}

.rem-cms-item-content-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 44.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-post-title-style {
  text-align: center;
  letter-spacing: -.3rem;
  font-size: 4rem;
}

.blog-post-main-img {
  object-fit: cover;
  width: 100%;
  height: 25rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.blog-post-infos-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.blog-post-infos-left-content {
  align-items: center;
  display: flex;
}

.blog-post-abstract-wrapper {
  width: 100%;
  margin-top: 1rem;
}

.cms-item-abstract-text-style {
  letter-spacing: -.05rem;
  font-size: 1.5rem;
  line-height: 140%;
}

.related-blog-posts-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.related-blog-posts-list {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.career-item-section {
  padding-top: 7.5em;
  padding-bottom: 10em;
}

.career-item-header-wrapper {
  width: 100%;
}

.rem-cms-item-title-style {
  text-align: center;
  letter-spacing: -.3rem;
  font-size: 4rem;
}

.rem-cms-item-title-style.text-align-left {
  text-align: left;
}

.career-item-header-infos-wrapper {
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.career-item-date-wrapper {
  margin-top: 2.5rem;
}

.career-item-content {
  width: 100%;
  margin-bottom: 3rem;
}

.career-item-content.last {
  margin-bottom: 5rem;
}

.career-item-heading-text-style {
  letter-spacing: -.1rem;
  font-size: 1.75rem;
}

.career-item-desc-text-style {
  color: var(--white-60);
  letter-spacing: -.05rem;
  margin-top: .75rem;
  font-size: 1.25rem;
  line-height: 140%;
}

.contact-us-section {
  min-height: 100vh;
  padding-top: 7.5em;
  padding-bottom: 10em;
}

.contact-us-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 28em;
  padding-right: 28em;
  display: flex;
}

.contact-form-wrapper {
  border: 1px solid #fff;
  border-radius: .25em;
  width: 100%;
  margin-top: 1.5em;
  padding: 3.75em;
}

.form-2-fields-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-button-message-wrapper {
  align-items: center;
  margin-top: .75em;
  display: flex;
}

.info-message-wrapper {
  margin-left: 1em;
}

.success-message {
  background-color: #ffffff14;
  border-radius: .5em;
  margin-top: 1em;
  padding: 1.25em;
}

.error-message {
  background-color: #c33d3d;
  border-radius: .5em;
  margin-top: 2em;
  padding: 1.25em;
}

.floorplan-img-wrapper {
  z-index: 2000;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #142b8099;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.floorplan-img {
  object-fit: cover;
  width: 70%;
  height: 70%;
}

.close-button-floorplan-img {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.close-button-floorplan-img:hover {
  transform: scale(1.25);
}

.close-icon {
  width: 2em;
}

.team-member-item-section {
  min-height: 100vh;
  padding-top: 7.5em;
  padding-bottom: 10em;
}

.team-member-item-photo {
  border-radius: 100vw;
  width: 10em;
  height: 10em;
  margin-bottom: 2em;
}

.team-member-item-links-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
  justify-items: start;
  margin-top: 2em;
  display: grid;
}

.facility-item-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

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

.utility-page-content {
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-bottom: 0;
  display: flex;
}

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

.body {
  background-color: #00385a;
}

.heading {
  color: var(--dark-slate-grey);
}

.home-hero-h5 {
  color: var(--dark-slate-grey);
  text-transform: none;
  font-size: 3.5em;
  display: inline-block;
  transform: none;
}

.contrast-overlay {
  background-color: var(--midnight-blue);
  opacity: .24;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
}

.contrast-overlay.light {
  opacity: .05;
}

.footer-logo {
  height: 45px;
}

.image.partnerlogos {
  height: 100%;
}

.rich-tag-text-style h4, .rich-tag-text-style h2 {
  display: none;
}

.rich-tag-text-style p {
  color: var(--dark-slate-grey);
  letter-spacing: 0;
}

.body-2 {
  background-color: var(--dark-slate-grey);
}

.title_large {
  text-align: center;
  letter-spacing: -.55vw;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 8em;
  font-weight: 400;
  line-height: 100%;
}

.title_large.div-hide.text-align-center-mobile-l.font-color-blue-grey {
  color: var(--dark-slate-grey);
}

.title_large.normal_left {
  text-align: left;
  letter-spacing: .001em;
  text-transform: none;
  font-size: 7em;
}

.title_large.normal_left.mid {
  letter-spacing: -.1vw;
  font-size: 4em;
}

.body-3 {
  background-color: var(--dark-slate-grey);
}

.heading-2, .heading-3 {
  font-family: Generalsans, sans-serif;
}

.title_mid {
  text-align: center;
  letter-spacing: -.55vw;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 8.75em;
  font-weight: 400;
  line-height: 100%;
}

.title_mid.div-hide.text-align-center-mobile-l.font-color-blue-grey {
  color: var(--dark-slate-grey);
}

.title_mid.normal_left {
  text-align: left;
  letter-spacing: -.08vw;
  text-transform: none;
  width: 75svw;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 4em;
  line-height: 110%;
}

.title_large_sub {
  width: 50%;
  font-size: 4.37em;
}

.text-span {
  letter-spacing: 0;
  text-transform: none;
  font-size: 2rem;
  line-height: 0;
}

.static-content {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.5em;
  padding-bottom: 10em;
  display: flex;
}

.div-block {
  width: 100%;
  margin-top: 1.5em;
}

.contrast-overlay-gradient {
  background-color: var(--midnight-blue);
  opacity: .24;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.contrast-overlay-gradient.light {
  opacity: .05;
}

.longform-rtb h2 {
  letter-spacing: 0;
  text-transform: none;
  padding-top: .5em;
  font-family: Generalsans, sans-serif;
  font-size: 2.5em;
}

.longform-rtb a {
  color: var(--white-60);
}

.longform-rtb h4 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: .5em;
  padding-bottom: .5em;
  font-size: 2em;
}

.longform-rtb li {
  color: var(--white-60);
  letter-spacing: 0;
  padding-top: 10px;
  font-size: 1.25em;
  line-height: 140%;
}

.longform-rtb h3 {
  text-transform: none;
}

.footer-bottom-wrapper-logobar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 2rem;
  display: grid;
}

.logo-asset {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header-quote-section {
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}

.header-quote-section.middle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rtf_team {
  position: relative;
}

.rtf_team p {
  letter-spacing: .05rem;
  font-size: 1.3em;
  line-height: 130%;
}

.rtf_team.project ul {
  margin-top: 10px;
}

.rtf_team.project li {
  color: var(--white-60);
  font-size: 1.3em;
  line-height: 140%;
}

.rtf_team.project h3 {
  color: var(--white);
  text-transform: none;
  padding-top: .7em;
  padding-bottom: .7em;
  font-size: 1.5em;
}

.rtf_team.project h4 {
  color: var(--white-60);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 1.5em;
}

.rtf_team.project h2 {
  color: var(--white);
  letter-spacing: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Generalsans, sans-serif;
  font-size: 1.5em;
}

.property-cms-content {
  margin-top: 1em;
}

.collection-list-wrapper {
  background-color: #ffffff14;
}

.team-member-item-copy {
  flex-direction: column;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-plus-icon-copy {
  cursor: pointer;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  transition: all .4s;
  display: flex;
  position: relative;
}

.team-member-plus-icon-copy:hover {
  background-color: #ffffff29;
}

.team-member-bottom-wrapper-copy {
  width: 94%;
  position: relative;
}

.team-member-bio-wrapper-copy {
  width: 90%;
  position: relative;
}

.team-member-bio-wrapper-copy.project {
  width: 99%;
}

.blog-slider {
  height: 600px;
  transition: opacity .4s;
}

.slide-2 {
  background-image: url('../images/fill-1.png');
  background-position: 50%;
  background-size: cover;
}

.slide-nav-2 {
  display: none;
}

.blog-slider-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pop-up-slider-overlay {
  z-index: 9999;
  background-color: #0c1438fa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
  transform: scale(0);
}

.pop-up-pagination {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
}

.pop-up-swiper-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider-button-light-left {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #fff3f01a;
  background-image: url('../images/group-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 50%;
  flex: none;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-light-left:hover {
  color: #fff;
  background-color: #ffd5ca33;
  background-position: 40%;
}

.slider-button-light-left:active {
  background-color: #ffd5ca4d;
}

.margin-bot-m {
  margin-bottom: 24px;
}

.slider-button-right {
  background-color: var(--white);
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/group.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 100px;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-right:hover {
  background-color: var(--white-60);
  color: #fff;
  background-position: 60%;
}

.slider-button-right:active {
  background-color: var(--white-60);
}

.pop-up-swiper-close-button {
  z-index: 99999999;
  cursor: pointer;
  background-color: #ffffff1a;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
  inset: 30px 30px auto auto;
}

.slider-button-light-right {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #fff3f01a;
  background-image: url('../images/group-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 100px;
  flex: none;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-light-right:hover {
  color: #fff;
  background-color: #ffd5ca33;
  background-position: 60%;
}

.slider-button-light-right:active {
  background-color: #ffd5ca4d;
}

.fnt-slider-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.container {
  width: 100%;
  max-width: 1328px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  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;
}

.pop-up-swiper-buttons {
  justify-content: space-between;
  align-items: center;
  width: 412px;
  display: flex;
}

.pop-up-swiper {
  align-items: center;
  width: 100%;
  height: 580px;
  margin-bottom: 48px;
  padding-top: 60px;
  display: flex;
}

.flow-ninja-team-slider-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flow-ninja-team-swiper {
  width: 100%;
  margin-bottom: 48px;
}

.swiper-wrapper {
  flex: none;
  display: block;
}

.swiper-wrapper.pop-up-list {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-wrapper.flow-ninja-team {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.pop-up-close-button-line {
  background-color: #fff;
  flex: none;
  width: 24px;
  height: 2px;
}

.pop-up-close-button-line.left-line {
  position: absolute;
  transform: rotate(-45deg);
}

.pop-up-close-button-line.right-line {
  position: absolute;
  transform: rotate(45deg);
}

.section {
  flex-direction: column;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  position: relative;
}

.section.overflow-none {
  font-size: 24px;
  line-height: 1.2em;
  overflow: hidden;
}

.section.overflow-none.padding-xl {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slider-button-left {
  background-color: var(--white);
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/group-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-left:hover {
  background-color: var(--white-60);
  color: #fff;
  background-position: 40%;
}

.slider-button-left:active {
  background-color: var(--white-60);
}

.swiper-slide {
  flex: none;
}

.swiper-slide.pop-up-slide {
  width: 100%;
  height: 420px;
  transition: height .4s cubic-bezier(.25, .46, .45, .94);
}

.swiper-slide.flow-ninja-team-swiper-slide {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 480px;
  display: flex;
  position: relative;
}

.fnt-slide-content {
  cursor: pointer;
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fnt-swiper-image {
  width: 100%;
  height: 480px;
}

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

.fnt-gradient {
  opacity: 1;
  background-image: linear-gradient(#131f620d 31.16%, #001aaa99);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.flow-ninja-member-info {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: none;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.h4-style {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1em;
}

.button-pop-up {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 30px;
  flex: 0 auto;
  padding: 9px 24px;
  font-size: 18px;
  line-height: 1em;
}

.pop-up-item-content {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pop-up-slide-info {
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.pop-up-slide-left {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.pop-up-swiper-name {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.2em;
}

.pop-up-swiper-job-title {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
}

.pop-up-line {
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
}

.pop-up-bio {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  font-size: 20px;
  line-height: 1.1em;
  display: flex;
}

.burger-icon-line-3 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.rtb-legal h1 {
  display: none;
}

.rtb-legal h2 {
  color: var(--white-60);
  letter-spacing: -.01vw;
  font-family: Generalsans, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 140%;
}

.rtb-legal h3, .rtb-legal h4, .rtb-legal h5, .rtb-legal h6, .rtb-legal blockquote {
  display: none;
}

@media screen and (min-width: 1280px) {
  .title-xlarge.text-align-center {
    font-size: 110px;
    display: block;
  }

  .title-large.div-hide.text-align-center-mobile-l.font-color-blue-grey {
    font-size: 100px;
  }

  .title-medium.text-align-left {
    letter-spacing: 0;
    font-size: 100px;
  }

  .text-color-white {
    font-size: 1.1em;
  }

  .text-align-center {
    letter-spacing: 0;
    font-size: 70px;
  }

  .button.blue.off {
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 500;
  }

  .button-icon-wrapper {
    width: 18px;
    height: 18px;
  }

  .button-label {
    font-size: 17px;
  }

  .intro-text-section.off {
    display: none;
  }

  .overline-text, .tag-text-style._1 {
    font-size: 16px;
  }

  .service-name-text-style {
    font-size: 35px;
  }

  .footer-sitemap-head-text-style {
    font-size: 22px;
  }

  .footer-link-text-style {
    font-size: 20px;
  }

  .big-text-style {
    font-size: 30px;
  }

  .property-cms-details-wrapper {
    position: sticky;
  }

  .property-cms-about-text-style._1 {
    font-size: 20px;
  }

  .property-cms-about-text-style._2 {
    font-size: 1.1em;
  }

  .property-cms-image-gallery-section.off {
    display: flex;
  }

  .property-cms-amenities-section {
    display: none;
  }

  .body {
    background-color: var(--midnight-blue-2);
  }

  .home-hero-h5 {
    font-size: 60px;
  }

  .rich-tag-text-style p {
    font-size: 18px;
    font-weight: 400;
  }

  .paragraph {
    font-size: 1.1em;
  }

  .longform-rtb h2 {
    font-size: 40px;
  }

  .longform-rtb p {
    font-size: 20px;
  }

  .longform-rtb h3 {
    font-size: 35px;
  }

  .rtf_team p {
    font-size: 1.1em;
  }

  .pop-up-slider-overlay {
    background-color: var(--midnight-blue-2);
  }
}

@media screen and (max-width: 991px) {
  .title-xlarge.text-align-center {
    line-height: 110%;
  }

  .property-item-wrapper {
    flex-direction: column;
  }

  .property-item-button-wrap {
    position: absolute;
  }

  .services-grid {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .contact-callout-button-icon-wrapper {
    display: none;
  }

  .contact-callout-button-text-wrapper {
    margin-left: 0;
  }

  .nav-opened-wrapper {
    display: none;
  }

  .about-us-hero-section, .services-hero-section {
    padding-top: 15em;
  }

  .related-property-item-wrapper {
    flex-direction: column;
  }

  .related-property-item-button-wrap {
    position: relative;
  }

  .careers-index-wrapper {
    padding-left: 10em;
    padding-right: 10em;
  }

  .contact-us-wrapper {
    padding-left: 20em;
    padding-right: 20em;
  }

  .image {
    width: 75%;
  }

  .image.partnerlogos {
    object-fit: contain;
    width: 100%;
  }

  .header-quote-section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .rtf_team.project li {
    letter-spacing: .05rem;
  }

  .margin-bot-m {
    margin-bottom: 28px;
  }

  .slider-button-right:hover {
    background-position: 50%;
  }

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

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .slider-button-left:hover {
    background-position: 50%;
  }

  .h4-style {
    font-size: 24px;
  }
}

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

  h1 {
    letter-spacing: -.25rem;
    font-size: 3.875em;
  }

  h2 {
    letter-spacing: -.25rem;
    font-size: 3.625em;
  }

  h3 {
    letter-spacing: -.2rem;
    font-size: 3.5em;
  }

  h4 {
    letter-spacing: -.2rem;
    font-size: 3em;
  }

  h5 {
    letter-spacing: -.15rem;
    font-size: 2.5em;
  }

  p {
    letter-spacing: -.05rem;
  }

  .default-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .title-xlarge {
    letter-spacing: -.25rem;
    font-size: 3.875em;
  }

  .title-xlarge.text-align-center {
    font-size: 3.5em;
    line-height: 125%;
  }

  .title-large {
    letter-spacing: -.25rem;
    font-size: 3.625em;
  }

  .title-large.div-hide.text-align-center-mobile-l.font-color-blue-grey {
    font-size: 3em;
  }

  .title-medium {
    letter-spacing: -.2rem;
    font-size: 3.5em;
  }

  .default-rich-text h1 {
    font-size: 2.5rem;
  }

  .default-rich-text h2 {
    letter-spacing: -.1rem;
    font-size: 2.25rem;
  }

  .default-rich-text h3 {
    letter-spacing: -.1rem;
    font-size: 2rem;
  }

  .default-rich-text h4 {
    font-size: 1.75rem;
  }

  .default-rich-text h5 {
    font-size: 1.5rem;
  }

  .default-rich-text h6 {
    font-size: 1.25rem;
  }

  .nav-wrapper {
    justify-content: space-between;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .nav-logo-wrapper {
    width: 5em;
  }

  .nav-burger-icon-wrapper {
    height: 1.75em;
    position: relative;
  }

  .home-hero-section {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .home-hero-content-wrapper {
    flex-direction: column;
  }

  .home-hero-right-content, .home-hero-left-content {
    width: 100%;
  }

  .home-hero-button-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button {
    letter-spacing: -.02em;
  }

  .intro-text-section {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }

  .overline-text {
    letter-spacing: -.035rem;
  }

  .intro-text-container {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .intro-text-style {
    letter-spacing: -.2rem;
    font-size: 3.375em;
  }

  .featured-properties-section {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }

  .featured-properties-section.notoppadding {
    padding-bottom: 1em;
  }

  .cms-properties-wrapper {
    margin-bottom: 5em;
  }

  .cms-properties-wrapper.no-margin-mobile {
    margin-bottom: 0;
  }

  .property-item {
    height: auto;
  }

  .property-item-wrapper {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .property-item-infos-wrapper {
    grid-column-gap: .25em;
  }

  .property-item-infos-wrapper.info-description {
    max-width: 75svw;
    height: auto;
    right: 2svw;
  }

  .tag-text-style {
    letter-spacing: -.015rem;
    padding: .35em .625em .475em;
    font-size: .75rem;
  }

  .property-item-title-container {
    margin-bottom: 2.5em;
  }

  .button-text {
    letter-spacing: -.02em;
  }

  .services-section {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }

  .services-grid {
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
    margin-top: 1.35em;
    margin-bottom: 1.35em;
  }

  .line.nav-link {
    display: none;
  }

  .service-name-text-style, .service-number-text-style {
    letter-spacing: -.1rem;
    font-size: 2.25em;
  }

  .testimonials-section {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }

  .slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 2em;
  }

  .testimonials-slider {
    margin-top: 1em;
  }

  .mask {
    width: 100%;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
    inset: auto 0% -4rem;
  }

  .slider-arrow.left {
    right: 3rem;
  }

  .slider-arrow.right {
    left: 3rem;
  }

  .slider-icon {
    width: 1rem;
  }

  .testimonial-text-style {
    font-size: 1em;
  }

  .testimonial-profile-wrapper {
    margin-top: 1em;
  }

  .testimonial-photo {
    width: 2.5em;
    height: 2.5em;
  }

  .testimonial-name-text-style {
    letter-spacing: -.02rem;
    font-size: 1em;
  }

  .testimonial-job-text-style {
    letter-spacing: -.02rem;
    font-size: .75rem;
  }

  .news-section {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }

  .article-item-content-wrapper.blog-index {
    margin-bottom: .75em;
  }

  .info-text-style {
    letter-spacing: -.015rem;
  }

  .article-item-title-text-style {
    letter-spacing: -.05rem;
    font-size: 1.5em;
  }

  .article-item-title-text-style.blog-index {
    letter-spacing: -.075rem;
    font-size: 1.5em;
  }

  .article-item-abstract-text-style.blog-index {
    font-size: 1em;
  }

  .latest-articles-collection-list {
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .contact-callout-section {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .contact-callout-text-style {
    letter-spacing: -.2rem;
    font-size: 3.5em;
  }

  .contact-callout-line {
    height: 2px;
  }

  .footer {
    padding: 5em 1.5em;
  }

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

  .logo-footer {
    width: 6em;
  }

  .footer-top-text-wrapper {
    width: 100%;
    margin-top: 1em;
  }

  .footer-links-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-links-grid {
    grid-row-gap: 1.5em;
    grid-template-rows: auto;
  }

  .footer-sitemap-head-text-style, .footer-link-text-style {
    letter-spacing: -.02rem;
  }

  .footer-newsletter-wrapper {
    width: 100%;
    min-width: auto;
    margin-bottom: 3em;
    padding: 2em;
  }

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

  .footer-info-links-wrapper {
    margin-bottom: 1em;
  }

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

  .nav-opened-wrapper {
    padding-left: 1.5em;
  }

  .nav-opened-logo-wrapper {
    justify-content: flex-start;
    padding-left: 1.5em;
  }

  .nav-link-number-text {
    width: 1.25em;
    margin-top: .25em;
    margin-right: .25em;
    font-size: 1em;
  }

  .nav-link-text-style {
    letter-spacing: -.125rem;
    font-size: 2.5em;
  }

  .nav-featured-project-cms {
    display: none;
  }

  .nav-logo-opened-container {
    width: 5em;
  }

  .properties-index-hero-wrapper {
    flex-direction: column;
    padding-top: 5.75em;
    padding-left: 0;
  }

  .properties-index-hero-content-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 3em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: flex;
  }

  .properties-hero-img-wrapper {
    width: 100%;
    height: 40%;
  }

  .properties-listings-intro-section {
    min-height: auto;
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }

  .big-text-style {
    letter-spacing: -.05rem;
    font-size: 1.5em;
  }

  .properties-listings-intro-text-wrapper {
    width: 100%;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .oval-dot-absolute {
    width: .75em;
  }

  .properties-filters-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 2.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: relative;
  }

  .collection-list-cities {
    grid-row-gap: 1em;
    grid-template-columns: auto;
    margin-top: 1em;
    margin-left: 0;
  }

  .filter-tag-text-style {
    letter-spacing: -.015em;
  }

  .filters-container {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3.75em;
  }

  .filters-container.blog-index {
    align-items: center;
    margin-top: 1em;
  }

  .label-filters-text {
    letter-spacing: -.035rem;
  }

  .properties-list-wrapper {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }

  .properties-list-wrapper.no-padding-top {
    padding-bottom: 0;
  }

  .fixed-button-wrapper {
    margin-left: 1.5em;
  }

  .big-text-style-rich-text {
    font-size: 1.5em;
  }

  .fixed-button {
    letter-spacing: -.02em;
  }

  .about-us-hero-section {
    padding-top: 8em;
  }

  .about-us-hero-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .story-section {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }

  .story-sticky-col {
    margin-bottom: 2.5em;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .story-scroll-indicator-wrapper {
    display: none;
  }

  .story-step-item {
    margin-bottom: 5em;
  }

  .story-item-year-text.div-hide {
    letter-spacing: -.25rem;
    margin-bottom: .5rem;
    font-size: 6.25em;
  }

  .partners-section {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }

  .partners-col-left {
    margin-bottom: 2em;
  }

  .partners-grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr 1fr;
  }

  .logo-partner-wrapper {
    height: 1.5em;
  }

  .partner-descritpion-wrapper {
    margin-bottom: 1.5em;
  }

  .values-section {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }

  .values-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .values-grid {
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .value-item {
    width: 100%;
    min-height: 30em;
    padding: 2.5em;
  }

  .value-number-text-style {
    letter-spacing: -.05rem;
    font-size: 1.5em;
  }

  .button-plus-icon:hover {
    transform: scale(1);
  }

  .value-description-text-style {
    font-size: 1em;
  }

  .team-sticky-col {
    position: relative;
    top: 0;
  }

  .team-cms-col {
    padding-left: 0;
  }

  .team-member-top-wrapper {
    align-items: flex-end;
  }

  .team-member-default-infos-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .team-member-info-wrapper {
    min-width: auto;
  }

  .team-member-plus-icon {
    background-color: #ffffff29;
  }

  .team-member-bio-wrapper, .team-member-links-wrapper {
    width: 100%;
  }

  .services-hero-section {
    padding-top: 8em;
  }

  .services-cards-section {
    padding-top: 0;
    padding-bottom: 5em;
  }

  .service-card {
    border-top-style: none;
    min-height: auto;
    padding-top: 4em;
    padding-bottom: 4em;
    position: relative;
    top: auto;
  }

  .service-card._2, .service-card._3, .service-card._4 {
    top: 0;
  }

  .service-card-wrapper {
    padding-top: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .service-card-bottom-wrapper {
    flex-direction: column-reverse;
  }

  .service-card-content-wrapper {
    width: 100%;
  }

  .service-card-name-text {
    letter-spacing: -.2rem;
    font-size: 3em;
  }

  .service-card-description-text {
    letter-spacing: -.015rem;
    width: 100%;
    font-size: 1.25em;
  }

  .service-card-number-wrapper {
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 1.5em;
    display: flex;
  }

  .service-card-number-text {
    letter-spacing: -.5rem;
    font-size: 10em;
  }

  .services-hero-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

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

  .property-cms-hero-section {
    padding-top: 5.5em;
  }

  .property-cms-hero-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .property-cms-hero-img-container {
    height: 30em;
  }

  .property-cms-infos-section {
    padding-top: 3.15em;
    padding-bottom: 3.15em;
  }

  .property-cms-infos-wrapper {
    flex-direction: column;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .property-cms-description-wrapper {
    width: 100%;
  }

  .property-cms-details-wrapper {
    width: 100%;
    margin-top: 3.75em;
    margin-bottom: 1.5em;
  }

  .property-cms-image-gallery-section {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }

  .property-cms-img-gallery-title-wrapper {
    height: auto;
    padding-bottom: 3em;
    position: relative;
  }

  .property-cms-image-gallery-wrapper {
    margin-top: 0;
    padding-bottom: 0;
  }

  .img-gallery-grid {
    grid-row-gap: 1.5em;
    grid-template-areas: "Area-Img-1 Area-Img-1 Area-Img-1 Area-Img-1 Area-Img-1 Area-Img-1 Area-Img-1 Area-Img-1 Area-Img-1 Area-Img-1 Area-Img-1 Area-Img-1"
                         "Area-Img-2 Area-Img-2 Area-Img-2 Area-Img-2 Area-Img-2 Area-Img-2 Area-Img-2 Area-Img-2 Area-Img-2 Area-Img-2 Area-Img-2 Area-Img-2"
                         "Area-Img-3 Area-Img-3 Area-Img-3 Area-Img-3 Area-Img-3 Area-Img-3 Area-Img-3 Area-Img-3 Area-Img-3 Area-Img-3 Area-Img-3 Area-Img-3"
                         "Area-Img-4 Area-Img-4 Area-Img-4 Area-Img-4 Area-Img-4 Area-Img-4 Area-Img-4 Area-Img-4 Area-Img-4 Area-Img-4 Area-Img-4 Area-Img-4"
                         "Area-Img-5 Area-Img-5 Area-Img-5 Area-Img-5 Area-Img-5 Area-Img-5 Area-Img-5 Area-Img-5 Area-Img-5 Area-Img-5 Area-Img-5 Area-Img-5"
                         "Area-Img-6 Area-Img-6 Area-Img-6 Area-Img-6 Area-Img-6 Area-Img-6 Area-Img-6 Area-Img-6 Area-Img-6 Area-Img-6 Area-Img-6 Area-Img-6";
  }

  .img-gallery-item._1, .img-gallery-item._2, .img-gallery-item._3, .img-gallery-item._4, .img-gallery-item._5, .img-gallery-item._6 {
    height: auto;
  }

  .property-cms-amenities-section {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }

  .amenities-grid-col {
    margin-top: 2em;
  }

  .amenities-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .amenity-text-style {
    letter-spacing: -.05rem;
    font-size: 1.5em;
  }

  .property-cms-related-properties-section {
    padding-top: 1.55em;
    padding-bottom: 1.55em;
  }

  .related-properties-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .related-properties-cms {
    margin-bottom: 5em;
  }

  .related-property-item {
    height: auto;
  }

  .related-properties-collection {
    grid-template-columns: 1fr;
  }

  .related-property-item-wrapper {
    min-height: 30em;
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .related-property-item-title-container {
    margin-top: .5em;
    margin-bottom: 2em;
  }

  .related-property-item-infos-wrapper {
    grid-column-gap: .25em;
  }

  .collection-list-post-categories {
    grid-row-gap: 1em;
    grid-template-columns: auto;
    justify-items: center;
    margin-top: 1em;
    margin-left: 0;
  }

  .articles-collection-list {
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .careers-index-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .careers-index-header-wrapper {
    width: 100%;
  }

  .career-item {
    flex-direction: column;
  }

  .career-item-info-wrapper {
    grid-row-gap: .25em;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: .75em;
  }

  .callout-about-us-wrapper {
    border-radius: .125em;
    flex-direction: column;
    width: 100%;
    min-width: auto;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .careers-subtitle-text-style, .career-item-name-text-style {
    letter-spacing: -.05rem;
  }

  .rem-cms-item-content-wrapper {
    width: 100%;
    max-width: none;
    padding-bottom: 6.25em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .blog-post-title-style {
    letter-spacing: -.225rem;
    font-size: 3rem;
  }

  .blog-post-main-img {
    height: 20rem;
  }

  .related-blog-posts-list {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .career-item-section {
    padding-top: 8em;
  }

  .rem-cms-item-title-style {
    letter-spacing: -.225rem;
    font-size: 3rem;
  }

  .contact-us-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .contact-form-wrapper {
    padding: 2em;
  }

  .form-2-fields-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .form-button-message-wrapper {
    flex-direction: column;
  }

  .info-message-wrapper {
    margin-top: .5em;
    margin-left: 0;
  }

  .floorplan-img-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .floorplan-img {
    width: 100%;
    height: auto;
  }

  .team-member-item-links-wrapper {
    width: 100%;
  }

  .facility-item-section {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .home-hero-h5 {
    text-align: center;
    font-size: 2em;
  }

  .rich-tag-text-style p {
    font-size: 1.2em;
  }

  .title_large {
    letter-spacing: -.25rem;
    font-size: 3.1em;
  }

  .title_large.normal_left {
    font-size: 3em;
  }

  .title_large.normal_left.mid {
    text-align: center;
    font-size: 3em;
  }

  .title_mid {
    letter-spacing: -.25rem;
    font-size: 3.625em;
  }

  .title_mid.normal_left {
    margin-top: 10px;
    font-size: 2em;
  }

  .longform-rtb h2 {
    letter-spacing: .01em;
    font-size: 1.75em;
    line-height: 110%;
  }

  .longform-rtb h4 {
    font-size: 1.5em;
    line-height: 110%;
  }

  .longform-rtb p {
    letter-spacing: 0;
  }

  .longform-rtb h3 {
    letter-spacing: .01em;
    font-size: 1.5em;
    line-height: 110%;
  }

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

  .header-quote-section {
    padding-top: 8em;
  }

  .rtf_team.project ul {
    padding-left: 30px;
  }

  .rtf_team.project h3 {
    letter-spacing: 0;
  }

  .property-cms-content {
    margin-top: .5em;
  }

  .team-member-plus-icon-copy {
    background-color: #ffffff29;
  }

  .team-member-bio-wrapper-copy {
    width: 100%;
  }

  .slider-button-light-left {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .margin-bot-m {
    margin-bottom: 20px;
  }

  .slider-button-right, .slider-button-light-right {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .fnt-slider-buttons-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .container.grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .pop-up-swiper-buttons {
    display: none;
  }

  .flow-ninja-team-swiper {
    margin-bottom: 32px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .slider-button-left {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .swiper-slide.pop-up-slide {
    height: 350px;
  }

  .swiper-slide.flow-ninja-team-swiper-slide {
    height: 320px;
  }

  .fnt-slide-content {
    flex: none;
  }

  .fnt-swiper-image {
    height: 320px;
  }

  .fnt-gradient {
    display: block;
  }

  .h4-style {
    font-size: 20px;
  }

  .pop-up-item-content {
    background-position: 50%;
    background-size: cover;
  }

  .pop-up-bio {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .default-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .title-xlarge.text-align-center {
    font-size: 2.4em;
    line-height: 100%;
    overflow: visible;
  }

  .title-large.div-hide.text-align-center-mobile-l.font-color-blue-grey {
    font-size: 3em;
  }

  .title-large.text-align-center.div-hide.off {
    display: none;
  }

  .title-medium.text-align-left {
    letter-spacing: 0;
    text-transform: none;
    font-size: 2.3em;
  }

  .text-color-white {
    letter-spacing: .02rem;
  }

  .text-color-white.div-hide.text-align-center-mobile-l {
    text-align: center;
    letter-spacing: -.02rem;
    font-size: 1.2em;
  }

  .default-rich-text blockquote {
    padding-right: .25rem;
  }

  .home-hero-section {
    padding-left: .5em;
    padding-right: .5em;
  }

  .home-hero-content-wrapper {
    padding: 5px;
  }

  .property-item-infos-wrapper.info-description {
    max-width: 90svw;
    height: auto;
  }

  .property-item-title-container {
    line-height: 120%;
    overflow: visible;
  }

  .property-item-button-bg {
    background-color: var(--dark-slate-grey);
  }

  .services-grid {
    grid-template-columns: minmax(200px, 1fr);
  }

  .service-content-wrapper {
    margin-top: 1em;
  }

  .service-name-text-style {
    letter-spacing: -.08rem;
    font-size: 1.5em;
  }

  .contact-callout-section {
    min-height: 30vh;
  }

  .contact-callout-text-style {
    letter-spacing: -.1rem;
    font-size: 1.8em;
  }

  .footer-middle-wrapper {
    flex-direction: column-reverse;
  }

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

  .properties-index-hero-content-wrapper {
    padding-left: .9em;
    padding-right: .9em;
  }

  .properties-hero-section-subtitle-wrapper {
    width: 90%;
    margin-top: 1em;
  }

  .filter-tag-text-style {
    text-align: center;
  }

  .properties-city-hero-section {
    height: auto;
  }

  .properties-city-section-subtitle-wrapper {
    width: 100%;
    margin-bottom: 2em;
  }

  .values-grid {
    overflow: hidden;
  }

  .team-cms-col {
    margin-top: 2em;
  }

  .team-sticky-col-content-wrapper {
    margin-bottom: 1.5em;
  }

  .team-member-top-wrapper {
    padding-bottom: .5rem;
  }

  .team-member-default-infos-wrapper {
    width: 90%;
  }

  .team-member-plus-icon {
    width: 10%;
    height: 2em;
    font-size: .8rem;
  }

  .team-member-bottom-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .team-member-bio-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-columns: 1fr;
  }

  .team-member-bio-text-style {
    letter-spacing: .02em;
    font-size: 1.2em;
  }

  .team-member-links-wrapper {
    grid-row-gap: 1em;
    grid-template-columns: auto;
  }

  .span-img {
    background-size: auto 80%;
  }

  .service-card-number-text {
    padding-right: .25rem;
  }

  .services-hero-wrapper {
    padding-left: 1em;
  }

  .services-hero-heading-wrapper {
    position: static;
  }

  .property-cms-hero-top-wrapper {
    padding-left: .5em;
    padding-right: 1em;
  }

  .property-cms-infos-wrapper {
    padding-left: .8em;
    padding-right: .8em;
  }

  .amenity-chip {
    flex: none;
  }

  .amenity-text-style {
    letter-spacing: -.02rem;
    font-size: 1.25em;
    line-height: 110%;
  }

  .related-properties-collection {
    grid-template-columns: minmax(200px, 1fr);
  }

  .blog-index-wrapper {
    width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .collection-list-post-categories {
    grid-column-gap: .25em;
    grid-template-columns: auto auto auto;
  }

  .rem-cms-item-content-wrapper {
    width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .team-member-item-links-wrapper {
    grid-row-gap: 1em;
    grid-template-columns: auto;
  }

  .home-hero-h5 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.5em;
    overflow: hidden;
  }

  .footer-logo {
    margin-top: 1em;
  }

  .image {
    width: 100%;
    display: block;
  }

  .rich-tag-text-style p {
    font-size: 1.1em;
  }

  .title_large.normal_left {
    font-size: 2.1em;
  }

  .title_large.normal_left.mid {
    font-size: 2em;
  }

  .title_mid.normal_left {
    font-size: 1.5em;
  }

  .static-content {
    width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .paragraph {
    letter-spacing: .02rem;
  }

  .footer-bottom-wrapper-logobar {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .logo-asset {
    margin-top: 1em;
  }

  .rtf_team.project h3 {
    letter-spacing: 0;
  }

  .rtf_team.project h4 {
    letter-spacing: .1px;
  }

  .team-member-plus-icon-copy {
    width: 10%;
    height: 2em;
    font-size: .8rem;
  }

  .pop-up-swiper-buttons {
    display: none;
  }

  .swiper-slide.pop-up-slide {
    height: 227px;
  }

  .pop-up-item-content {
    padding: 12px;
  }

  .pop-up-swiper-name {
    font-size: 24px;
  }

  .pop-up-swiper-job-title {
    font-size: 16px;
  }
}

#w-node-_7d280c6d-5b76-e360-29c5-da7cc42bc1d1-83213ae6, #w-node-_7d280c6d-5b76-e360-29c5-da7cc42bc1db-83213ae6, #w-node-_7d280c6d-5b76-e360-29c5-da7cc42bc1e5-83213ae6, #w-node-_7d280c6d-5b76-e360-29c5-da7cc42bc1ef-83213ae6, #w-node-_21a7196c-bc6a-3219-92fc-7dda7a0afe5a-83213ae6, #w-node-f68a8542-7ae9-692e-57fb-1b6311d23180-11d23175, #w-node-f68a8542-7ae9-692e-57fb-1b6311d23182-11d23175, #w-node-f68a8542-7ae9-692e-57fb-1b6311d2318a-11d23175, #w-node-f68a8542-7ae9-692e-57fb-1b6311d2318e-11d23175, #w-node-f68a8542-7ae9-692e-57fb-1b6311d2319f-11d23175, #w-node-f68a8542-7ae9-692e-57fb-1b6311d231a1-11d23175, #w-node-f68a8542-7ae9-692e-57fb-1b6311d231a5-11d23175, #w-node-_0b6829a3-bce6-092c-b17d-22445700c8ea-11d23175, #w-node-f68a8542-7ae9-692e-57fb-1b6311d231b1-11d23175, #w-node-cfad787f-50e6-3ee6-552c-211a917c9dbe-917c9db0, #w-node-cfad787f-50e6-3ee6-552c-211a917c9dcc-917c9db0, #w-node-cfad787f-50e6-3ee6-552c-211a917c9dd3-917c9db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c903e17-1a31-7be0-bb8f-5bfa65a2d596-83213b42 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_4c903e17-1a31-7be0-bb8f-5bfa65a2d5a5-83213b42 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-c68a6337-cb95-a2f1-1f01-83a24fbe1892-83213b42 {
  align-self: end;
}

#w-node-c68a6337-cb95-a2f1-1f01-83a24fbe1897-83213b42 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c68a6337-cb95-a2f1-1f01-83a24fbe1898-83213b42 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a5232a71-7ea3-9fa2-d768-fd73027ce0bd-83213b45, #w-node-a5232a71-7ea3-9fa2-d768-fd73027ce0c7-83213b45, #w-node-a5232a71-7ea3-9fa2-d768-fd73027ce0d1-83213b45, #w-node-a5232a71-7ea3-9fa2-d768-fd73027ce0db-83213b45, #w-node-ecea02c1-120f-da21-2c6b-78714a1e3546-83213b45, #w-node-_719b0d1e-f539-9261-6ce1-ef738bc3f22d-83213b45, #w-node-_8ca25f16-4041-46ef-e25d-7130b5bc4668-83213b45, #w-node-e79973ba-6253-d80c-9408-3631b3792c38-83213b45, #w-node-e79973ba-6253-d80c-9408-3631b3792c40-83213b45, #w-node-e79973ba-6253-d80c-9408-3631b3792c48-83213b45, #w-node-e79973ba-6253-d80c-9408-3631b3792c50-83213b45, #w-node-e79973ba-6253-d80c-9408-3631b3792c58-83213b45, #w-node-e79973ba-6253-d80c-9408-3631b3792c60-83213b45, #w-node-e79973ba-6253-d80c-9408-3631b3792c68-83213b45, #w-node-_956203d7-51c6-8679-a458-5973871fe751-83213b45, #w-node-d823c6e9-f4a5-307d-9c98-577f4e5afeb2-83213b47, #w-node-eb0294b2-b305-c1cf-a4ed-70d3bedc72c1-83213b49, #w-node-_6073067c-2e10-d6f6-4079-7b2566517e08-83213b49, #w-node-_46a7e37d-25be-b993-3f61-43ef1b8b7681-83213b49, #w-node-_2d67acf5-6b9b-c1cf-dec0-5fdec98881c9-83213b49, #w-node-_5594d030-92b7-019a-a756-4230470fdb76-83213b49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4c903e17-1a31-7be0-bb8f-5bfa65a2d5a5-83213b42 {
    grid-column: 2 / 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4c903e17-1a31-7be0-bb8f-5bfa65a2d596-83213b42 {
    grid-column: span 6 / span 6;
  }

  #w-node-_4c903e17-1a31-7be0-bb8f-5bfa65a2d5a5-83213b42 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_27275b3d-8492-7c7d-1127-74bd4e687e02-11d23175 {
    grid-area: 3 / 1 / 4 / 3;
  }
}


@font-face {
  font-family: 'Oranienbaum';
  src: url('../fonts/oranienbaum-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/generalsans-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/generalsans-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/generalsans-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/generalsans-italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/generalsans-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/generalsans-mediumitalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}