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

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

@font-face {
  font-family: Tt Commons Pro;
  src: url('../fonts/TT_Commons_Pro_Regular01.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Penelope, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Penelope, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

p {
  margin-bottom: 0;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

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

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

li {
  margin-bottom: .25rem;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-color-lightgreen {
  color: #d2d8bf;
}

.text-color-green {
  color: #0f2827;
}

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

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

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

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

.heading-style-h3 {
  font-family: Penelope, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

.heading-style-h1 {
  margin-top: .25rem;
  font-family: Penelope, Arial, sans-serif;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 1;
}

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

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

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

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

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

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

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

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

.section-overflow-hidden {
  height: 100%;
  position: relative;
  overflow: clip;
}

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

.text-size-tiny {
  font-family: TT Commons Pro Trial Variable;
  font-size: .75rem;
  line-height: 1.2;
}

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-size-small {
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: .8755rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h4 {
  font-family: Penelope, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

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

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

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

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

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

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

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

.form_input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border-color--border-primary) var(--border-color--border-primary) #1b413466;
  color: #133231;
  letter-spacing: .04em;
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: 2rem;
  padding: .75rem 1rem .75rem .75rem;
  font-family: Penelope, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.form_input:focus {
  color: #133231;
  border-bottom-style: solid;
  border-bottom-color: #1b413466;
}

.form_input::placeholder {
  color: #1b413480;
  text-transform: none;
}

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

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

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

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

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

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

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

.text-size-large {
  letter-spacing: -.8px;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.heading-style-h2 {
  font-family: Penelope, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: .96;
}

.heading-style-h2.text-color-darkgreen {
  text-transform: uppercase;
}

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

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

.heading-style-h5 {
  font-family: Penelope, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

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

.button {
  color: #d2d8bf;
  text-align: center;
  text-transform: uppercase;
  background-color: #133231;
  border-radius: 100rem;
  padding: .75rem 1.5rem;
  font-family: Penelope, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: none;
  position: relative;
  overflow: clip;
}

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

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

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

.button.is-secondary {
  color: #d2d8bf;
  background-color: #133231;
  border: 1px solid #d2d8bf;
  padding: 1rem 2.3rem;
  font-size: .983125rem;
  line-height: 1;
}

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

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

.button.is-large-alt {
  color: #133231;
  -webkit-text-stroke-color: #133231;
  background-color: #d2d8bf;
  padding: 1rem 1.4rem;
  font-size: .9375rem;
  line-height: 1;
}

.button.hide-desktop {
  display: none;
}

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

.text-size-medium {
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

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

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

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

.button-group.button-group-centered {
  justify-content: center;
  align-items: center;
}

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

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

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

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

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

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

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

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 0 100%, #2d62ff4d, #0000 50%), radial-gradient(circle at 100% 60%, #2d62ff4d, #1110 20%), radial-gradient(circle at 100% 100%, #d600c433, #0000 45%);
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

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

.navbar-wrapper {
  z-index: 996;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

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

.section_home-header {
  position: relative;
  overflow: hidden;
}

.home-header_background-content {
  width: 100%;
  height: 100svh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-header_background-overlay {
  background-image: linear-gradient(#0003, #0003);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.home-header_background-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100svh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-header_component {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100svh;
  padding-bottom: 12vh;
  display: flex;
  position: relative;
}

.home-header_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 75rem;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  overflow: clip;
}

.home-header_subtext {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: .5rem;
  overflow: clip;
}

.text-style-n1 {
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-style-n1.text-color-darkgreen.resdiences-amenities-text-header {
  text-transform: uppercase;
}

.home-header_more-icon-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.home-header_more-icon_link {
  width: 1.5rem;
  position: relative;
}

.home-header_more-icon {
  height: 1.25rem;
}

.home-header_more-icon._2 {
  position: absolute;
  inset: 0%;
}

.home-header_more-icon.home-header_more-icon-alt {
  display: none;
  position: absolute;
}

.section_home-bloomscapes {
  padding-top: 12rem;
  padding-bottom: 16rem;
  position: relative;
  overflow: hidden;
}

.home-bloomscapes_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.to-delete {
  height: 100vh;
}

.home-bloomscapes_heading-wrapper {
  color: #133231;
  max-width: 34.375rem;
}

.text-color-darkgreen {
  color: #133231;
}

.home-bloomscapes_left {
  max-width: 31rem;
  padding-left: 2rem;
}

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

.home-bloomscapes_right-subheading-wrapper {
  width: 100%;
  max-width: 37rem;
  margin-bottom: 2rem;
}

.home-bloomscapes_right-content {
  max-width: 29rem;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.home-bloomscapes_flower01 {
  pointer-events: none;
  max-width: 30rem;
  position: absolute;
  inset: auto auto 0% -1rem;
  transform: rotate(-1deg);
}

.home-bloomscapes_image-wrapper {
  justify-content: center;
  align-items: center;
}

.section_home-openspaces {
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.home-openspaces_heading-wrapper {
  position: relative;
}

.heading-display-n1 {
  margin-bottom: 1.5rem;
  font-family: Penelope, Arial, sans-serif;
  font-size: 11.75rem;
  font-weight: 400;
  line-height: .85;
}

.home-openspaces_component {
  margin-left: 7rem;
}

.home-openspaces_subtext-wrapper {
  max-width: 17.75rem;
  position: absolute;
  inset: -5.2rem auto auto 24.5rem;
}

.home-openspaces_right-image {
  pointer-events: none;
  width: 100%;
  max-width: 70rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section_cta {
  background-color: #d2d5c0;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.cta_image {
  width: 100%;
  max-width: 8rem;
  margin-bottom: -.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cta_subtext {
  text-align: center;
  width: 100%;
  max-width: 43.75rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: #133231;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.footer_brand-link {
  color: #fff;
}

.footer_brand-link:hover {
  color: #d2d8bf;
}

.footer_component {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18rem;
  display: flex;
  position: relative;
}

.footer_menu {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  display: flex;
}

.footer_link {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  max-width: 100%;
  height: 1.3rem;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.footer_bottom-component {
  z-index: 5;
  grid-row-gap: 2.8125rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.footer_legal-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer_background-flower {
  position: absolute;
  inset: auto 0% -.5rem;
}

.footer_background-flower-wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.fullscreen_image {
  object-fit: cover;
  object-position: 75% 50%;
  width: 100%;
}

.section_home-stats {
  padding-top: 5rem;
  padding-bottom: 4rem;
  display: none;
  position: relative;
  overflow: visible;
}

.home-stats_component {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-stats_item {
  width: 100%;
  max-width: 11.75rem;
  height: 9rem;
  position: relative;
}

.home-stats_item.home-stats_item-alt {
  margin-top: 1.9rem;
}

.home-stats_item.home-stats_item-alt-02 {
  max-width: 10rem;
  height: 8rem;
  margin-top: .5rem;
}

.home-stats_item.home-stats_item-01 {
  max-width: 10rem;
  height: 8rem;
}

.home-stats_text {
  color: #133231;
  text-transform: uppercase;
  margin-left: .3rem;
  font-family: TT Commons Pro Trial Variable;
  font-weight: 500;
}

.section_home-floorplans {
  z-index: 3;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}

.home-floorplans_heading-wrapper {
  text-transform: none;
  max-width: 28rem;
  margin-bottom: 2rem;
  margin-left: auto;
}

.home-floorplans_component {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.home-floorplans_button-wrapper {
  max-width: 28rem;
  margin-left: auto;
}

.section_home-amenities {
  padding-top: 10rem;
  position: relative;
}

.section_home-location {
  background-color: #133231;
  padding-top: 7rem;
  padding-bottom: 13.0625rem;
  position: relative;
  overflow: hidden;
}

.home-location_component-top {
  margin-bottom: 27.0625rem;
}

.home-location_component-top_heading-wrapper {
  color: #fff;
  max-width: 47.125rem;
  margin-bottom: 2rem;
}

.home-location_content-top {
  max-width: 32rem;
}

.text-color-white {
  color: #fff;
}

.home-location_component-bottom {
  max-width: 32rem;
  margin-left: auto;
  margin-right: 2rem;
}

.home-location_content-bottom {
  margin-bottom: 2rem;
}

.home-location_flower01 {
  pointer-events: none;
  width: 100%;
  max-width: 55rem;
  position: absolute;
  inset: .4rem -2rem auto auto;
}

.home-location_flower02 {
  pointer-events: none;
  width: 42rem;
  position: absolute;
  inset: auto auto -3.4rem -7.1rem;
}

.home-bloomscapes_image {
  object-fit: cover;
  width: 100%;
  height: 18rem;
}

.home-amenities_top-left {
  z-index: 1;
  position: relative;
}

.home-amenities_gallery {
  overflow: clip;
}

.home-amenities_gallery-row01 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-amenities_gallery-row02-track {
  display: flex;
}

.home-amenities_gallery-image-wrapper {
  width: 100%;
  min-height: 12rem;
  position: relative;
}

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

.marquee-contents {
  grid-row-gap: 1rem;
  margin-bottom: .7rem;
  display: flex;
}

.marquee-contents.scroll, .marquee-contents.scroll.reverse {
  grid-column-gap: 1rem;
}

.home-amenities_gallery-row02 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-amenities_gallery-image-text {
  z-index: 5;
  color: #fff;
  font-family: Penelope, Arial, sans-serif;
  font-weight: 400;
  position: absolute;
  inset: auto auto 1rem 1rem;
}

.home-amenities_gallery-image-overlay {
  z-index: 4;
  background-image: linear-gradient(0deg, #00000080, #fff0);
  width: 100%;
  height: 35%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-amenities_decorative-fly {
  height: 20rem;
  display: none;
  position: absolute;
  inset: -10.2rem auto auto 31%;
}

.section_amenities-quality {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.amenities-quality_component {
  min-height: 59.375rem;
  position: relative;
}

.amenities-quality_heading-wrapper {
  z-index: 5;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.amenities-quality_heading {
  letter-spacing: -.04em;
  font-family: Penelope, Arial, sans-serif;
  font-size: 4.75rem;
  font-weight: 400;
}

.amenities-quality_image-component {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.amenities-quality_image-wrapper01 {
  background-color: #8d6c6c;
  width: 100%;
  max-width: 12.75rem;
  height: 14.625rem;
  position: absolute;
  inset: 2rem auto auto 3rem;
}

.amenities-quality_image-wrapper02 {
  background-color: #8d6c6c;
  width: 100%;
  max-width: 14.8125rem;
  height: 19.75rem;
  position: absolute;
  inset: auto auto 12.7rem 0%;
}

.amenities-quality_image-wrapper03 {
  background-color: #8d6c6c;
  width: 100%;
  max-width: 19.9375rem;
  height: 25.9375rem;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.amenities-quality_image-wrapper04 {
  background-color: #8d6c6c;
  width: 100%;
  max-width: 19.9375rem;
  height: 25rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.amenities-quality_content-cta-wrapper {
  z-index: 5;
  width: 100%;
  max-width: 26.75rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section_amenities-outdoor {
  color: #fff;
  background-color: #1b312f;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section_amenities-wellness {
  color: #fff;
  background-color: #e16b28;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section_amenities-community {
  color: #fff;
  background-color: #3a4e89;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section_amenities-area {
  background-color: #cbd6bd;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.amenities-area_heading {
  margin-bottom: 8.75rem;
}

.amenities-area_large-text-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.amenities-area_large-text {
  color: #133231;
  letter-spacing: -.04em;
  font-family: Penelope, Arial, sans-serif;
  font-size: 16.75rem;
  font-weight: 400;
  line-height: .9;
}

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

.amenities-area_left-content {
  margin-left: 0;
}

.amenities-area_left-text {
  color: #133231;
  font-family: Penelope, Arial, sans-serif;
  font-size: 7.625rem;
  font-weight: 400;
  line-height: 1;
}

.amenities-area_right-content {
  max-width: 30rem;
  margin-right: 1.5rem;
}

.amenities-area_component {
  max-width: 59rem;
  margin-left: auto;
}

.section_amenities-outdoor-sticky-wrapper {
  min-height: 200vh;
  position: relative;
}

.amenities-parallax_image-track {
  background-image: none;
  border: 2px #fff;
  width: 100%;
  height: 200vh;
  position: relative;
  inset: 0% auto auto 0%;
}

.amenities-parallax_image-item01 {
  position: absolute;
  inset: 3% auto auto 5%;
}

.amenities-parallax_image-01-wrapper {
  justify-content: center;
  align-items: center;
  width: 27rem;
  height: 17rem;
  margin-bottom: 1.25rem;
  overflow: clip;
}

.amenities-parallax_image {
  transform-origin: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.amenities-parallax_image-text {
  color: #fff;
  font-family: Penelope, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.amenities-parallax_image-item02 {
  position: absolute;
  inset: auto 4% 55% auto;
}

.amenities-parallax_image-02-wrapper {
  width: 27rem;
  height: 17rem;
  margin-bottom: 1.25rem;
  overflow: clip;
}

.amenities-outdoor_image-item03 {
  position: absolute;
  inset: auto auto 30% 2%;
}

.amenities-outdoor_image-item04 {
  position: absolute;
  inset: auto 10% 5% auto;
}

.section_amenities-wellness-sticky-wrapper {
  min-height: 200vh;
  position: relative;
}

.amenities-parallax_image-03-wrapper, .amenities-parallax_image-04-wrapper {
  width: 27rem;
  height: 17rem;
  margin-bottom: 1.25rem;
  overflow: clip;
}

.section_amenities-community-sticky-wrapper {
  min-height: 200vh;
  position: relative;
}

.section_amenities-parallax-wrapper {
  min-height: 600vh;
  position: relative;
}

.section_amenities-parallax {
  color: #fff;
  background-color: #1b312f;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.amenities-parallax_image-track-component {
  position: absolute;
  inset: 0%;
}

.section_amenities-hero {
  background-color: #cbd6bd;
  height: 100vh;
  padding-top: 5.7rem;
  position: relative;
  overflow: clip;
}

.amenities-hero_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  min-height: 80vh;
  display: flex;
}

.amenities-hero_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 44rem;
  padding-top: 4.2rem;
  display: flex;
}

.heading-display-02 {
  letter-spacing: -.06em;
  font-family: Penelope, Arial, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: .95;
}

.amenities-hero_image {
  pointer-events: none;
  width: 100%;
  max-width: 76.25rem;
  position: absolute;
  inset: 9% -5% auto auto;
  overflow: hidden;
}

.test-image-wrapper {
  background-color: #a39b9b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.test-image-wrapper02 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.image {
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 100%;
  height: 100%;
}

.image01 {
  z-index: 1;
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 100%;
  height: 100%;
}

.div-block {
  z-index: 1;
  perspective-origin: 50%;
  transform-origin: 50%;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  position: sticky;
  top: 0;
}

.button-2 {
  display: none;
}

.home-amenities_top-heading {
  width: 100%;
  max-width: 53.125rem;
}

.home-bloomscapes_right-button-wrapper {
  margin-bottom: 4rem;
}

.section_bloomscapes-hero {
  position: relative;
}

.bloomscapes-hero_component {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100svh;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.bloomscapes-hero_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.bloomscapes-hero_heading {
  color: #133231;
  font-family: Penelope, Arial, sans-serif;
  font-size: 4.375rem;
  font-weight: 400;
}

.bloomscapes-hero_eyebrow-wrapper {
  margin-bottom: 1.25rem;
}

.section_bloomscapes-flowers {
  padding-top: 10rem;
  padding-bottom: 14.625rem;
}

.bloomscapes-flowers_component {
  justify-content: space-between;
  display: flex;
}

.bloomscapes-flowers_left {
  max-width: 32rem;
}

.bloomscapes-flowers_left-heading {
  color: #0f2827;
  letter-spacing: -.05em;
  font-family: Penelope, Arial, sans-serif;
  font-size: 7.875rem;
  font-weight: 400;
  line-height: .9;
}

.bloomscapes-flowers_right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 28rem;
  display: flex;
}

.section_bloomscapes-gallery {
  padding-bottom: 50rem;
  position: relative;
}

.bloomscapes-gallery_item01 {
  flex: 1;
  width: 100%;
  max-width: 20rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bloomscapes-gallery_image-wrapper01 {
  background-color: #f3f3f3;
  min-height: 28.6875rem;
  margin-bottom: .875rem;
  position: relative;
  overflow: clip;
}

.bloomscapes-gallery_text {
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
}

.bloomscapes-gallery_item02 {
  width: 100%;
  max-width: 24rem;
  position: absolute;
  inset: 66% auto auto 29%;
}

.bloomscapes-gallery_image-wrapper02 {
  background-color: #ddd;
  min-height: 23.4375rem;
  margin-bottom: .875rem;
  position: relative;
  overflow: clip;
}

.bloomscapes-gallery_item03 {
  flex: 0 auto;
  width: 100%;
  max-width: 23.1875rem;
  position: absolute;
  inset: 0% 4% auto auto;
}

.bloomscapes-gallery_image-wrapper03 {
  background-color: #f5f8ed;
  min-height: 25.75rem;
  margin-bottom: .875rem;
  position: relative;
  overflow: clip;
}

.bloomscapes-gallery_row01 {
  justify-content: space-between;
  min-height: 30rem;
  display: flex;
  position: relative;
}

.bloomscapes-gallery_row02 {
  justify-content: space-between;
  min-height: 33rem;
  display: flex;
  position: relative;
}

.bloomscapes-gallery_item04 {
  flex: 1;
  width: 100%;
  max-width: 22.9375rem;
  position: absolute;
  inset: 52% auto auto 0%;
}

.bloomscapes-gallery_item05 {
  flex: 1;
  width: 100%;
  max-width: 16.8125rem;
  position: absolute;
  inset: 75% auto auto 34%;
}

.bloomscapes-gallery_image-wrapper04 {
  background-color: #f3f3f3;
  min-height: 28.6875rem;
  margin-bottom: .875rem;
  position: relative;
  overflow: clip;
}

.bloomscapes-gallery_image-wrapper05 {
  background-color: #c6c6c6;
  min-height: 22.375rem;
  margin-bottom: .875rem;
  position: relative;
}

.bloomscapes-gallery_item06 {
  flex: 1;
  width: 100%;
  max-width: 25.375rem;
  position: absolute;
  inset: 48% 0% auto auto;
}

.bloomscapes-gallery_image-wrapper06 {
  background-color: #d4d4d4;
  min-height: 31.6875rem;
  margin-bottom: .875rem;
  position: relative;
  overflow: clip;
}

.bloomscapes-gallery_row03 {
  min-height: 35rem;
  display: flex;
  position: relative;
}

.bloomscapes-gallery_item07 {
  flex: 1;
  width: 100%;
  max-width: 26.75rem;
  position: absolute;
  inset: 52% auto auto 0%;
}

.bloomscapes-gallery_image-wrapper07 {
  background-color: #f3f3f3;
  min-height: 23.4375rem;
  margin-bottom: .875rem;
  position: relative;
  overflow: clip;
}

.bloomscapes-gallery_item08 {
  flex: 1;
  width: 100%;
  max-width: 19rem;
  position: absolute;
  inset: 68% auto auto 41%;
}

.bloomscapes-gallery_image-wrapper08 {
  background-color: #8d8b8b;
  min-height: 21.125rem;
  margin-bottom: .875rem;
  position: relative;
}

.bloomscapes-gallery_item09 {
  flex: 1;
  width: 100%;
  max-width: 19rem;
  position: absolute;
  inset: 134% auto auto 13%;
}

.bloomscapes-gallery_image-wrapper09 {
  background-color: #b0b0b0;
  min-height: 21.125rem;
  margin-bottom: .875rem;
  position: relative;
  overflow: clip;
}

.bloomscapes-gallery_item10 {
  flex: 1;
  width: 100%;
  max-width: 19.1875rem;
  position: absolute;
  inset: 57% auto auto 69%;
}

.bloomscapes-gallery_image-wrapper10 {
  background-color: #676666;
  min-height: 25.5625rem;
  margin-bottom: .875rem;
  position: relative;
  overflow: clip;
}

.bloomscapes-gallery_row04 {
  min-height: 24rem;
  display: flex;
  position: relative;
}

.bloomscapes-gallery_item11 {
  flex: 1;
  width: 100%;
  max-width: 24.8125rem;
  position: absolute;
  inset: 151% auto auto 7%;
}

.bloomscapes-gallery_image-wrapper11 {
  background-color: #f3f3f3;
  min-height: 22.1875rem;
  margin-bottom: .875rem;
  position: relative;
  overflow: clip;
}

.bloomscapes-gallery_item12 {
  flex: 1;
  width: 100%;
  max-width: 21rem;
  position: absolute;
  inset: 79% auto auto 55%;
}

.bloomscapes-gallery_image-wrapper12 {
  background-color: #d0d0d0;
  min-height: 26.1875rem;
  margin-bottom: .875rem;
  position: relative;
  overflow: clip;
}

.section_bloomscapes-fullscreen {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

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

.navbar {
  z-index: 997;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.625rem;
  padding-right: 2.6rem;
  display: flex;
  position: relative;
}

.navbar.alt {
  filter: invert();
}

.navbar_link {
  color: #133231;
  text-transform: uppercase;
  height: 1.5rem;
  font-family: TT Commons Pro Trial;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.navbar_link.hide-logo-tablet.navbar_logo-link {
  height: auto;
}

.home-openspaces_heading-wrapper02 {
  position: relative;
}

.bloomscapes-gallery_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-openspaces_component02 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 30rem;
  margin-bottom: 15rem;
  display: flex;
}

.home-openspaces_subtext-wrapper02 {
  width: 100%;
  max-width: 17.5rem;
  position: absolute;
  inset: 3.3rem auto auto -19.1rem;
}

.home-openspaces_left-image {
  pointer-events: none;
  width: 100%;
  max-width: 70rem;
  position: absolute;
  inset: auto auto -10.9rem 0%;
}

.home-amenities_top-component {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
  display: flex;
}

.section_amenities-fullscreen {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.amenities-fullscreen_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.section_amenities-masterplan {
  background-color: #cbd6bd;
  padding-top: 8.7rem;
}

.amenities-masterplan_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.amenities-masterplan_item-left {
  grid-row-gap: 1.875rem;
  color: #133231;
  flex-flow: column;
  max-width: 36rem;
  display: flex;
}

.amenities-masterplan_item-left-heading {
  font-family: Penelope, Arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
}

.amenities-masterplan_item-left-heading-wrapper {
  width: 100%;
  max-width: 35rem;
  margin-bottom: 1.25rem;
  overflow: clip;
}

.preloader {
  z-index: 99999;
  background-color: #0f2827;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.preloader-embed {
  display: none;
}

.amenities-masterplan_item-left-subtext-wrapper {
  max-width: 23rem;
}

.amenities-parallax_image-text-wrapper {
  max-width: 20rem;
}

.footer_brand-image {
  height: 5rem;
}

.section_residences-hero {
  background-color: #fff;
  min-height: 105vh;
  padding-top: 16rem;
  padding-bottom: 7.8125rem;
  position: relative;
  overflow: hidden;
}

.residences-hero_component {
  z-index: 1;
  padding-bottom: 3rem;
  position: relative;
}

.residence-hero_heading01-wrapper {
  grid-column-gap: 1.3125rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.residences-hero-heading-display {
  color: #133231;
  font-family: Penelope, Arial, sans-serif;
  font-size: 7.5625rem;
  font-weight: 400;
  line-height: 1;
}

.residence-hero_text {
  width: 100%;
  max-width: 11.625rem;
  margin-bottom: 4vh;
}

.residence-hero_text.hide-residences-hero-text-tablet {
  overflow: hidden;
}

.residence-hero_text.hide-residences-hero-text-desktop {
  display: none;
}

.residence-hero_heading02-wrapper {
  display: flex;
}

.residence-hero_heading02-empty {
  width: 20rem;
  height: auto;
}

.residence-hero_heading03-wrapper {
  display: flex;
}

.residence-hero_heading03-empty {
  width: 28rem;
  height: auto;
}

.residence-hero_heading03 {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  flex: none;
  display: flex;
}

.residence-hero_text-wrapper {
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 13.875rem;
  display: flex;
  overflow: hidden;
}

.residences-hero_image-wrapper {
  transform-style: preserve-3d;
  position: absolute;
  inset: auto auto -6rem -6.4rem;
}

.residences-hero_image {
  max-width: 50rem;
  height: 50rem;
}

.section_residences-block {
  background-color: #133231;
  width: 100vw;
  max-width: 100vw;
  position: relative;
}

.section_residences-block.hide-residences-lottie-tablet {
  display: none;
}

.section_residence-gallery {
  padding-top: 3.1rem;
  padding-bottom: 3.5rem;
}

.residence-gallery-slider-wrapper {
  padding-left: .8125rem;
  padding-right: .8125rem;
}

.residence-gallery-slider {
  background-color: #fff;
  min-height: 100vh;
}

.residence-gallery-slide-image-wrapper {
  height: 100vh;
  overflow: hidden;
}

.residence-gallery-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.residence-gallery-left-arrow {
  background-color: #133131;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  left: -2.1875rem;
}

.residence-gallery-arrow {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.residence-gallery-right-arrow {
  background-color: #133131;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  right: -2.1875rem;
}

.slide-nav {
  display: none;
}

.section_residences-detail {
  z-index: 1;
  display: none;
  position: relative;
  overflow: clip;
}

.section_residences-detail.residences-detail-hide-desktop {
  display: none;
}

.residences-detail_component {
  position: relative;
}

.residences-detail_horizontal-wrapper {
  grid-row-gap: 3.25rem;
  flex-flow: column;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.residences-detail_horizontal-wrapper_info-card {
  height: auto;
  padding-left: 2.5rem;
  display: flex;
}

.residences-detail_content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.residences-detail_heading {
  width: 100%;
  max-width: 25.75rem;
  margin-bottom: 3rem;
  padding-top: 1.8rem;
}

.residences-detail-heading-display {
  color: #0f2827;
  letter-spacing: -.04em;
  font-family: Penelope, Arial, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

.residences-detail_empty {
  height: 28rem;
  display: none;
}

.residences-detail-text-wrapper {
  grid-row-gap: 1.8125rem;
  flex-flow: column;
  width: 100%;
  max-width: 20.4375rem;
  display: flex;
}

.text-style-n2 {
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.residences_horizontal-wrapper-right {
  border: 1px #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  flex-flow: column;
  flex: none;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.about_horizontal-wrapper-right_content {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 100%;
  max-width: 100%;
  height: 60vh;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.residences_horizontal-wrapper-right_image-wrapper.residences_horizontal-image-height-wrapper {
  height: 60vh;
}

.residences_horizontal-wrapper-right_image {
  aspect-ratio: 16 / 9;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.residences_horizontal-wrapper-right_image.residences_horizontal-image-height {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 75% 50%;
  height: 60vh;
}

.residences_horizontal-wrapper_right-text-wrapper {
  border-top: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  padding-bottom: 2rem;
  padding-left: 1.4375rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.residences-horizontal-wrapper-heading {
  color: #0f2827;
  letter-spacing: -.004em;
  font-family: Penelope, Arial, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: .8;
}

.residences-horizontal-wrapper-text-wrapper {
  max-width: 2622rem;
}

.residences-horizontal-text {
  color: #0f2827;
  letter-spacing: -.004em;
  font-family: Penelope, Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1;
}

.section_residences-generations {
  background-color: #d2d8bf;
  height: auto;
  position: relative;
  overflow: clip;
}

.residences-generations_component {
  grid-template-rows: auto;
  grid-template-columns: minmax(26.5625rem, .5fr) minmax(23.0625rem, 1fr) minmax(38.4375rem, 1fr);
  grid-auto-columns: 1fr;
  height: auto;
  padding-bottom: 2rem;
  display: grid;
}

.residences-generations_item01-wrapper {
  position: relative;
}

.residences-generations_item01-top-empty {
  height: 9.3125rem;
}

.residences-generations_item01 {
  height: 33.25rem;
}

.residences-generations_item01-heading {
  width: 100%;
  max-width: 26rem;
}

.residences-generations_item01-image-wrapper {
  margin-top: 6.875rem;
  padding-left: 1rem;
  display: flex;
}

.residences-generations_item01-text-wrapper {
  width: 100%;
  max-width: 16.5rem;
  margin-top: 1.1rem;
  margin-left: 1rem;
  padding-top: 2rem;
  position: relative;
}

.residences-generations_item01-divider {
  background-color: #133231;
  width: 95vw;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto 2.1875rem;
}

.residences-generations_item01-bottom-empty {
  height: 14rem;
}

.residences-generations_item02-wrapper {
  padding-left: 1.0625rem;
  position: relative;
}

.residences-generations_item02-top-empty {
  height: 12rem;
}

.residences-generations_item02 {
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.residences-generations_item02-text-wrapper {
  width: 100%;
  max-width: 16.5rem;
}

.residences-generations_item02-middle-empty {
  height: 12rem;
}

.residences-generations_item02-alt {
  grid-row-gap: 2.1875rem;
  flex-flow: column;
  padding-top: .75rem;
  display: flex;
}

.residences-generations_item02-alt-text-wrapper {
  width: 100%;
  max-width: 19.25rem;
}

.residences-genertaions_item02-divider {
  background-color: #133231;
  width: 100%;
  max-width: 1px;
  height: 51.6875rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.residences-generations_item03-wrapper {
  padding-left: .9375rem;
  position: relative;
}

.residences-generations_item03-top-empty {
  height: 5.625rem;
}

.residences-generations_item03 {
  grid-column-gap: 1rem;
  justify-content: space-between;
  padding-right: 3rem;
  display: flex;
}

.residences-generations_item03-text-wrapper {
  width: 100%;
  max-width: 19.0625rem;
  padding-top: 1.8125rem;
}

.residences-generations_item03-middle-empty {
  height: 7rem;
}

.residences-generations_item03-alt {
  grid-row-gap: 2.0625rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.residences-generations_item03-alt-image-wrapper {
  justify-content: space-between;
  display: flex;
}

.residences-generations_item03-text-alt-wrapper {
  width: 100%;
  max-width: 17.75rem;
  padding-top: 1rem;
}

.residences-generations-item03-divider {
  background-color: #133231;
  width: 100%;
  max-width: 80%;
  height: 1px;
  position: absolute;
  inset: 0% -2.5rem auto auto;
}

.residences-generations-item03-alt-divider {
  background-color: #133231;
  width: 100%;
  max-width: 1px;
  height: 32rem;
  position: absolute;
  inset: auto auto -11.7rem 23rem;
}

.residences-generations_item03-divider {
  background-color: #133231;
  width: 100%;
  max-width: 1px;
  height: 52rem;
  position: absolute;
  inset: auto auto -2.5rem 0%;
}

.section_residence-plans {
  background-color: #133231;
  padding-top: 4.4rem;
  padding-bottom: 4.4rem;
  overflow: hidden;
}

.residences-plans_component {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.residences-plans_image {
  width: 100%;
}

.residences-plans_content-wrapper {
  grid-row-gap: 2.6875rem;
  flex-flow: column;
  flex: none;
  padding-top: 5.3rem;
  display: flex;
}

.residences-plans_content {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 36rem;
  display: flex;
}

.residences-plans_text {
  width: 100%;
  max-width: 24.25rem;
}

.residences-plans_button-wrapper {
  grid-column-gap: .59125rem;
  flex-flow: row;
  display: flex;
}

.section_residences-amenities {
  background-color: #f6e48f;
  height: auto;
  padding-top: 2.3rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.residences-amenities_component {
  grid-row-gap: 4.1875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.residences-amenities-heading {
  flex: none;
  width: 100%;
  max-width: 40rem;
}

.residences-amenities_item-component {
  grid-row-gap: 4.1875rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.residences-amenities_project-level {
  grid-row-gap: 1.1875rem;
  flex-flow: column;
  display: flex;
}

.residences-amenities-heading-display {
  color: #133331;
  text-transform: uppercase;
  font-family: Penelope, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

.residences-amenities_project-item-wrapper {
  grid-column-gap: 5.8125rem;
  flex-flow: row;
  display: flex;
}

.residences-amenities_project-item {
  grid-row-gap: .3125rem;
  flex-flow: column;
  width: 100%;
  max-width: 19.4375rem;
  display: flex;
}

.residences-amenities_level-heading {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.residences-amenities_level-open-wrapper {
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.residences-amenities_level-open {
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.residences-amenities_unit-level-heading-wrap {
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.residences-amenities_unit-level-heading {
  grid-column-gap: .875rem;
  text-transform: none;
  flex-flow: row;
  display: flex;
  overflow: hidden;
}

.residence-drop-arrow {
  width: .6875rem;
  transform: rotate(180deg);
}

.residence-amenities_level-item-wrapper {
  grid-column-gap: 5.8125rem;
  flex-flow: row;
  display: flex;
}

.residence-amenities_level-item {
  grid-row-gap: .3125rem;
  flex-flow: column;
  width: 100%;
  max-width: 22rem;
  display: flex;
}

.residence-amenities_level-item-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_location-hero {
  position: relative;
}

.location-hero_component {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100svh;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.location-hero_content-wrapper {
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.location-hero_heading-wrapper {
  width: 100%;
  max-width: 50.0625rem;
}

.location-hero-content {
  width: 100%;
  max-width: 44.6875rem;
}

.location-hero_image-wrapper {
  height: 100svh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.section_location-map {
  padding-top: 4.25rem;
  padding-bottom: 6.875rem;
}

.location-map_image-wrapper {
  overflow: hidden;
}

.section_location-duration {
  padding-top: 5rem;
  padding-bottom: 5.125rem;
}

.location-duration_component {
  grid-row-gap: 5.1875rem;
  flex-flow: column;
  display: flex;
}

.location-duration_content-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.location-duration_heading {
  width: 100%;
  max-width: 39.125rem;
}

.location-heading-display {
  color: #0f2827;
  letter-spacing: -.04em;
  font-family: Penelope, Arial, sans-serif;
  font-size: 7.875rem;
  font-weight: 400;
  line-height: .9;
}

.location-duration_text {
  width: 100%;
  max-width: 26rem;
}

.location-duration_item-component {
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.location-duration_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 3fr 25rem;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.location-duration_left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 4.5rem;
  display: flex;
}

.location-duration_line {
  border: 1px dashed #00000057;
  width: 100%;
  max-width: 100%;
  height: 1px;
}

.location-duration-image-wrapper {
  margin-left: -2rem;
}

.location-duration-image {
  width: 100%;
  height: 100%;
}

.section_location-fullview, .location-fullview_image-wrapper {
  min-height: 100vh;
  overflow: hidden;
}

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

.section_location-explore {
  background-color: #fff;
  padding-top: 4rem;
  display: block;
  position: relative;
  overflow: clip;
}

.location-explore_component {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 90vh;
  padding-bottom: 3.7rem;
  display: flex;
}

.location-explore_component.location-explore_component-alt {
  height: auto;
  display: block;
}

.location-explore_content-wrapper {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.location-explore_text {
  width: 100%;
  max-width: 40.25rem;
}

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

.location-explore_image {
  max-width: 50rem;
}

.section_about-hero {
  position: relative;
}

.about-hero_component {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 100svh;
  padding-bottom: 2.4375rem;
  display: flex;
  position: relative;
}

.about-hero_content-wrapper {
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.about-hero-heading {
  width: 100%;
  max-width: 47.5625rem;
}

.about-heading-display {
  color: #fff;
  font-family: Penelope, Arial, sans-serif;
  font-size: 6.625rem;
  font-weight: 400;
  line-height: .9;
}

.about-hero_image-wrapper {
  min-height: 100svh;
  position: absolute;
  inset: 0%;
}

.about-hero_image {
  object-fit: cover;
  width: 100%;
  min-height: 100svh;
}

.section_about-intro {
  background-color: #eb3739;
  position: relative;
}

.about-intro_component {
  padding-top: 32.375rem;
  padding-right: 4rem;
}

.abou-intro-content-wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.about-intro-content {
  grid-row-gap: 4.0625rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 38rem;
  padding-right: 1rem;
  display: flex;
}

.about-intro-text-wrapper01 {
  width: 100%;
  max-width: 35rem;
}

.about-intro-text-wrapper02 {
  width: 100%;
  max-width: 28.8125rem;
}

.about-intro-image-wrapper {
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-intro-image {
  z-index: 15;
  pointer-events: none;
  max-width: 55rem;
  position: relative;
}

.section-about-features {
  background-color: #eb3739;
  padding-top: 9.5625rem;
  padding-bottom: 13.1875rem;
  position: relative;
  overflow: hidden;
}

.about-features_component {
  grid-row-gap: 9.625rem;
  flex-flow: column;
  padding-top: 19.9375rem;
  display: flex;
}

.about-feature-heading {
  width: 100%;
  max-width: 43rem;
}

.about-feature_item-component {
  grid-column-gap: 13.3125rem;
  grid-row-gap: 4.125rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 5.9375rem;
  display: grid;
}

.about-feature_item {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.about-features_image-wrapper {
  z-index: 1;
  position: absolute;
  inset: -1rem -1rem auto auto;
}

.about-features_image {
  z-index: 1;
  max-width: 36rem;
}

.section_about-industry {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.about-industry_component {
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.about-industry_heading-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-industry_heading {
  width: 100%;
  max-width: 43rem;
}

.about-industry_item-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.about-indsutry_item {
  grid-row-gap: 2.625rem;
  border-radius: 10.92px;
  flex-flow: column;
  padding: 1rem .875rem;
  display: flex;
}

.about-indsutry_item.about-industry_item01 {
  background-color: #f6e48f;
}

.about-indsutry_item.about-industry_item02 {
  background-color: #d1d6c0;
}

.about-indsutry_item.about-industr_item03 {
  background-color: #eac2ac;
}

.about-indsutry_item-image {
  width: 100%;
}

.about-industry-heading {
  color: #133131;
  font-family: Penelope, Arial, sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: .97;
}

.section_contact-hero {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.contact-hero_component {
  z-index: 1;
  grid-row-gap: 5.375rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15rem;
  padding-bottom: 22.5rem;
  display: flex;
  position: relative;
}

.contact-hero_heading-wrapper {
  grid-row-gap: .875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 58rem;
  display: flex;
}

.contact-hero_form-wrapper {
  width: 100%;
  max-width: 42rem;
}

.contact-hero_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

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

.form-text-wrapper {
  width: 100%;
  max-width: 25rem;
}

.form-text {
  color: #1b4134;
  letter-spacing: -.002em;
  font-family: Penelope, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2;
}

.submit-button {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #133231;
  border-radius: 4.375rem;
  padding: .75rem 1.875rem;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.contact-hero-image01-wrapper {
  position: absolute;
  inset: -3rem auto auto -1rem;
}

.contact-hero-image01 {
  max-width: 25rem;
}

.contact-hero-image02-wrapper {
  position: absolute;
  inset: auto -1.5rem -2rem auto;
}

.contact-hero-image02 {
  width: 100%;
  max-width: 25rem;
}

.footer-text {
  font-family: Tt Commons Pro, Arial, sans-serif;
}

.location-hero-spacer {
  width: 100%;
  height: 15.9375rem;
}

.bloomscapes-hero_spacer {
  width: 100%;
  height: 18rem;
}

.residences-block-lottie {
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  display: block;
}

.residences-block-lottie_sticky-wrapper {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
}

.section-residence-tower {
  background-color: #133231;
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
}

.section-residence-tower.residence-tower_hide-desktop {
  display: none;
}

.residences-tower_item {
  position: relative;
}

.residences-tower_item.residences-tower-a {
  max-width: 45rem;
}

.residences-tower_item.residences-tower-b {
  margin-left: 15rem;
}

.residences-tower_item.residences-tower-c {
  margin-left: 20rem;
}

.residences-tower_item.residences-tower-d {
  margin-left: 28rem;
}

.residences-tower_item-tower-image {
  height: 35rem;
}

.residences-tower_item-tower-image-wrap {
  width: 100%;
  max-width: 100%;
}

.residences-tower_item-left {
  width: 100%;
  max-width: 32.875rem;
  position: relative;
}

.residences-tower_item-right {
  position: absolute;
  inset: 10rem auto auto 22rem;
}

.residences-tower_item-right.residences-tower_item-right-cloud-b, .residences-tower_item-right.residences-tower_item-right-cloud-d {
  left: 27.4rem;
}

.residences-tower_item-large-cloud {
  width: 100%;
  max-width: 23rem;
  position: absolute;
  inset: -6.4rem -5.6rem auto auto;
}

.residences-tower_item-small-cloud {
  width: 100%;
  max-width: 19rem;
  position: absolute;
  inset: 2rem auto auto -9.4rem;
}

.residences-tower_item-content-wrapper {
  flex-flow: column;
  display: flex;
}

.residences-tower-heading {
  color: #fff;
  font-family: Penelope, Arial, sans-serif;
  font-weight: 400;
  line-height: .9;
}

.residences-tower_text-wrapper {
  grid-row-gap: .3125rem;
  border-bottom: 1px dashed #fff3;
  flex-flow: column;
  padding-top: 2.8rem;
  padding-bottom: 1rem;
  display: flex;
}

.residneces-tower-text {
  color: #fff;
  font-family: Penelope, Arial, sans-serif;
  font-weight: 400;
  line-height: .9;
}

.residences-tower_amenities-wrapper {
  padding-top: 1rem;
}

.residences-tower_amenities {
  grid-column-gap: .75rem;
  display: flex;
}

.residences-tower_amenities-text {
  color: #fff;
  font-family: Penelope, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.residences-tower-empty {
  height: 9rem;
}

.button-bg {
  background-color: #cbd6bd;
  border-radius: 100rem;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.button-bg.white-bg {
  background-color: #fff;
  border: 1px #fff;
}

.button-text-wrap {
  z-index: 1;
  position: relative;
}

.section_amenities-tabs {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.amenities-tabs_component {
  grid-row-gap: 2.9375rem;
  flex-flow: column;
  display: flex;
}

.amenities-tabs_heading {
  width: 100%;
  max-width: 32.5625rem;
}

.amenities-tabs-heading-display {
  color: #133231;
  letter-spacing: -.04em;
  font-family: Penelope, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: .94;
}

.amenities-tabs_menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  display: flex;
}

.amenities-tabs_link {
  color: #133231;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #133231;
  border-radius: 60.2px;
  flex: none;
  padding: 1rem 2.5rem;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.amenities-tabs_link.w--current {
  color: #fff;
  background-color: #133231;
}

.amenities-tabs_content {
  margin-top: 2.8125rem;
}

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

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

.amenities-tabs_item-icon-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.amenities-tabs_item-icon {
  width: 100%;
  max-width: 5rem;
  height: 3.125rem;
}

.amenities-tabs_text-wrapper {
  width: 100%;
  max-width: 12rem;
}

.amenities-tabs-text {
  color: #133231;
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.amenities-masterplan_item-image {
  width: 100%;
  max-width: 53.625rem;
}

.residences-generarions_item02-divider-alt, .residences-generations_item02-divider-alt, .residences-generations_item03-divider-alt, .residences-generations_item03-divider-middle {
  display: none;
}

.bloomscapes-hero-heding-display {
  color: #133231;
  font-family: Penelope, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: .96;
}

.preloader-alt {
  z-index: 999;
  background-color: #133231;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-logo-link.hide-logo-desktop {
  display: none;
}

.nav-menu-wrap {
  color: #fff;
}

.nav-menu-wrap.hide-nav-menu-wrap-desktop {
  display: none;
}

.code-embed {
  color: #133231;
}

.home-stats_item-lottie {
  width: 100%;
  max-width: 11.75rem;
  height: 8rem;
}

.home-stats_item-lottie.home-stats_item-lottie-alt {
  margin-top: 1.5rem;
}

.home-stats_item-lottie.home-stats_item-lottie-02 {
  z-index: 1;
  opacity: 0;
  width: 100%;
  max-width: 11.75rem;
  height: 8rem;
  position: absolute;
  inset: 0%;
}

.home-stats_item-lottie.home-stats_lottie-01, .home-stats_item-lottie.home-stats_item-03-lottie {
  max-width: 11.75rem;
  height: 8rem;
}

.home-stats_item-lottie.home-stats_item-lottie-04-alt {
  z-index: 1;
  opacity: 0;
  width: 100%;
  max-width: 10rem;
  height: 8rem;
  position: absolute;
  inset: 0%;
}

.residences-amenities-heading-display-alt {
  color: #133331;
  text-transform: uppercase;
  font-family: Penelope, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.preloader_embed-desktop {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.preloader_embed-mobile, .marquee-animation-code-embed {
  display: none;
}

.residences-detail-arrow-link {
  position: absolute;
  inset: auto 2.5rem 0% auto;
  transform: rotate(90deg);
}

.footer_link-title {
  color: #fff;
  height: 1.5rem;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.footer_link-copy {
  color: #fff;
  font-family: TT Commons Pro Trial Variable;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.home-amenities-lottie-wrapper {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: -64% 0% auto;
  overflow: hidden;
}

.section_legal-hero {
  background-color: #d2d8bf;
  padding-top: 13rem;
  padding-bottom: 10rem;
}

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

.section_legal-content {
  background-color: #d2d8bf;
  padding-bottom: 5rem;
}

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

.disclaimer {
  position: fixed;
  inset: 0%;
}

.desclaimer_popup-inner-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.desclaimer_popup-bg {
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.desclaimer_popup-close-link {
  cursor: pointer;
}

.desclaimer_popup-block {
  background-color: #133231;
  border-radius: 1rem;
  width: 100%;
  max-width: 32rem;
  padding: 3rem 2rem;
  position: relative;
}

.desclaimer_popup-close-text {
  color: #cbd6bd;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.desclaimer_popup-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.desclaimer_popup-heading {
  color: #cbd6bd;
  letter-spacing: -.05em;
  font-family: Penelope, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.desclaimer_popup-wrap {
  z-index: 1005;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.desclaimer_popup-text {
  color: #cbd6bd;
  letter-spacing: -.04em;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2;
}

.navbar-text_wrap {
  position: relative;
}

.navbar_link-legal {
  color: #133231;
  text-transform: uppercase;
  height: 1.5rem;
  font-family: TT Commons Pro Trial;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.navbar_link-legal.hide-logo-tablet.navbar_logo-link {
  height: auto;
}

.navbar_link-legal-wrap {
  display: none;
}

.location-map_image {
  object-fit: cover;
  width: 100%;
}

.home-bloomscapes_swiper {
  flex-flow: column;
  position: relative;
}

.amenities-hero_text {
  max-width: 26.6rem;
}

.amenities-area-heading {
  color: #133231;
  font-family: Penelope, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: .96;
}

.amenities-parallax_image-wrapper {
  perspective-origin: 50%;
  transform-origin: 50%;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 17.5rem;
  display: flex;
  overflow: hidden;
}

.amenities-parallax_image-item {
  perspective-origin: 50%;
  transform-origin: 50%;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 17.5rem;
  display: flex;
}

.home-stats-wrapper {
  position: relative;
}

.amenities-parallax_image-item01-alt {
  position: absolute;
  inset: 3% auto auto 5%;
}

.amenities-parallax_image-01-wrapper-alt {
  justify-content: center;
  align-items: center;
  width: 27rem;
  height: 17rem;
  margin-bottom: 1.25rem;
  overflow: clip;
}

.residence-hero_text-alt {
  overflow: hidden;
}

.checkbox {
  color: #1b4134;
  background-color: #1b4134;
  border: 1px solid #1b4134;
}

.navbar-f1_menu-line {
  background-color: #133231;
  border-radius: 1rem;
  width: 2rem;
  height: 2px;
}

.navbar-f1_menu-links-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-f1_menu-link {
  color: #133231;
  text-transform: uppercase;
  height: 1.1rem;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  overflow: hidden;
}

.navbar-f1_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.navbar-f1_menu-link-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-f1_menu-inner-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.navbar-f1_menu {
  cursor: pointer;
  display: none;
}

.navbar-f1_center {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

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

.navbar-f1 {
  z-index: 9999;
  background-color: #0000;
  padding: 2.5rem;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-f1_social-wrap {
  display: none;
}

.navbar-f1_brand-link-duplicate {
  color: #133231;
}

.navbar-f1_socia-links-inner-wrap {
  display: flex;
}

.navbar-f1_social-link {
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.navbar-f1_brand-link {
  color: #133231;
}

.section_overflow-hidden {
  overflow: clip;
}

.checkbox-field {
  color: #1b4134;
}

.contact-hero_checkbox {
  margin-top: .1rem;
}

.contact-hero_checkbox.w--redirected-checked {
  background-color: #1b4134;
  margin-top: .25rem;
}

.contact-hero_checkbox-field {
  overflow: hidden;
}

.florique-block-row01_image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.florique-block-row01_image.florique-block-row01_image-alt {
  max-width: 90%;
}

.florique-block-wrap {
  position: relative;
}

.florique-block {
  position: sticky;
  top: 0;
}

.florique-block-row04 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  display: flex;
  position: relative;
  left: 75%;
}

.florique-block_text {
  width: 100%;
  max-width: 32.625rem;
  height: 21.1875rem;
}

.florique-scroll {
  background-color: #133231;
  padding-top: 10rem;
  display: block;
  position: relative;
  overflow: clip;
}

.florique-block_text-wrapper {
  position: absolute;
  inset: 12.4rem 0% auto auto;
}

.florique-block-row03 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  display: flex;
  position: relative;
  left: 50%;
}

.florique-block-row02 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  display: flex;
  position: relative;
  left: 20%;
}

.florique-block-row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.florique-block-row.florique-block-row-02 {
  left: 40%;
}

.florique-block-row.florique-block-row-03 {
  left: 80%;
}

.florique-block-row.florique-block-row-04 {
  left: 120%;
}

.success-message {
  background-color: #d2d5c0;
}

.success-text {
  color: #133231;
  font-family: "Tt Commons Pro 01";
  font-weight: 400;
}

.bloomscapes-fullscreen_image-wrpper {
  min-height: 100vh;
  overflow: hidden;
}

.location-hero-gradient {
  padding-top: 0;
  padding-bottom: 0;
}

.home-openspaces_wrapper {
  padding-top: 20rem;
  position: relative;
}

.home-amenities-lottie-wrapper-alt {
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.home-amenities-lottie-alt {
  z-index: 5;
  width: 100%;
  max-width: 100%;
  position: sticky;
  top: 0;
}

.residence-schedule_walkthrough {
  z-index: 100;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.residence-schedule_inner-wrapper {
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 2px;
  flex-flow: column;
  width: 100%;
  max-width: 35rem;
  padding: 2rem;
  display: flex;
}

.residence-schedule_form-wrapper {
  margin-bottom: 0;
}

.residence-schedule-heading {
  color: #133231;
  font-family: Penelope, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.residence-schedule-heading-wrapper {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.residence-schedule-close {
  width: 2rem;
  height: 2rem;
}

.residence-schedule_input-wrap {
  grid-column-gap: 2rem;
  flex-flow: row;
  display: flex;
}

.residences-form-wrap {
  justify-content: space-between;
  display: flex;
}

.swiper-buttons {
  grid-column-gap: .4375rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  margin-top: 1.0625rem;
  display: flex;
}

.swiper-button {
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(1, 0, 0, 1);
  display: flex;
}

.swiper-button:hover {
  transform: scale(1.09);
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-button-next {
  cursor: pointer;
  margin-right: -2%;
  display: flex;
}

.swiper-wrapper {
  height: 100%;
  margin-top: 4rem;
  display: flex;
}

.swiper-slide {
  background-color: #645252;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.swiper-button-prev {
  cursor: pointer;
  background-color: #0000;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: block;
}

.swiper-scrollbar {
  background-color: #d9d9d9;
  border-radius: 4px;
  width: 100%;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.swiper-scrollbar-drag {
  cursor: pointer;
  background-color: #a6a6a6;
  border-radius: 4px;
  flex: none;
  width: 18rem;
  height: 100%;
}

.slider {
  width: 100%;
  max-width: 39.6875rem;
  height: 27rem;
  position: relative;
  overflow: visible;
}

.section_residences-horizontal-scroll {
  background-color: #fff;
  border: 2px #000;
  height: 100svh;
  display: block;
  overflow: clip;
}

.section_residences-horizontal-scroll.residences-horizontal_scroll-hide-tablet {
  border-style: none;
  display: block;
}

.residences_horizontal-wrapper {
  grid-column-gap: 32rem;
  grid-row-gap: 32rem;
  height: 100svh;
  display: flex;
}

.residences_horizontal-wrapper_info-card {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 26.8125rem;
  padding-top: 3.375rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  display: flex;
}

.residences_horizontal-wrap-right {
  flex: none;
  display: flex;
  transform: none;
}

.residences_horizontal-wrapper-right_content {
  border: 1px solid #000;
  width: 22rem;
  height: 100%;
  display: flex;
  position: relative;
}

.florique-block-row-img {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 40rem;
}

.florique-block-row-02 {
  position: relative;
  left: 30%;
}

.florique-block-row-03 {
  position: relative;
  left: 60%;
}

.florique-block-row-04 {
  position: relative;
  left: 90%;
}

.residences_horizontal-heading {
  color: #0f2827;
  letter-spacing: -.04em;
  font-size: 21rem;
  line-height: 1;
}

.resdiences_horizontal-heading {
  color: #0f2827;
  letter-spacing: -.04em;
  font-family: Penelope, Arial, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: .9;
}

.residences-horizontal-texts {
  color: #0f2827;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1.25rem;
}

.resdiences_horizontal-content-02 {
  grid-row-gap: 1.8125rem;
  flex-flow: column;
  display: flex;
}

.resdiences_horizontal-arrow-embed {
  width: 1.5625rem;
  height: 1.25rem;
}

.link {
  color: #133231;
}

.about-feature_item-wrapper {
  width: 100%;
  max-width: 17.1875rem;
  overflow: hidden;
}

.fullscreen_image-wrapper {
  overflow: hidden;
}

.residences-amenities_level {
  grid-column-gap: 5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.time-estimator {
  z-index: 100;
  background-color: #000000c2;
  width: 100%;
  max-width: 100%;
  height: 100svh;
  padding-top: 1.06rem;
  padding-bottom: 1.06rem;
  padding-right: .9375rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.time-estimator_wrapper {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 34.5rem;
  height: 100svh;
  margin-left: auto;
  padding: 0 2rem 2.6rem;
  position: relative;
  transform: translate(200%);
}

.time-estimator_image-wrapper {
  margin-top: .6rem;
  margin-left: -3rem;
}

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

.time-estimator_content-wrapper {
  grid-row-gap: 2.25rem;
  flex-flow: column;
  display: flex;
}

.time-estimator_content {
  grid-row-gap: 1.1875rem;
  flex-flow: column;
  display: flex;
}

.time-estimator-heading {
  color: #0f2827;
  letter-spacing: -2.65px;
  font-family: Penelope, Arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
}

.time-estimator-text {
  color: #0f2827;
  letter-spacing: .8px;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.time-estimator-calculate-text {
  color: #fff;
  letter-spacing: .8px;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
}

.time-estimator-form-block {
  margin-top: 1rem;
  margin-bottom: 0;
}

.time-estimator-form {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button-2 {
  display: none;
}

.time-estimator-form-input {
  background-color: #dcdcdc;
  border-radius: 47px;
  height: 3.625rem;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1.06rem;
  padding-left: 1.18rem;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.time-estimator-button {
  background-color: #cad6bd;
  border-radius: 3.5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.375rem .9375rem 1.3125rem;
  display: flex;
}

.time-estimator-button-text {
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.time-estimator-calculate {
  background-color: #133231;
  border-radius: 2.9375rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.time-estimator-calculate-header {
  color: #133231;
  letter-spacing: .8px;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
}

.timeestimator-arrow {
  cursor: pointer;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.footer-wrapper {
  position: relative;
  overflow: clip;
}

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

.location-hero-image-overlay {
  background-color: #00000059;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.heading-display-02_span02 {
  padding-right: .4rem;
}

.residences-generations_heading {
  color: #133231;
  font-family: Penelope, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: .96;
}

.resdiences-plan-select {
  color: #133231;
  background-color: #d2d8bf;
  border-radius: 90px;
  width: 100%;
  max-width: 10.5rem;
  height: 3.125rem;
  padding-top: .93rem;
  padding-bottom: .93rem;
  padding-left: 1.68rem;
  font-family: Ttcommonsprotrialvariable;
  font-size: .9375rem;
  font-weight: 400;
}

.residences-amenities-heading-display02 {
  color: #133231;
  font-family: Penelope, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: .96;
}

.residence-hero_text-02 {
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: .8755rem;
  font-weight: 400;
  line-height: 1.1;
}

.amenities-parallax-heading-display {
  font-family: Penelope, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: .96;
}

.location-hero-heading-display {
  color: #133231;
  text-align: center;
  font-family: Penelope, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: .96;
}

.location-hero-text {
  color: #133231;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.about-feature-heading-display {
  color: #fff;
  font-family: Penelope, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: .96;
}

.about-indsutry-heading-display {
  color: #133131;
  text-align: center;
  font-family: Penelope, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: .96;
}

.contact-hero-heading-display {
  color: #133231;
  text-align: center;
  font-family: Penelope, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: .96;
}

.home-bloomspcaes-left-heading {
  color: #133231;
  font-family: Penelope, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: .96;
}

.lottie-item-before.lottie-item04-a {
  width: 7.875rem;
  height: 5.5625rem;
}

.lottie-item-before.lottie-item03-a {
  width: 10rem;
  height: 5.5625rem;
}

.lottie-item-before.lottie-item02-a {
  width: 7.875rem;
  height: 5.5625rem;
}

.lottie-item-before.lottie-item01-a {
  width: 7.5rem;
  height: 5.5625rem;
}

.section-lottie {
  background-color: #fff;
  padding: 2rem 0;
  overflow: hidden;
}

.lottie-item04 {
  border: 2px #000;
  width: 7.875rem;
  height: 5.5625rem;
  position: relative;
}

.lottie-item01-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 7.5rem;
  height: 5.5625rem;
  display: flex;
}

.lottie-left-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 30rem;
  display: none;
}

.lottie-right-wrapper {
  flex-flow: row;
  justify-content: space-between;
  width: 30rem;
  display: none;
}

.lottie-item01 {
  border: 2px #000;
  width: 7.5rem;
  height: 5.5625rem;
  position: relative;
}

.lottie-item-after {
  opacity: 0;
}

.lottie-item-after.lottie-item03-b {
  width: 10rem;
  height: 5.5625rem;
  position: absolute;
  inset: 0%;
}

.lottie-item-after.lottie-item04-b, .lottie-item-after.lottie-item02-b {
  width: 7.875rem;
  height: 5.5625rem;
  position: absolute;
  inset: 0%;
}

.lottie-item-after.lottie-item01-b {
  width: 7.5rem;
  height: 5.5625rem;
  position: absolute;
  inset: 0%;
}

.lottie-item04-wrapper, .lottie-item03-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 7.875rem;
  height: 5.5625rem;
  display: flex;
}

.lottie-component {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  display: grid;
}

.lottie-item02-wrapper {
  width: 7.875rem;
  height: 5.5625rem;
  display: flex;
}

.lottie-item02 {
  box-sizing: border-box;
  border: 2px #000;
  width: 7.875rem;
  height: 5.5625rem;
  margin-top: .8rem;
  position: relative;
}

.lottie-item03 {
  box-sizing: border-box;
  border: 2px #000;
  width: 7.875rem;
  height: 5.5625rem;
  margin-left: -.8rem;
  position: relative;
}

.residences-amenities_level-open-wrap {
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.location-duration_item-wrap {
  width: 100%;
  max-width: 100%;
}

.about-feature-text {
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.footer-text-wrap {
  max-width: 100%;
}

.submit-button-wrapper {
  position: relative;
}

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

.submit-button-bg {
  background-color: #cbd6bd;
  border-radius: 100rem;
  width: 100%;
  max-width: 100%;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.submit-button-bg.white-bg {
  background-color: #fff;
  border: 1px #fff;
}

.residences-plans_left-wrapper {
  background-color: #e7e8e4;
  flex-flow: column;
  width: 27.875rem;
  height: 100%;
  padding: 2.875rem 4.03125rem 6.04rem;
  display: flex;
}

.resdiences-plans_floor-plans {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  padding: 4rem;
  display: flex;
}

.residences-plans_heading {
  grid-row-gap: .6rem;
  flex-flow: column;
  display: flex;
}

.residences-plans-heading-display {
  color: #0f2827;
  letter-spacing: -.05em;
  font-size: 2.5rem;
  line-height: 1;
}

.residences-plans-heading-display.residences-plans-heading-hide {
  display: none;
}

.residences-plans-text {
  color: #0f2827;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2;
}

.residences-plans_slide {
  grid-row-gap: 1.08125rem;
  border-bottom: 1px solid #0f282740;
  flex-flow: column;
  padding-top: 3.3125rem;
  padding-bottom: 2.1rem;
  display: flex;
}

.residences-plans_top-wrapper {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.resdiences-plans_top-text {
  color: #0f282780;
  font-family: Penelope, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.residences-plans_towers-name-wrapper {
  color: #0f2827;
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  font-family: Tt Commons Pro, Arial, sans-serif;
  display: flex;
}

.residences-plans-before {
  border: 1px solid #13323140;
  border-radius: 4.73px;
  justify-content: center;
  align-items: center;
  width: 2.07rem;
  height: 2.07rem;
  display: flex;
}

.residences-plans-arrow {
  width: 1.1rem;
  height: 1.1rem;
}

.residences-plans_towers-name-text {
  letter-spacing: -.09rem;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1.47875rem;
  font-weight: 400;
  line-height: 1.2;
}

.residences-plans_unit-wrapper {
  grid-row-gap: 1.0625rem;
  border-bottom: 1px solid #0f28271a;
  flex-flow: column;
  padding-top: 2.2175rem;
  padding-bottom: 2.29188rem;
  display: flex;
}

.residneces-plans_unit-item {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.residences-plans-unit {
  color: #133231;
  cursor: pointer;
  background-color: #e7e8e4;
  border: 1px solid #13323140;
  border-radius: .295625rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 2.07rem;
  display: flex;
}

.residences-plans-unit.residences-plans-unit-active {
  color: #fff;
  background-color: #133231;
  position: relative;
}

.residences-plans-unit-text {
  z-index: 1;
  letter-spacing: -.95px;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: .886875rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.residences-plans_configuration {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2.29188rem;
  display: flex;
}

.residences-plans_button {
  color: #0f282780;
  cursor: pointer;
  background-color: #d9d9d9;
  border-radius: .295625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 9.57375rem;
  padding: .83rem 3.32063rem .8025rem 3.25188rem;
  display: flex;
  position: relative;
}

.residences-plans_button.residences-plans_button-active {
  color: #fff;
  background-color: #133231;
}

.residences-plans_button-text {
  z-index: 1;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: .886875rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.resdiences-floor-plans_image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.resdiences-floor-plans_image {
  object-fit: contain;
  background-color: #a2929200;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.residences-floor-plans_content-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.residences-floor-plans_content {
  grid-column-gap: 2rem;
  grid-row-gap: 1.4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.residences-floor-plans_item {
  flex-flow: column;
  display: flex;
}

.residences-floor-plans-text {
  color: #13323180;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: .625rem;
  font-weight: 400;
  line-height: 1.2;
}

.residences-floor-plans-text-alt {
  color: #133231;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2;
}

.residences-floor-plans-button {
  font-family: Tt Commons Pro, Arial, sans-serif;
}

.residences-floor-plans-button-wrapper {
  display: none;
}

.residences-floor-plans-button-text {
  font-weight: 400;
}

.residences-plans_close-wrapper {
  display: none;
}

.residence-plans_fixed {
  height: 100%;
}

.residences-plans_button-bg {
  background-color: #cbd6bd;
  border-radius: .295625rem;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.button-alt {
  color: #d2d8bf;
  text-align: center;
  text-transform: uppercase;
  background-color: #133231;
  border-radius: 100rem;
  padding: .75rem 1.5rem;
  font-family: Penelope, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  transition: none;
  position: relative;
  overflow: clip;
}

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

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

.button-alt.is-large {
  color: #d2d5c0;
  padding: 1rem 2rem;
}

.button-alt.is-secondary {
  color: #d2d8bf;
  background-color: #133231;
  border: 1px solid #d2d8bf;
  padding: 1rem 2.3rem;
  font-size: .983125rem;
  line-height: 1;
}

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

.button-alt.is-brand {
  background-color: var(--background-color--background-secondary);
}

.button-alt.is-large-alt {
  color: #133231;
  -webkit-text-stroke-color: #133231;
  background-color: #d2d8bf;
  padding: 1rem 1.4rem;
  font-size: .9375rem;
  line-height: 1;
}

.button-bg-alt {
  background-color: #fff;
  border-radius: 100rem;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.button-bg-alt.white-bg {
  background-color: #fff;
  border: 1px #fff;
}

.section_legal-patch {
  background-color: #133231;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.legal-patch-text {
  color: #fff;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.legal-patch-left-wrapper {
  grid-column-gap: 2rem;
  flex-flow: row;
  display: flex;
}

.link-block {
  font-family: Ttcommonsprotrialvariable;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.footer_link-patch-title {
  color: #fff;
  height: 1.5rem;
  font-family: "Tt Commons Pro 01";
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.amenities-masterplan_item-content {
  border-bottom: 1px dashed #133231;
  padding-bottom: 1.875rem;
}

.amenities-masterplan_slider {
  background-color: #0000;
  height: auto;
}

.amenities-masterplan_left-arrow {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  inset: auto auto -4rem 0%;
}

.amenities-masterplan_right-arrow {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  inset: auto auto -4rem 2rem;
}

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

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

.amenities-masterplan-item-text {
  color: #133231;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.amenities-masterplan_left, .amenities-masterplan_right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_residences-towerplan {
  background-color: #d2d5c0;
  padding-top: 7.4rem;
  padding-bottom: 7.4rem;
}

.readsidences-towerplan_component {
  padding-left: 3rem;
  padding-right: 3rem;
}

.readsidences-towerplan_slider {
  background-color: #0000;
  height: auto;
}

.residences-towerplan_slide-wrapper {
  height: 100vh;
}

.residences-towerplan_slide {
  display: flex;
}

.residences-towerplan_slide-left-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 35.125rem;
  height: 100vh;
  padding-bottom: 7.25rem;
  display: flex;
}

.residences-towerplan_slide-right-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.residences-towerplan_slide-right-image {
  width: 100%;
  max-width: 44.125rem;
}

.residences-towerplan_slide-top {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.residences-towerplan_slide-top-text {
  color: #133231;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.1;
}

.residences-towerplan-top-heading {
  color: #133231;
  font-size: 3.75rem;
  line-height: .9;
}

.residences-towerplan_slide-bottom {
  grid-row-gap: 4.375rem;
  flex-flow: column;
  display: flex;
}

.residences-towerplan-bottom-heading {
  color: #133231;
  font-size: 2.5rem;
  line-height: .9;
}

.residences-towerplan-bottom-heading-wrapper {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.residences-towerplan-bottom-text {
  color: #133231;
  font-family: Penelope, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: .9;
}

.residences-towerplan_bottom-info-wrapper {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.residences-towerplan_bottom-info {
  grid-row-gap: 1.25rem;
  border-bottom: 1px #000;
  flex-flow: column;
  width: 100%;
  max-width: 17.25rem;
  padding-bottom: .4375rem;
  display: flex;
}

.residences-towerplan_info-text {
  color: #133231;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: .9;
}

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

.residences-towerplan_slider-left-arrow {
  background-color: #133131;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 0% auto 0% -4rem;
}

.residences-towerplan_slider-left-arrow:hover {
  background-color: #133131d9;
}

.residences-towerplan_slider-right-arrow {
  background-color: #133131;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 0% -4rem 0% auto;
}

.residences-towerplan_slider-right-arrow:hover {
  background-color: #133131d9;
}

.icon {
  display: none;
}

.residences-towerplan_slider-left-arrow-embed {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.125rem;
  display: flex;
}

.icon-2 {
  display: none;
}

.section_residence-mobile-plans {
  background-color: #133231;
  padding-top: 4.4rem;
  padding-bottom: 4.4rem;
  display: none;
  overflow: hidden;
}

.residences-plans-mobile_component {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.residence-plans-mobile_fixed {
  height: 100%;
}

.residences-plans-mobile_left-wrapper {
  background-color: #e7e8e4;
  flex-flow: column;
  width: 27.875rem;
  height: 100%;
  padding: 2.875rem 4.03125rem 6.04rem;
  display: flex;
}

.residences-plans-mobile_heading {
  grid-row-gap: .6rem;
  flex-flow: column;
  display: flex;
}

.residences-plans-mobile_slide {
  grid-row-gap: 1.08125rem;
  border-bottom: 1px solid #0f282740;
  flex-flow: column;
  padding-top: 3.3125rem;
  padding-bottom: 2.1rem;
  display: flex;
}

.residences-plans-mobile_top-wrapper {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.residences-plans-mobile_towers-name-wrapper {
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.residences-plans-mobile-before, .residences-plans_mobile-before {
  border: 1px solid #13323140;
  border-radius: 4.73px;
  justify-content: center;
  align-items: center;
  width: 2.07rem;
  height: 2.07rem;
  display: flex;
}

.residences-plans-mobile_unit-wrapper {
  grid-row-gap: 1.0625rem;
  border-bottom: 1px solid #0f28271a;
  flex-flow: column;
  padding-top: 2.2175rem;
  padding-bottom: 2.29188rem;
  display: flex;
}

.residneces-plans-mobile_unit-item {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.residences-plans-mobile-unit {
  color: #133231;
  cursor: pointer;
  border: 1px solid #13323140;
  border-radius: .295625rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 2.07rem;
  display: flex;
}

.residences-plans-mobile-unit.residences-plans-unit-active {
  color: #fff;
  background-color: #133231;
  position: relative;
}

.residences-plans-mobile-unit_configuration {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2.29188rem;
  display: flex;
}

.resdiences-plans-mobile_floor-plans {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  padding: 4rem;
  display: flex;
}

.resdiences-floor-plans-mobile_image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.resdiences-floor-plans-mobile_image {
  object-fit: contain;
  background-color: #a2929200;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.residences-floor-plans-mobile_content-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.residences-floor-plans-mobile_content {
  grid-column-gap: 2rem;
  grid-row-gap: 1.4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.residences-floor-plans-mobile_item, .residences-floor-plans_item-copy {
  flex-flow: column;
  display: flex;
}

.residences-floor-plans-button-wrapper-copy {
  display: none;
}

.bhk-btn {
  color: #0f282780;
  cursor: pointer;
  background-color: #d9d9d9;
  border-radius: .295625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 9.57375rem;
  padding: .83rem 3.32063rem .8025rem 3.25188rem;
  display: flex;
  position: relative;
}

.bhk-btn.residences-plans_button-active, .bhk-btn.sheet-bhk-btn-active {
  color: #fff;
  background-color: #133231;
}

.residences-plans_button-copy {
  color: #0f282780;
  cursor: pointer;
  background-color: #d9d9d9;
  border-radius: .295625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 9.57375rem;
  padding: .83rem 3.32063rem .8025rem 3.25188rem;
  display: flex;
  position: relative;
}

.residences-plans_button-copy.residences-plans_button-active {
  color: #fff;
  background-color: #133231;
}

.residences-plans_apply-button {
  color: #0f282780;
  cursor: pointer;
  background-color: #d9d9d9;
  border-radius: .295625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 9.57375rem;
  padding: .83rem 3.32063rem .8025rem 3.25188rem;
  display: flex;
  position: relative;
}

.residences-plans_apply-button.residences-plans_button-active, .residences-plans_apply-button.sheet-bhk-btn-active {
  color: #fff;
  background-color: #133231;
}

.residences-plans_apply-text {
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-weight: 400;
}

.body {
  font-family: "Tt Commons Pro 01";
}

.residences-floor-plans-text-wrap {
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.residences-floor-plans-texts {
  color: #13323180;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.residences-mob-floor-plans-text {
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-weight: 400;
}

.residences-towerplan_slide-lightbox-image {
  display: none;
}

.residences-towerplan_slide-lightbox-image-inside {
  max-width: 44.25rem;
  height: 48.625rem;
}

.residence-gallery {
  width: 44.25rem;
  height: 48.625rem;
}

.tower-code-embed {
  width: 38rem;
  height: 39rem;
}

.tower-code-embed.tower-code-embed02 {
  width: 35rem;
  height: 45rem;
}

.text-block-2 {
  font-family: Tt Commons Pro, Arial, sans-serif;
}

.del-dvider {
  background-color: #f3d43f;
  height: 3rem;
}

.residences-generations_item03-alt-text-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 13.5625rem;
  padding-top: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.residences-generations_item03-alt-text-wrap.residences-generations_item03-alt-text-wrap-show {
  display: none;
}

.residences-generations_item04-img {
  width: 100%;
  max-width: 7.9375rem;
  height: 13.6875rem;
}

.text-style-text {
  color: var(--base-color-neutral--white);
  margin-bottom: 1rem;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.text-style-text.text-color-darkgreen.resdiences-amenities-text-header {
  text-transform: uppercase;
}

.residences-generations_item03-alt-text-wrap01 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 13.5625rem;
  height: 9rem;
  display: flex;
}

.residences-generations_item-last-divider, .amenities-parallax-heading-alt-wrap {
  display: none;
}

.section-thankyou {
  background-color: #d2d8bf;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.thankyou_component {
  height: 100vh;
}

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

.thank-heading {
  color: #133231;
  font-weight: 100;
  line-height: 1;
}

.button-to-home {
  color: #272727;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: underline;
}

.thank-text {
  font-family: Tt Commons Pro, Arial, sans-serif;
}

.text-block-3 {
  color: #133231;
  font-family: Tt Commons Pro, Arial, sans-serif;
}

.footer_link-title-rights {
  color: #fff;
  height: 1.5rem;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.footer-text-wrap-rights {
  max-width: 100%;
}

.footer-text-rights {
  font-family: Tt Commons Pro, Arial, sans-serif;
}

.footer_link-title-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  display: flex;
}

.footer-bottom_info {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.footer_info-text {
  color: #fff;
  font-family: Tt Commons Pro, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.footer_info-text.footer_info-text-wrap {
  max-width: 17rem;
}

.footer_info-text-wrap {
  grid-column-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  display: flex;
}

.footer-box {
  background-color: #d9d9d9;
  border-radius: 100%;
  width: 1.25rem;
  height: 1.25rem;
}

.footer_info-text-wrap-alt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer-icon.footer-icon-location {
  margin-top: .15rem;
}

@media screen and (min-width: 1280px) {
  .home-location_flower01 {
    max-width: 56rem;
  }

  .home-location_flower02 {
    width: 46rem;
  }

  .section_amenities-area {
    padding-top: 6rem;
  }

  .bloomscapes-gallery_item02 {
    top: 49%;
  }

  .bloomscapes-gallery_item05 {
    top: 62%;
  }

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

  .residences-generations_item03-text-wrapper {
    max-width: 15rem;
  }

  .location-duration_heading {
    max-width: 42rem;
  }

  .location-heading-display {
    font-size: 6rem;
  }

  .location-duration_text {
    max-width: 28rem;
  }

  .amenities-masterplan_item-image {
    max-width: 45rem;
  }

  .lottie-item-before.lottie-item04-a, .lottie-item-before.lottie-item03-a, .lottie-item-before.lottie-item02-a, .lottie-item-before.lottie-item01-a {
    width: 9rem;
    height: 6rem;
  }

  .section-lottie {
    padding-bottom: 2rem;
  }

  .lottie-item04, .lottie-item01-wrapper, .lottie-item01, .lottie-item-after.lottie-item03-b, .lottie-item-after.lottie-item04-b, .lottie-item-after.lottie-item02-b, .lottie-item-after.lottie-item01-b, .lottie-item04-wrapper, .lottie-item03-wrapper, .lottie-item02-wrapper {
    width: 9rem;
    height: 6rem;
  }

  .lottie-item02 {
    width: 9rem;
    height: 6rem;
    margin-top: 1.3rem;
  }

  .lottie-item03 {
    width: 9rem;
    height: 6rem;
    margin-left: 0;
  }

  .residences-plans_left-wrapper {
    padding-top: 5rem;
  }

  .amenities-masterplan-slide {
    grid-template-columns: auto 1fr;
  }

  .amenities-masterplan-item-text {
    font-size: 1.1rem;
  }

  .residences-towerplan_slide-right-wrapper {
    justify-content: center;
    align-items: stretch;
  }

  .residences-plans-mobile_left-wrapper {
    padding-top: 5rem;
  }

  .tower-code-embed {
    width: 40rem;
    height: 40rem;
  }

  .text-style-text {
    margin-bottom: .5rem;
  }

  .residences-generations_item03-alt-text-wrap01 {
    width: 100%;
    max-width: 13.5625rem;
  }
}

@media screen and (min-width: 1920px) {
  .heading-style-h3 {
    font-size: 2.35rem;
  }

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

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

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

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

  .container-large.about-hero_container {
    max-width: 100%;
  }

  .button {
    padding: 1.25rem 2.25rem;
    font-size: 1.25rem;
  }

  .button.is-secondary {
    padding: 1.5rem 2.25rem;
    font-size: 1.25rem;
  }

  .home-header_component {
    padding-bottom: 13vh;
  }

  .home-header_heading-wrapper {
    max-width: 90rem;
  }

  .text-style-n1 {
    font-size: 1.3rem;
  }

  .text-style-n1.text-style-n1-alt {
    font-size: 1.6rem;
  }

  .home-bloomscapes_left {
    max-width: none;
  }

  .home-bloomscapes_flower01 {
    left: -.5rem;
  }

  .section_home-openspaces {
    overflow: visible;
  }

  .heading-display-n1 {
    font-size: 15rem;
  }

  .home-openspaces_component {
    margin-left: 13rem;
  }

  .home-openspaces_subtext-wrapper {
    left: 30.3rem;
  }

  .home-openspaces_right-image {
    max-width: 80rem;
    inset: 0% 0% auto auto;
  }

  .cta_subtext {
    max-width: 65rem;
  }

  .footer {
    min-height: 50vh;
  }

  .footer_link {
    height: 1.5rem;
    font-size: 1.1rem;
  }

  .footer_background-flower {
    object-fit: cover;
    margin-top: auto;
  }

  .footer_background-flower.footer_background-margin {
    bottom: -3.5rem;
  }

  .footer_background-flower.footer_background-scalde-down {
    transform-origin: 50% 100%;
    transform: none;
  }

  .footer_background-flower-wrapper {
    inset: auto 0% 0%;
  }

  .home-location_flower01 {
    max-width: 55rem;
    top: 4.9rem;
  }

  .home-location_flower02 {
    width: 45rem;
  }

  .section_amenities-area {
    padding-top: 9rem;
  }

  .amenities-parallax_image-text {
    font-size: 2rem;
  }

  .amenities-hero_content {
    max-width: 64rem;
  }

  .heading-display-02 {
    font-size: 15rem;
  }

  .home-amenities_top-heading, .bloomscapes-flowers_left {
    max-width: none;
  }

  .bloomscapes-flowers_left-heading {
    font-size: 10rem;
  }

  .bloomscapes-gallery_text {
    font-size: 1.5rem;
  }

  .home-openspaces_component02 {
    margin-top: 30rem;
    margin-right: 0;
  }

  .home-openspaces_subtext-wrapper02 {
    max-width: 15rem;
  }

  .home-openspaces_left-image {
    max-width: 80rem;
    inset: auto auto -10.9rem 0%;
  }

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

  .amenities-masterplan_item-left {
    padding-top: 0;
  }

  .amenities-masterplan_item-left-heading-wrapper {
    width: 100%;
    max-width: 32rem;
  }

  .amenities-masterplan_item-left-subtext-wrapper {
    width: 100%;
    max-width: 28rem;
  }

  .amenities-parallax_image-text-wrapper {
    max-width: 100%;
  }

  .section_residences-hero {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    min-height: 100vh;
    padding-top: 12rem;
    padding-bottom: 4rem;
    display: flex;
  }

  .residences-hero_component {
    flex-flow: column;
    display: flex;
  }

  .residence-hero_heading01-wrapper {
    grid-column-gap: 2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .residences-hero-heading-display {
    font-size: 8rem;
  }

  .residence-hero_text.hide-residences-hero-text-tablet {
    transform-origin: 0%;
    margin-bottom: 2vh;
    transform: scale(1.2);
  }

  .residence-hero_heading02-empty {
    width: 18rem;
  }

  .residence-hero_heading03-empty {
    width: 26rem;
  }

  .residence-hero_heading03 {
    flex: none;
    margin-left: 23rem;
  }

  .residence-hero_text-wrapper {
    max-width: none;
  }

  .residences-hero_image-wrapper {
    bottom: -7.9rem;
  }

  .residences-hero_image {
    max-width: 55rem;
    height: 55rem;
  }

  .section_residences-detail {
    display: none;
  }

  .residences_horizontal-wrapper-right {
    border-top-style: solid;
  }

  .residences_horizontal-wrapper-right_image-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .residences_horizontal-wrapper-right_image {
    aspect-ratio: 2 / 3;
    opacity: 0;
  }

  .section_residences-generations {
    height: auto;
  }

  .residences-generations_component {
    padding-bottom: 0;
  }

  .residences-generations_item01 {
    height: 40rem;
  }

  .residences-generations_item01-image-wrapper {
    justify-content: flex-start;
    align-items: stretch;
  }

  .residences-generations_item01-text-wrapper {
    max-width: 20rem;
  }

  .residences-generations_item01-divider {
    width: 94vw;
    max-width: 100vw;
  }

  .residences-generations_item01-bottom-empty {
    height: 8rem;
  }

  .residences-generations_item02-top-empty {
    height: 15rem;
  }

  .residences-generations_item02-text-wrapper {
    max-width: 18rem;
  }

  .residences-generations_item02-middle-empty {
    height: 8rem;
  }

  .residences-generations_item02-alt-text-wrapper {
    max-width: 22rem;
  }

  .residences-genertaions_item02-divider {
    height: 80%;
  }

  .residences-generations_item03-text-wrapper {
    max-width: 23rem;
  }

  .residences-generations_item03-alt {
    grid-row-gap: 3rem;
  }

  .residences-generations_item03-alt-image {
    margin-top: 2rem;
  }

  .residences-generations_item03-text-alt-wrapper {
    max-width: 20rem;
  }

  .residences-generations-item03-divider {
    max-width: 80%;
    right: -2.5rem;
  }

  .residences-generations_item03-divider {
    height: 90%;
    bottom: -1.1rem;
  }

  .residences-plans_component {
    justify-content: center;
    align-items: center;
  }

  .residences-plans_image {
    object-fit: cover;
  }

  .residences-plans_content {
    max-width: 35rem;
  }

  .residences-amenities-heading {
    max-width: 57rem;
  }

  .residences-amenities_level-open-wrapper {
    grid-row-gap: 1rem;
  }

  .location-hero_heading-wrapper {
    max-width: 55rem;
  }

  .location-duration_heading {
    max-width: 35rem;
  }

  .location-heading-display {
    font-size: 5rem;
  }

  .location-duration_text {
    max-width: 32rem;
  }

  .location-duration_item {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 2.5fr 30rem;
    justify-content: flex-start;
    align-items: center;
  }

  .location-duration_left, .location-duration_line {
    max-width: 100%;
  }

  .location-explore_image-wrapper {
    inset: 0% 0% auto auto;
  }

  .location-explore_image {
    max-width: 55rem;
  }

  .about-hero-heading {
    max-width: 110rem;
  }

  .about-heading-display {
    font-size: 10.5rem;
  }

  .section_about-intro {
    padding-bottom: 12rem;
  }

  .about-intro_component {
    padding-right: 5rem;
  }

  .about-intro-content, .about-intro-text-wrapper01 {
    max-width: 40rem;
  }

  .about-intro-image {
    pointer-events: none;
    max-width: 65rem;
  }

  .section-about-features {
    padding-top: 15rem;
  }

  .about-feature-heading {
    max-width: 80%;
  }

  .about-feature_item-component {
    grid-column-gap: 10rem;
    flex-flow: row;
    grid-template-columns: 16.0625rem 16.0625rem 16.0625rem;
    padding-left: 0;
  }

  .about-features_image-wrapper {
    inset: -1rem -1rem auto auto;
  }

  .about-features_image {
    max-width: 40rem;
  }

  .about-industry_heading {
    max-width: 100%;
  }

  .about-indsutry_item {
    padding-bottom: 3rem;
  }

  .contact-hero_heading-wrapper {
    max-width: 80rem;
  }

  .contact-hero-image01, .contact-hero-image02 {
    max-width: 30rem;
  }

  .residences-tower_item.residences-tower-b {
    margin-left: 50%;
  }

  .residences-tower_item.residences-tower-c {
    margin-right: 25rem;
  }

  .residences-tower_item.residences-tower-d {
    margin-left: 50%;
  }

  .button-bg {
    width: 100%;
    max-width: 100%;
  }

  .amenities-tabs_heading {
    max-width: 50rem;
  }

  .amenities-tabs-heading-display {
    font-size: 6rem;
  }

  .amenities-tabs-text {
    letter-spacing: -.06em;
    font-size: 1.5rem;
  }

  .residences-generarions_item02-divider-alt, .residences-generations_item02-divider-alt, .residences-generations_item03-divider-alt {
    display: none;
  }

  .bloomscapes-hero-heding-display {
    font-size: 7rem;
  }

  .residence-hero_heading03-wrap {
    flex-flow: row;
  }

  .residence-hero_text-alt {
    transform-origin: 0 0;
    max-width: 25rem;
    transform: scale(1.2);
  }

  .about-feature_item-wrapper {
    display: flex;
  }

  .fullscreen_image-wrapper {
    overflow: visible;
  }

  .footer-wrapper {
    overflow: hidden;
  }

  .container-large-alt {
    max-width: 90rem;
  }

  .heading-display-02_span02 {
    display: block;
  }

  .residences-generations_heading {
    color: #133231;
    font-size: 4rem;
  }

  .residences-amenities-heading-display02 {
    font-size: 6rem;
  }

  .residence-hero_text-02 {
    font-size: 1rem;
  }

  .amenities-parallax-heading-display, .location-hero-heading-display {
    font-size: 6rem;
  }

  .location-hero-text {
    font-size: 1.3rem;
  }

  .about-feature-heading-display, .about-indsutry-heading-display, .contact-hero-heading-display, .home-bloomspcaes-left-heading {
    font-size: 6rem;
  }

  .lottie-item-before.lottie-item04-a {
    width: 11rem;
    height: 8rem;
  }

  .lottie-item-before.lottie-item03-a {
    width: 12rem;
    height: 9rem;
  }

  .lottie-item-before.lottie-item02-a {
    width: 11.3rem;
    height: 7.5rem;
  }

  .lottie-item-before.lottie-item01-a {
    width: 9.5rem;
    height: 7rem;
  }

  .section-lottie {
    padding-bottom: 2rem;
  }

  .lottie-item04 {
    width: 11rem;
    height: 8rem;
  }

  .lottie-item01-wrapper {
    width: 9.5rem;
    height: 7rem;
  }

  .lottie-left-wrapper {
    grid-column-gap: 15rem;
    grid-row-gap: 15rem;
  }

  .lottie-right-wrapper {
    grid-column-gap: 15rem;
    grid-row-gap: 15rem;
    width: 30rem;
  }

  .lottie-item01 {
    width: 9.5rem;
    height: 7rem;
    margin-top: .4rem;
  }

  .lottie-item-after.lottie-item03-b {
    width: 12rem;
    height: 9rem;
  }

  .lottie-item-after.lottie-item04-b {
    width: 11rem;
    height: 8rem;
  }

  .lottie-item-after.lottie-item02-b {
    width: 11.3rem;
    height: 7.5rem;
  }

  .lottie-item-after.lottie-item01-b {
    width: 9.5rem;
    height: 7rem;
  }

  .lottie-item04-wrapper {
    width: 11rem;
    height: 8rem;
  }

  .lottie-item03-wrapper {
    width: 12rem;
    height: 9rem;
  }

  .lottie-item02-wrapper {
    width: 11.3rem;
    height: 7.5rem;
  }

  .lottie-item02 {
    width: 11.3rem;
    height: 7.5rem;
    margin-top: 2rem;
  }

  .lottie-item03 {
    width: 12rem;
    height: 9rem;
  }

  .about-feature-text {
    font-size: 1.3rem;
  }

  .submit-button-bg {
    width: 100%;
    max-width: 100%;
  }

  .residences-plans_left-wrapper {
    padding-top: 5rem;
  }

  .residences-plans-heading-display {
    font-size: 3rem;
  }

  .residences-plans-text {
    font-size: 1rem;
  }

  .resdiences-plans_top-text {
    font-size: 1.2rem;
  }

  .residences-plans_towers-name-text {
    font-size: 1.5rem;
  }

  .residences-plans-unit-text {
    font-size: 1rem;
  }

  .residences-plans_button {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .residences-plans_button-text, .residences-floor-plans-text {
    font-size: 1rem;
  }

  .residences-floor-plans-text-alt {
    font-size: .95rem;
  }

  .button-alt {
    padding: 1.25rem 2.25rem;
    font-size: 1.25rem;
  }

  .button-alt.is-secondary {
    padding: 1.5rem 2.25rem;
    font-size: 1.25rem;
  }

  .button-bg-alt {
    width: 100%;
    max-width: 100%;
  }

  .residences-plans-mobile_component {
    justify-content: center;
    align-items: center;
  }

  .residences-plans-mobile_left-wrapper {
    padding-top: 5rem;
  }

  .bhk-btn, .residences-plans_button-copy, .residences-plans_apply-button {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .text-style-text.text-style-n1-alt {
    font-size: 1.6rem;
  }

  .residences-generations_item03-alt-text-wrap01 {
    width: 100%;
    max-width: 13.5625rem;
  }

  .footer_info-text {
    font-size: .9rem;
  }
}

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

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

  .heading-style-h1 {
    font-size: 4.3rem;
    line-height: .9;
  }

  .padding-global.padding-global-zero {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .text-size-small.reisdences-generations_item01-text, .text-size-small.reisdences-generations_item02-text {
    max-width: 16rem;
  }

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

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

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

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

  .button.hide-desktop {
    display: block;
  }

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

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

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

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

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

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

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

  .spacer-large {
    padding-top: 2.5rem;
  }

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

  .nav_button {
    color: #fff;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .navbar-wrapper {
    z-index: 998;
    color: #fff;
    height: 12svh;
    position: fixed;
    inset: 0% 0% auto;
    overflow: hidden;
  }

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

  .home-header_component {
    padding-bottom: 15vh;
  }

  .home-header_heading-wrapper {
    max-width: 60rem;
  }

  .home-header_subtext {
    max-width: 40rem;
  }

  .text-style-n1 {
    font-size: 1.5rem;
  }

  .text-style-n1.text-color-darkgreen.resdiences-amenities-text-header {
    font-size: 1.1rem;
  }

  .home-header_more-icon-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 6rem;
  }

  .section_home-bloomscapes {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .home-bloomscapes_left {
    padding-left: 0;
  }

  .home-bloomscapes_right-subheading-wrapper {
    margin-bottom: 0;
  }

  .home-bloomscapes_flower01 {
    width: 100%;
    height: 50%;
    display: none;
    inset: auto auto 0% -19.2rem;
    transform: rotate(-1deg);
  }

  .section_home-openspaces {
    overflow: hidden;
  }

  .heading-display-n1 {
    font-size: 9.7rem;
  }

  .home-openspaces_component {
    margin-left: 0;
  }

  .home-openspaces_subtext-wrapper {
    top: -7.1rem;
    left: 20rem;
  }

  .home-openspaces_right-image {
    inset: 0% 0% auto auto;
  }

  .cta_subtext {
    max-width: 33rem;
  }

  .footer {
    padding-top: 3rem;
  }

  .footer_component {
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20rem;
  }

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

  .footer_link {
    height: auto;
    font-size: 1.4rem;
  }

  .footer_bottom-component {
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    inset: auto 0% 15.4rem;
  }

  .footer_legal-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    width: auto;
  }

  .footer_background-flower {
    pointer-events: none;
    transform-origin: 50% 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    transform: scale(1.8);
  }

  .footer_background-flower.footer_background-margin.footer-background-lottie {
    transform: scale(1.4);
  }

  .fullscreen_image {
    object-position: 98% 50%;
    height: 100svh;
  }

  .section_home-stats {
    padding-bottom: 0;
  }

  .home-stats_component {
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    display: grid;
  }

  .section_home-floorplans {
    margin-top: 0;
    margin-bottom: 4rem;
    padding-top: 5rem;
  }

  .home-floorplans_heading-wrapper, .home-floorplans_button-wrapper {
    margin-left: 0;
  }

  .section_home-amenities {
    padding-top: 4rem;
  }

  .section_home-location {
    padding-bottom: 10rem;
  }

  .home-location_component-top {
    margin-bottom: 35rem;
  }

  .home-location_component-bottom {
    max-width: 28rem;
    margin-right: 0;
  }

  .home-location_flower01 {
    max-width: 45rem;
    top: 16.9rem;
  }

  .home-location_flower02 {
    width: 100%;
    max-width: 35rem;
    inset: auto auto -2.6rem -4.9rem;
  }

  .home-amenities_gallery-row01 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: auto;
    max-width: none;
  }

  .home-amenities_gallery-image-wrapper {
    width: 20rem;
    min-height: auto;
  }

  .marquee-contents {
    grid-column-gap: 1rem;
    flex-flow: row;
  }

  .marquee-contents.scroll {
    flex-flow: row;
    transform: none;
  }

  .marquee-contents.scroll.reverse {
    flex-flow: row;
    width: 100%;
    transform: none;
  }

  .home-amenities_gallery-row02 {
    width: auto;
    max-width: none;
  }

  .section_amenities-area {
    padding-top: 6rem;
  }

  .amenities-area_heading {
    margin-bottom: 3rem;
  }

  .amenities-area_large-text {
    font-size: 8rem;
  }

  .amenities-area_content {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .amenities-area_left-text {
    font-size: 4rem;
  }

  .amenities-area_right-content {
    max-width: 27rem;
  }

  .amenities-outdoor_image-item04 {
    right: 4%;
  }

  .section_amenities-hero {
    height: 100svh;
  }

  .amenities-hero_component {
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 100svh;
    padding-bottom: 7rem;
    display: flex;
  }

  .heading-display-02 {
    font-size: 10.5rem;
  }

  .amenities-hero_image {
    max-width: 73rem;
    height: 70%;
  }

  .section_bloomscapes-flowers {
    padding-bottom: 10rem;
  }

  .bloomscapes-flowers_component {
    grid-row-gap: 3.3125rem;
    flex-flow: column;
  }

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

  .bloomscapes-flowers_left-heading {
    font-size: 5rem;
  }

  .bloomscapes-flowers_right {
    margin-left: auto;
    margin-right: 4rem;
  }

  .section_bloomscapes-gallery {
    padding-bottom: 8rem;
  }

  .bloomscapes-gallery_item01 {
    max-width: 30rem;
    position: static;
  }

  .bloomscapes-gallery_item02 {
    max-width: 30rem;
    margin-left: auto;
    position: static;
  }

  .bloomscapes-gallery_item03 {
    max-width: 28rem;
    position: static;
  }

  .bloomscapes-gallery_row01 {
    grid-row-gap: 3rem;
    flex-flow: column;
    min-height: 55rem;
  }

  .bloomscapes-gallery_row02 {
    flex-flow: column;
    min-height: 55rem;
  }

  .bloomscapes-gallery_item04 {
    max-width: 25rem;
    margin-left: auto;
    position: static;
  }

  .bloomscapes-gallery_item05 {
    max-width: 20rem;
    margin-right: auto;
    position: static;
  }

  .bloomscapes-gallery_item06 {
    margin-left: auto;
    position: static;
  }

  .bloomscapes-gallery_row03 {
    flex-flow: column;
  }

  .bloomscapes-gallery_item07 {
    position: static;
  }

  .bloomscapes-gallery_item08 {
    max-width: 22rem;
    margin-left: auto;
    position: static;
  }

  .bloomscapes-gallery_item09 {
    max-width: 20rem;
    position: static;
  }

  .bloomscapes-gallery_item10 {
    max-width: 21rem;
    margin-left: auto;
    position: static;
  }

  .bloomscapes-gallery_row04 {
    flex-flow: column;
  }

  .bloomscapes-gallery_item11 {
    max-width: 25rem;
    position: static;
  }

  .bloomscapes-gallery_item12 {
    max-width: 23rem;
    margin-left: auto;
    position: static;
  }

  .section_bloomscapes-fullscreen, .bloomscapes-fullscreen_image {
    min-height: 100svh;
  }

  .navbar {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100svh;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 1rem;
  }

  .navbar_link {
    color: #ffffff80;
    height: 2rem;
    font-family: TT Commons Pro Trial Variable;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .navbar_link.w--current {
    color: #fff;
  }

  .navbar_link.hide-logo-tablet {
    display: none;
  }

  .home-openspaces_component02 {
    margin-top: 28rem;
    margin-bottom: 10rem;
  }

  .home-openspaces_subtext-wrapper02 {
    max-width: 28rem;
    position: static;
  }

  .home-openspaces_left-image {
    bottom: -8.6rem;
  }

  .home-amenities_top-component {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .amenities-fullscreen_image {
    object-position: 75% 50%;
  }

  .section_amenities-masterplan {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }

  .amenities-masterplan_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse;
  }

  .amenities-masterplan_item-left {
    max-width: 38rem;
    padding-top: 4rem;
  }

  .amenities-masterplan_item-left-heading {
    font-size: 4rem;
  }

  .amenities-masterplan_item-left-subtext-wrapper {
    max-width: 38rem;
  }

  .section_residences-hero {
    min-height: 100vh;
    padding-top: 13rem;
    padding-bottom: 0;
  }

  .residences-hero_component, .residence-hero_heading01-wrapper {
    overflow: hidden;
  }

  .residences-hero-heading-display {
    font-size: 6.7rem;
    line-height: 1;
  }

  .residence-hero_text {
    max-width: 30rem;
    margin-bottom: 2vh;
  }

  .residence-hero_text.hide-residences-hero-text-tablet {
    display: none;
  }

  .residence-hero_text.hide-residences-hero-text-desktop {
    display: block;
    overflow: hidden;
  }

  .residence-hero_heading02-empty {
    display: none;
  }

  .residence-hero_heading02 {
    overflow: hidden;
  }

  .residence-hero_heading03-empty {
    display: none;
  }

  .residence-hero_heading03 {
    grid-row-gap: 2rem;
    flex: 0 auto;
  }

  .residence-hero_text-wrapper {
    grid-row-gap: .5rem;
    max-width: 100%;
  }

  .residences-hero_image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    transform-origin: 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    inset: auto -10% 0% auto;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .residences-hero_image {
    max-width: 70rem;
    height: auto;
  }

  .section_residences-block.hide-residences-lottie-tablet {
    display: none;
  }

  .residence-gallery-slider {
    min-height: 90vh;
  }

  .residence-gallery-slide-image-wrapper, .residence-gallery-slide-image {
    height: 100%;
  }

  .section_residences-detail {
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .section_residences-detail.residences-detail-hide-desktop {
    display: block;
  }

  .residences-detail_component {
    width: 100%;
    max-width: 100%;
  }

  .residences-detail_horizontal-wrapper {
    grid-row-gap: 3.25rem;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-left: 0;
  }

  .residences-detail_horizontal-wrapper_info-card {
    height: auto;
    padding-left: 1.5rem;
  }

  .residences-detail-heading-display {
    font-size: 6rem;
  }

  .residences-detail_empty {
    height: 12rem;
    display: block;
  }

  .text-style-n2 {
    font-family: Tt Commons Pro, Arial, sans-serif;
  }

  .residences_horizontal-wrapper-right {
    border-style: none;
    flex-flow: column;
    width: 100%;
  }

  .about_horizontal-wrapper-right_content {
    border-bottom: 1px solid #000;
    border-right-style: none;
    max-width: 100%;
    height: 50vh;
  }

  .residences_horizontal-wrapper-right_image {
    aspect-ratio: auto;
    opacity: 0;
    object-fit: cover;
    width: 100%;
    height: 50vh;
  }

  .residences_horizontal-wrapper-right_image.residences_horizontal-image-height {
    height: 50vh;
  }

  .residences_horizontal-wrapper_right-text-wrapper {
    grid-row-gap: 5rem;
    padding-top: 1rem;
  }

  .residences-horizontal-wrapper-heading {
    font-size: 15rem;
  }

  .residences-horizontal-wrapper-text-wrapper {
    max-width: 100%;
  }

  .section_residences-generations {
    height: auto;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .residences-generations_component {
    grid-template-columns: minmax(26.5625rem, 1fr);
    height: auto;
  }

  .residences-generations_item01-wrapper {
    display: flex;
  }

  .residences-generations_item01 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .residences-generations_item01-heading {
    width: 100%;
    max-width: 30rem;
  }

  .residences-generations_item01-image-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 1rem;
    margin-left: auto;
    padding-left: 0;
    position: relative;
    right: -2.5rem;
  }

  .residences-generations_item01-text-wrapper {
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    padding-top: 3.375rem;
    padding-left: 2.5rem;
  }

  .residences-generations_item01-divider {
    width: 100%;
    inset: 0% -2.5rem auto auto;
  }

  .residences-generations_item02-wrapper {
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .residences-generations_item02-top-empty {
    height: 3rem;
  }

  .residences-generations_item02 {
    grid-row-gap: 1.5rem;
    margin-left: -2.5rem;
  }

  .residences-generations_item02-image-wrapper {
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 0;
    display: flex;
  }

  .residences-generations_item02-text-wrapper {
    max-width: 16rem;
    margin-left: auto;
  }

  .residences-generations_item02-middle-empty {
    height: 3rem;
  }

  .residences-generations_item02-alt {
    grid-row-gap: 1.5rem;
  }

  .residences-generations_item02-alt-image-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-left: auto;
    position: relative;
    right: -2.5rem;
  }

  .residences-generations_item02-alt-text-wrapper {
    max-width: 100%;
    margin-left: auto;
    padding-right: 4rem;
    position: relative;
    right: -2.5rem;
  }

  .residences-genertaions_item02-divider, .residences-genertaions_item02-divider.residences-generations-divider-hide-tablet {
    display: none;
  }

  .residences-generations_item03-wrapper {
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .residences-generations_item03-top-empty {
    height: 3rem;
  }

  .residences-generations_item03 {
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    margin-left: -2.5rem;
  }

  .residences-generations_item03-text-wrapper {
    max-width: 16rem;
    margin-left: auto;
    padding-top: 0;
  }

  .residences-generations_item03-image-wrapper {
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .residences-generations_item03-middle-empty {
    height: 3rem;
  }

  .residences-generations_item03-alt {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    margin-left: auto;
    margin-right: -2.5rem;
  }

  .residences-generations_item03-alt-image-wrapper {
    margin-right: auto;
  }

  .residences-generations_item03-text-alt-wrapper {
    max-width: 18rem;
    margin-right: auto;
  }

  .residences-generations-item03-divider, .residences-generations-item03-divider.reisdences-generations-divider-hide-tablet, .residences-generations-item03-alt-divider.reisdences-generations-divider-hide-tablet, .residences-generations_item03-divider {
    display: none;
  }

  .section_residence-plans {
    padding: 3rem 2.5rem;
    display: none;
    position: relative;
  }

  .residences-plans_component {
    z-index: 1;
    flex-flow: column-reverse;
    width: 100%;
    max-width: 100%;
    display: flex;
    position: relative;
  }

  .residences-plans_content {
    max-width: 25rem;
  }

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

  .residences-amenities_level-open-wrapper {
    grid-row-gap: 2rem;
  }

  .residences-amenities_unit-level-heading-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .residences-amenities_unit-level-heading {
    justify-content: flex-start;
    align-items: center;
  }

  .residence-drop-arrow {
    width: .6875rem;
  }

  .residence-amenities_level-item-wrapper, .residence-amenities_level-item-wrap {
    grid-column-gap: 3rem;
  }

  .location-hero_component {
    min-height: 100svh;
    padding-bottom: 3rem;
  }

  .location-hero_heading-wrapper {
    max-width: 32rem;
  }

  .location-hero_image-wrapper, .location-hero_image {
    height: 100svh;
  }

  .section_location-duration {
    padding-top: 3rem;
  }

  .location-duration_content-wrapper {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .location-duration_heading {
    max-width: 35rem;
  }

  .location-heading-display {
    font-size: 5rem;
  }

  .location-duration_text {
    max-width: 35rem;
  }

  .location-duration_item-component {
    grid-row-gap: 1rem;
  }

  .location-duration_item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 3fr;
    justify-content: space-between;
  }

  .location-explore_component {
    height: 100svh;
  }

  .location-explore_image-wrapper {
    inset: 0% 0% auto auto;
  }

  .about-hero_component {
    min-height: 100svh;
  }

  .about-hero-heading {
    max-width: 44rem;
  }

  .about-heading-display {
    font-size: 6rem;
  }

  .section_about-intro {
    padding-bottom: 2rem;
  }

  .about-intro_component {
    padding-top: 36rem;
    padding-bottom: 0;
  }

  .abou-intro-content-wrapper {
    justify-content: flex-end;
    align-items: stretch;
  }

  .about-intro-content {
    grid-row-gap: 3.5rem;
    justify-content: center;
    align-items: flex-end;
    max-width: 44rem;
    padding-right: 0;
  }

  .about-intro-text-wrapper01 {
    max-width: 38rem;
  }

  .about-intro-image-wrapper {
    inset: 0% auto auto 0%;
  }

  .about-intro-image {
    max-width: 48rem;
  }

  .section-about-features {
    padding-top: 8.5rem;
    padding-bottom: 8rem;
    overflow: hidden;
  }

  .about-features_component {
    grid-row-gap: 6rem;
    padding-top: 13rem;
  }

  .about-feature-heading {
    max-width: 38rem;
  }

  .about-feature_item-component {
    grid-column-gap: 5rem;
    grid-row-gap: 3rem;
    padding-left: 0;
  }

  .about-feature_item {
    justify-content: space-between;
    align-items: stretch;
  }

  .about-features_image-wrapper {
    z-index: 1;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
    inset: -1rem -1rem auto auto;
  }

  .about-features_image {
    max-width: 25rem;
  }

  .section_about-industry {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .about-industry_component {
    grid-row-gap: 6rem;
  }

  .about-industry_heading {
    max-width: 45rem;
  }

  .about-indsutry_item {
    grid-row-gap: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .about-industry-heading {
    font-size: 1.1rem;
  }

  .contact-hero_component {
    grid-row-gap: 6rem;
    padding-top: 16rem;
  }

  .contact-hero_heading-wrapper {
    max-width: 38rem;
  }

  .form-contact-text-wrapper {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-hero-image01-wrapper {
    inset: -2.5rem auto auto 0%;
  }

  .contact-hero-image02-wrapper {
    bottom: -4.9rem;
  }

  .footer-text {
    position: static;
  }

  .footer-text02 {
    display: none;
  }

  .location-hero-spacer {
    height: 21rem;
  }

  .bloomscapes-hero_spacer {
    height: 15rem;
  }

  .section-residence-tower {
    background-color: #133231;
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

  .section-residence-tower.residence-tower_hide-desktop {
    display: block;
    overflow: hidden;
  }

  .residences-tower_item {
    display: flex;
    position: relative;
  }

  .residences-tower_item.residences-tower-a {
    max-width: 45rem;
  }

  .residences-tower_item.residences-tower-b {
    margin-left: 9rem;
  }

  .residences-tower_item.residences-tower-c {
    margin-left: 0;
  }

  .residences-tower_item.residences-tower-d {
    justify-content: center;
    align-items: center;
    margin-left: 4rem;
  }

  .residences-tower_item-tower-image {
    height: 35rem;
  }

  .residences-tower_item-tower-image-wrap {
    width: 100%;
    max-width: 100%;
  }

  .residences-tower_item-tower-image-wrap.residences-tower_item-tower-d-image-wrap {
    max-width: 28rem;
  }

  .residences-tower_item-left {
    width: 100%;
    max-width: 32.875rem;
    position: relative;
  }

  .residences-tower_item-right {
    position: absolute;
    inset: 6rem 12rem auto auto;
  }

  .residences-tower_item-right.residences-tower_item-right-cloud-b {
    inset: 8.6rem 14.7rem auto auto;
  }

  .residences-tower_item-right.residences-tower_item-right-cloud-c {
    top: 7.1rem;
    right: 13.2rem;
  }

  .residences-tower_item-right.residences-tower_item-right-cloud-d {
    inset: 8.6rem 4.1rem auto auto;
  }

  .residences-tower_item-large-cloud {
    width: 100%;
    max-width: 23rem;
    position: absolute;
    inset: -6.4rem -5.6rem auto auto;
  }

  .residences-tower_item-large-cloud.residences-tower_item-large-cloud-b {
    max-width: 20rem;
    inset: -3rem 0% auto auto;
  }

  .residences-tower_item-large-cloud.residences-tower_item-large-cloud-c {
    max-width: 25rem;
    top: -4.9rem;
    right: -9.4rem;
  }

  .residences-tower_item-large-cloud.residences-tower_item-large-cloud-d {
    inset: -7.1rem 0% auto auto;
  }

  .residences-tower_item-large-cloud-image.residences-tower_item-large-cloud-b-image {
    width: 100%;
    max-width: 18rem;
  }

  .residences-tower_item-large-cloud-copy {
    width: 100%;
    max-width: 28.125rem;
    position: absolute;
    inset: -7.9rem -13.2rem auto auto;
  }

  .residences-tower_item-small-cloud {
    width: 100%;
    max-width: 19rem;
    position: absolute;
    inset: 2rem auto auto -9.4rem;
  }

  .residences-tower_item-small-cloud.residences-tower_item-small-cloud-b {
    max-width: 15rem;
    inset: 3rem auto auto -4.1rem;
  }

  .residences-tower_item-small-cloud.residences-tower_item-small-cloud-c {
    max-width: 19rem;
  }

  .residences-tower_item-small-cloud.residences-tower_item-small-cloud-d {
    inset: 4.9rem auto auto -4.9rem;
  }

  .residences-tower_item-small-cloud-image.residences-tower_item-small-cloud-b-image {
    width: 100%;
    max-width: 15rem;
  }

  .residences-tower_item-content-wrapper {
    flex-flow: column;
    display: flex;
  }

  .residences-tower-heading {
    color: #fff;
    font-family: Penelope, Arial, sans-serif;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: .9;
  }

  .residences-tower_text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: .3125rem;
    border-bottom: 1px dashed #fff3;
    flex-flow: column;
    padding-top: 2.8rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .residneces-tower-text {
    color: #fff;
    font-family: Penelope, Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: .9;
  }

  .residences-tower_amenities-wrapper {
    padding-top: 1rem;
    display: none;
  }

  .residences-tower_amenities {
    grid-column-gap: .75rem;
    display: flex;
  }

  .residences-tower_amenities-text {
    color: #fff;
    font-family: Penelope, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
  }

  .residences-tower-empty {
    height: 9rem;
  }

  .amenities-tabs_menu {
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    padding-bottom: 1rem;
  }

  .amenities-parallax-heading.text-opacity {
    opacity: 0;
  }

  .amenities-masterplan_item-image {
    max-width: 100%;
    height: auto;
  }

  .residences-generarions_item02-divider-alt {
    background-color: #133231;
    width: 100%;
    height: 1px;
    display: block;
  }

  .residences-generations_item02-divider-alt {
    background-color: #133231;
    width: 100%;
    height: 1px;
    margin-left: auto;
    display: block;
    position: relative;
    right: -2.5rem;
  }

  .residences-generations_item03-divider-alt {
    background-color: #133231;
    width: 100%;
    height: 1px;
    display: block;
  }

  .residences-generations_item03-divider-middle {
    background-color: #133231;
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
  }

  .bloomscapes-hero-heding-display {
    font-size: 3.125rem;
  }

  .preloader-alt {
    z-index: 999999;
  }

  .nav-logo-link {
    width: 3rem;
    position: absolute;
    inset: 1rem auto auto 0%;
  }

  .nav-logo-link.hide-logo-desktop {
    display: block;
  }

  .nav-logo-embed {
    color: #133231;
  }

  .nav-menu-wrap {
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: .5rem;
    display: flex;
    position: absolute;
    inset: 2rem 0% auto auto;
  }

  .nav-menu-wrap.hide-nav-menu-wrap-desktop {
    display: flex;
  }

  .nav-menu-line {
    background-color: #133231;
    width: 100%;
    height: 2px;
  }

  .preloader_embed-mobile {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
  }

  .marquee {
    width: 100%;
    max-width: 100%;
    transform: none;
  }

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

  .home-amenities-lottie-wrapper {
    top: -23%;
    overflow: hidden;
  }

  .home-amenities-lottie {
    transform-origin: 50% 100%;
    transform: scale(1.5);
  }

  .navbar-text.hide-navbar-text {
    display: none;
  }

  .navbar_link-legal {
    color: #ffffff80;
    height: auto;
    font-family: TT Commons Pro Trial Variable;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .navbar_link-legal.w--current {
    color: #fff;
  }

  .navbar_link-legal.hide-logo-tablet {
    display: none;
  }

  .navbar_link-legal-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: space-between;
    margin-top: 5rem;
    display: flex;
  }

  .amenities-area-heading {
    font-size: 3rem;
  }

  .residence-hero_heading03-wrap {
    overflow: hidden;
  }

  .residence-hero_text-alt {
    max-width: 20rem;
    display: none;
  }

  .navbar-f1_menu-links-block {
    z-index: 3;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #133231;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .navbar-f1_menu-link {
    color: #ffffff4d;
    height: auto;
    font-family: Penelope, Arial, sans-serif;
    font-size: 2.3125rem;
  }

  .navbar-f1_menu-link.navbar-f1_social-link {
    font-family: Tt Commons Pro, Arial, sans-serif;
  }

  .navbar-f1_container {
    position: static;
    overflow: hidden;
  }

  .navbar-f1_menu-link-wrap {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
    transform-origin: 50% 100%;
    background-color: #133231;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100svh;
    padding: 15vh 2.5rem 12vh;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-f1_menu-inner-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .navbar-f1_menu {
    z-index: 5;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: flex;
    position: relative;
    overflow: clip;
  }

  .navbar-f1_center {
    z-index: 5;
    margin-left: 0;
    position: relative;
  }

  .navbar-f1 {
    background-color: #0000;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .navbar-f1_social-wrap {
    width: 100%;
    display: block;
  }

  .navbar-f1_brand-link-duplicate {
    display: none;
  }

  .navbar-f1_socia-links-inner-wrap {
    grid-column-gap: 3rem;
  }

  .navbar-f1_social-link {
    color: #ffffff4d;
    font-family: Tt Commons Pro, Arial, sans-serif;
    font-size: 1rem;
  }

  .navbar-f1-text.navbar-f1-text-hide, .florique-scroll {
    display: none;
  }

  .bloomscapes-fullscreen_image-wrpper {
    min-height: 100svh;
  }

  .location-hero-gradient {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-openspaces_wrapper {
    padding-top: 15rem;
    padding-bottom: 4rem;
  }

  .home-amenities-lottie-alt {
    transform-origin: 50% 0;
    transform: scale(1.5);
  }

  .section_residences-horizontal-scroll, .section_residences-horizontal-scroll.residences-horizontal_scroll-hide-tablet {
    display: none;
  }

  .residences-amenities_level {
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    overflow: clip;
  }

  .location-hero-image-overlay {
    color: #00000080;
    position: absolute;
    inset: 0%;
  }

  .heading-display-02_span02 {
    display: block;
  }

  .residences-generations_heading {
    font-size: 3rem;
  }

  .residence-hero_text-02 {
    font-family: Tt Commons Pro, Arial, sans-serif;
    font-size: 1.3rem;
  }

  .residence-hero_text-02.reisdences-generations_item01-text, .residence-hero_text-02.reisdences-generations_item02-text {
    max-width: 16rem;
  }

  .amenities-parallax-heading-display {
    font-size: 3rem;
  }

  .location-hero-heading-display {
    font-size: 3.5rem;
  }

  .location-hero-text {
    color: #133231;
    font-size: 1.3rem;
  }

  .about-feature-heading-display, .about-indsutry-heading-display {
    font-size: 3.5rem;
  }

  .contact-hero-heading-display {
    font-size: 3rem;
  }

  .lottie-item-before.lottie-item04-a, .lottie-item-before.lottie-item03-a {
    width: 9.8rem;
    height: 5.6rem;
  }

  .lottie-item-before.lottie-item02-a {
    width: 9rem;
    height: 7rem;
  }

  .lottie-item-before.lottie-item01-a {
    width: 6.6rem;
    height: 6rem;
  }

  .lottie-item04 {
    width: 9.8rem;
    height: 5.6rem;
  }

  .lottie-item01-wrapper {
    width: auto;
    height: auto;
  }

  .lottie-left-wrapper, .lottie-right-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    width: auto;
  }

  .lottie-item01 {
    width: 6.6rem;
    height: 6rem;
    margin-left: -1.3rem;
  }

  .lottie-item-after.lottie-item03-b, .lottie-item-after.lottie-item04-b {
    width: 9.8rem;
    height: 5.6rem;
  }

  .lottie-item-after.lottie-item02-b {
    width: 9rem;
    height: 7rem;
  }

  .lottie-item-after.lottie-item01-b {
    width: 6.6rem;
    height: 6rem;
  }

  .lottie-item04-wrapper, .lottie-item03-wrapper {
    width: auto;
    height: auto;
  }

  .lottie-component {
    justify-items: stretch;
  }

  .lottie-item02-wrapper {
    width: auto;
    height: auto;
  }

  .lottie-item02 {
    width: 9rem;
    height: 7rem;
    margin-top: .8rem;
  }

  .lottie-item03 {
    width: 9.8rem;
    height: 5.6rem;
  }

  .about-feature-text {
    font-size: 1.5rem;
  }

  .about-feature-text.text-color-darkgreen.resdiences-amenities-text-header {
    font-size: 1.1rem;
  }

  .residences-plans_left-wrapper {
    z-index: 1;
    border-radius: .4rem;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 2rem;
  }

  .resdiences-plans_floor-plans {
    grid-row-gap: 1rem;
    padding: 2rem;
    position: relative;
  }

  .residences-plans_heading {
    position: relative;
  }

  .residences-plans-heading-display {
    font-size: 3rem;
  }

  .residences-plans-heading-display.residences-plans-heading-hide {
    display: none;
  }

  .residences-plans-text {
    font-size: 1.4rem;
  }

  .residences-plans_slide {
    grid-row-gap: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .resdiences-plans_top-text {
    font-size: 1.3rem;
  }

  .residences-plans_unit-wrapper {
    grid-row-gap: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .residneces-plans_unit-item {
    grid-column-gap: .5625rem;
    grid-row-gap: .5625rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .residences-plans-unit {
    width: auto;
    height: 3.5rem;
  }

  .residences-plans-unit-text {
    font-size: 1.3rem;
  }

  .residences-plans_configuration {
    grid-row-gap: 1.5rem;
    padding-top: 2rem;
  }

  .residences-plans_button {
    max-width: none;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .residences-plans_button-text {
    font-size: 1.2rem;
  }

  .resdiences-floor-plans_image-wrapper {
    height: 60vh;
    margin-top: 1rem;
  }

  .residences-floor-plans_content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .residences-floor-plans_content {
    display: none;
  }

  .residences-floor-plans-text, .residences-floor-plans-text-alt {
    font-size: 1rem;
  }

  .residences-floor-plans-button {
    text-transform: none;
    background-color: #133231;
    border-radius: .295625rem;
    padding: .9rem 1.2rem;
    text-decoration: none;
  }

  .residences-floor-plans-button-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .residences-floor-plans-button-text {
    color: #fff;
  }

  .residences-plans_close-wrapper {
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .residences-plans_left-overlay {
    background-color: #0009;
    height: 90svh;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .residence-plans_fixed {
    z-index: 20000;
    justify-content: space-between;
    align-items: flex-end;
    height: 100svh;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .footer_link-patch-title {
    font-size: 1.2rem;
  }

  .footer_link-patch-title.w--current {
    font-size: .85rem;
  }

  .section_residences-towerplan {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .readsidences-towerplan_slider, .residences-towerplan_slide-wrapper {
    height: 100%;
  }

  .residences-towerplan_slide {
    flex-flow: column;
  }

  .residences-towerplan_slide-left-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: auto;
    max-width: none;
    height: auto;
    padding-bottom: 0;
  }

  .residences-towerplan_slide-right-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .residences-towerplan-top-heading {
    font-size: 2.3rem;
  }

  .residences-towerplan_slide-bottom {
    grid-row-gap: 3rem;
  }

  .residences-towerplan-bottom-heading {
    font-size: 2rem;
  }

  .residences-towerplan-bottom-heading-wrapper {
    grid-row-gap: 1rem;
  }

  .residences-towerplan-bottom-text {
    font-size: 1.6rem;
  }

  .residences-towerplan_bottom-info {
    max-width: 13rem;
  }

  .residences-towerplan_info-text {
    font-size: 1rem;
  }

  .residences-towerplan_slider-left-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .residences-towerplan_slider-left-arrow-embed {
    width: 1rem;
    height: 1rem;
  }

  .section_residence-mobile-plans {
    padding: 3rem 2.5rem;
    display: block;
    position: relative;
  }

  .residences-plans-mobile_component {
    z-index: 1;
    flex-flow: column-reverse;
    width: 100%;
    max-width: 100%;
    display: flex;
    position: relative;
  }

  .residence-plans-mobile_fixed {
    z-index: 20000;
    background-color: #00000080;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .residences-plans-mobile_left-wrapper {
    z-index: 1;
    border-radius: .4rem;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 2rem;
  }

  .residences-plans-mobile_heading {
    position: relative;
  }

  .residences-plans-mobile_slide, .residences-plans-mobile_unit-wrapper {
    grid-row-gap: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .residneces-plans-mobile_unit-item {
    grid-column-gap: .5625rem;
    grid-row-gap: .5625rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .residences-plans-mobile-unit {
    width: auto;
    height: 3.5rem;
  }

  .residences-plans-mobile-unit_configuration {
    grid-row-gap: 1.5rem;
    padding-top: 1rem;
  }

  .resdiences-plans-mobile_floor-plans {
    grid-row-gap: 1rem;
    padding: 2rem;
    position: relative;
  }

  .resdiences-floor-plans-mobile_image-wrapper {
    height: 50vh;
    margin-top: 1rem;
  }

  .residences-floor-plans-mobile_content-wrapper {
    justify-content: space-between;
  }

  .residences-floor-plans-mobile_content {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100%;
  }

  .residences-floor-plans-button-wrapper-copy {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .resdiences-floor-plans-mobile-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column-reverse;
    display: flex;
  }

  .bhk-btn, .residences-plans_button-copy {
    max-width: none;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .residences-plans_apply-button {
    background-color: #133231;
    max-width: none;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .residences-plans_apply-text {
    color: #fff;
    font-family: Tt Commons Pro, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
  }

  .residences-mob-floor-plans-text {
    color: #13323180;
    font-family: Tt Commons Pro, Arial, sans-serif;
    font-weight: 400;
  }

  .tower-code-embed, .tower-code-embed.tower-code-embed02 {
    width: 100%;
    height: 100%;
  }

  .residences-generations_item03-alt-text-wrap {
    grid-row-gap: 5rem;
  }

  .residences-generations_item03-alt-text-wrap.residences-generations_item03-alt-text-wrap-hide {
    display: none;
  }

  .residences-generations_item03-alt-text-wrap.residences-generations_item03-alt-text-wrap-show {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 100%;
    padding-right: 3rem;
    display: flex;
    position: static;
  }

  .navigation {
    z-index: 999;
  }

  .div-block-3 {
    z-index: 9999;
  }

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

  .text-style-text.text-color-darkgreen.resdiences-amenities-text-header {
    font-size: 1.1rem;
  }

  .residences-generations_item03-alt-text-wrap01 {
    max-width: 18rem;
    height: auto;
  }

  .residences-generations_item-last-divider {
    background-color: #133231;
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    left: -2.5rem;
  }

  .footer_link-title-rights {
    font-size: 1.2rem;
  }

  .footer-text-rights {
    font-size: .9rem;
    position: static;
  }

  .footer-bottom_info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_info-text {
    font-size: 1.2rem;
  }

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

  .footer_info-text-wrap {
    grid-column-gap: .6rem;
    justify-content: center;
    align-items: center;
  }

  .footer_info-text-wrap.footer_info-text-wrap-alt, .footer_info-text-wrap.footer_info-text-wrap-location {
    grid-column-gap: 1rem;
    place-items: start stretch;
  }

  .footer-box {
    width: 1rem;
    height: 1rem;
  }

  .footer_info-text-wrap-alt {
    grid-column-gap: 1.5rem;
    grid-template-columns: auto auto;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  p {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h3 {
    font-size: 2.3rem;
    line-height: 1.1;
  }

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

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

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

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

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

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

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

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

  .form_input {
    margin-bottom: 1rem;
  }

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

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

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

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

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

  .button.is-large {
    padding: .7rem 1.6rem;
    font-size: .9rem;
  }

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

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

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

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

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

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

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

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

  .navbar-wrapper {
    height: 16svh;
  }

  .home-header_background-content, .home-header_background-overlay, .home-header_background-image {
    height: 100svh;
  }

  .home-header_component {
    justify-content: flex-end;
    align-items: center;
    height: 100svh;
    padding-bottom: 13vh;
  }

  .home-header_heading-wrapper {
    width: 100%;
    max-width: 33rem;
    margin-bottom: 1.5rem;
  }

  .home-header_subtext {
    max-width: 35rem;
  }

  .text-style-n1 {
    font-size: 1.2rem;
  }

  .home-header_more-icon-wrapper {
    margin-bottom: 3rem;
  }

  .section_home-bloomscapes {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .home-bloomscapes_left {
    padding-left: 0;
  }

  .home-bloomscapes_right-subheading-wrapper {
    margin-bottom: 1rem;
  }

  .home-bloomscapes_right-content {
    max-width: 26rem;
  }

  .home-bloomscapes_flower01 {
    display: none;
    position: absolute;
  }

  .section_home-openspaces {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-display-n1 {
    margin-bottom: 0;
    font-size: 5rem;
  }

  .home-openspaces_subtext-wrapper {
    position: static;
  }

  .home-openspaces_right-image {
    inset: 0% 0% auto auto;
  }

  .section_cta {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .footer {
    padding-top: 4rem;
  }

  .footer_component {
    grid-row-gap: 3rem;
    margin-bottom: 15rem;
    position: static;
  }

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

  .footer_link {
    font-size: 1.2rem;
  }

  .footer_bottom-component {
    bottom: 13.2rem;
  }

  .footer_legal-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_background-flower.footer_background-margin.footer-background-lottie {
    transform: scale(1.4);
  }

  .footer_background-flower-wrapper {
    transform-origin: 50% 100%;
    transform: scale(1.5);
  }

  .section_home-fullscreen {
    height: 100svh;
    margin-top: 0;
  }

  .fullscreen_image {
    object-position: 100% 50%;
  }

  .section_home-stats {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-stats_component {
    grid-template-columns: auto auto;
    justify-content: start;
    place-items: center;
  }

  .home-stats_item.home-stats_item-alt {
    height: 8rem;
    transform: translate(-11px);
  }

  .home-stats_item.home-stats_item-alt-02 {
    margin-left: 1.5rem;
    transform: translate(-34px);
  }

  .home-stats_item.home-stats_item-01 {
    margin-left: -1rem;
  }

  .section_home-floorplans {
    margin-bottom: 4rem;
  }

  .home-floorplans_heading-wrapper {
    width: 100%;
    max-width: 27rem;
  }

  .section_home-amenities {
    padding-top: 2rem;
  }

  .home-location_component-top {
    margin-bottom: 40rem;
  }

  .home-location_component-bottom {
    margin-left: 0;
    margin-right: 0;
  }

  .home-location_flower01 {
    max-width: 35rem;
    top: 13.2rem;
  }

  .home-location_flower02 {
    max-width: 28rem;
    bottom: 18.4rem;
    left: -4.1rem;
  }

  .home-amenities_gallery-image-wrapper.home-amenities_galleru-image-hide {
    display: none;
  }

  .home-amenities_decorative-fly {
    height: 18rem;
    top: -9.4rem;
  }

  .amenities-area_heading {
    margin-bottom: 4rem;
  }

  .amenities-area_large-text {
    font-size: 8rem;
  }

  .amenities-area_left-text {
    font-size: 6rem;
  }

  .amenities-area_right-content {
    width: 100%;
    margin-right: 0;
  }

  .amenities-parallax_image-track {
    grid-row-gap: 4rem;
    flex-flow: column;
    height: auto;
    display: flex;
    position: static;
  }

  .amenities-parallax_image-item02 {
    position: static;
  }

  .amenities-parallax_image-item02.amenities-parallax-right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .amenities-outdoor_image-item03, .amenities-outdoor_image-item04 {
    position: static;
  }

  .amenities-outdoor_image-item04.amenities-parallax-right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .section_amenities-parallax-wrapper {
    background-color: #1b312e;
    min-height: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: static;
    overflow: clip;
  }

  .section_amenities-parallax {
    min-height: auto;
    display: none;
    position: static;
  }

  .amenities-parallax_image-track-component {
    grid-row-gap: 4rem;
    flex-flow: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    position: static;
  }

  .section_amenities-hero {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: auto;
    min-height: 100svh;
    padding-top: 4rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .amenities-hero_component {
    min-height: auto;
    padding-bottom: 3rem;
  }

  .amenities-hero_content {
    width: 100%;
    max-width: none;
  }

  .heading-display-02 {
    font-size: 4.875rem;
  }

  .amenities-hero_image {
    transform-origin: 100%;
    max-width: 100%;
    margin-top: 5rem;
    position: static;
    inset: auto 0% 10rem auto;
    transform: scale(1.3);
  }

  .bloomscapes-hero_component {
    padding-bottom: 2rem;
  }

  .bloomscapes-hero_image {
    object-position: 67% 50%;
  }

  .bloomscapes-hero_eyebrow-wrapper {
    max-width: 18rem;
    margin-bottom: 1rem;
  }

  .section_bloomscapes-flowers {
    padding-bottom: 8rem;
  }

  .bloomscapes-flowers_left-heading {
    color: #0f2827;
    font-size: 4.8rem;
    font-weight: 400;
  }

  .bloomscapes-flowers_right {
    max-width: 29rem;
  }

  .bloomscapes-gallery_item01 {
    flex: 0 auto;
    max-width: 9rem;
  }

  .bloomscapes-gallery_image-wrapper01 {
    min-height: 11rem;
  }

  .bloomscapes-gallery_item02 {
    max-width: 11.75rem;
  }

  .bloomscapes-gallery_image-wrapper02 {
    min-height: 10.9375rem;
  }

  .bloomscapes-gallery_item03 {
    max-width: 11.75rem;
  }

  .bloomscapes-gallery_image-wrapper03 {
    min-height: 10.9375rem;
  }

  .bloomscapes-gallery_row01 {
    grid-row-gap: 1rem;
    min-height: 45rem;
  }

  .bloomscapes-gallery_row02 {
    min-height: 45rem;
  }

  .bloomscapes-gallery_item04, .bloomscapes-gallery_item05 {
    max-width: 11.75rem;
  }

  .bloomscapes-gallery_image-wrapper04 {
    min-height: 13.375rem;
  }

  .bloomscapes-gallery_image-wrapper05 {
    min-height: 15rem;
  }

  .bloomscapes-gallery_item06 {
    max-width: 11.75rem;
  }

  .bloomscapes-gallery_image-wrapper06 {
    min-height: 15rem;
  }

  .bloomscapes-gallery_item07 {
    max-width: 11.75rem;
  }

  .bloomscapes-gallery_image-wrapper07 {
    min-height: 15rem;
  }

  .bloomscapes-gallery_item08 {
    max-width: 11.75rem;
  }

  .bloomscapes-gallery_image-wrapper08 {
    min-height: 15rem;
  }

  .bloomscapes-gallery_item09 {
    max-width: 11.75rem;
  }

  .bloomscapes-gallery_image-wrapper09 {
    min-height: 15rem;
  }

  .bloomscapes-gallery_item10 {
    max-width: 11.75rem;
  }

  .bloomscapes-gallery_image-wrapper10 {
    min-height: 13.3125rem;
  }

  .bloomscapes-gallery_item11 {
    max-width: 11.75rem;
  }

  .bloomscapes-gallery_image-wrapper11 {
    min-height: 13.3125rem;
  }

  .bloomscapes-gallery_item12 {
    max-width: 11.75rem;
  }

  .bloomscapes-gallery_image-wrapper12 {
    min-height: 13.3125rem;
  }

  .section_bloomscapes-fullscreen, .bloomscapes-fullscreen_image {
    min-height: 100svh;
  }

  .home-openspaces_heading-wrapper02 {
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

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

  .home-openspaces_subtext-wrapper02 {
    max-width: 22rem;
  }

  .home-openspaces_left-image {
    inset: auto auto -5.6rem 0%;
  }

  .section_amenities-fullscreen {
    min-height: 70svh;
  }

  .amenities-fullscreen_image {
    height: 70svh;
  }

  .section_amenities-masterplan {
    padding-top: 4rem;
  }

  .amenities-masterplan_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .amenities-masterplan_item-left {
    padding-top: 0;
  }

  .preloader {
    height: 100svh;
  }

  .amenities-masterplan_item-left-subtext-wrapper {
    max-width: 100%;
  }

  .section_residences-hero {
    padding-top: 10rem;
  }

  .residences-hero_component {
    min-height: auto;
  }

  .residences-hero-heading-display {
    font-size: 4rem;
  }

  .residence-hero_text {
    margin-bottom: 1rem;
  }

  .residences-hero_image-wrapper {
    bottom: -7.9rem;
    overflow: hidden;
  }

  .residences-hero_image {
    max-width: 40rem;
    height: 40rem;
  }

  .section_residence-gallery {
    padding-bottom: 3.1rem;
  }

  .residence-gallery-slider {
    min-height: 90svh;
  }

  .residence-gallery-slide, .residence-gallery-slide-image-wrapper, .residence-gallery-slide-image {
    height: 90svh;
  }

  .residence-gallery-left-arrow {
    width: 3rem;
    height: 3rem;
    left: -1.5rem;
  }

  .residence-gallery-right-arrow {
    width: 3rem;
    height: 3rem;
    right: -1.5rem;
  }

  .about_horizontal-wrapper-right_content, .residences_horizontal-wrapper-right_image {
    height: 50svh;
  }

  .residences-horizontal-wrapper-heading {
    font-size: 13rem;
  }

  .residences-horizontal-wrapper-text-wrapper {
    width: 100%;
    max-width: 19rem;
  }

  .section_residences-generations {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }

  .residences-generations_item01 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .residences-generations_item01-heading {
    margin-right: auto;
  }

  .residences-generations_item01-image-wrapper {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
  }

  .residences-generations_item01-text-wrapper {
    margin-left: auto;
  }

  .residences-generations_item02 {
    margin-left: -1.5rem;
  }

  .residences-generations_item02-alt, .residences-generations_item03-alt {
    margin-right: -1.5rem;
  }

  .residences-generations_item03-alt-image-wrapper {
    padding-right: 4rem;
  }

  .residences-generations_item03-text-alt-wrapper {
    max-width: 15rem;
  }

  .section_residence-plans {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .residences-plans_button-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .residences-plans_button-wrapper.width-full {
    width: 100%;
  }

  .section_residences-amenities {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .residences-amenities-heading-display {
    font-size: 2.25rem;
  }

  .residences-amenities_project-item-wrapper {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .residences-amenities_project-item {
    max-width: 100%;
  }

  .residences-amenities_level-open-wrapper {
    grid-row-gap: 1.5rem;
  }

  .residences-amenities_unit-level-heading {
    justify-content: flex-start;
    align-items: center;
  }

  .residence-amenities_level-item-wrapper {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .residence-amenities_level-item {
    max-width: 100%;
  }

  .residence-amenities_level-item-wrap {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .location-hero_component {
    padding-bottom: 4rem;
  }

  .location-hero_heading-wrapper {
    max-width: 25rem;
  }

  .location-hero_image {
    object-position: 75% 50%;
  }

  .section_location-duration {
    padding-top: 3rem;
  }

  .location-duration_content-wrapper {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .location-heading-display {
    letter-spacing: -.04em;
    font-size: 4rem;
  }

  .location-duration_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .location-duration_left, .location-duration_line {
    max-width: 100%;
  }

  .location-duration_right {
    width: 100%;
    max-width: 26rem;
  }

  .location-explore_component {
    justify-content: flex-end;
    align-items: flex-start;
    height: 80svh;
  }

  .location-explore_text {
    max-width: 30rem;
  }

  .location-explore_image-wrapper {
    inset: 0% 0% auto auto;
  }

  .about-hero_component {
    min-height: 100svh;
    padding-bottom: 3rem;
  }

  .about-heading-display {
    font-size: 4rem;
  }

  .about-hero_image-wrapper, .about-hero_image {
    min-height: 100svh;
  }

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

  .about-intro_component {
    padding-top: 26rem;
    padding-bottom: 0;
    display: flex;
  }

  .about-intro-content {
    grid-row-gap: 3rem;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .about-intro-image-wrapper {
    inset: 0% auto auto 0%;
  }

  .about-intro-image {
    max-width: none;
    height: auto;
  }

  .about-features_component {
    padding-top: 8rem;
  }

  .about-feature-heading {
    max-width: 28rem;
  }

  .about-feature_item-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .about-feature_item-image {
    width: 100%;
    max-width: 8rem;
  }

  .about-feature-emtpy {
    display: none;
  }

  .about-features_image {
    max-width: 18rem;
  }

  .about-industry_component {
    grid-row-gap: 4rem;
  }

  .about-industry_heading {
    max-width: 30rem;
  }

  .about-industry_item-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-indsutry_item {
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .about-indsutry_item-image-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .about-indsutry_item-image {
    width: 100%;
  }

  .contact-hero_component {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .contact-hero_heading-wrapper {
    max-width: 30rem;
  }

  .contact-hero-image01-wrapper {
    bottom: auto;
    right: auto;
  }

  .contact-hero-image01 {
    max-width: 18rem;
  }

  .contact-hero-image02-wrapper {
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
    inset: auto -1rem 0% auto;
  }

  .contact-hero-image02 {
    max-width: 14rem;
  }

  .location-hero-spacer {
    height: 10rem;
  }

  .bloomscapes-hero_spacer {
    height: 8.8125rem;
  }

  .residences-tower_item.residences-tower-b, .residences-tower_item.residences-tower-c, .residences-tower_item.residences-tower-d {
    margin-left: 0;
  }

  .residences-tower_item-tower-image {
    height: 25rem;
  }

  .residences-tower_item-right {
    position: absolute;
    inset: 9.4rem 0% auto auto;
  }

  .residences-tower_item-right.residences-tower_item-right-cloud-b {
    right: 8.7rem;
  }

  .residences-tower_item-right.residences-tower_item-right-cloud-c {
    right: 7.1rem;
  }

  .residences-tower_item-right.residences-tower_item-right-cloud-d {
    right: .4rem;
  }

  .residences-tower-heading {
    font-size: 2.4rem;
  }

  .residences-tower_text-wrapper {
    padding-top: 2.4rem;
  }

  .residences-tower_amenities-wrapper {
    display: none;
  }

  .section_amenities-tabs {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .amenities-tabs_heading {
    max-width: 16.8125rem;
  }

  .amenities-tabs-heading-display {
    font-size: 2.5rem;
  }

  .amenities-tabs_menu {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    overflow: visible;
  }

  .amenities-tabs_link {
    flex: 0 auto;
    margin-bottom: .5rem;
    padding: .6rem 1.3rem;
    font-size: .9rem;
  }

  .amenities-tabs-text {
    font-size: 1rem;
  }

  .amenities-parallax-heading {
    opacity: 0;
  }

  .bloomscapes-hero-heding-display {
    text-align: center;
    font-size: 3.5rem;
  }

  .nav-logo-link, .nav-menu-wrap {
    top: 1rem;
  }

  .nav-menu-line {
    background-color: #133231;
  }

  .home-stats_item-lottie {
    width: 100%;
    max-width: 9rem;
    height: 7rem;
  }

  .home-stats_item-lottie.home-stats_item-lottie-02.home-stats_item-lottie-width, .home-stats_item-lottie.home-stats_lottie-01, .home-stats_item-lottie.home-stats_item-03-lottie, .home-stats_item-lottie.home-stats_item-04-lottie {
    max-width: 9rem;
    height: 7rem;
  }

  .residences-amenities-heading-display-alt {
    font-size: 1.6rem;
  }

  .preloader_embed-mobile {
    display: none;
  }

  .residences-detail-arrow-link {
    transform-origin: 0 100%;
    position: static;
    transform: rotate(90deg);
  }

  .home-amenities-lottie-wrapper {
    overflow: clip;
  }

  .desclaimer_popup-block {
    max-width: 28rem;
  }

  .desclaimer_popup-heading {
    font-size: 1.5rem;
  }

  .desclaimer_popup-text, .navbar_link-legal {
    font-size: 1rem;
  }

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

  .amenities-area-heading {
    font-size: 2rem;
  }

  .amenities-parallax_image-item01-alt {
    position: static;
    top: 3.5%;
  }

  .amenities-parallax_image-item01-alt.amenities-parallax-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .navbar-f1_menu-link.navbar-f1_social-link {
    font-family: "Tt Commons Pro 01";
  }

  .navbar-f1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-f1_socia-links-inner-wrap {
    grid-column-gap: 2rem;
  }

  .bloomscapes-fullscreen_image-wrpper {
    min-height: 100svh;
  }

  .location-hero_gradient {
    background-image: linear-gradient(0deg, #000c 45%, #fff0);
    display: none;
    position: absolute;
    inset: 0%;
  }

  .home-openspaces_wrapper {
    padding-top: 8rem;
  }

  .home-amenities-lottie-alt {
    transform-origin: 50% 0;
    transform: scale(1.5);
  }

  .residence-schedule_walkthrough {
    padding-left: 1.35rem;
    padding-right: 1.25rem;
  }

  .residence-schedule_inner-wrapper {
    max-width: 100%;
    padding: 1.35rem;
  }

  .residence-schedule_input-wrap {
    flex-flow: column;
  }

  .swiper-button {
    width: 3rem;
  }

  .fullscreen_image-wrapper {
    height: 100svh;
  }

  .residences-amenities_level {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .time-estimator {
    height: 100%;
    padding-left: .9rem;
    padding-right: .9rem;
    display: none;
    overflow: clip;
  }

  .time-estimator_wrapper {
    height: 100%;
    padding: 1rem;
    transform: translate(200%);
  }

  .time-estimator_image-wrapper {
    margin-top: 0;
  }

  .time-estimator-heading {
    font-size: 3.5rem;
  }

  .time-estimator-calculate {
    margin-top: 1rem;
  }

  .location-hero-image-overlay {
    background-color: #0003;
    height: 100svh;
    position: absolute;
    inset: 0%;
  }

  .residences-generations_heading, .residences-amenities-heading-display02 {
    font-size: 3rem;
  }

  .amenities-parallax-heading-display {
    font-size: 2rem;
  }

  .location-hero-heading-display {
    font-size: 2.5rem;
  }

  .location-hero-text {
    font-size: 1.2rem;
  }

  .about-feature-heading-display, .about-indsutry-heading-display {
    font-size: 2.5rem;
  }

  .contact-hero-heading-display {
    font-size: 2rem;
  }

  .home-bloomspcaes-left-heading {
    font-size: 3rem;
  }

  .lottie-item-before.lottie-item04-a {
    width: 9.8rem;
    height: 5.8rem;
  }

  .lottie-item-before.lottie-item03-a {
    width: 11.3rem;
    height: 5.8rem;
  }

  .lottie-item-before.lottie-item02-a {
    width: 8.5rem;
    height: 6.5rem;
  }

  .lottie-item-before.lottie-item01-a {
    width: 10rem;
    height: 6rem;
  }

  .section-lottie {
    padding-bottom: 2rem;
  }

  .lottie-item04 {
    width: 9.8rem;
    height: 6.0625rem;
    margin-top: -.8rem;
  }

  .lottie-left-wrapper {
    flex-flow: column;
    width: auto;
  }

  .lottie-right-wrapper {
    flex-flow: column;
  }

  .lottie-item01 {
    width: 10rem;
    height: 6rem;
    margin-left: -1.2rem;
  }

  .lottie-item-after.lottie-item03-b {
    width: 11.3rem;
    height: 5.8rem;
  }

  .lottie-item-after.lottie-item04-b {
    width: 9.8rem;
    height: 5.8rem;
  }

  .lottie-item-after.lottie-item02-b {
    width: 8.5rem;
    height: 6.5rem;
  }

  .lottie-item-after.lottie-item01-b {
    width: 10rem;
    height: 6rem;
  }

  .lottie-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    justify-content: start;
  }

  .lottie-item02 {
    width: 8.5rem;
    height: 6.5rem;
    margin-top: 0;
  }

  .lottie-item03 {
    width: 11.3rem;
    height: 5.8rem;
    margin-left: -1.6rem;
  }

  .about-feature-text {
    font-size: 1.2rem;
  }

  .residences-plans_left-wrapper {
    padding: 2.5rem 1.25rem;
  }

  .resdiences-plans_floor-plans {
    padding: 2rem 1.25rem;
  }

  .residences-plans-heading-display {
    letter-spacing: -.03em;
    font-size: 2.5rem;
  }

  .residences-plans_slide {
    padding-top: 2rem;
  }

  .residences-plans-before {
    width: 2rem;
    height: 2rem;
  }

  .resdiences-floor-plans_image-wrapper {
    height: 60vh;
  }

  .residences-plans_close-wrapper {
    width: 2rem;
    height: 2rem;
  }

  .residence-plans_fixed {
    height: 100vh;
  }

  .button-alt.is-large {
    padding: .7rem 1.6rem;
    font-size: .9rem;
  }

  .legal-patch_component {
    flex-flow: row;
  }

  .legal-patch-left-wrapper {
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .lega-patch_right-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .footer_link-patch-title.w--current {
    height: 1.3rem;
  }

  .amenities-masterplan-item-text {
    font-size: 1.1rem;
  }

  .section_residences-towerplan {
    padding-bottom: 7rem;
  }

  .readsidences-towerplan_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .residences-towerplan_slide-wrapper {
    height: auto;
  }

  .residences-towerplan_slide {
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .residences-towerplan_slide-left-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .residences-towerplan_slide-right-image {
    max-width: 100%;
  }

  .residences-towerplan_slide-top {
    grid-row-gap: 1.2rem;
  }

  .residences-towerplan_slide-bottom {
    grid-row-gap: 1rem;
  }

  .residences-towerplan-bottom-heading {
    font-size: 1.8rem;
  }

  .residences-towerplan-bottom-text {
    font-size: 1.3rem;
  }

  .residences-towerplan_bottom-info-wrapper {
    grid-column-gap: 2rem;
    flex-flow: row;
  }

  .residences-towerplan_bottom-info {
    border-bottom-style: none;
  }

  .residences-towerplan_slider-left-arrow {
    left: -1.5rem;
  }

  .residences-towerplan_slider-right-arrow {
    right: -1.5rem;
  }

  .section_residence-mobile-plans {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .residence-plans-mobile_fixed {
    height: 100vh;
  }

  .residences-plans-mobile_left-wrapper {
    padding: 2.5rem 1.25rem;
  }

  .residences-plans-mobile_slide {
    padding-top: 2rem;
  }

  .residences-plans-mobile-before, .residences-plans_mobile-before {
    width: 2rem;
    height: 2rem;
  }

  .residences-plans-mobile-unit_configuration {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .resdiences-plans-mobile_floor-plans {
    padding: 2rem 1.25rem;
  }

  .residences-mob-floor-plans-text {
    color: #13323180;
    font-weight: 400;
    display: none;
  }

  .tower-code-embed {
    width: 35rem;
  }

  .text-style-text {
    margin-bottom: .5rem;
    font-size: 1.2rem;
  }

  .residences-generations_item03-alt-text-wrap01 {
    max-width: 15rem;
  }

  .amenities-parallax-heading-alt {
    color: #fff;
    font-family: Penelope, Arial, sans-serif;
    font-size: 2.3rem;
    font-weight: 400;
  }

  .amenities-parallax-heading-alt-wrap {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .footer_info-text.footer_info-text-wrap {
    text-align: center;
    width: 100%;
    max-width: 18rem;
    font-size: 1rem;
  }

  .footer_info-text-wrap, .footer_info-text-wrap.footer_info-text-wrap-alt, .footer_info-text-wrap.footer_info-text-wrap-location {
    grid-column-gap: .5rem;
  }

  .footer-box {
    width: .8rem;
    height: .8rem;
    margin-top: .3rem;
  }

  .footer-icon.footer-icon-location {
    margin-top: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h3 {
    font-size: 1.7rem;
    line-height: 1;
  }

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

  .heading-style-h1 {
    margin-top: 1rem;
    font-size: 2.2rem;
  }

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

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

  .text-size-small.reisdences-generations_item02-text {
    max-width: 18rem;
  }

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

  .form_input {
    margin-bottom: 1.5rem;
  }

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

  .button {
    font-size: .8rem;
  }

  .button.is-secondary {
    font-size: .9rem;
  }

  .button.is-large-alt {
    font-size: .8rem;
  }

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

  .hero_heading {
    font-size: 2.5rem;
  }

  .navbar-wrapper {
    height: 14svh;
    overflow: hidden;
  }

  .home-header_heading-wrapper {
    max-width: 25rem;
    margin-bottom: 1rem;
  }

  .home-header_subtext {
    max-width: 18rem;
    padding-bottom: 0;
  }

  .text-style-n1 {
    font-size: 1rem;
  }

  .text-style-n1.text-color-darkgreen.resdiences-amenities-text-header {
    font-size: 1.12rem;
  }

  .section_home-bloomscapes {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .home-bloomscapes_right-subheading-wrapper {
    display: none;
  }

  .home-bloomscapes_right-content {
    max-width: 22rem;
  }

  .section_home-openspaces {
    padding-bottom: 2rem;
  }

  .home-openspaces_heading-wrapper {
    grid-row-gap: 1rem;
  }

  .heading-display-n1 {
    font-size: 3.9rem;
  }

  .home-openspaces_subtext-wrapper {
    max-width: 16rem;
  }

  .home-openspaces_right-image {
    transform-origin: 100% 0;
    max-width: 60rem;
    inset: -.4rem 0% auto auto;
    transform: scale(1.2);
  }

  .section_cta {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cta_image {
    max-width: 4.5rem;
    margin-bottom: .5rem;
  }

  .cta_subtext {
    margin-bottom: 2.5rem;
  }

  .footer_component {
    margin-bottom: 12rem;
  }

  .footer_link {
    font-size: 1rem;
  }

  .footer_bottom-component {
    justify-content: flex-start;
    align-items: center;
    padding-left: .5rem;
    padding-right: .5rem;
    bottom: 9.4rem;
  }

  .footer_legal-wrapper {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: static;
    inset: auto 0% 4rem;
  }

  .footer_background-flower {
    transform: scale(2.3);
  }

  .footer_background-flower-wrapper {
    bottom: -2rem;
  }

  .section_home-fullscreen {
    height: 70svh;
  }

  .fullscreen_image {
    object-position: 100% 50%;
    height: 70svh;
  }

  .section_home-stats {
    flex-flow: column-reverse;
    padding-bottom: 2rem;
  }

  .home-stats_component {
    grid-row-gap: 1rem;
    grid-template-columns: auto 1fr;
  }

  .home-stats_item {
    max-width: 7rem;
  }

  .home-stats_item.home-stats_item-alt {
    max-width: 9rem;
    height: 7rem;
  }

  .home-stats_item.home-stats_item-alt-02 {
    max-width: 8rem;
    margin-left: 1.5rem;
  }

  .home-stats_item.home-stats_item-01 {
    max-width: 8rem;
    margin-left: -3.4rem;
  }

  .home-stats_item.home-stats_item04 {
    max-width: 8rem;
    margin-left: -1.4rem;
  }

  .section_home-floorplans {
    padding-top: 4rem;
  }

  .home-floorplans_heading-wrapper {
    max-width: 30rem;
  }

  .home-floorplans_component {
    display: flex;
  }

  .section_home-location {
    padding-bottom: 15rem;
  }

  .home-location_component-top {
    margin-bottom: 20rem;
  }

  .home-location_component-bottom {
    max-width: 18rem;
  }

  .home-location_flower01 {
    max-width: 32rem;
    height: 18rem;
    top: 19.2rem;
    right: -2.6rem;
  }

  .home-location_flower02 {
    max-width: 20rem;
    inset: auto auto -2rem -2.5rem;
  }

  .section_amenities-area {
    padding-top: 4rem;
  }

  .amenities-area_heading {
    margin-bottom: 2rem;
  }

  .amenities-area_large-text {
    font-size: 2.5rem;
  }

  .amenities-area_content {
    grid-row-gap: 1rem;
  }

  .amenities-area_left-text {
    font-size: 1.5rem;
  }

  .amenities-area_right-content {
    max-width: 18rem;
  }

  .amenities-parallax_image-01-wrapper {
    width: 22rem;
    height: 15rem;
  }

  .amenities-parallax_image-text {
    font-size: 1.2rem;
  }

  .amenities-parallax_image-02-wrapper {
    width: 22rem;
    height: 15rem;
  }

  .amenities-outdoor_image-item04 {
    right: 4%;
  }

  .amenities-parallax_image-03-wrapper, .amenities-parallax_image-04-wrapper {
    width: 22rem;
    height: 15rem;
  }

  .amenities-hero_content {
    max-width: 22rem;
  }

  .heading-display-02 {
    font-size: 4.2rem;
  }

  .amenities-hero_image {
    transform: scale(1.35);
  }

  .home-bloomscapes_right-button-wrapper {
    margin-bottom: 3rem;
  }

  .bloomscapes-hero_eyebrow-wrapper {
    max-width: 15rem;
  }

  .section_bloomscapes-flowers {
    padding-top: 5.5rem;
    padding-bottom: 2.9375rem;
  }

  .bloomscapes-flowers_left {
    max-width: 22.25rem;
  }

  .bloomscapes-flowers_left-heading {
    letter-spacing: -2px;
    font-size: 3.125rem;
  }

  .bloomscapes-flowers_right {
    padding-left: 0;
  }

  .bloomscapes-gallery_item01 {
    max-width: 9rem;
  }

  .bloomscapes-gallery_image-wrapper01 {
    min-height: 10.5625rem;
  }

  .home-openspaces_component02 {
    margin-top: 15rem;
    margin-bottom: 5rem;
  }

  .home-openspaces_subtext-wrapper02 {
    max-width: 17.2rem;
  }

  .home-openspaces_left-image {
    transform-origin: 0 100%;
    inset: auto auto -3.9rem 0%;
    transform: scale(1.2);
  }

  .home-amenities_top-component {
    grid-row-gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .amenities-fullscreen_image {
    object-position: 75% 50%;
  }

  .section_amenities-masterplan, .amenities-masterplan_item-left {
    padding-top: 0;
  }

  .amenities-masterplan_item-left-heading {
    font-size: 2.5rem;
  }

  .amenities-masterplan_item-left-heading-wrapper {
    margin-bottom: .75rem;
  }

  .section_residences-hero {
    min-height: 100svh;
    padding-top: 10rem;
  }

  .residences-hero_component {
    min-height: auto;
    padding-bottom: 0;
  }

  .residences-hero-heading-display {
    font-size: 2.8rem;
  }

  .residence-hero_heading03 {
    grid-row-gap: .625rem;
  }

  .residences-hero_image-wrapper {
    bottom: -8.6rem;
  }

  .residences-hero_image {
    perspective-origin: 0 100%;
    transform-origin: 0 100%;
    justify-content: flex-end;
    align-items: center;
    width: 35rem;
    max-width: 35rem;
    height: 32rem;
    transform: scale(1.1);
  }

  .section_residence-gallery {
    padding-bottom: 3.1rem;
  }

  .residence-gallery-slider {
    min-height: 60vh;
  }

  .residence-gallery-slide, .residence-gallery-slide-image-wrapper, .residence-gallery-slide-image {
    height: 60svh;
  }

  .residence-gallery-left-arrow, .residence-gallery-right-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .residences-detail_horizontal-wrapper {
    grid-row-gap: 2rem;
  }

  .residences-detail_heading {
    max-width: 12rem;
  }

  .residences-detail-heading-display {
    font-size: 3.5rem;
  }

  .residences-detail_empty {
    height: 1.25rem;
  }

  .residences-detail-text-wrapper {
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    max-width: 17.375rem;
  }

  .text-style-n2 {
    font-size: 1rem;
  }

  .residences-detail-arrow {
    transform: rotate(90deg);
  }

  .about_horizontal-wrapper-right_content {
    border-right-style: none;
  }

  .residences-horizontal-wrapper-heading {
    font-size: 7rem;
  }

  .residences-horizontal-wrapper-text-wrapper {
    max-width: 15rem;
  }

  .residences-horizontal-text {
    font-size: 1.5rem;
  }

  .section_residences-generations {
    padding-bottom: 3rem;
  }

  .residences-generations_component {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

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

  .residences-generations_item01-image-wrapper {
    margin-top: 2rem;
    margin-left: 0;
    right: 0;
  }

  .residences-generations_item01-text-wrapper {
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .residences-generations_item01-divider {
    opacity: 0;
  }

  .residences-generations_item02-top-empty {
    height: 7rem;
  }

  .residences-generations_item02 {
    grid-row-gap: 1rem;
    margin-left: 0;
  }

  .residences-generations_item02-image-wrapper {
    justify-content: flex-start;
    align-items: stretch;
  }

  .residences-generations_item02-text-wrapper {
    max-width: 18rem;
    margin-left: 0;
  }

  .residences-generations_item02-middle-empty {
    height: 7rem;
  }

  .residences-generations_item02-alt {
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
  }

  .residences-generations_item02-alt-image-wrapper {
    margin-left: 0;
    right: 0;
  }

  .residences-generations_item02-alt-text-wrapper {
    max-width: 20rem;
    margin-left: 0;
    padding-right: 0;
    right: 0;
  }

  .residences-generations_item03-top-empty {
    height: 7rem;
  }

  .residences-generations_item03 {
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
  }

  .residences-generations_item03-text-wrapper {
    max-width: 19rem;
    margin-left: 0;
    padding-left: 0;
  }

  .residences-generations_item03-image-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
  }

  .residences-generations_item03-middle-empty {
    height: 7rem;
  }

  .residences-generations_item03-alt {
    grid-row-gap: .2rem;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
  }

  .residences-generations_item03-alt-image-wrapper {
    flex-flow: column;
    padding-right: 0;
  }

  .residences-generations_item03-text-alt-wrapper {
    max-width: 17rem;
  }

  .residences-plans_content-wrapper {
    padding-top: 3rem;
  }

  .residences-plans_button-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    align-items: stretch;
  }

  .section_residences-amenities {
    padding-bottom: 3rem;
  }

  .residences-amenities_item-component {
    grid-row-gap: 2rem;
  }

  .residences-amenities-heading-display {
    font-size: 1.7rem;
  }

  .residences-amenities_unit-level-heading {
    grid-column-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
  }

  .residence-drop-arrow {
    height: .375rem;
  }

  .location-hero_component {
    padding-bottom: 2rem;
  }

  .location-hero_content-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    max-width: 20rem;
  }

  .location-hero-content {
    max-width: 24rem;
  }

  .location-hero_image {
    object-position: 30% 50%;
  }

  .section_location-duration {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .location-duration_component {
    grid-row-gap: 3rem;
  }

  .location-duration_heading {
    max-width: 18rem;
  }

  .location-heading-display {
    font-size: 2.5rem;
    line-height: 1;
  }

  .location-duration_left {
    height: 4rem;
  }

  .section_location-explore {
    height: auto;
  }

  .location-explore_component {
    justify-content: center;
    align-items: flex-start;
    height: 80svh;
    padding-top: 10rem;
    padding-bottom: 2rem;
  }

  .location-explore_component.location-explore_component-alt {
    padding-top: 0;
  }

  .location-explore_content-wrapper {
    margin-top: auto;
  }

  .location-explore_image-wrapper {
    transform-origin: 50% 0;
    inset: 0% 0% auto auto;
    transform: scale(1.4);
  }

  .location-explore_image {
    max-width: 35rem;
  }

  .about-hero_component {
    padding-bottom: 2rem;
  }

  .about-heading-display {
    font-size: 3rem;
  }

  .about-hero_image {
    object-position: 50% 50%;
  }

  .section_about-intro {
    padding-bottom: 2rem;
  }

  .about-intro_component {
    padding-top: 18rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about-intro-content {
    grid-row-gap: 1.5rem;
  }

  .about-intro-image-wrapper {
    inset: 0% auto auto 0%;
  }

  .section-about-features {
    padding-top: 10.5rem;
    padding-bottom: 6rem;
  }

  .about-features_component {
    grid-row-gap: 5rem;
    padding-top: 2rem;
  }

  .about-feature-heading {
    max-width: 100%;
  }

  .about-feature_item-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    place-items: center start;
  }

  .about-feature_item-image {
    max-width: 6rem;
  }

  .about-features_image-wrapper {
    max-width: 80%;
  }

  .about-features_image {
    max-width: 13rem;
  }

  .section_about-industry {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .about-industry_item-wrapper {
    grid-row-gap: 2rem;
  }

  .about-indsutry_item {
    grid-row-gap: 1.5rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .about-indsutry_item.about-industr_item03 {
    grid-row-gap: 1.5rem;
  }

  .contact-hero_component {
    grid-row-gap: 3rem;
    padding-top: 12rem;
    padding-bottom: 10rem;
  }

  .contact-hero_heading-wrapper {
    max-width: 25rem;
  }

  .form-contact-input-wrapper {
    flex-flow: column;
  }

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

  .form-text-wrapper {
    max-width: 30rem;
  }

  .form-text {
    font-size: .95rem;
  }

  .contact-hero-image01 {
    max-width: 14rem;
  }

  .contact-hero-image02-wrapper {
    inset: auto -1rem -7.1rem auto;
  }

  .contact-hero-image02 {
    max-width: 11rem;
  }

  .bloomscapes-hero_text-wrapper {
    text-align: center;
    max-width: 15rem;
  }

  .section-residence-tower.residence-tower_hide-desktop {
    padding-bottom: 4rem;
  }

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

  .residences-tower_item.residences-tower-a {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .residences-tower_item.residences-tower-b, .residences-tower_item.residences-tower-c {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .residences-tower_item.residences-tower-d {
    justify-content: center;
    align-items: flex-start;
  }

  .residences-tower_item-tower-image {
    height: 25rem;
  }

  .residences-tower_item-right {
    position: static;
  }

  .residences-tower_item-large-cloud {
    max-width: 15rem;
    inset: -6.4rem -5.6rem auto auto;
  }

  .residences-tower_item-large-cloud.residences-tower_item-large-cloud-b {
    max-width: 15rem;
    inset: -5.6rem -5.6rem auto auto;
  }

  .residences-tower_item-large-cloud.residences-tower_item-large-cloud-c {
    max-width: 15rem;
    inset: -4.9rem -6.4rem auto auto;
  }

  .residences-tower_item-large-cloud.residences-tower_item-large-cloud-d {
    top: -4.9rem;
    right: -6.4rem;
  }

  .residences-tower_item-small-cloud {
    max-width: 13rem;
    inset: 2rem auto auto -5.6rem;
  }

  .residences-tower_item-small-cloud.residences-tower_item-small-cloud-b {
    max-width: 13rem;
    inset: 3rem auto auto -5.6rem;
  }

  .residences-tower_item-small-cloud.residences-tower_item-small-cloud-c {
    max-width: 13rem;
  }

  .residences-tower_item-small-cloud.residences-tower_item-small-cloud-d {
    inset: 1.9rem auto auto -4.9rem;
  }

  .residences-tower-heading {
    font-size: 1.5rem;
  }

  .residences-tower_text-wrapper {
    padding-top: 1.5rem;
  }

  .residneces-tower-text, .residences-tower_amenities-text {
    font-size: 1rem;
  }

  .residences-tower-empty {
    height: 5rem;
  }

  .text-block {
    font-size: .9rem;
  }

  .amenities-tabs_component {
    grid-row-gap: 1.5rem;
  }

  .amenities-tabs_menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: grid;
  }

  .amenities-tabs_link {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: .8rem;
    display: flex;
  }

  .amenities-tabs_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: auto auto;
  }

  .amenities-tabs_item-icon {
    max-width: 4rem;
    height: 3rem;
  }

  .amenities-tabs-text {
    font-size: .9rem;
  }

  .residences-generarions_item02-divider-alt, .residences-generations_item02-divider-alt, .residences-generations_item03-divider-alt, .residences-generations_item03-divider-middle {
    opacity: 0;
    display: none;
  }

  .bloomscapes-hero-heding-display {
    font-size: 2.8rem;
  }

  .nav-logo-link {
    width: 2.5rem;
  }

  .nav-menu-wrap {
    top: 1.5rem;
  }

  .home-stats_item-lottie {
    max-width: 11rem;
    height: 9rem;
  }

  .home-stats_item-lottie.home-stats_item-lottie-02.home-stats_item-lottie-width, .home-stats_item-lottie.home-stats_lottie-01 {
    max-width: 8rem;
    height: 6rem;
  }

  .home-stats_item-lottie.home-stats_item-03-lottie {
    max-width: 9rem;
    height: 7rem;
  }

  .residences-amenities-heading-display-alt {
    font-size: 1.7rem;
  }

  .preloader_embed-desktop {
    transform: scale(1.5);
  }

  .residences-detail-arrow-link {
    transform: none;
  }

  .footer_link-title {
    height: auto;
    font-size: .9rem;
    line-height: 1;
  }

  .home-amenities-lottie-wrapper {
    top: 7%;
  }

  .legal-hero_content-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .desclaimer_popup-block {
    max-width: none;
    padding: 2rem 1.25rem;
  }

  .desclaimer_popup-top {
    align-items: center;
  }

  .desclaimer_popup-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar_link-legal {
    font-size: .625rem;
  }

  .navbar_link-legal-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .amenities-area-heading {
    font-size: 2rem;
  }

  .amenities-parallax_image-wrapper, .amenities-parallax_image-item, .amenities-parallax_image-01-wrapper-alt {
    width: 22rem;
    height: 15rem;
  }

  .navbar-f1_menu-link {
    font-size: 2rem;
  }

  .navbar-f1_social-link {
    font-size: .7rem;
  }

  .location-hero-gradient {
    padding-top: 0;
  }

  .home-openspaces_wrapper {
    padding-bottom: 4rem;
  }

  .home-amenities-lottie-alt {
    transform: scale(1.5);
  }

  .residence-schedule-heading {
    font-size: 1.4rem;
  }

  .residence-schedule-close {
    width: 1.5rem;
    height: 1.5rem;
  }

  .residence-schedule_input-wrap {
    flex-flow: column;
  }

  .residences-form-wrap {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .swiper-button {
    width: 2.5rem;
  }

  .swiper-wrapper {
    margin-top: 2rem;
  }

  .slider {
    height: auto;
  }

  .fullscreen_image-wrapper {
    height: 70svh;
  }

  .time-estimator {
    display: none;
  }

  .time-estimator_wrapper {
    padding: .5rem;
    transform: translate(0, 200%);
  }

  .time-estimator_content-wrapper {
    grid-row-gap: 2rem;
  }

  .time-estimator-heading {
    letter-spacing: -.1rem;
    font-size: 2rem;
  }

  .time-estimator-calculate-text {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .time-estimator-form {
    grid-template-columns: 2fr;
  }

  .time-estimator-form-input {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .time-estimator-button {
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-size: .8rem;
  }

  .time-estimator-button-text {
    font-size: 1.1rem;
  }

  .time-estimator-calculate {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .residences-amenities-heading-display02 {
    font-size: 3rem;
  }

  .residence-hero_text-02 {
    font-size: 1rem;
  }

  .residence-hero_text-02.reisdences-generations_item02-text {
    max-width: 18rem;
  }

  .amenities-parallax-heading-display, .location-hero-heading-display {
    font-size: 2rem;
  }

  .location-hero-text {
    font-size: 1rem;
  }

  .about-feature-heading-display, .about-indsutry-heading-display {
    font-size: 2.1rem;
  }

  .contact-hero-heading-display {
    font-size: 1.8rem;
  }

  .home-bloomspcaes-left-heading {
    font-size: 2.3rem;
  }

  .lottie-item-before.lottie-item04-a {
    width: 8rem;
    height: 6rem;
  }

  .lottie-item-before.lottie-item03-a {
    width: 9rem;
    height: 6rem;
  }

  .lottie-item-before.lottie-item02-a {
    width: 8rem;
  }

  .lottie-item-before.lottie-item01-a {
    width: 7.5rem;
    height: 5.2rem;
  }

  .section-lottie {
    padding-bottom: 1rem;
  }

  .lottie-item04 {
    width: 8rem;
    height: 6rem;
  }

  .lottie-left-wrapper, .lottie-right-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .lottie-item01 {
    width: 7.5rem;
    height: 5.2rem;
  }

  .lottie-item-after.lottie-item03-b {
    width: 9rem;
    height: 6rem;
  }

  .lottie-item-after.lottie-item04-b {
    width: 8rem;
    height: 6rem;
  }

  .lottie-item-after.lottie-item02-b {
    width: 8rem;
  }

  .lottie-item-after.lottie-item01-b {
    width: 7.5rem;
    height: 5.2rem;
  }

  .lottie-component {
    grid-column-gap: 2rem;
  }

  .lottie-item02 {
    width: 8rem;
  }

  .lottie-item03 {
    width: 8.3rem;
    height: 6rem;
    margin-left: -1.1rem;
  }

  .about-feature-text {
    font-size: .9rem;
  }

  .about-feature-text.text-color-darkgreen.resdiences-amenities-text-header {
    font-size: 1.12rem;
  }

  .resdiences-plans_floor-plans {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .residences-plans-heading-display {
    font-size: 2rem;
  }

  .residences-plans-text {
    font-size: 1.2rem;
  }

  .residences-plans_slide {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .resdiences-plans_top-text {
    font-size: 1.2rem;
  }

  .residences-plans_towers-name-text {
    font-size: 1.3rem;
  }

  .residences-plans_unit-wrapper {
    padding-bottom: 1rem;
  }

  .residences-plans-unit {
    width: auto;
    height: 2.3rem;
  }

  .residences-plans-unit.residences-plans-unit-active {
    width: auto;
  }

  .residences-plans-unit-text {
    font-size: 1rem;
  }

  .residences-plans_button {
    justify-content: center;
    align-items: center;
    padding: .9rem 1.5rem;
    display: flex;
  }

  .residences-plans_button-text {
    font-size: 1rem;
  }

  .resdiences-floor-plans_image-wrapper {
    height: auto;
    margin-top: 0;
  }

  .residences-floor-plans-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .residences-floor-plans-button-text {
    line-height: 1.1;
  }

  .residences-plans_close-wrapper {
    width: 1.3rem;
    height: 1.3rem;
  }

  .button-alt {
    padding: .7rem 1.3rem;
    font-size: .7rem;
  }

  .button-alt.is-secondary {
    font-size: .9rem;
  }

  .button-alt.is-large-alt {
    font-size: .8rem;
  }

  .legal-patch_component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

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

  .lega-patch_right-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .footer_link-patch-title {
    font-size: .9rem;
  }

  .amenities-masterplan_left-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }

  .amenities-masterplan_right-arrow {
    width: 1.5rem;
    height: 1.5rem;
    left: 2rem;
  }

  .amenities-masterplan-slide {
    grid-column-gap: .8rem;
  }

  .amenities-masterplan-item-text {
    font-size: 1rem;
  }

  .amenities-masterplan_left, .amenities-masterplan_right {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
  }

  .section_residences-towerplan {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .readsidences-towerplan_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .residences-towerplan_slide-wrapper {
    height: 100%;
  }

  .residences-towerplan_slide {
    grid-row-gap: 2rem;
  }

  .residences-towerplan_slide-right-image {
    height: auto;
  }

  .residences-towerplan_slide-top {
    width: 100%;
    max-width: 15rem;
  }

  .residences-towerplan-top-heading {
    font-size: 2rem;
  }

  .residences-towerplan_slide-bottom {
    grid-row-gap: 1.5rem;
  }

  .residences-towerplan-bottom-heading {
    font-size: 1.3rem;
  }

  .residences-towerplan-bottom-text {
    font-size: 1.2rem;
  }

  .residences-towerplan_bottom-info {
    grid-row-gap: 1rem;
    border-bottom-style: none;
    max-width: 10rem;
  }

  .residences-towerplan_slider-right-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .residences-plans-mobile_slide {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .residences-plans-mobile_unit-wrapper {
    padding-bottom: 1rem;
  }

  .residences-plans-mobile-unit {
    width: auto;
    height: 2.3rem;
  }

  .residences-plans-mobile-unit.residences-plans-unit-active {
    width: auto;
  }

  .resdiences-plans-mobile_floor-plans {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .resdiences-floor-plans-mobile_image-wrapper {
    margin-top: 0;
  }

  .bhk-btn, .residences-plans_button-copy, .residences-plans_apply-button {
    justify-content: center;
    align-items: center;
    padding: .9rem 1.5rem;
    display: flex;
  }

  .residences-plans_apply-text {
    font-size: 1rem;
  }

  .tower-code-embed {
    width: 100%;
    height: 100%;
  }

  .tower-code-embed.tower-code-embed02 {
    width: 100%;
    max-width: 20rem;
    height: 100%;
  }

  .residences-generations_item03-alt-text-wrap {
    position: static;
  }

  .residences-generations_item03-alt-text-wrap.residences-generations_item03-alt-text-wrap-show {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .text-style-text {
    margin-bottom: .3rem;
    font-size: .8rem;
  }

  .text-style-text.text-color-darkgreen.resdiences-amenities-text-header {
    font-size: 1.12rem;
  }

  .residences-generations_item-last-divider {
    opacity: 0;
    display: none;
  }

  .amenities-parallax-heading-alt {
    font-size: 1.5rem;
  }

  .thank-text.w--current {
    font-size: 1.3rem;
  }

  .footer_link-title-rights {
    font-size: .9rem;
  }

  .footer-text-rights {
    font-size: .8rem;
  }

  .footer_link-title-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer_info-text {
    font-size: .8rem;
  }

  .footer_info-text.footer_info-text-wrap {
    max-width: 12rem;
    font-size: .9rem;
  }

  .footer_info-text-wrap.footer_info-text-wrap-location {
    grid-column-gap: .4rem;
  }

  .footer-box {
    width: .5rem;
    height: .5rem;
  }

  .footer_info-text-wrap-alt {
    grid-column-gap: 1rem;
  }
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-9c98f414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-9c98f414 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-9c98f414, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-9c98f414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-9c98f414 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-9c98f414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-9c98f414 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-9c98f414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-9c98f414 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-9c98f414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-9c98f414 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-9c98f414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-9c98f414, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-9c98f414, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-9c98f414, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-9c98f414, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-9c98f414, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-9c98f414, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-9c98f414, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-9c98f414, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-9c98f414, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-9c98f414, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-9c98f414 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-9c98f414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-9c98f414 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-9c98f414, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-9c98f414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-9c98f414 {
  justify-self: start;
}

#w-node-_84fe6330-db46-3c22-b208-04d9fd27d68f-42df3ee0, #w-node-_677cfe7b-1d28-c7ee-8a08-4844dbb1e9c9-42df3ee0, #w-node-b0488743-9909-f65e-6d7a-04a1e4c1592d-42df3ee0, #w-node-f74d24c6-317f-f885-6a4a-5e9703eb9892-42df3ee0, #w-node-_8f84c4e2-b523-8fba-4bfd-2bfeec7c482a-42df3ee0, #w-node-_98c39a2b-7770-bbc9-ab92-d4ef4ce150a9-42df3ee0, #w-node-ac3e1bbb-f008-4eb5-3415-648a77358539-42df3ee0, #w-node-a17fa0b4-b305-5386-3ddc-f40a463085bc-42df3ee0, #w-node-_1f1919d5-cf17-be6b-d307-85cd22df71ee-42df3ee0, #w-node-_0eee68de-71c7-b5d3-6fbd-0c905123ea44-42df3ee0, #w-node-_48f72e07-7efd-5105-9be8-51676ba2fb97-42df3ee0, #w-node-_5628784f-d35a-52b6-5cb2-629105baf5c7-42df3ee0, #w-node-e68c52cc-539c-786a-23d9-afad9fd3996b-42df3ee0, #w-node-d5878f9b-4ba4-49c6-65e7-03e08fab0795-42df3ee0, #w-node-_46ca31b8-eff5-c670-445d-324b7c7d37b0-42df3ee0, #w-node-_18534339-b059-3acc-6ff3-ad26a27c4c36-42df3ee0, #w-node-_16a16727-a0ed-0666-5f36-770b5dc5b528-42df3ee0, #w-node-_0694e2fa-45cf-7ac9-a80f-6b44eb37a6d1-42df3ee0, #w-node-_972d89c9-a117-4ab1-b7e6-50878bda178d-42df3ee0, #w-node-b30b4abf-650e-8d50-0623-54da1be0fb8f-9858f822, #w-node-_24dda579-80dd-b462-d119-9643d02d7355-9858f822, #w-node-_41ff6c25-539c-c1a5-f043-413f8ed6f620-9858f822, #w-node-_49cc7ec1-8c8d-0b46-3007-787a83996c9c-9858f822, #w-node-_72a29278-a907-780c-2061-5ebc312a84db-9858f822, #w-node-_72a29278-a907-780c-2061-5ebc312a84e0-9858f822, #w-node-_72a29278-a907-780c-2061-5ebc312a84e5-9858f822, #w-node-_72a29278-a907-780c-2061-5ebc312a84ea-9858f822, #w-node-_2b76aae9-5562-cc96-8423-11fd138c69fa-9858f822, #w-node-_23023762-c467-1660-39b7-a488056f2c0e-f6b0c228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_92701d71-ee07-2cd3-b70a-791ab360fa07-84a54692 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_15093d84-8440-73a3-eee6-0975e2b537e1-9c4f1f6d {
    grid-area: 2 / 1 / 3 / 3;
  }
}


@font-face {
  font-family: 'Penelope trail';
  src: url('../fonts/Penelope-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttcommonsprotrialregular trail';
  src: url('../fonts/TTCommonsProTrialVariable.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons Pro';
  src: url('../fonts/TT_Commons_Pro_Regular01.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Penelope';
  src: url('../fonts/Penelope-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}