:root {
  --_themes---background: var(--_colors---light-green);
  --_text-style---font-family: var(--_font-family---body);
  --_themes---text: var(--_colors---dark);
  --text--body: 1.6rem;
  --_text-style---line-height: 1.4;
  --_text-style---font-weight-400: 400;
  --_text-style---letter-spacing-2: -.02em;
  --_text-style---font-size: var(--text--body);
  --_font-family---body: Brittisanstrial, sans-serif;
  --text--text-small: 1.4rem;
  --text--h5: 2.4rem;
  --_colors---dark-gray: #4d5859;
  --_colors---aqua: #00bfb5;
  --_colors---white: white;
  --_colors---dark: #212121;
  --_colors---medium-gray: #a2aaad;
  --_colors---deep-ocean: #70e1db;
  --_colors---dark-blue: #004f6e;
  --_colors---transparent: transparent;
  --_colors---brown-light02: #d3c7b5;
  --_themes---nav_color: var(--_colors---nav-color);
  --padding-global: 4rem;
  --_font-family---heading: P22Mackinacpro, Arial, sans-serif;
  --_colors---light-green: #f5f5f5;
  --_colors---berry: #7a0019;
  --_colors---light-blue: #00a5b5;
  --_colors---white070: #ffffffb3;
  --padding-section-m: 15rem;
  --_colors---light-gray: #d8dcda;
  --padding-section-s: 8.8rem;
  --_colors---legacy-green: #104735;
  --_colors---orange02: #fbefdc;
  --_colors---chartreuse: #e2e11b;
  --_colors---brown-light03: #a3998a;
  --_text-style---font-weight-600: 600;
  --_colors---orange01: #fdd4bb;
  --_colors---orange03: #e9dbc4;
  --padding-section: 10rem;
  --padding-section-l: 20rem;
  --container-nav: 100%;
  --container-large: 100%;
  --container-medium: 136rem;
  --container-small: 104rem;
  --container-1360: 136rem;
  --padding-inner: 4rem;
  --text--text-medium: 1.8rem;
  --text--text-large: 2rem;
  --text--h1: 12rem;
  --text--h2: 8.8rem;
  --text--h3: 4.8rem;
  --text--h4: 3.2rem;
  --_text-style---letter-spacing-1: .01em;
  --text--h6: 1.6rem;
  --text--display1: 0rem;
  --text--display2: 0rem;
  --_themes---buttons: var(--_colors---white);
  --_colors---orange04: #be8f73;
  --_colors---nav-color: white;
}

body {
  background-color: var(--_themes---background);
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--text--body);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight-400);
  letter-spacing: var(--_text-style---letter-spacing-2);
  --text--body: 1.6rem;
  --text--text-small: 1.4rem;
  --text--h5: 2.4rem;
  --padding-global: 4rem;
  --padding-section-m: 15rem;
  --padding-section-s: 8.8rem;
  --padding-section: 10rem;
  --padding-section-l: 20rem;
  --container-nav: 100%;
  --container-large: 100%;
  --container-medium: 136rem;
  --container-small: 104rem;
  --container-1360: 136rem;
  --padding-inner: 4rem;
  --text--text-medium: 1.8rem;
  --text--text-large: 2rem;
  --text--h1: 12rem;
  --text--h2: 8.8rem;
  --text--h3: 4.8rem;
  --text--h4: 3.2rem;
  --text--h6: 1.6rem;
  --text--display1: 0rem;
  --text--display2: 0rem;
}

h1 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight-400);
  letter-spacing: var(--_text-style---letter-spacing-2);
  text-transform: capitalize;
  --_text-style---font-family: var(--_font-family---heading);
  --_text-style---line-height: .9;
  --_text-style---font-weight-400: 800;
  --_text-style---letter-spacing-2: -.04em;
  --_text-style---font-size: var(--text--h1);
  --_text-style---font-weight-600: 600;
  --_text-style---letter-spacing-1: .01em;
}

h2 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight-400);
  letter-spacing: var(--_text-style---letter-spacing-2);
  text-transform: capitalize;
  --_text-style---font-family: var(--_font-family---heading);
  --_text-style---line-height: .9;
  --_text-style---font-weight-400: 600;
  --_text-style---letter-spacing-2: -.04em;
  --_text-style---font-size: var(--text--h2);
  --_text-style---font-weight-600: 600;
  --_text-style---letter-spacing-1: .01em;
}

h3 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight-400);
  letter-spacing: var(--_text-style---letter-spacing-2);
  text-transform: capitalize;
  --_text-style---font-family: var(--_font-family---heading);
  --_text-style---line-height: .9;
  --_text-style---font-weight-400: 600;
  --_text-style---letter-spacing-2: -.04em;
  --_text-style---font-size: var(--text--h3);
  --_text-style---font-weight-600: 600;
  --_text-style---letter-spacing-1: .01em;
}

h4 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight-400);
  letter-spacing: var(--_text-style---letter-spacing-2);
  text-transform: capitalize;
  --_text-style---font-family: var(--_font-family---heading);
  --_text-style---line-height: .9;
  --_text-style---font-weight-400: 600;
  --_text-style---letter-spacing-2: -.04em;
  --_text-style---font-size: var(--text--h4);
  --_text-style---font-weight-600: 600;
  --_text-style---letter-spacing-1: .01em;
}

h5 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight-400);
  letter-spacing: var(--_text-style---letter-spacing-2);
  text-transform: capitalize;
  --_text-style---font-family: var(--_font-family---heading);
  --_text-style---line-height: .9;
  --_text-style---font-weight-400: 600;
  --_text-style---letter-spacing-2: -.02em;
  --_text-style---font-size: var(--text--h2);
  --_text-style---font-weight-600: 600;
  --_text-style---letter-spacing-1: .01em;
}

h6 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight-400);
  letter-spacing: var(--_text-style---letter-spacing-2);
  text-transform: capitalize;
  --_text-style---font-family: var(--_font-family---heading);
  --_text-style---line-height: .9;
  --_text-style---font-weight-400: 600;
  --_text-style---letter-spacing-2: -.02em;
  --_text-style---font-size: var(--text--h6);
  --_text-style---font-weight-600: 600;
  --_text-style---letter-spacing-1: .01em;
}

p {
  color: var(--_themes---text);
}

a {
  font-family: var(--_font-family---body);
  color: var(--_themes---text);
  font-size: var(--text--text-small);
  font-weight: 600;
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
}

.text-small {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight-400);
  letter-spacing: var(--_text-style---letter-spacing-2);
  --_text-style---font-family: var(--_font-family---body);
  --_text-style---line-height: 1.4;
  --_text-style---font-weight-400: 400;
  --_text-style---letter-spacing-2: -.02em;
  --_text-style---font-size: var(--text--text-small);
  --_text-style---font-weight-600: 600;
  --_text-style---letter-spacing-1: .01em;
}

.text-style-h1 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight-400);
  letter-spacing: var(--_text-style---letter-spacing-2);
  text-transform: capitalize;
  --_text-style---font-family: var(--_font-family---heading);
  --_text-style---line-height: .9;
  --_text-style---font-weight-400: 800;
  --_text-style---letter-spacing-2: -.04em;
  --_text-style---font-size: var(--text--h1);
  --_text-style---font-weight-600: 600;
  --_text-style---letter-spacing-1: .01em;
}

.text-style-h2 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight-400);
  letter-spacing: var(--_text-style---letter-spacing-2);
  text-transform: capitalize;
  --_text-style---font-family: var(--_font-family---heading);
  --_text-style---line-height: .9;
  --_text-style---font-weight-400: 600;
  --_text-style---letter-spacing-2: -.04em;
  --_text-style---font-size: var(--text--h2);
  --_text-style---font-weight-600: 600;
  --_text-style---letter-spacing-1: .01em;
}

.text-style-h4 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight-400);
  letter-spacing: var(--_text-style---letter-spacing-2);
  text-transform: capitalize;
  --_text-style---font-family: var(--_font-family---heading);
  --_text-style---line-height: .9;
  --_text-style---font-weight-400: 600;
  --_text-style---letter-spacing-2: -.04em;
  --_text-style---font-size: var(--text--h4);
  --_text-style---font-weight-600: 600;
  --_text-style---letter-spacing-1: .01em;
}

.text-style-h4.font-size-56 {
  font-size: 5.6rem;
}

.text-style-h5 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--text--h5);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight-400);
  letter-spacing: var(--_text-style---letter-spacing-2);
  text-transform: capitalize;
  --_text-style---font-family: var(--_font-family---heading);
  --_text-style---line-height: .9;
  --_text-style---font-weight-400: 600;
  --_text-style---letter-spacing-2: -.02em;
  --_text-style---font-size: var(--text--h2);
  --_text-style---font-weight-600: 600;
  --_text-style---letter-spacing-1: .01em;
}

.text-style-h5.last-price {
  color: var(--_colors---dark-gray);
  margin-top: .4rem;
  padding-left: .7rem;
  padding-right: .7rem;
  font-size: 1.6rem;
  text-decoration: line-through;
}

.text-style-h5.gallery_tooltip {
  margin-top: .2em;
}

.page-wrapper {
  background-color: var(--_themes---background);
}

.text-medium {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight-400);
  letter-spacing: var(--_text-style---letter-spacing-2);
  --_text-style---font-family: var(--_font-family---body);
  --_text-style---line-height: 1.4;
  --_text-style---font-weight-400: 400;
  --_text-style---letter-spacing-2: -.02em;
  --_text-style---font-size: var(--text--text-medium);
  --_text-style---font-weight-600: 600;
  --_text-style---letter-spacing-1: .01em;
}

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

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

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

.theme-invert {
  background-color: var(--_themes---background);
  color: var(--_themes---text);
  --_themes---background: var(--_colors---dark);
  --_themes---text: var(--_colors---white);
  --_themes---nav_color: var(--_colors---dark);
  --_themes---buttons: var(--_colors---dark);
}

.text-tiny {
  color: var(--_colors---white);
  padding-top: 0;
  font-size: 1.4rem;
}

.text-tiny.link {
  color: var(--_colors---dark);
  background-image: linear-gradient(#fff, #fff);
  border-radius: .6rem;
  padding: 8px 12px 6px;
}

.text-tiny.number:where(.w-variant-10df817a-77e5-d703-efe5-a9bdefbb2e9b) {
  color: var(--_colors---dark);
}

.nav_menu_btn_wrap.text-cl-inherit.bg-cl-inherit {
  z-index: 100;
  z-index: 100;
  z-index: 100;
  position: relative;
}

.nav_burger_line {
  height: var(--thickness);
  width: var(--width);
  background-color: currentColor;
  flex: none;
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: ease;
}

.nav_content {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  color: var(--_themes---nav_color);
  justify-content: space-between;
  align-items: center;
}

.nav_menu_link {
  color: inherit;
  padding: 1.2rem;
}

.nav_menu_link.w--current, .nav_menu_link.w--current:where(.w-variant-10df817a-77e5-d703-efe5-a9bdefbb2e9b) {
  color: inherit;
}

.nav_menu_link.button {
  border-style: solid;
  border-width: 1px;
  border-color: inherit;
}

.nav_menu_link.button.is-small {
  background-color: var(--_colors---deep-ocean);
  width: auto;
  height: 4rem;
  color: var(--_colors---dark);
  white-space: nowrap;
  border-width: 0;
  border-color: #fff;
  flex-flow: row;
  padding-top: .9rem;
  padding-bottom: .9rem;
  display: flex;
}

.nav_menu_link.apartments {
  display: none;
}

.nav_menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.nav_burger_btn {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav_logo {
  z-index: 2;
}

.nav_logo.text-cl-inherit {
  z-index: 100;
  color: inherit;
  z-index: 100;
  position: relative;
}

.nav-top {
  z-index: 9999;
  background-color: var(--_colors---aqua);
  position: relative;
}

.hide {
  display: none;
}

.nav-top_content.container-large {
  justify-content: space-between;
  align-items: center;
}

.nav-top_content.container-large.text-weight-600 {
  justify-content: center;
  align-items: center;
}

.nav-top_content.container-large.text-weight-600.mobile {
  display: none;
}

.nav {
  padding-top: 2.8rem;
  position: relative;
}

.svg-icon-18 {
  width: 1.8rem;
  height: 1.8rem;
  color: var(--_colors---white);
}

.nav-top_link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  display: flex;
}

.nav-top_link:where(.w-variant-10df817a-77e5-d703-efe5-a9bdefbb2e9b) {
  color: var(--_colors---dark);
}

.svg-icon-32 {
  width: 10.2rem;
  height: 5.2rem;
}

.navbar {
  z-index: 9999999;
  background-color: var(--_colors---transparent);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar:where(.w-variant-10df817a-77e5-d703-efe5-a9bdefbb2e9b) {
  z-index: 9999;
  --_themes---background: var(--_colors---dark);
  --_themes---text: var(--_colors---white);
  --_themes---nav_color: var(--_colors---dark);
  --_themes---buttons: var(--_colors---dark);
}

.main-wrapper {
  background-color: var(--_colors---light-green);
}

.svg-icon-24 {
  width: 2.4rem;
  height: 2.4rem;
  color: var(--_colors---dark);
}

.svg-icon-24:where(.w-variant-bdc4b1a7-cd8d-0536-8c52-43269bebb603) {
  height: 2.4rem;
  color: var(--_colors---dark);
}

.btn-bubble-arrow__content {
  z-index: 4;
  background-color: var(--_colors---white);
  height: 4.8rem;
  color: var(--_colors---white);
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2.4rem;
  display: flex;
  position: relative;
  transform: translateX(-4.8rem)rotate(.001deg);
}

.btn-bubble-arrow__content:where(.w-variant-bdc4b1a7-cd8d-0536-8c52-43269bebb603) {
  height: 4rem;
  padding: 1.1rem 1.6rem;
  transform: translateX(-4rem)rotate(.001deg);
}

.btn-bubble-arrow__content-text {
  color: var(--_colors---dark);
  font-size: var(--text--text-small);
}

.btn-bubble-arrow__arrow {
  background-color: var(--_colors---deep-ocean);
  width: 4.8rem;
  height: 4.8rem;
  color: var(--_colors---white);
  border-radius: 10em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-bubble-arrow__arrow:where(.w-variant-bdc4b1a7-cd8d-0536-8c52-43269bebb603) {
  width: 4rem;
  height: 4rem;
  color: var(--_colors---dark);
}

.btn-bubble-arrow__arrow.is--duplicate {
  background-color: var(--_colors---deep-ocean);
  color: var(--_colors---white);
  background-color: var(--_colors---deep-ocean);
  position: absolute;
  right: 0;
}

.btn-bubble-arrow {
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.btn-bubble-arrow.text-cl-inherit:where(.w-variant-bdc4b1a7-cd8d-0536-8c52-43269bebb603) {
  color: inherit;
  width: max-content;
}

.btn-bubble-arrow.text-cl-inherit {
  width: max-content;
}

.btn-bubble-arrow.text-cl-inherit.small {
  color: inherit;
}

.btn-bubble-arrow.text-cl-inherit.small-34 {
  color: inherit;
  width: max-content;
}

.nav_menu_right {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: center;
  align-items: center;
}

.spacer {
  padding-top: 0;
}

.spacer:where(.w-variant-0e42a94e-237a-80fc-1773-057994a3eb9b) {
  padding-top: 2.4rem;
}

.spacer:where(.w-variant-429711ee-bb68-1faf-6794-f8dc4a704b70) {
  padding-top: 1.6rem;
}

.spacer:where(.w-variant-c3a13829-ff6b-bac3-5fc7-12c168bac8bc) {
  padding-top: 4rem;
}

.spacer:where(.w-variant-86220350-df55-dd87-39e8-e5977f7eb8f3) {
  padding-top: 3.2rem;
}

.spacer:where(.w-variant-688d7f25-c2b3-727a-c519-cfe0940fb934) {
  padding-top: 5.6rem;
}

.spacer:where(.w-variant-3980ba4b-6d4c-129f-65a5-b4fca6032be7) {
  padding-top: .8rem;
}

.spacer:where(.w-variant-24f09634-63cc-ea83-cc77-cbc5b897a527) {
  padding-top: .4rem;
}

.spacer:where(.w-variant-20408313-b9e8-5324-74e9-8e51fee07890) {
  padding-top: 3.2rem;
}

.spacer:where(.w-variant-e6655410-13da-068d-d5ef-648d0b0a7507) {
  padding-top: 6.4rem;
}

.spacer:where(.w-variant-50925543-96be-441d-378a-ead58531af81) {
  padding-top: 1.2rem;
}

.spacer:where(.w-variant-25b5607a-8882-913f-80dd-cf43a387abb4) {
  padding-top: 4.8rem;
}

.spacer:where(.w-variant-a6f3045f-e5d3-ee65-fa2d-0b10046a255a) {
  padding-top: .2rem;
}

.spacer:where(.w-variant-712b1540-0209-f934-6d99-83a8976cc3be) {
  padding-top: 19.2rem;
}

.font-heading {
  font-family: var(--_font-family---heading);
}

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

.section_header:where(.w-variant-c821d351-f3c8-c945-ccb6-2ea627e47001) {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_header:where(.w-variant-e55e0ccb-1da3-0092-0867-237468eebc7d) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 40rem;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer.theme-invert {
  z-index: 1;
  z-index: 1;
}

.cursor-marquee {
  z-index: 100;
  background-color: var(--_colors---dark-blue);
  pointer-events: none;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  transform: translate(-50%, -50%);
}

.cursor-marquee__card {
  background-color: var(--_colors---dark-blue);
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cursor-marquee__text-span {
  font-family: var(--_font-family---body);
  font-size: var(--text--text-small);
  white-space: nowrap;
  transform-origin: 0;
  padding: 1.5rem 2.4rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  position: relative;
}

.cursor-marquee__text-span.is--duplicate {
  position: absolute;
  left: 100%;
}

.footer_content {
  min-height: 101vh;
  padding-top: var(--padding-section-m);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer_links {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  display: flex;
}

.footer_link_item {
  width: max-content;
}

.footer_link_item.text-style-h4 {
  display: inline-flex;
}

.text-cl-grey {
  color: var(--_colors---medium-gray);
}

.footer_left_col_wrap {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  justify-content: space-between;
  width: 100%;
  max-width: 80rem;
  display: flex;
}

.footer_hours_list {
  margin-top: .4rem;
}

.footer_top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  width: 100%;
}

.footer_legals {
  border-top: .1rem solid #3c3c3c;
  border-bottom: .1rem solid #3c3c3c;
  justify-content: space-between;
  width: 100%;
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.footer_links_legals_wrap {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
}

.footer_bottom {
  width: 100%;
}

.footer_logo_large {
  pointer-events: none;
  width: 100vw;
  height: 20.2vw;
  margin-left: calc(var(--padding-global) * -1);
  overflow: hidden;
}

.footer_logo.text-style-h1 {
  text-align: center;
  color: #282828;
  justify-content: center;
  align-items: center;
  font-size: 16vw;
  display: flex;
}

.footer_logo.text-style-h1 {
  text-align: center;
  color: #282828;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 1.4vw;
  font-size: 16vw;
  display: flex;
}

.footer_logo.text-style-h1.fix {
  padding-left: 0;
  font-size: 20vw;
}

.footer_logo.text-style-h1 {
  text-align: center;
  color: #282828;
  padding-left: 1.4vw;
  font-size: 29vw;
}

.nav_menu_mobile_links {
  display: none;
}

.nav_menu_links_wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: static;
}

.nav-top_p.text-tiny-2, .nav-top_p.text-tiny {
  color: #fff;
  font-size: 1.4rem;
}

.nav-top_p.text-tiny {
  color: var(--_colors---white);
  padding-top: 0;
  font-size: 1.4rem;
}

.nav-top_p.text-tiny.new.neww {
  display: block;
}

.nav-top_p.text-tiny {
  color: #fff;
  font-size: 1.4rem;
}

.nav-top_p.text-tiny.new {
  background-color: #fff;
  border-radius: 12px;
  padding: 6px 8px 4px;
  display: none;
}

.section_header_p_wrap:where(.w-variant-e55e0ccb-1da3-0092-0867-237468eebc7d) {
  margin-top: auto;
}

.section_header_eyebrow_wrap {
  width: 100%;
}

.component_features_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.component_features_list.is-nav-apartments, .component_features_list.is-row {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: row;
}

.component_features_list.is-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.component_features_list.is-nav-apartments {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: row;
}

.component_features_list_item {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  display: flex;
}

.nav_menu_dropdown_button.nav_menu_link-2 {
  z-index: 40;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.nav_menu_dropdown_button.nav_menu_link-2.w--open {
  z-index: 4;
  position: relative;
}

.nav_menu_dropdown_button.nav_menu_link-2.dark-color-33 {
  --text--body: 1.6rem;
  --text--text-small: 1.4rem;
  --text--h5: 2.4rem;
  --padding-global: 4rem;
  --padding-section-m: 15rem;
  --padding-section-s: 8.8rem;
  --padding-section: 10rem;
  --padding-section-l: 20rem;
  --container-nav: 100%;
  --container-large: 100%;
  --container-medium: 136rem;
  --container-small: 104rem;
  --container-1360: 136rem;
  --padding-inner: 4rem;
  --text--text-medium: 1.8rem;
  --text--text-large: 2rem;
  --text--h1: 12rem;
  --text--h2: 8.8rem;
  --text--h3: 4.8rem;
  --text--h4: 3.2rem;
  --text--h6: 1.6rem;
  --text--display1: 0rem;
  --text--display2: 0rem;
}

.nav_menu_dropdown_button.nav_menu_link {
  z-index: 40;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.nav_menu_dropdown_button.nav_menu_link:where(.w-variant-10df817a-77e5-d703-efe5-a9bdefbb2e9b) {
  --text--body: 1.6rem;
  --text--text-small: 1.4rem;
  --text--h5: 2.4rem;
  --padding-global: 4rem;
  --padding-section-m: 15rem;
  --padding-section-s: 8.8rem;
  --padding-section: 10rem;
  --padding-section-l: 20rem;
  --container-nav: 100%;
  --container-large: 100%;
  --container-medium: 136rem;
  --container-small: 104rem;
  --container-1360: 136rem;
  --padding-inner: 4rem;
  --text--text-medium: 1.8rem;
  --text--text-large: 2rem;
  --text--h1: 12rem;
  --text--h2: 8.8rem;
  --text--h3: 4.8rem;
  --text--h4: 3.2rem;
  --text--h6: 1.6rem;
  --text--display1: 0rem;
  --text--display2: 0rem;
}

.nav_menu_dropdown_button.nav_menu_link.w--open {
  z-index: 4;
  position: relative;
}

.svg-icon-16 {
  width: 1.6rem;
  height: 1.6rem;
}

.nav_menu_dropdown {
  position: static;
}

.nav_menu_dropdown_wrap {
  background-color: var(--_colors---transparent);
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.nav_menu_dropdown_wrap.w--open {
  top: 0%;
  left: 0%;
  overflow: hidden;
}

.nav_menu_dropdown_menu {
  background-color: var(--_colors---light-green);
  height: 100%;
  min-height: 60rem;
  max-height: 90vh;
  padding: 14rem 4rem 4rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav_apartments_link {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: flex-start;
  align-items: center;
  margin: 2px;
  display: flex;
  overflow: hidden;
}

.svg-icon-40 {
  width: 4rem;
  height: 4rem;
}

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

.nav_apartmens_links_wrap:where(.w-variant-10df817a-77e5-d703-efe5-a9bdefbb2e9b) {
  overflow: visible;
}

.collection-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav_apartments_visual {
  border-radius: 2.4rem;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2.4rem;
  position: relative;
  overflow: hidden;
}

.nav_apartments_menu {
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: relative;
}

.nav_apartmens_visual_img {
  object-position: center;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav_apartmens_visual_card {
  z-index: 4;
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  background-color: var(--_colors---white);
  border-radius: 1.6rem;
  min-width: 34rem;
  padding: 2.4rem;
  position: relative;
}

.nav_apartmens_visual_card:where(.w-variant-10df817a-77e5-d703-efe5-a9bdefbb2e9b) {
  width: 42rem;
}

.nav_apartmens_visual_price {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav_bg_blur {
  z-index: -1;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000001a;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav_apartmens_visual_img_wrap {
  border-radius: 2.4rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.cms_nav_visual_list_item {
  position: absolute;
  inset: 0%;
}

.contact {
  padding-bottom: var(--padding-section-m);
}

.form_field {
  background-color: var(--_colors---light-gray);
  color: var(--_colors---brown-light03);
  border: 0 solid #000;
  border-radius: .6rem;
  padding: 2rem 2.4rem;
}

.form_field.text-medium.text-weight-600:focus-visible, .form_field.text-medium.text-weight-600[data-wf-focus-visible] {
  outline-color: #e2d3bc;
}

.form_field.text-medium.text-weight-600:focus-visible, .form_field.text-medium.text-weight-600[data-wf-focus-visible] {
  outline-color: #e2d3bc;
}

.form_field.text-medium.text-weight-600 {
  background-color: var(--_colors---white);
  color: var(--_colors---dark);
  resize: none;
  margin-bottom: 0;
  line-height: 1;
}

.form_field.text-medium.text-weight-600:hover {
  background-color: #f3e6ff;
}

.form_field.text-medium.text-weight-600:focus {
  outline-offset: 0px;
  outline: .15rem solid #212121;
}

.form_field.text-medium.text-weight-600:focus-visible, .form_field.text-medium.text-weight-600[data-wf-focus-visible] {
  outline-color: #e2d3bc;
}

.form_field.text-medium.text-weight-600::placeholder {
  color: var(--_colors---brown-light03);
}

.form_field_wrap {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

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

.form_field_error_status {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
}

.form_field_error_status_text {
  color: var(--_colors---legacy-green);
}

.form_field_textarea {
  background-color: var(--_colors---light-gray);
  color: var(--_colors---brown-light03);
  border: 0 solid #000;
  border-radius: .6rem;
  padding: 2rem 2.4rem;
}

.form_field_textarea.text-medium.text-weight-600:focus-visible, .form_field_textarea.text-medium.text-weight-600[data-wf-focus-visible] {
  outline-color: #e2d3bc;
}

.form_field_textarea.text-medium.text-weight-600:focus-visible, .form_field_textarea.text-medium.text-weight-600[data-wf-focus-visible] {
  outline-color: #e2d3bc;
}

.form_field_textarea.text-medium.text-weight-600 {
  background-color: var(--_colors---white);
  resize: none;
  height: 100%;
  min-height: 18rem;
  margin-bottom: 0;
  line-height: 1;
}

.form_field_textarea.text-medium.text-weight-600:hover {
  background-color: #f3e6ff;
}

.form_field_textarea.text-medium.text-weight-600:focus {
  outline-offset: 0px;
  outline: .15rem solid #212121;
}

.form_field_textarea.text-medium.text-weight-600:focus-visible, .form_field_textarea.text-medium.text-weight-600[data-wf-focus-visible] {
  outline-color: #e2d3bc;
}

.form_field_textarea.text-medium.text-weight-600::placeholder {
  color: var(--_colors---brown-light03);
}

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

.contact_main.is-modal {
  grid-template-columns: 1fr;
  margin-top: auto;
}

.contact_info {
  background-color: var(--_colors---white);
  border-radius: 2.4rem;
  padding: 3.2rem 2.4rem 2.4rem;
}

.contact_info_heading {
  font-family: var(--_font-family---body);
  color: var(--_colors---legacy-green);
  font-size: var(--text--body);
  font-weight: 400;
}

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

.div {
  text-decoration: underline;
}

.contact_p_location {
  font-family: var(--_font-family---heading);
}

.contact_info_row {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  width: 100%;
}

.contact_info_row.is-middle {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  position: relative;
}

.contact_info_row_line {
  background-color: var(--_colors---light-blue);
  width: 100%;
  height: .1rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

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

.nav_apartments_link_wrap {
  overflow: hidden;
}

.nav_apartments_link_wrap.is-all {
  margin-top: 2rem;
}

.nav-top_p_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.display-none {
  display: none;
}

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

.text-small-2 {
  color: #212121;
  letter-spacing: -.02em;
  --_text-style---font-family: var(--_font-family---body);
  --_text-style---line-height: 1.4;
  --_text-style---font-weight-400: 400;
  --_text-style---letter-spacing-2: -.02em;
  --_text-style---font-size: var(--text--text-small);
  --_text-style---font-weight-600: 600;
  --_text-style---letter-spacing-1: .01em;
  font-family: Brittisanstrial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

.svg-icon-18-4 {
  color: #fff;
  width: 1.8rem;
  height: 1.8rem;
}

@media screen and (max-width: 991px) {
  body {
    --text--body: 1.6rem;
    --text--text-small: 1.4rem;
    --text--h5: 2rem;
    --padding-global: 3%;
    --padding-section-m: 15rem;
    --padding-section-s: 8.8rem;
    --padding-section: 10rem;
    --padding-section-l: 20rem;
    --container-nav: 100%;
    --container-large: 100%;
    --container-medium: 136rem;
    --container-small: 104rem;
    --container-1360: 136rem;
    --padding-inner: 4rem;
    --text--text-medium: 1.8rem;
    --text--text-large: 2rem;
    --text--h1: 8.8rem;
    --text--h2: 6rem;
    --text--h3: 4rem;
    --text--h4: 2.8rem;
    --text--h6: 1.6rem;
    --text--display1: 0rem;
    --text--display2: 0rem;
  }

  .text-small.text-cl-inherit.text-weight-600 {
    color: inherit;
  }

  .text-style-h4.font-size-56.text-uppercase {
    font-size: 5vw;
  }

  .nav_menu_btn_wrap {
    padding: 0 .8rem;
  }

  .nav_menu_btn_wrap.w--open {
    z-index: 4;
    position: relative;
  }

  .nav_burger_line {
    width: var(--width);
  }

  .nav_burger_line.is-2 {
    opacity: 0;
    opacity: 0;
  }

  .nav_menu_link {
    padding-right: var(--padding-global);
    padding-left: var(--padding-global);
    font-family: var(--_font-family---heading);
    color: var(--_colors---dark) !important;
  }

  .nav_menu_link.apartments {
    display: block;
  }

  .nav_menu {
    background-color: var(--_colors---light-green);
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    overflow: auto;
  }

  .nav_burger_btn {
    width: 3.2rem;
    height: 3.2rem;
  }

  .nav_menu_left {
    font-size: var(--text--h5);
    padding-top: 15rem;
  }

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

  .nav-top_content.container-large.text-weight-600 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: none;
  }

  .nav-top_content.container-large.text-weight-600 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: none;
  }

  .nav-top_content.container-large.text-weight-600 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: none;
  }

  .nav-top_content.container-large.text-weight-600.mobile {
    flex-flow: column;
    display: flex;
  }

  .nav-top_content.container-large.text-weight-600 {
    flex-flow: wrap;
  }

  .nav {
    position: relative;
  }

  .nav_menu_right {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .nav_menu_btn_mobile {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section_header:where(.w-variant-e55e0ccb-1da3-0092-0867-237468eebc7d) {
    grid-template-columns: 1fr;
  }

  .gallery_slider_thumb {
    flex: none;
    max-width: 13rem;
  }

  .gallery_slider {
    max-height: 80rem;
  }

  .gallery_slider_nav {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .gallery_slider_thumb_img {
    overflow: hidden;
  }

  .gallery_slider_list {
    width: 100%;
  }

  .footer.theme-invert {
    overflow: hidden;
  }

  .more_card {
    width: 100%;
  }

  .cursor-marquee {
    display: none;
  }

  .footer_left_col_wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
    display: grid;
  }

  .footer_top {
    grid-column-gap: 5.2rem;
    grid-row-gap: 5.2rem;
    flex-flow: column;
  }

  .footer_bottom {
    margin-top: 14rem;
  }

  .nav_menu_mobile_links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    padding: .6rem;
    display: grid;
  }

  .nav_menu_mobile_link {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    background-color: var(--_colors---white);
    width: 100%;
    min-height: 10.8rem;
    color: var(--_colors---dark);
    border-radius: 1.2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav_menu_links_wrap {
    z-index: 2;
    flex-flow: column;
    align-items: stretch;
    height: 100%;
    padding-top: .6rem;
    padding-bottom: 3.2rem;
    position: relative;
  }

  .section_header_p_wrap:where(.w-variant-e55e0ccb-1da3-0092-0867-237468eebc7d) {
    width: 100%;
  }

  .section_component {
    overflow: clip;
  }

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

  .perks_cards3_item {
    width: 100%;
  }

  .perks_cards3_list {
    grid-column-gap: 1em;
    grid-row-gap: 4em;
    flex-flow: wrap;
  }

  .preview-follower {
    display: none;
  }

  .preview-item__visual {
    border-radius: .75em;
    order: 9999;
    width: 100%;
    display: block;
    position: relative;
  }

  .preview_item_texts_wrap {
    flex-flow: column;
  }

  .map_component_wrap {
    margin-top: 6rem;
  }

  .grid_columns_slot:where(.w-variant-bc015ef8-6446-d436-ad93-de134b583689) {
    grid-template-columns: 1fr;
  }

  .images_3_card_item.is-3, .images_3_card_item.is-1 {
    width: 100%;
  }

  .images_3_card_item.is-2 {
    width: 90%;
  }

  .images_3_card_item.is-3, .images_3_card_item.is-1 {
    width: 100%;
  }

  .preview_item_texts_right {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .cms_list_filter {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: flex-start;
  }

  .card_filter_texts {
    min-width: 40rem;
  }

  .cms_list_filtered_cards_wrap, .cms_list_filtered_cards {
    width: 100%;
  }

  .card_filter_imgs {
    overflow: hidden;
  }

  .rooms_sticky_list_wrap {
    width: 100%;
  }

  .nav_menu_dropdown_button.nav_menu_link {
    display: none;
  }

  .svg-icon-16 {
    display: inline-flex;
  }

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

  .nav_menu_dropdown_wrap.w--open {
    position: relative;
  }

  .nav_menu_dropdown_menu {
    padding: var(--padding-global);
  }

  .nav_apartments_visual {
    padding: 1.6rem;
  }

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

  .nav_apartmens_visual_card {
    width: 100%;
    max-width: 34rem;
  }

  .nav_appartments_title.text-small.text-weight-600.text-cl-dark {
    display: none;
  }

  .nav_menu_apartments_title.text-small.text-weight-600 {
    width: 100%;
    padding-bottom: 2.4rem;
    padding-left: var(--padding-global);
    text-align: left;
    text-align: left;
    width: 100%;
    padding-bottom: 2.4rem;
    padding-left: 4rem;
    padding-left: var(--padding-global);
    text-align: left;
    text-align: left;
    width: 100%;
    padding-bottom: 2.4rem;
    padding-left: 4rem;
    padding-left: var(--padding-global);
    text-align: left;
    text-align: left;
    width: 100%;
    padding-bottom: 2.4rem;
    padding-left: 4rem;
    display: inline-block;
  }

  .faq_heading {
    text-align: center;
    position: relative;
    top: 0;
  }

  .faq_block_cms {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .gallery2_img_wrap {
    border-radius: 1.6rem;
  }

  .gallery2_tabs_grid {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-columns: 1fr 1fr;
  }

  .popup {
    right: var(--padding-global);
  }

  .map {
    height: 90vh;
    min-height: 90vh;
    margin-left: auto;
    margin-right: auto;
  }

  .map-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-height: 90vh;
  }

  .location-data {
    max-width: 34rem;
  }

  .map-open-button {
    z-index: 999;
    justify-content: flex-start;
    align-items: center;
    display: none;
    position: absolute;
  }

  .aptype_sidebar {
    order: -9999;
    max-width: 100%;
    margin-bottom: 9.6rem;
    position: static;
    top: 0;
  }

  .aptype_main {
    flex-flow: column;
    padding-top: 9.6rem;
  }

  .aptype_info {
    max-width: 100%;
  }

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

  .cms_list_filter_container.is-flex {
    grid-column-gap: 8px;
    grid-column-gap: 8px;
  }

  .aptype_tabs {
    width: 100%;
  }

  .how_content.container-medium {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .location-map-wrapper {
    max-width: 100%;
    max-height: 90vh;
  }

  .location-map-wrapper:where(.w-variant-502990f3-9615-07e7-7d11-f845c1de4261) {
    max-width: 100%;
  }

  .svg-path-wrap {
    margin-bottom: -5rem;
    position: relative;
    top: 0;
    right: 0%;
  }

  .svg-path-wrap.is-secondary {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0;
  }

  .how_step_wrap.is-last {
    margin-top: 20rem;
  }

  .offers_main {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    height: 100%;
    display: flex;
  }

  .offers_p_wrap {
    height: auto;
  }

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

  .sticky-steps__media {
    width: 100%;
    height: auto;
    padding-left: 0;
    position: relative;
    top: auto;
    right: auto;
  }

  .sticky-steps__text {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 5em;
    padding-right: 0;
  }

  .sticky-steps__text.is-last {
    min-height: auto;
  }

  .sticky-steps__sticky {
    min-height: auto;
    position: relative;
    top: auto;
  }

  .sticky-steps__visual {
    height: 60rem;
  }

  .sticky-steps__list {
    grid-column-gap: 7.5em;
    grid-row-gap: 7.5em;
  }

  .gallery3_tabs_grid {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-columns: 1fr 1fr;
  }

  .swiper-slide {
    max-width: 100%;
  }

  .amenities_slider_component {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .amenities_swiper.swiper {
    max-width: none;
  }

  .aptype_tabs_content {
    height: 70rem;
  }

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

  .legals_content.container-medium {
    margin-top: 140px;
  }

  .nav-top_p_wrap {
    margin-top: 16px;
  }

  .apartmetns-hero_content_wrap {
    height: 70rem;
  }

  .videos_3_card_item.is-3, .videos_3_card_item.is-1, .videos_3_card_item.is-1 {
    width: 100%;
  }

  .videos_3_card_item.is-2 {
    width: 90%;
  }

  .videos_3_card_item.is-3, .videos_3_card_item.is-1, .videos_3_card_item.is-1 {
    width: 100%;
  }

  .renovation-wrapper {
    border-radius: 1.5rem;
  }

  .renovation-info {
    transition: none;
  }

  .renovation-toggle.active {
    white-space: nowrap;
    white-space: nowrap;
  }

  .section_component-2 {
    overflow: clip;
  }

  .div-block-3 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-3:where(.w-variant-10df817a-77e5-d703-efe5-a9bdefbb2e9b) {
    display: none;
  }

  .text-small-2.text-cl-inherit.text-weight-600 {
    color: inherit;
  }

  .text-small-2.text-cl-inherit.text-weight-600:where(.w-variant-10df817a-77e5-d703-efe5-a9bdefbb2e9b) {
    font-weight: 600;
  }

  .cursor-marquee-2 {
    display: none;
  }

  .nav_menu_mobile_link-2 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    color: #212121;
    background-color: #fff;
    border-radius: 1.2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 10.8rem;
    display: flex;
  }

  .nav_menu_link-2 {
    padding-left: 4rem;
    padding-right: 4rem;
    font-family: P22Mackinacpro, Arial, sans-serif;
    color: #212121 !important;
  }

  .renovation-toggle-2.active {
    white-space: nowrap;
    white-space: nowrap;
  }

  .nav_menu_dropdown_wrap-2.w--open {
    position: relative;
  }

  .section_component-3 {
    overflow: clip;
  }

  .div-block-4 {
    margin-top: 120px;
  }

  .nav_menu-2 {
    background-color: #e6f4f2;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    overflow: auto;
  }

  .renovation-info-2 {
    transition: none;
  }

  .nav_menu_left-2 {
    padding-top: 15rem;
    font-size: 2.4rem;
  }

  .nav_menu_dropdown_menu-2 {
    padding: 4rem;
  }

  .footer_bottom-2 {
    margin-top: 14rem;
  }

  .div-block-5 {
    margin-top: 120px;
  }

  .nav-top_p_wrap-3 {
    margin-top: 16px;
  }

  .nav_menu_link-3 {
    padding-left: 4rem;
    padding-right: 4rem;
    font-family: P22Mackinacpro, Arial, sans-serif;
    color: #212121 !important;
  }

  .nav_menu_dropdown_menu-3 {
    padding: 4rem;
  }

  .div-block-6 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .section_component-4 {
    overflow: clip;
  }

  .footer_bottom-3 {
    margin-top: 14rem;
  }

  .nav_menu-3 {
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    --text--body: 1.6rem;
    --text--text-small: 1.4rem;
    --text--h5: 1.8rem;
    --padding-global: 4%;
    --padding-section-m: 4.8rem;
    --padding-section-s: 8.8rem;
    --padding-section: 10rem;
    --padding-section-l: 20rem;
    --container-nav: 100%;
    --container-large: 100%;
    --container-medium: 136rem;
    --container-small: 104rem;
    --container-1360: 136rem;
    --padding-inner: 2.4rem;
    --text--text-medium: 1.6rem;
    --text--text-large: 2rem;
    --text--h1: 12vw;
    --text--h2: 8.8vw;
    --text--h3: 4.8vw;
    --text--h4: 2.4rem;
    --text--h6: 1.6rem;
    --text--display1: 0rem;
    --text--display2: 0rem;
  }

  .text-large.font-heading.text-cl-white70 {
    width: auto;
  }

  .button.is-small.is-filter {
    white-space: nowrap;
    white-space: nowrap;
    white-space: nowrap;
    flex: none;
  }

  .text-tiny.link {
    width: auto;
    height: auto;
    display: block;
  }

  .nav_menu_btn_wrap.text-cl-inherit.bg-cl-inherit {
    z-index: 2000;
    z-index: 2000;
    z-index: 2000;
  }

  .nav_menu {
    align-items: stretch;
    overflow: auto;
  }

  .nav_menu_left {
    padding-top: 13rem;
  }

  .nav_menu_left:where(.w-variant-10df817a-77e5-d703-efe5-a9bdefbb2e9b) {
    padding-top: 20rem;
  }

  .svg-icon-18.text-cl-inherit {
    color: inherit;
  }

  .nav-top_link {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
  }

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

  .hero_content {
    height: 102vh;
  }

  .spacer:where(.w-variant-86220350-df55-dd87-39e8-e5977f7eb8f3) {
    padding-top: 2.4rem;
  }

  .section_header:where(.w-variant-e55e0ccb-1da3-0092-0867-237468eebc7d) {
    grid-template-columns: 1fr;
  }

  .gallery_slider_thumb {
    width: 100%;
  }

  .gallery_slider_thumb.is-demo {
    max-width: 10rem;
  }

  .gallery_slider {
    height: 60rem;
  }

  .gallery_slider_nav {
    z-index: 20;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    bottom: 2.4rem;
  }

  .gallery_img_slide {
    padding: 2.4rem;
  }

  .marquee_wrap {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    top: 3rem;
    left: -5rem;
  }

  .perks_sticker_item.is-2.rotate_-15, .perks_sticker_item.rotate_15, .perks_sticker_item.is-2.rotate_-15, .perks_sticker_item.is-2.rotate_-15, .perks_sticker_item.rotate_15 {
    display: none;
  }

  .scaling-element__small-box {
    width: 15em;
  }

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

  .footer_legals {
    flex-flow: column;
  }

  .footer_links_legals_wrap {
    grid-column-gap: 2.4rem;
    grid-row-gap: 1.6rem;
    border-top: .1rem solid #3c3c3c;
    width: 100%;
    margin-top: 2.4rem;
    padding-top: 2.4rem;
  }

  .footer_bottom {
    margin-top: 7rem;
  }

  .footer_logo.text-style-h1 {
    width: 100vw;
    padding-left: 1.9vw;
    font-size: 28.6vw;
  }

  .nav_menu_mobile_links {
    margin-top: auto;
    padding-top: 3rem;
    padding-bottom: 10rem;
  }

  .nav_menu_links_wrap {
    min-height: 100vh;
  }

  .nav-top_p.text-tiny, .nav-top_p.text-tiny:where(.w-variant-10df817a-77e5-d703-efe5-a9bdefbb2e9b) {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .nav-top_p.text-tiny.new.dark-color-534, .nav-top_p.text-tiny.dark-color-536, .nav-top_p.text-tiny, .nav-top_p.text-tiny:where(.w-variant-10df817a-77e5-d703-efe5-a9bdefbb2e9b) {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .nav-top_p.text-tiny.mobile {
    max-width: 300px;
  }

  .nav-top_p.text-tiny-2 {
    display: block;
  }

  .nav-top_p.text-tiny {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .nav-top_p.text-tiny.new.dark-color-534, .nav-top_p.text-tiny.dark-color-536 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .nav-top_p.text-tiny.new {
    display: block;
  }

  .nav-top_p.text-tiny.new.dark-color-534 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .nav-top_p.text-tiny.dark-color-536 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .swiper {
    width: 100%;
    min-width: 100%;
  }

  .perks_cards1_slot {
    display: flex;
  }

  .perks_cards1_slot.swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .perks_swiper_scrollbar_wrap {
    margin-top: 2rem;
    display: block;
    position: relative;
  }

  .perks_cards3_item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .perks_cards3_list {
    grid-row-gap: 3em;
  }

  .map_component_wrap {
    margin-top: 6.4rem;
  }

  .images_3_cards_col {
    height: 45rem;
  }

  .images_3_cards_wrap {
    margin-top: -2rem;
  }

  .horizontal__wrap {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .horizontal__panel {
    height: 30em;
  }

  .gallery_sticky_card_inner {
    height: 80%;
    min-height: 50rem;
    padding: 2.4rem;
  }

  .cms_list_filtered_cards_item {
    flex-flow: column;
  }

  .cms_list_filter {
    padding-right: var(--padding-global);
    padding-left: var(--padding-global);
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    overflow: visible;
  }

  .cms_list_filter.is-apartment {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .card_filter_texts {
    width: 100%;
    min-width: 100%;
    padding: 1.6rem;
  }

  .cms_list_filter_wrap {
    width: calc(100% + 2 * var(--padding-global));
    margin-left: calc(var(--padding-global) * -1);
    overflow: auto;
  }

  .cms_list_filter_wrap.is-apartments {
    width: auto;
    margin-left: 0;
  }

  .card_filter_imgs {
    order: -9999;
    width: 100%;
    display: flex;
  }

  .card_filter_texts_block {
    padding-bottom: 1.6rem;
  }

  .component_features_list.is-2col {
    flex-flow: column;
    display: flex;
  }

  .rooms_sticky_card.theme-invert {
    height: 80%;
    min-height: 50rem;
    padding: 2.4rem;
  }

  .nav_menu_dropdown_menu {
    flex-flow: column;
  }

  .nav_apartments_visual {
    inset: auto 0% 0% auto;
  }

  .nav_apartments_menu {
    width: 100%;
    padding-bottom: 2rem;
  }

  .cms_nav_visual_list_wrap {
    height: 46rem;
  }

  .faq {
    overflow: hidden;
  }

  .faq_main_wrap {
    flex-flow: column;
  }

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

  .faq_accrodion_line {
    background-color: var(--_colors---white);
  }

  .faq_block_cms {
    overflow: hidden;
  }

  .gallery2_tabs_menu {
    width: 100vw;
    padding-right: var(--padding-global);
    padding-left: var(--padding-global);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: calc(var(--padding-global) * -1);
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .highlights_tab_p_row {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .highlights_tab_p_line_wrap {
    order: -1;
    margin-bottom: .8rem;
  }

  .cta_card_wrap.theme-invert {
    max-height: 70rem;
    padding: 2.4rem;
  }

  .form, .contact_main {
    grid-template-columns: 1fr;
  }

  .locations-filters {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .map {
    pointer-events: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 34.3rem;
    max-height: none;
    display: flex;
  }

  .map-wrapper {
    max-width: 34.3rem;
    max-height: 34.3rem;
    margin-left: auto;
    margin-right: auto;
  }

  .locations-wrapper {
    display: none;
  }

  .locations-filters-form {
    z-index: 99999;
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    background-color: var(--_colors---orange02);
    opacity: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 0;
    height: 0;
    padding: 5.6rem 1.6rem 1.6rem;
    position: fixed;
    inset: 0% 0% auto auto;
    overflow-x: auto;
  }

  .map-open-button {
    pointer-events: auto;
    display: flex;
  }

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

  .map-close {
    z-index: 999;
    width: 4.8rem;
    height: 4.8rem;
    display: none;
    position: absolute;
    inset: 1.6rem auto auto 1.6rem;
  }

  .map-filters {
    z-index: 999;
    width: 4.8rem;
    height: 4.8rem;
    display: none;
    position: absolute;
    inset: 1.6rem 1.6rem auto auto;
  }

  .filters-close {
    z-index: 999;
    width: 4.8rem;
    height: 4.8rem;
    display: block;
    position: absolute;
    inset: 5.6rem auto auto 1.6rem;
  }

  .filters-close.bottom {
    inset: auto 1.6rem 4.8rem auto;
    inset: auto 1.6rem 4.8rem auto;
  }

  .map-bottom-card {
    z-index: 9999;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
    inset: auto 1.6rem 1.6rem;
  }

  .location-category-text {
    color: var(--_themes---text);
  }

  .aptype_sidebar {
    padding: 2.4rem;
  }

  .aptype_features_wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .form-block {
    width: 100%;
  }

  .cms_list_filter_container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
  }

  .cms_list_filter_container.is-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .aptype_tabs_menu_wrap {
    display: flex;
  }

  .location-map-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .location-map {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 34.3rem;
    max-height: none;
    display: flex;
  }

  .location-map-tag {
    max-width: 8rem;
    max-height: 8rem;
    top: 0;
    left: -4rem;
  }

  .svg-path-wrap {
    margin-bottom: 0;
  }

  .svg-path-wrap.is-secondary {
    max-width: 95%;
    margin-bottom: -10rem;
  }

  .svg-path-wrap.is-first {
    width: 100%;
  }

  .sticky-steps__text {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .amenities_swiper_wrap.swiper-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .amenities_swiper {
    margin-top: 0;
  }

  .image-9 {
    height: 80%;
  }

  .aptype_tabs_content {
    height: 50rem;
  }

  .aptype_tabs_menu.absolute-center {
    display: flex;
  }

  .aptype_tabs_menu_link {
    white-space: nowrap;
  }

  .tab-pane-tab-1 {
    height: 80%;
  }

  .gallery_slider_thumb_track {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .legals_content.container-medium {
    margin-top: 160px;
  }

  .map-overlay {
    z-index: 200;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .nav-top_p_wrap {
    order: -9999;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 0;
  }

  .apartmetns-hero_content_wrap {
    height: 60rem;
  }

  .mwg019 {
    flex-flow: column;
    height: 100vh;
  }

  .mwg019-container {
    flex: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .spacer-2._32-l24, .spacer-2._32-l24-copy, .spacer-2._32-l24, .spacer-2._32-l24-copy {
    padding-top: 2.4rem;
  }

  .slot-2 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .gallery_sticky_card_inner-2 {
    height: 80%;
    min-height: 50rem;
    padding: 2.4rem;
  }

  .nav-top_p_wrap-2 {
    order: -9999;
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .nav_menu-2 {
    align-items: stretch;
    overflow: auto;
  }

  .nav_menu_left-2 {
    padding-top: 13rem;
  }

  .nav_menu_left-2.dark-color-30 {
    padding-top: 20rem;
  }

  .navbar-2 {
    flex-flow: column;
    display: flex;
  }

  .spacer-3._32-l24-4 {
    padding-top: 2.4rem;
  }

  .svg-icon-18-2.text-cl-inherit {
    color: inherit;
  }

  .nav_menu_dropdown_menu-2 {
    flex-flow: column;
  }

  .footer_bottom-2 {
    margin-top: 7rem;
  }

  .svg-icon-18-3.text-cl-inherit {
    color: inherit;
  }

  .nav-top_p_wrap-3 {
    order: -9999;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 0;
  }

  .navbar-3 {
    flex-flow: column;
    display: flex;
  }

  .spacer-4._32-l24-11 {
    padding-top: 2.4rem;
  }

  .nav_menu_dropdown_menu-3 {
    flex-flow: column;
  }

  .fee_notes_text_wrap {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    grid-template-columns: 1fr;
  }

  .footer_bottom-3 {
    margin-top: 7rem;
  }

  .spacer-5._32-l24-10 {
    padding-top: 2.4rem;
  }

  .spacer-5.d110-92 {
    padding-top: 9.2rem;
  }

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

  .nav_menu-3 {
    align-items: stretch;
    overflow: auto;
  }

  .svg-icon-18-4.text-cl-inherit {
    color: inherit;
  }
}

@media screen and (max-width: 479px) {
  body {
    --text--body: 1.6rem;
    --text--text-small: 1.4rem;
    --text--h5: 1.8rem;
    --padding-global: 5%;
    --padding-section-m: 4.8rem;
    --padding-section-s: 8.8rem;
    --padding-section: 10rem;
    --padding-section-l: 20rem;
    --container-nav: 100%;
    --container-large: 100%;
    --container-medium: 136rem;
    --container-small: 104rem;
    --container-1360: 136rem;
    --padding-inner: 2.4rem;
    --text--text-medium: 1.6rem;
    --text--text-large: 2rem;
    --text--h1: 14vw;
    --text--h2: 11vw;
    --text--h3: 7vw;
    --text--h4: 2.4rem;
    --text--h6: 1.6rem;
    --text--display1: 0rem;
    --text--display2: 0rem;
  }

  .button.cms-filter-btn.text-wrap-nowrap {
    color: var(--_colors---white);
  }

  .gallery_slider_thumb.is-demo {
    max-width: 100%;
  }

  .gallery_slider {
    height: 65rem;
  }

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

  .marquee_wrap {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    top: 2rem;
    left: -4rem;
  }

  .footer_links_legals_wrap {
    flex-flow: wrap;
  }

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

  .footer_logo_large {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 85vw;
    display: flex;
    overflow: visible;
  }

  .footer_logo.text-style-h1 {
    font-size: 20.6vw;
  }

  .nav-top_p.text-tiny.new.dark-color-534, .nav-top_p.text-tiny.dark-color-536 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .nav-top_p.text-tiny:where(.w-variant-10df817a-77e5-d703-efe5-a9bdefbb2e9b) {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .nav-top_p.text-tiny.mobile {
    max-width: 220px;
    font-size: 1.4rem;
  }

  .nav-top_p.text-tiny {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .nav-top_p.text-tiny.new.dark-color-534, .nav-top_p.text-tiny.dark-color-536 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .nav-top_p.text-tiny.new {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .nav-top_p.text-tiny.new.dark-color-534 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .nav-top_p.text-tiny.dark-color-536 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .body {
    background-color: var(--_colors---dark);
  }

  .perks_cards3_item {
    flex-flow: column;
  }

  .preview-item__visual {
    order: -9999;
  }

  .preview_item_texts_wrap {
    order: 9999;
  }

  .images_3_cards {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .images_3_card_item.is-2.media-wrapper, .images_3_card_item.is-3.media-wrapper {
    flex-flow: wrap;
    display: flex;
  }

  .images_3_card_item.is-2.media-wrapper, .images_3_card_item.is-3.media-wrapper, .images_3_card_item.is-3.media-wrapper {
    flex-flow: wrap;
    display: flex;
  }

  .images_3_card_item.is-1.media-wrapper {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    display: flex;
  }

  .images_3_cards_col {
    width: 100%;
    height: 36rem;
    padding-left: 6px;
    padding-right: 6px;
  }

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

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

  .cms_list_filter.is-apartment {
    margin-top: 0;
    margin-bottom: 0;
  }

  .card_filter_texts_block.is-3 {
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }

  .component_features_list.is-nav-apartments {
    flex-flow: wrap;
  }

  .nav_apartmens_visual_card {
    min-width: 100%;
  }

  .gallery2_tabs_menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .popup {
    width: 28rem;
    max-width: calc(100% - 2 * var(--padding-global));
  }

  .highlights_tab_p_line_wrap {
    height: .15rem;
  }

  .cta_card_wrap.theme-invert {
    max-height: 60rem;
  }

  .apartments_cards_wrap {
    padding-top: 0;
  }

  .grid-2col {
    max-width: 100%;
  }

  .apartmens_price_wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .map-bottom-card {
    max-width: 90vw;
  }

  .apartmennt_flash_discount_wrap.text-weight-700 {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .aptype_content.container-1360 {
    margin-top: 120px;
  }

  .aptype_features_wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .aptype_feature_item_richtext {
    flex-flow: row;
  }

  .cms_list_filter_container {
    padding-bottom: 2rem;
    padding-left: var(--padding-global);
    width: calc(100% + 2 * var(--padding-global));
    margin-bottom: 2rem;
    margin-left: calc(var(--padding-global) * -1);
  }

  .cms_list_filter_container.is-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
  }

  .collection-list-4 {
    grid-template-columns: 1fr 1fr;
  }

  .aptype_tabs_menu_wrap {
    width: 100vw;
    padding-right: var(--padding-global);
    padding-left: var(--padding-global);
    margin-left: calc(-1 * var(--padding-global));
    display: flex;
    overflow: auto;
  }

  .location-map-tag {
    left: 0;
  }

  .sticky-steps__visual {
    height: 40rem;
  }

  .aptype_tabs_content {
    height: 44rem;
    overflow: visible;
  }

  .aptype_tabs_menu_link {
    font-size: calc(.8rem + 1.4vw);
  }

  .aptype_tabs_menu_link.w--current {
    justify-content: center;
    align-items: center;
    font-size: calc(.8rem + 1.4vw);
    display: flex;
  }

  .gallery_slider_thumb_track {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    display: flex;
  }

  .collection-item-3 {
    width: 100%;
    max-width: 100%;
  }

  .map-overlay {
    border-radius: 16px;
  }

  .aptype_tabs_menu_link_text {
    font-size: calc(.8rem + 1.4vw);
  }

  .nav-top_p_wrap, .nav-top_p_wrap:where(.w-variant-10df817a-77e5-d703-efe5-a9bdefbb2e9b) {
    flex-flow: row;
    padding-bottom: 0;
  }

  .apartmetns-hero_content {
    margin-top: 120px;
  }

  .video-iframe {
    display: block;
  }

  .max-width-full.max-height-full.js-media-image {
    display: inline-block;
  }

  .renovation-wrapper {
    aspect-ratio: 2 / 3;
    border-radius: 1rem;
  }

  .renovation-nav {
    border-radius: 2rem;
    flex-flow: column;
    max-width: 100%;
    bottom: 1.5rem;
  }

  .slot-2 {
    padding-top: 8rem;
  }

  .bold-text, .bold-text:where(.w-variant-10df817a-77e5-d703-efe5-a9bdefbb2e9b) {
    font-size: 1.2rem;
  }

  .bold-text-2 {
    text-align: center;
    font-size: 1.4rem;
  }

  .bold-text-2:where(.w-variant-10df817a-77e5-d703-efe5-a9bdefbb2e9b) {
    max-width: 240px;
    font-size: 1.2rem;
  }

  .link {
    display: flex;
  }

  .renovation-nav-2 {
    border-radius: 2rem;
    flex-flow: column;
    max-width: 100%;
    bottom: 1.5rem;
  }

  .bold-text-6, .bold-text-6.dark-color-537, .bold-text-6.dark-color-537 {
    font-size: 1.2rem;
  }

  .text-cl-orange04.mobile-display-block {
    display: block;
  }

  .fee_table_container {
    margin-right: -4rem;
    position: relative;
    overflow: auto;
  }

  .nav-top_p_wrap-3 {
    flex-flow: column;
    padding-bottom: 0;
  }

  .nav-top_p_wrap-3.dark-color-533 {
    padding-bottom: 0;
  }

  .footer_logo_large-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 85vw;
    display: flex;
    overflow: visible;
  }

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

  .fee_table {
    min-width: 34rem;
  }

  .fee_table_cell {
    padding-right: .8rem;
  }
}

#w-node-e4e516d4-96fa-e6de-172f-4103c4300a4e-0876a122 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9aced978-0ba7-8c0d-bbd1-04d60d5892f8-193e7185:where(.w-variant-e55e0ccb-1da3-0092-0867-237468eebc7d) {
  grid-column: span 2 / span 2;
}

#w-node-a9643c3f-93cc-f893-a8cd-971ae73bcd2d-193e7185:where(.w-variant-e55e0ccb-1da3-0092-0867-237468eebc7d) {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-dfb50d72-e178-265b-6704-785b193e7185-193e7185:where(.w-variant-e55e0ccb-1da3-0092-0867-237468eebc7d) {
    grid-column: span 2 / span 2;
  }

  #w-node-_9aced978-0ba7-8c0d-bbd1-04d60d5892f8-193e7185:where(.w-variant-e55e0ccb-1da3-0092-0867-237468eebc7d) {
    grid-column: span 1 / span 1;
  }

  #w-node-d634b2b8-8a80-3039-c331-097580f30d70-193e7185:where(.w-variant-e55e0ccb-1da3-0092-0867-237468eebc7d), #w-node-a9643c3f-93cc-f893-a8cd-971ae73bcd2d-193e7185:where(.w-variant-e55e0ccb-1da3-0092-0867-237468eebc7d) {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e4e516d4-96fa-e6de-172f-4103c4300a4e-0876a122, #w-node-d634b2b8-8a80-3039-c331-097580f30d70-193e7185:where(.w-variant-e55e0ccb-1da3-0092-0867-237468eebc7d) {
    grid-column: span 1 / span 1;
  }
}
