:root {
  --midnight-pine: #022601;
  --whispering-sand: #f2ebd5;
  --olive-stone: #868c56;
  --white: white;
  --black: #131313;
  --hover: #000000b3;
  --burgundy-velour: #4d2231;
  --rosewood-blush: #be787d;
  --dusty-blossom: #f2ccc9;
  --midnight-pine-50: #02260180;
}

.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: var(--midnight-pine);
  font-family: stevie-sans, sans-serif;
  font-size: 14px;
  line-height: 1;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: the-seasons, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

.page-emotions_wrapper {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 5vh;
  display: flex;
  position: relative;
}

.page-emotions_wrapper.is-floor {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-emotions_wrapper.is-padding10px {
  padding: 10px;
}

.page-emotions_wrapper.is-disambiguation {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-emotions_wrapper.is-main {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 10vh 0 0;
}

.page-emotions_wrapper.is-nopadding {
  flex-direction: row;
  padding: 0;
}

.navigator {
  z-index: 11;
  background-color: var(--whispering-sand);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.nav_logo {
  width: 50px;
}

.index_wrapper {
  z-index: 50;
  background-color: var(--whispering-sand);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  right: 66px;
}

.index_wrapper.is-fullscreen {
  background-color: #000000e6;
  flex-flow: wrap;
  place-content: center;
  width: auto;
  margin-left: 0;
  display: none;
  position: fixed;
  inset: 0% 0 0% 0%;
}

.index_wrapper.is-lateral {
  height: 100%;
  display: none;
  position: static;
  overflow: hidden;
}

.index_button {
  z-index: 51;
  background-color: var(--olive-stone);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  min-width: 150px;
  max-width: 190px;
  min-height: 40px;
  padding: 16px 20px;
  text-decoration: none;
  position: fixed;
  top: 10px;
  right: 76px;
}

.index_button-page {
  z-index: 15;
  border: 1px solid var(--olive-stone);
  background-color: var(--olive-stone);
  cursor: pointer;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.index_button-page.is-lateral {
  flex-direction: column;
  flex: 1;
  margin-left: 100px;
  margin-right: 100px;
  overflow: hidden;
}

.index_button-page.is-lateral:first-child {
  margin-top: auto;
}

.index_button-page.is-lateral:last-child {
  margin-bottom: auto;
}

.index_button-page.is-lateral.w--current {
  opacity: .65;
  filter: grayscale();
}

.touch_overlay {
  z-index: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0000003b;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav_button_container {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 24px;
}

.embed-video {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.interior_tab {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.plan_container {
  justify-content: center;
  align-items: center;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.device_overlay {
  z-index: 100;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  color: var(--white);
  text-align: center;
  background-color: #131313e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  display: none;
  position: fixed;
  inset: 0%;
}

.cartiglio-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.cartiglio-quadrato {
  background-color: var(--whispering-sand);
  width: 60px;
  height: 45px;
  margin-right: 12px;
}

.cartiglio-text {
  color: var(--whispering-sand);
  text-transform: uppercase;
  font-size: 12px;
}

.cartiglio-text.bottom {
  z-index: 10;
  color: var(--whispering-sand);
  font-size: 7px;
  line-height: 10px;
  position: fixed;
  bottom: 12px;
  left: 16px;
}

.card_text {
  color: #6b6b6b;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 4px;
  font-size: 12px;
  display: flex;
}

.main_image {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  height: 100%;
  display: flex;
  position: relative;
}

.main_logo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 50%;
  height: 200px;
  display: flex;
}

.icon {
  z-index: 2;
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 7px;
  display: flex;
  overflow: hidden;
}

.icon.is-vp {
  position: relative;
}

.icon.is-card {
  border-width: 2px;
  padding: 0;
}

.main_grid {
  z-index: 2;
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-wrap: wrap;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 70vh;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: grid;
  position: relative;
}

.card {
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-width: 25%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 14px 3px #0000000d;
}

.vp_grid {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  column-count: 2;
  border-radius: 5px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  column-gap: 5px;
  height: 100%;
  padding: 10px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 0 14px 3px #0000001a;
}

.vp_grid.is-1column {
  grid-template-columns: 1fr;
}

.interior_cone {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #000;
  width: 50px;
  height: 60px;
  position: absolute;
}

.interior_cone._2 {
  top: 21%;
}

.interior_cone._3 {
  top: 42%;
}

.interior_cone._4 {
  top: 65%;
}

.interior_component {
  z-index: 1;
  border: 0 #fff;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.interior_content {
  z-index: 2;
  flex: 1;
  height: 100%;
}

.interior_menu {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 30vw;
  height: 30vw;
  margin-left: 40px;
  display: flex;
}

.vp_cover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vp_background {
  z-index: 0;
  filter: blur(5px);
  object-fit: cover;
  object-position: 50% 50%;
  width: 150%;
  max-width: none;
  height: 150%;
  position: absolute;
}

.vp_cover_line {
  z-index: 1;
  background-color: var(--white);
  width: 80%;
  height: 1px;
  position: relative;
}

.vp_heading {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

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

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

.iframe {
  border: 1px #000;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.index_button_text.close-lateral, .index_button_text.asdasd, .index_button_text.close-fullscreen {
  display: none;
}

.vr_button {
  z-index: 15;
  border: 5px solid var(--olive-stone);
  opacity: .7;
  filter: grayscale();
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  width: 200px;
  min-height: 100px;
  margin: .5vw 60px;
  padding-bottom: 10px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.vr_button.w--current {
  border-color: var(--white);
  opacity: 1;
  filter: none;
  background-image: linear-gradient(to top, #00000038, #0000 50%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.poi_button {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  text-decoration: none;
}

.tab_panel {
  width: 100%;
  height: 100%;
}

.tab_nav {
  justify-content: center;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.tab_content {
  background-color: #0000;
  flex: 1;
}

.interior_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.button_wrapper {
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  max-width: 750px;
  height: 60%;
  max-height: 400px;
  display: flex;
  position: relative;
}

.button_wrapper.full {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  display: grid;
}

.disamb_button {
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 14px 3px #0000001a;
}

.disamb_button.is-full {
  box-shadow: none;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.disamb_text {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 10px 20px;
  font-size: 12px;
  display: flex;
}

.disamb_text.is-full {
  color: var(--white);
  text-transform: none;
  background-color: #0000;
  width: auto;
  margin-top: 0;
  padding: 0;
  font-size: 20px;
}

.disamb_image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.disamb_mask {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.disamb_hover {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  background-color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.index_component {
  z-index: 2;
}

.card_image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.card_image_wrapper {
  z-index: 1;
  background-color: var(--hover);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay_lottie {
  filter: brightness(200%);
  width: 100px;
}

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

.guideline {
  z-index: 700;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #a39bff1a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 140px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.guideline_wrapper {
  background-color: var(--whispering-sand);
  color: #fff;
  border-radius: 5px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px;
  line-height: 1.6;
  display: flex;
}

.splide__list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.splide__list.is-hc {
  flex-direction: row;
}

.stylesheet {
  z-index: 100;
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.splide__track {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.splide__track.is-hc {
  z-index: 1;
  height: 100%;
  margin-top: 40px;
  position: relative;
}

.splide__arrow {
  z-index: 3;
  background-color: var(--olive-stone);
  background-image: url('../images/IcRoundKeyboardArrowRight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 34%;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
}

.splide__arrow.splide__arrow--prev {
  padding: 0;
  left: 10px;
  transform: rotate(180deg);
}

.splide__arrow.splide__arrow--next {
  right: 10px;
}

.splide__arrow.is-hc {
  width: 40px;
  height: 40px;
  position: static;
}

.splide__pagination {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 10px 40px;
  display: flex;
  overflow: hidden;
}

.splide__arrows {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 50%;
}

.splide__arrows.is-hc {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  top: auto;
  bottom: 20px;
  right: 0;
}

.splide__slide {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  list-style-type: none;
  display: flex;
}

.splide__pagination__page {
  background-color: var(--olive-stone);
  border-radius: 100%;
  flex: none;
  width: 12px;
  height: 12px;
}

.splide__pagination__page.is-active {
  background-color: var(--whispering-sand);
}

.index_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.index_text {
  white-space: nowrap;
  padding: 10px 20px;
}

.contents_container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 140vh;
  height: 100%;
  max-height: 70vw;
}

.contents_container.is-vp {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contents_container.is-poi {
  flex-direction: column;
  display: flex;
}

.black_wrapper {
  background-color: #010001;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.black_wrapper.is-video {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: stretch;
}

.floor_button {
  z-index: 15;
  background-color: var(--whispering-sand);
  cursor: pointer;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  display: flex;
  position: relative;
}

.floor_button_container {
  grid-column-gap: 1dvw;
  grid-row-gap: 1dvw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.display-none {
  display: none;
}

.interior_image_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.card_hover {
  z-index: 3;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card_coming-soon {
  z-index: 3;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  cursor: default;
  background-color: #0000004d;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.planimetria {
  max-height: 100%;
}

.home_wrapper {
  width: 100%;
  height: 100%;
}

.fullscreen_overlay {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--white);
  text-align: center;
  background-color: #131313d9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fullscreen_button {
  border: 1px solid var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 4px;
  padding: 10px 20px;
}

.fullscreen_button:hover {
  color: var(--black);
  background-color: #fff;
}

.touch_button {
  z-index: 130;
  display: none;
  position: relative;
}

.index_container {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  flex: 1;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: auto;
}

.card_list, .card_item {
  width: 100%;
  height: 100%;
}

.splide {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.splide_image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.plan_button_container {
  position: absolute;
  inset: 0;
}

.vr_button-2 {
  z-index: 15;
  opacity: .7;
  filter: grayscale();
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: 5px solid #b2e7dd;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  width: 200px;
  margin: 10px 60px;
  padding-bottom: 10px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.vr_button-2.w--current {
  opacity: 1;
  filter: none;
  background-image: linear-gradient(to top, #00000038, #0000 50%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #fff;
}

.vr_embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.plan_button {
  background-color: var(--whispering-sand);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  display: flex;
  position: absolute;
}

.icon-2 {
  z-index: 2;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.icon-2.is-disamb {
  padding: 8px;
}

.icon-3 {
  z-index: 2;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.icon-3.is-disamb {
  padding: 8px;
}

.icon-3.is-rotate {
  padding: 7px;
}

.index_capitolo {
  display: none;
}

.vr_image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 50px;
}

.todelete {
  text-align: left;
  background-color: #ffe837;
  margin-bottom: 0;
  padding: 40px 15%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.todelete strong {
  font-weight: 800;
}

.body-emotions {
  justify-content: flex-end;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.body-emotions.is-hc {
  overflow: visible;
}

.nav_component {
  z-index: 10;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
}

.header_component {
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  padding: 60px 20px;
  display: flex;
  position: relative;
}

.header_container {
  z-index: 3;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.scroll_lottie {
  width: 60px;
  height: 60px;
}

.header_hover {
  z-index: 2;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.header_hover.is-light {
  background-color: #f2ccc900;
  background-image: linear-gradient(#f2ccc980, #da938d99);
  width: 90%;
  height: 80%;
  inset: auto;
}

.header_background {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.page_wrapper {
  background-color: var(--whispering-sand);
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Pattern_01.svg'), linear-gradient(#ffffff80, #ffffff80);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, 5vw, auto;
}

.section.is-technical {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.is-intro {
  background-color: var(--midnight-pine);
  background-image: linear-gradient(#022601f2, #022601f2), url('../images/Pattern_01.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 7vw;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.section.is-intro.display-none {
  display: none;
}

.section.is-project {
  background-image: linear-gradient(180deg, #f2ebd5cc, #f2ebd500), linear-gradient(to bottom, #f2ccc980, #f2ccc980), url('../images/BG_04.webp'), linear-gradient(to bottom, var(--whispering-sand), var(--whispering-sand));
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, cover, auto;
}

.section.is-intro {
  background-image: linear-gradient(#02260100 90%, #1d141b 90%);
}

.section.is-dark {
  background-color: #1d141b;
}

.section.is-intro {
  background-color: #fff0;
  background-image: linear-gradient(#02260100 85%, #1d141b 85%);
}

.section.is-interiors {
  background-image: linear-gradient(#02260100 85%, #022601 85%);
}

.section.is-green {
  background-color: var(--midnight-pine);
}

.section.no-overlay {
  overflow: hidden;
}

.section.is-map {
  background-image: url('../images/Map_BG_01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.section.is-dev {
  position: relative;
}

.container {
  z-index: 3;
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-direction: column;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
}

.container.is-first {
  max-width: 1080px;
  padding-top: 15vw;
  padding-bottom: 15vw;
}

.container.is-horiz {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  background-image: linear-gradient(#1d141b, #1d141b00 23%), url('../images/BG_07.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 5vw 3vw;
}

.container.is-intro {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  padding-bottom: 0;
}

.container.nomax {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding-bottom: 0;
  padding-left: 7vw;
  padding-right: 7vw;
}

.container.is-amenities {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
}

.container.is-dev {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  background-color: var(--olive-stone);
  background-image: linear-gradient(#0000001a, #0000001a);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  padding: 0;
}

.form_component {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.footer_component {
  grid-row-gap: 10px;
  border-top: 3px solid var(--burgundy-velour);
  background-color: #1d141b;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 5vw;
  display: flex;
}

.return_button {
  z-index: 1000;
  background-color: #fff;
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 2px solid #000;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  inset: 10px auto auto 10px;
}

.rotate_button {
  z-index: 130;
  display: none;
  position: relative;
}

.value {
  text-transform: none;
  margin-left: 32px;
  font-style: italic;
  font-weight: 400;
}

.value.is-results {
  margin-left: 0;
  font-size: 1.3rem;
}

.onboarding_form-success {
  color: #f1eee5;
  background-color: #715d4a;
}

.form_container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.button_next {
  grid-column-gap: 2px;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  margin: 10px -10px -10px;
  padding: 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button_next:hover {
  grid-column-gap: 6px;
}

.step_slider_wrapper {
  background-color: #f5f5f5;
  flex: 1;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.step_progress_flag {
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.slide_image {
  object-fit: contain;
  height: 100%;
  transition: all .5s;
}

.button_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.button_icon.is-refresh {
  transform-style: preserve-3d;
  margin-right: 2px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.step_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: none;
  min-height: 660px;
  margin-bottom: auto;
  display: flex;
}

.step_choice_container {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.choice_radio {
  z-index: 4;
  opacity: 0;
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 0;
  display: none;
  position: absolute;
  bottom: 0;
  right: 2px;
}

.choice_radio.w--redirected-checked {
  opacity: .2;
  background-image: url('../images/FeCheck.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: none;
  display: block;
}

.choice_radio.w--redirected-focus {
  box-shadow: none;
}

.chioce_text {
  margin: 16px 14px;
}

.choice_image {
  z-index: 1;
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.step_body {
  z-index: 2;
  color: #131313;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  max-width: 100%;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.step_body.is-results {
  grid-row-gap: 24px;
  margin-top: 32px;
  margin-bottom: 22px;
}

.step_content {
  flex-direction: column;
  flex: none;
  align-self: stretch;
  width: 319px;
  margin-left: auto;
  margin-right: auto;
  padding: 2vw 1vw;
  display: flex;
  overflow: auto;
}

.step_active {
  display: none;
}

.form_step {
  background-color: #f5f5f5;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0;
}

.dida {
  text-align: center;
}

.button_refresh {
  grid-column-gap: 2px;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: -20px;
  padding: 10px 10px 12px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button_refresh:hover {
  grid-column-gap: 6px;
}

.step_choice {
  box-shadow: none;
  opacity: .6;
  filter: saturate(0%);
  text-align: center;
  cursor: pointer;
  border: 1px solid #dedede;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  line-height: 1.2;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.step_choice.is-active {
  opacity: 1;
  filter: none;
  font-weight: 700;
  box-shadow: 0 0 14px #0000001a;
}

.page-wrapper {
  flex: 1;
  margin-bottom: 0;
}

.step_heading {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: uppercase;
  align-items: center;
  line-height: 1;
  display: flex;
  position: relative;
}

.step_heading.w--current {
  opacity: 1;
  color: #292929;
}

.slide_container {
  width: 100%;
  height: 100%;
  transition: opacity 1.5s cubic-bezier(.25, .46, .45, .94);
}

.page_heading {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: 10%;
  line-height: 1.2;
  display: flex;
}

.step_heading_text {
  flex-wrap: wrap;
  display: flex;
}

.step_results {
  display: none;
}

.result_container {
  text-transform: uppercase;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  font-size: .85em;
  display: flex;
}

.choice_image_mask {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.step_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #bababa;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 4px;
  flex: none;
  grid-template: "Heading" min-content
                 "Body"
                 / 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
}

.step_wrapper.is-active {
  color: #5b4dff;
  cursor: auto;
  background-color: #fff;
}

.step_wrapper.is-done {
  color: #131313;
  background-color: #ffffff80;
}

.splide__list-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.splide__list-2.is-hc {
  flex-direction: row;
  height: 100%;
}

.step_progress_number {
  z-index: 2;
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  height: 20px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
}

.step_name {
  font-weight: 700;
}

.heading_text {
  text-transform: uppercase;
}

.vimeo-01_component {
  width: 100%;
}

.vimeo-01_wrapper {
  width: 100%;
  padding-top: 56.2%;
  position: relative;
}

.vimeo-01_iframe {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.payoff_wrap {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.loader {
  z-index: 20;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.beyond_div {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 120px;
  display: flex;
  position: absolute;
  inset: auto auto 5vw;
}

.payoff {
  max-width: 90%;
}

.logotipo_wrap {
  justify-content: center;
  align-items: flex-start;
  width: 270px;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
}

.loader_logo {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  margin-top: -100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video {
  z-index: 1;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.loader-hover {
  z-index: 2;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.loader_texture {
  z-index: 2;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.logo_wrap {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 130px;
  height: 43px;
  display: flex;
  position: relative;
}

.logo_nav_white {
  position: absolute;
}

.logo_nav_black {
  opacity: 0;
  position: absolute;
}

.nav-list {
  z-index: 1;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.item-nav {
  list-style-type: none;
}

.nav-link_wrap {
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-flow: column;
  display: flex;
}

.nav_link {
  color: var(--whispering-sand);
  letter-spacing: 3px;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
}

.nav-link-line {
  background-color: var(--rosewood-blush);
  width: 0%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-line.w--current {
  width: 100%;
}

.header_container-2 {
  z-index: 3;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.header_container-2.max-770 {
  justify-content: space-between;
  max-width: 770px;
}

.txt_wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.txt_wrap.is-center {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.txt_wrap.is-center.max500 {
  max-width: 500px;
}

.txt_wrap.is-title {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.txt_wrap.max500 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 500px;
  display: flex;
}

.txt_wrap.is-white {
  color: var(--whispering-sand);
}

.txt_wrap.is-white.max500-copy {
  max-width: 500px;
}

.txt_wrap.is-white.is-form-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
}

.txt_wrap.max460 {
  max-width: 380px;
}

.txt_wrap.max400 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  width: 420px;
  min-width: 430px;
  max-width: 800px;
  display: flex;
}

.txt_wrap.is-amenities {
  color: var(--whispering-sand);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
}

.txt_wrap.is-onimg {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  color: var(--whispering-sand);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 570px;
  position: absolute;
  bottom: 50px;
}

.txt_wrap.is-onimg.max570 {
  max-width: 600px;
}

.txt_wrap.is-onimg.max700 {
  max-width: 700px;
}

.txt_wrap.is-onimg.max700.is-top {
  top: 50px;
  bottom: auto;
}

.txt_wrap.is-dev {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.txt_wrap.max450 {
  max-width: 450px;
}

.txt_wrap.max400-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  width: 420px;
  min-width: 480px;
  max-width: 800px;
  display: flex;
}

.txt_wrap.max400-copy-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  max-width: 450px;
  display: flex;
}

.header_background-2 {
  z-index: 1;
  background-image: url('../images/TM1895_VP02_Exterior_Terrace_rev08.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.scroll_wrap {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.subtitle-m {
  letter-spacing: 1px;
  text-transform: none;
  max-width: 500px;
  font-family: the-seasons, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.subtitle-m.max-500 {
  max-width: 500px;
}

.subtitle-m.is-red {
  color: var(--burgundy-velour);
}

.subtitle-m.is-green {
  color: var(--olive-stone);
}

.subtitle-m.is-burgundy {
  color: var(--burgundy-velour);
}

.scroll_animation {
  height: 60px;
}

.is-corsive {
  letter-spacing: .5px;
  text-transform: none;
  font-size: 50px;
  line-height: 60px;
}

.is-corsive.is-small {
  font-size: 30px;
  line-height: 50px;
}

.header_component-2 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 40vh 20px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-txt {
  font-size: 14px;
  line-height: 20px;
}

.header_hover-2 {
  z-index: 2;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.title-l {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
}

.title-l.is-green {
  color: var(--midnight-pine);
}

.title-l.is-30bot {
  margin-bottom: 30px;
}

.title-l.max500 {
  max-width: 500px;
}

.title-l.is-pink {
  color: var(--dusty-blossom);
}

.title-l.is-intro {
  width: 740px;
}

.title-l.is-hero {
  max-width: 500px;
  font-size: 60px;
}

.par-m {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}

.par-m.max-400 {
  max-width: 400px;
}

.par-m.is-burgundy {
  color: var(--burgundy-velour);
}

.par-m.is-burgundy.max-700 {
  max-width: 700px;
}

.par-m.is-green {
  color: var(--olive-stone);
}

.par-m.max580 {
  max-width: 580px;
}

.par-m.max500 {
  color: var(--burgundy-velour);
  max-width: 500px;
}

.par-m.is-horiz {
  margin-top: 0;
  margin-bottom: 10px;
}

.par-m.is-horiz.is-burgundy.max600 {
  max-width: 600px;
}

.par-m.max-450 {
  max-width: 450px;
}

.par-m.max310 {
  max-width: 310px;
}

.title-l-2 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.container-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 5vw;
  display: flex;
}

.container-2.max-870 {
  max-width: 870px;
  padding: 10vw 0;
}

.container-2.is-horiz {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 5vw 7vw;
}

.container-2.is-10top {
  padding-top: 10vw;
}

.subtitle-m-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 500px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.subtitle-m-2.max-600 {
  max-width: 650px;
  font-size: 15px;
}

.par-s {
  font-size: 18px;
  font-weight: 400;
}

.par-s.max-400 {
  max-width: 400px;
}

.div-block {
  display: flex;
}

.image {
  height: 52vw;
}

.par-m-2 {
  letter-spacing: -1px;
  font-weight: 300;
}

.par-m-2.max-400 {
  max-width: 400px;
  margin-top: 5vw;
}

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

.img-cover.align-top {
  object-position: 50% 50%;
}

.img-cover.is-face {
  object-position: 60% 50%;
}

.img-cover.is-rotate {
  transform: translate(0);
}

.img-cover.align-right {
  object-position: 100% 50%;
}

.title-l-3 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.title-l-3.is-cap {
  text-transform: uppercase;
  font-size: 80px;
}

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

.img_wrap.is-project {
  flex: 0 auto;
  width: 38vw;
  height: 45vw;
  min-height: 700px;
}

.img_wrap.is-emo {
  width: 10vw;
  height: 45vw;
  min-height: 700px;
  margin-left: auto;
  margin-right: 0;
}

.img_wrap.is-interior {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 70vw;
  height: 40vw;
}

.img_wrap.is-amenities-01 {
  flex: 0 auto;
  width: 30vw;
  height: 40vw;
  min-height: 700px;
  left: 0;
}

.img_wrap.is-amenities-02 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 10vw;
  height: 40vw;
  min-height: 700px;
  left: 0;
}

.img_wrap.is-project {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 70vw;
  height: 40vw;
}

.img_wrap.is-project-02 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 38vw;
  height: 45vw;
  min-height: 700px;
}

.img_wrap.is-dev {
  border: 5vw solid var(--midnight-pine);
  flex: 0 auto;
  width: 50%;
  height: 50vw;
  min-height: 600px;
  left: 0;
}

.img_wrap.is-amenities-03 {
  flex: 0 auto;
  width: 70vw;
  height: 40vw;
  margin-bottom: 5vw;
  margin-left: auto;
  margin-right: auto;
  left: 0;
}

.is-corsive-small {
  text-transform: none;
  font-size: 50px;
}

.cta_wrap {
  background-color: var(--midnight-pine);
  color: var(--dusty-blossom);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta_wrap:hover {
  background-color: var(--olive-stone);
  color: var(--white);
}

.cta_wrap.is-light {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--burgundy-velour);
}

.cta_wrap.is-light:hover {
  background-color: var(--rosewood-blush);
}

.cta_wrap.is-lightgreen {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--olive-stone);
  color: var(--white);
}

.cta_wrap.is-lightgreen:hover {
  background-color: var(--rosewood-blush);
}

.cta_wrap.is-absolute {
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.background-video-small {
  z-index: 1;
  transform-style: preserve-3d;
  width: 90%;
  height: 80%;
  position: absolute;
  inset: auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.text-block-3 {
  line-height: 20px;
}

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

.img_wrap-2.is-intro {
  z-index: -1;
  width: 17vw;
  position: absolute;
  bottom: -7vw;
  right: -15vw;
}

.img_wrap-2.is-intro-02 {
  z-index: -1;
  width: 17vw;
  position: absolute;
  top: -7vw;
  left: -15vw;
}

.container-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.container-3.max-870 {
  width: 60vw;
  padding: 200px 0;
}

.cta_wrap-2 {
  color: #131313;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000000b3;
  border-bottom: 1px solid #ac0005;
  padding-top: 5px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.title-l-4 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.is-corsive-2 {
  text-transform: none;
}

.txt_wrap-2 {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.txt_wrap-2.is-center {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.txt_wrap-2.is-dev {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: auto;
  padding-top: 5vw;
  padding-bottom: 5vw;
  padding-right: 0;
  display: flex;
}

.subtitle-m-3 {
  z-index: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 500px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.div-block-2 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img_overlay {
  z-index: 2;
  background-image: linear-gradient(#fff3, #fff3);
  position: absolute;
  inset: 0%;
}

.line {
  background-color: var(--rosewood-blush);
  width: 7px;
  height: 100%;
  position: absolute;
  right: 0;
}

.line.is-horiz {
  z-index: 2;
  width: 100%;
  height: 7px;
  bottom: 0;
}

.line.is-left {
  background-color: var(--olive-stone);
  left: 0;
  right: auto;
}

.line.is-green {
  background-color: var(--olive-stone);
}

.subtitle-s {
  letter-spacing: 4px;
  text-transform: uppercase;
  max-width: 500px;
  font-family: stevie-sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.subtitle-s.max-500 {
  max-width: 500px;
}

.subtitle-s.is-red {
  color: var(--burgundy-velour);
}

.subtitle-s.is-green {
  color: var(--olive-stone);
}

.subtitle-s.is-burgundy {
  color: var(--burgundy-velour);
  font-weight: 400;
}

.subtitle-s.is-small {
  letter-spacing: 2px;
  font-size: 14px;
}

.div-block-3 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  background-image: linear-gradient(#022601, #02260100), url('../images/BG_09.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.slide-amenities {
  background-color: #fff;
  width: 350px;
  margin-right: 20px;
}

.slider-amenities_container {
  opacity: 1;
  background-color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 100%;
  margin-right: 20px;
  font-size: 2em;
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.slider-amenities_container.w--current {
  opacity: .4;
  position: relative;
}

.slider-amenities {
  background-color: #0000;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 550px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  display: none;
  overflow: hidden;
}

.paragraph-3 {
  max-width: 450px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

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

.paragraph-3.align-center.white {
  color: #ede4dd;
  font-size: 17px;
  line-height: 1.4em;
}

.arrow-icon {
  font-size: 16px;
}

.tile-emotions-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.tile-emotions-img.align-right {
  object-position: 70% 50%;
}

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

.amenities-bg {
  position: absolute;
  inset: 0%;
}

.amenities-hover {
  background-color: #4a424040;
  background-image: linear-gradient(#00000080, #0000 49%, #00000080);
  position: absolute;
  inset: 0%;
}

.container-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.container-4.is-slider {
  width: 100%;
  padding-top: 0;
  padding-bottom: 10vw;
}

.slider_arrow {
  background-color: var(--burgundy-velour);
  opacity: .8;
  color: var(--dusty-blossom);
  border: 1px #96daf2;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: auto;
  transition: all .3s;
  display: flex;
  top: 0;
  left: 50px;
  right: auto;
}

.slider_arrow:hover {
  background-color: var(--rosewood-blush);
  color: var(--white);
}

.slider_arrow.left {
  left: 0;
  right: auto;
}

.mask-slide-amenities {
  width: 350px;
  position: relative;
  overflow: visible;
}

.slide03_fake {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}

.slide03_fake.last {
  justify-content: flex-start;
  margin-left: 20px;
  display: flex;
  left: 100%;
  right: auto;
}

.div-block-33 {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin: 40px;
  display: flex;
  position: relative;
}

.div-block-34 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.title-card {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 100;
  line-height: 28px;
}

.div-block-35 {
  background-image: linear-gradient(#0000004d, #0000 66%);
  justify-content: center;
  align-items: flex-end;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-35.is-02 {
  background-image: linear-gradient(#0000 33%, #0009);
}

.title-s {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 45px;
}

.title-s.is-green {
  color: var(--midnight-pine);
}

.title-s.is-30bot {
  margin-bottom: 30px;
}

.title-s.max500 {
  max-width: 500px;
}

.title-s.is-pink {
  color: var(--dusty-blossom);
}

.title-s.max600 {
  max-width: 600px;
}

.title-s.max500-copy {
  max-width: 550px;
}

.cta_lightbox {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--burgundy-velour);
  color: var(--dusty-blossom);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 60px;
  left: auto;
}

.cta_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.img_wrap-3 {
  position: relative;
  overflow: hidden;
}

.img_wrap-3.is-map {
  width: 100vw;
  margin-top: 5vw;
}

.img_cover {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img_cover.is-map {
  width: 100vw;
  position: static;
}

.map_overlay {
  z-index: 1;
  -webkit-backdrop-filter: saturate(80%);
  backdrop-filter: saturate(80%);
  position: absolute;
  inset: 0%;
}

.div-block-36 {
  width: 50%;
  height: 50vw;
}

.paragraph-2 {
  color: #45423b;
}

.overlay {
  z-index: 1;
  background-image: linear-gradient(#ffffff4d, #fff0);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay.is-sand {
  background-image: linear-gradient(#ffffff80, #ffffff80), linear-gradient(#f2ccc980, #f2ccc980);
  height: 100%;
}

.bold-2 {
  color: #131313;
  font-weight: 300;
  overflow: hidden;
}

.image-4 {
  width: 230px;
}

.section-2 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  min-height: 500px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.section-2.is-video {
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 22vw;
  padding-bottom: 10vw;
}

.txt_wrap-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.txt_wrap-3.is-developer {
  z-index: 5;
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  position: relative;
}

.bg_video {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dev-logo {
  filter: invert();
  width: 200px;
  position: absolute;
  bottom: auto;
}

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

.image-cover.is-right {
  object-position: 100% 50%;
}

.container-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.container-5.is-dev {
  z-index: 1;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-left: 0;
  padding-right: 5vw;
  position: relative;
}

.ancor {
  background-color: var(--midnight-pine);
  display: flex;
  position: absolute;
  inset: -58px auto auto 0%;
}

.image_wrap {
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 40vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image_wrap.is-vertical {
  height: 50vw;
  min-height: 650px;
  position: relative;
  overflow: hidden;
}

.image_wrap.is-vertical.is {
  width: 50vw;
  height: 40vw;
  min-height: 600px;
}

.image_wrap.is-xs {
  align-self: stretch;
  width: 50px;
  height: auto;
}

.subtitle-m-4 {
  z-index: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 500px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.subtitle-m-4.is-center {
  margin-left: auto;
  margin-right: auto;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.paragraph_wrap {
  flex-flow: column;
  max-width: 350px;
  display: flex;
}

.container-6 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.container-6.is-form {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10vw 7vw;
}

.field-label {
  color: var(--whispering-sand);
  text-transform: none;
  font-family: stevie-sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.checkbox {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #ff9a2e;
  border: 0 solid #000;
}

.checkbox.w--redirected-focus-visible {
  border: 1px solid #ff9a2e;
}

.text-field {
  color: var(--dusty-blossom);
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #be787d66;
  width: 100%;
  min-height: 40px;
  font-size: 14px;
  font-weight: 200;
  line-height: 26px;
}

.text-field:focus {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dusty-blossom);
  color: var(--dusty-blossom);
}

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

.text-field::placeholder {
  color: var(--dusty-blossom);
}

.text-field.is-capitalize {
  text-transform: capitalize;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.checkbox-field.display-none {
  display: none;
}

.button-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.submit-button {
  background-color: #3898ec00;
  font-weight: 400;
  position: absolute;
  inset: 0%;
}

.button_text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: stevie-sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.code-embed {
  display: none;
}

.section-3 {
  position: relative;
}

.section-3.white-backrgound-3 {
  background-color: #1d141b;
  background-image: url('../images/BG_07.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.form_component-2 {
  width: 40vw;
  min-width: 500px;
  display: none;
}

.circle-arrow {
  border-radius: 100%;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 30px;
  display: flex;
}

.text_wrap {
  flex-flow: column;
  min-width: 400px;
  max-width: 500px;
  display: flex;
}

.text_wrap.is-form {
  min-width: auto;
  max-width: none;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  min-width: 500px;
  display: grid;
}

.button {
  background-color: var(--dusty-blossom);
  color: var(--burgundy-velour);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button:hover {
  background-color: var(--rosewood-blush);
}

.subtitle-m-5 {
  z-index: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 500px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.form_wrap {
  width: 100%;
  min-width: 500px;
  max-width: 700px;
  display: flex;
}

.footer_link {
  color: var(--dusty-blossom);
  letter-spacing: .1em;
  text-transform: none;
  white-space: nowrap;
  font-family: stevie-sans, sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 22px;
  text-decoration: none;
  transition: color .25s;
}

.footer_link:hover, .footer_link.no-hover:hover {
  color: var(--rosewood-blush);
}

.footer_link.no-hover.is-phone {
  border-left: 1px solid var(--rosewood-blush);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 30px;
  font-size: 22px;
  line-height: 25px;
}

.footer_component-2 {
  grid-row-gap: 10px;
  background-color: #45423b;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 5vw;
  display: flex;
}

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

.footer_icon_link {
  color: var(--dusty-blossom);
  width: 20px;
  height: 20px;
  text-decoration: none;
}

.footer_icon_link:hover, .footer_icon_link:visited {
  color: var(--rosewood-blush);
}

.logo_footer {
  width: 110px;
}

.footer_wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #f5f5f5;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  display: flex;
}

.footer_wrap.is-right {
  justify-content: flex-end;
  align-items: center;
}

.footer_wrap.is-center {
  width: auto;
}

.nav_bg {
  z-index: -1;
  background-color: var(--whispering-sand);
  opacity: 0;
  background-image: linear-gradient(#ffffffbf, #ffffffbf);
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 10px #0000000d;
}

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

.div-block-3-copy {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.amenity_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon_img {
  width: 50px;
}

.icon_img.is-small {
  width: 40px;
  margin-top: 10px;
}

.icon_wrap {
  padding-bottom: 20px;
}

.txt_dida {
  color: var(--whispering-sand);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 90%;
  font-family: the-seasons, sans-serif;
  line-height: 1.2;
  text-decoration: none;
  position: absolute;
}

.txt_dida.is-static {
  max-width: none;
  position: static;
}

.dida_overlay {
  z-index: 2;
  background-image: linear-gradient(#0000 80%, #00000080);
  justify-content: center;
  align-items: flex-end;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-avenew-loader {
  height: 55px;
  position: absolute;
  inset: auto auto 5vw;
}

.icon-button_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #131313;
  background-color: #a39bff;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: relative;
}

.icon-main {
  z-index: 1;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 7px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-main.is-button {
  border-style: none;
  border-width: 0;
  border-radius: 0%;
  width: 20px;
  height: 20px;
  padding: 0;
}

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

.hamburger_wrap {
  border: 1px solid var(--whispering-sand);
  width: 40px;
  height: 40px;
  display: none;
}

@media screen and (max-width: 991px) {
  .navigator {
    z-index: 200;
  }

  .device_overlay {
    display: flex;
  }

  .overlay_lottie {
    width: 100px;
  }

  .splide__arrow {
    width: 60px;
    height: 60px;
  }

  .splide__arrow.splide__arrow--prev {
    right: 33.7%;
  }

  .splide__arrow.splide__arrow--next {
    left: 67.2%;
  }

  .splide__arrows {
    height: 60px;
    bottom: 170px;
  }

  .splide__slide {
    flex: none;
    width: 33.333%;
  }

  .fullscreen_overlay {
    display: flex;
  }

  .nav_component {
    background-color: var(--whispering-sand);
    flex-direction: row;
    height: 60px;
    padding-left: 32px;
    padding-right: 32px;
    position: fixed;
  }

  .section.is-intro {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container.is-horiz {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    background-image: linear-gradient(#1d141b, #1d141b00 23%), url('../images/BG_07.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    padding: 100px 50px;
  }

  .container.is-intro {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    padding-top: 100px;
  }

  .container.nomax {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container.is-amenities {
    flex-flow: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer_component {
    border-top: 1px solid #000;
  }

  .beyond_div {
    width: 80px;
    bottom: 8vw;
  }

  .logotipo_wrap, .loader_logo {
    width: 200px;
  }

  .logo_nav_white {
    filter: invert();
    width: 100px;
  }

  .nav-list {
    z-index: 1;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    background-color: var(--burgundy-velour);
    background-image: linear-gradient(#1d141bf2, #1d141b), url('../images/Pattern_01.svg'), url('../images/BG_07.webp');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, 10vw, cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    min-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    position: static;
  }

  .item-nav {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .item-nav.is-last {
    margin-bottom: auto;
  }

  .item-nav.is-first {
    margin-top: auto;
  }

  .nav-link_wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav_link {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: the-seasons, sans-serif;
    font-size: 20px;
    font-weight: 300;
    display: flex;
  }

  .nav-link-line {
    max-width: 60px;
  }

  .txt_wrap.is-white.max500, .txt_wrap.is-white.is-form-center {
    text-align: center;
    order: -1;
    justify-content: flex-start;
    align-items: center;
    max-width: 700px;
  }

  .txt_wrap.max460 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 500px;
  }

  .txt_wrap.is-amenities {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 550px;
  }

  .txt_wrap.is-dev {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .txt_wrap.max400-copy-copy {
    justify-content: flex-start;
    align-items: center;
    max-width: 700px;
  }

  .title-l, .title-l.is-pink {
    font-size: 30px;
    line-height: 40px;
  }

  .title-l.is-pink.max600 {
    max-width: 600px;
  }

  .title-l.is-intro {
    width: 570px;
    margin-top: 0;
  }

  .title-l.is-hero {
    font-size: 50px;
    line-height: 50px;
  }

  .title-l.max400 {
    max-width: 400px;
  }

  .par-m.max-400 {
    max-width: 700px;
    margin-top: 0;
  }

  .par-m.is-burgundy.max-700 {
    margin-top: 0;
  }

  .par-m.is-horiz.is-burgundy {
    text-align: center;
    margin-top: 20px;
  }

  .par-m.is-horiz.is-burgundy.max600 {
    max-width: 600px;
  }

  .par-m.max-450 {
    max-width: 550px;
    margin-top: 20px;
  }

  .par-m.max310 {
    margin-top: 0;
  }

  .img_wrap.is-amenities-01 {
    display: none;
  }

  .img_wrap.is-amenities-02 {
    width: 30vw;
    min-height: auto;
    display: none;
  }

  .img_wrap.is-project-02 {
    width: 60vw;
    height: 60vw;
    min-height: auto;
  }

  .img_wrap.is-amenities-03 {
    margin-bottom: 100px;
  }

  .div-block-2 {
    margin-top: 100px;
  }

  .div-block-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .slider-amenities_container {
    flex: 1;
  }

  .title-s {
    font-size: 25px;
    line-height: 35px;
  }

  .title-s.max600, .title-s.max500-copy {
    max-width: 500px;
  }

  .image-4 {
    width: 150px;
  }

  .section-2.is-video {
    padding: 100px 30px;
  }

  .txt_wrap-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .txt_wrap-3.is-developer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 730px;
  }

  .dev-logo {
    width: 120px;
  }

  .ancor {
    top: -60px;
  }

  .image_wrap.is-vertical {
    width: 100%;
    height: auto;
  }

  .image_wrap.is-vertical.is {
    width: 50vw;
    height: auto;
    min-height: auto;
    margin-left: auto;
  }

  .image_wrap.is-xs {
    display: none;
  }

  .paragraph_wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-width: none;
  }

  .container-6 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .container-6.is-form {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    padding: 100px 50px;
  }

  .form_component-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
  }

  .form {
    grid-row-gap: 30px;
  }

  .footer_link {
    font-size: 12px;
  }

  .logo_footer {
    width: 100px;
  }

  .footer_wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer_wrap.is-center {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-3-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .logo-avenew-loader {
    height: 50px;
  }

  .icon-main {
    width: 40px;
    height: 40px;
  }

  .hamburger_wrap {
    border-color: var(--midnight-pine);
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    display: flex;
  }

  .hamburger_wrap.is-close {
    z-index: 2;
    border-color: var(--whispering-sand);
    color: var(--whispering-sand);
    position: absolute;
    top: 15px;
    right: 32px;
  }

  .navlist_wrap {
    display: none;
    position: fixed;
    inset: 0%;
  }

  .div-block-37 {
    position: absolute;
  }

  .nav-container {
    z-index: 10;
    background-color: var(--burgundy-velour);
    flex-flow: column;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .div-block-39 {
    background-color: var(--rosewood-blush);
    display: none;
    position: fixed;
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  .splide__arrow.splide__arrow--prev {
    right: 50.5%;
  }

  .splide__arrow.splide__arrow--next {
    left: 50.5%;
  }

  .splide__arrows {
    bottom: 140px;
  }

  .splide__slide {
    width: 50%;
  }

  .section.is-intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.is-horiz {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.nomax {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_component {
    text-align: center;
    justify-content: space-between;
    align-items: flex-end;
  }

  .form_step.is-active {
    max-width: 100%;
  }

  .txt_wrap.is-amenities {
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt_wrap.is-onimg.max700.is-top {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt_wrap.is-dev {
    order: -1;
    padding: 0 20px;
  }

  .title-l.is-pink {
    max-width: 600px;
  }

  .title-l.is-intro {
    width: auto;
    max-width: 500px;
    font-size: 30px;
    line-height: 40px;
  }

  .title-l.is-hero {
    max-width: 450px;
    font-size: 40px;
    line-height: 45px;
  }

  .par-m.max-400, .par-m.is-burgundy.max-700 {
    margin-top: 20px;
  }

  .slider-amenities_container, .mask-slide-amenities {
    max-width: 100%;
  }

  .title-s.max600 {
    letter-spacing: 1px;
    max-width: 400px;
    margin-top: 0;
    font-family: stevie-sans, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .title-s.max500-copy {
    max-width: 340px;
    font-size: 18px;
    line-height: 30px;
  }

  .container-5.is-dev {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    padding-top: 100px;
    padding-right: 0;
  }

  .image_wrap.is-vertical {
    min-height: auto;
  }

  .image_wrap.is-vertical.is {
    width: 100%;
  }

  .container-6.is-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text_wrap.is-form {
    width: auto;
  }

  .form, .form_wrap {
    min-width: auto;
  }

  .footer_link.no-hover.is-phone {
    border-left-style: none;
    padding-left: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .footer_wrap {
    width: 90px;
    margin-left: auto;
  }

  .footer_wrap.is-right {
    width: 40px;
    margin-left: 0;
  }

  .footer_wrap.is-center {
    text-align: left;
    order: -1;
    margin-left: 0;
  }

  .logo-avenew-loader {
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .splide__arrow.splide__arrow--prev {
    right: 50%;
  }

  .splide__arrow.splide__arrow--next {
    left: 50%;
  }

  .splide__arrows {
    bottom: 130px;
  }

  .splide__slide {
    width: 100%;
  }

  .nav_component {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.is-intro {
    padding-left: 0;
    padding-right: 0;
  }

  .container.is-horiz {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    padding: 70px 0 0;
  }

  .container.is-intro {
    padding-top: 70px;
  }

  .container.nomax {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.is-amenities {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .footer_component {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .beyond_div {
    width: 80px;
    bottom: 25vw;
  }

  .logotipo_wrap, .loader_logo {
    width: 150px;
  }

  .nav_link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .txt_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .txt_wrap.is-center.is-20mobile, .txt_wrap.is-white.max500 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt_wrap.is-amenities {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .txt_wrap.is-onimg.max570 {
    background-color: var(--midnight-pine);
    order: -1;
    width: 100%;
    max-width: none;
    padding: 30px 20px 50px;
    position: static;
  }

  .txt_wrap.is-onimg.max700.is-top {
    background-color: var(--midnight-pine);
    order: -1;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    position: static;
  }

  .header_background-2 {
    height: 852px;
  }

  .title-l, .title-l.is-pink, .title-l.is-pink.max600, .title-l.is-intro {
    font-size: 25px;
    line-height: 35px;
  }

  .title-l.is-hero {
    max-width: 350px;
    font-size: 30px;
    line-height: 35px;
  }

  .title-l.max400.is-250mobile {
    max-width: 350px;
  }

  .par-m, .par-m.max-400, .par-m.is-burgundy.max-700 {
    font-size: 16px;
  }

  .img-cover.min300 {
    min-height: 250px;
  }

  .img_wrap.is-interior {
    width: 490vw;
    height: 80vw;
  }

  .img_wrap.is-project-02 {
    width: 100%;
    height: 90vw;
  }

  .img_wrap.is-amenities-03 {
    width: 100%;
    height: 70vw;
    margin-bottom: 0;
  }

  .img_wrap.is-vert, .img_wrap.vert-mobile {
    flex-flow: column;
  }

  .cta_wrap.is-light, .cta_wrap.is-lightgreen {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    margin-top: 70px;
  }

  .line {
    width: 100%;
    height: 7px;
    display: none;
    bottom: 0;
    right: auto;
  }

  .subtitle-s {
    font-size: 14px;
  }

  .subtitle-s.is-small {
    text-align: left;
    max-width: 70px;
  }

  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-amenities {
    height: 500px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 70px;
  }

  .div-block-34 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-35 {
    background-image: none;
    display: none;
  }

  .div-block-35.is-02 {
    display: none;
  }

  .title-s.max600 {
    font-size: 16px;
    line-height: 25px;
  }

  .title-s.max500-copy {
    letter-spacing: 1px;
    font-family: stevie-sans, sans-serif;
    font-size: 16px;
    line-height: 25px;
  }

  .cta_lightbox {
    bottom: 30px;
  }

  .img_wrap-3.is-map {
    margin-top: 50px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .image-4 {
    width: 120px;
  }

  .container-5.is-dev {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    padding-top: 70px;
  }

  .image_wrap.is-vertical {
    min-height: auto;
  }

  .image_wrap.is-vertical.is {
    width: 100%;
    height: 80vw;
  }

  .container-6 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
  }

  .container-6.is-form {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .text_wrap {
    min-width: auto;
    max-width: none;
  }

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

  .footer_link.no-hover.is-phone {
    text-align: center;
  }

  .footer_component-2 {
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo_footer {
    opacity: .8;
    order: -1;
    width: 100px;
    margin-bottom: 20px;
  }

  .footer_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .footer_wrap.is-right {
    justify-content: center;
    align-items: center;
  }

  .footer_wrap.is-center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .footer_wrap.is-policy {
    margin-top: 30px;
  }

  .div-block-3-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .amenity_wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .icon_wrap {
    justify-content: center;
    align-items: center;
    width: 50px;
    display: flex;
  }

  .logo-avenew-loader {
    margin-top: 100px;
    position: relative;
    bottom: 0;
  }

  .icon-main {
    width: 40px;
    height: 40px;
  }

  .hamburger_wrap.is-close {
    right: 20px;
  }

  .nav-container {
    display: none;
  }
}

#w-node-c893ddf8-aca1-86f8-e9f9-7a896bbf27c3-d70a1097 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_25ca130b-6ca8-b569-6bc3-2c9601afdf5c-d70a1097 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_25ca130b-6ca8-b569-6bc3-2c9601afdf60-d70a1097 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a5528d9a-894e-b07d-a4ee-5df0c7b8bdd1-d70a10be, #w-node-_397388b0-ced9-c60d-70d8-d0358ec24fce-d70a10be, #w-node-d9602ce8-4b4a-bbdb-b695-f8ae1182183e-d70a10be, #w-node-de5f4c33-11ee-af09-852c-2a51b07df785-d70a10be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aafb4ca7-4857-5a52-48af-0839f9defdaa-d70a10c3 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_4efea4d4-7720-c1f5-b442-5b1b178095c3-d70a10c3, #w-node-d2010f99-dec4-3eb5-f355-8db65a2faad3-d70a10c3, #w-node-_685a0c54-a982-287f-6833-32e52b6a4075-d70a10c3, #w-node-_19238f4a-f6bb-36ec-79b4-dbff3ffa9c26-d70a10c3, #w-node-_76a7ad59-3210-0063-87e0-d639382c4806-d70a10c3, #w-node-c57e6903-ee49-6fd9-d93d-131204a0f1b5-d70a10c3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-df713278-3737-fcd2-c2bc-211b102d7e0c-d70a10c3 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_97b9ea40-9945-82b0-9ab4-88dfbbae90f1-d70a10c3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_69752bc5-3435-233c-515c-d4ec6f55b04a-d70a10c3 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_69752bc5-3435-233c-515c-d4ec6f55b050-d70a10c3, #w-node-_69752bc5-3435-233c-515c-d4ec6f55b052-d70a10c3, #w-node-_69752bc5-3435-233c-515c-d4ec6f55b054-d70a10c3, #w-node-_69752bc5-3435-233c-515c-d4ec6f55b056-d70a10c3, #w-node-_69752bc5-3435-233c-515c-d4ec6f55b058-d70a10c3, #w-node-_69752bc5-3435-233c-515c-d4ec6f55b05a-d70a10c3, #w-node-_69752bc5-3435-233c-515c-d4ec6f55b05c-d70a10c3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_69752bc5-3435-233c-515c-d4ec6f55b05e-d70a10c3 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_69752bc5-3435-233c-515c-d4ec6f55b060-d70a10c3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e8c9f71b-be93-8802-5b57-acfd5f2b143c-d70a10c3 {
  align-self: stretch;
}

#w-node-_1dc7212d-cd9d-5825-7943-221dde84d0d2-d70a10c3 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_3cf15af3-75c0-c42b-0f53-9bedfa1a78e5-d70a10c3, #w-node-e011b661-ff8e-89dd-2221-d7e88754a383-d70a10c3, #w-node-ca10b926-00ce-2120-ac33-c4adf3d5e883-d70a10c3, #w-node-c38a6e8d-3302-9ff5-4eb1-aaedea8a79b1-d70a10c3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33d78-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33d79-d70a10cb {
  grid-area: Numero;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33d85-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33d9f-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33da0-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33dad-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33dae-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33dbb-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33dbc-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33dd6-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33dd7-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33de3-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33de6-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33de7-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33df3-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e07-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e08-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e15-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e16-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e30-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e31-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e3d-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e40-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e41-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e4d-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e61-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e62-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e6f-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e70-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e8a-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e8b-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e97-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e9a-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33e9b-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33ea7-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33ebb-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33ebc-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33ec9-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33eca-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33ee4-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33ee5-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33ef1-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33ef4-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33ef5-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f01-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f04-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f05-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f11-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f25-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f26-d70a10cb {
  grid-area: Heading;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f40-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f41-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f4d-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f50-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f51-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f5d-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f60-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f61-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f6d-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f81-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f82-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f9c-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33f9d-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33fa9-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33fac-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33fad-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33fb9-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33fbc-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33fbd-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33fc9-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33fdd-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33fde-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33ff8-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e33ff9-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34005-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34008-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34009-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34015-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34018-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34019-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34025-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34039-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e3403a-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34054-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34055-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34061-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34064-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34065-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34071-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34074-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34075-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34081-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34095-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34096-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e340b0-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e340b1-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e340bd-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e340c0-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e340c1-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e340cd-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e340d0-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e340d1-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e340dd-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e340f1-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e340f2-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34110-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34111-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e3411d-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34120-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34121-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e3412d-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34130-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34131-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e3413d-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34140-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34141-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e3414d-d70a10cb {
  grid-area: Body;
}

#w-node-_0f297836-985d-71aa-f209-7d0874c5c014-d70a10cb {
  grid-area: Heading;
}

#w-node-_0f297836-985d-71aa-f209-7d0874c5c015-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_0f297836-985d-71aa-f209-7d0874c5c019-d70a10cb {
  grid-area: Body;
}

#w-node-_0f297836-985d-71aa-f209-7d0874c5c01c-d70a10cb {
  grid-area: Heading;
}

#w-node-_0f297836-985d-71aa-f209-7d0874c5c01d-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_0f297836-985d-71aa-f209-7d0874c5c021-d70a10cb {
  grid-area: Body;
}

#w-node-_0f297836-985d-71aa-f209-7d0874c5c024-d70a10cb {
  grid-area: Heading;
}

#w-node-_0f297836-985d-71aa-f209-7d0874c5c025-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_0f297836-985d-71aa-f209-7d0874c5c029-d70a10cb {
  grid-area: Body;
}

#w-node-_0f297836-985d-71aa-f209-7d0874c5c02c-d70a10cb {
  grid-area: Heading;
}

#w-node-_0f297836-985d-71aa-f209-7d0874c5c02d-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_0f297836-985d-71aa-f209-7d0874c5c031-d70a10cb {
  grid-area: Body;
}

#w-node-_2cc14fc4-a8f7-bdf2-f51f-80d3a895afcf-d70a10cb {
  grid-area: Heading;
}

#w-node-_2cc14fc4-a8f7-bdf2-f51f-80d3a895afd0-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_2cc14fc4-a8f7-bdf2-f51f-80d3a895afd4-d70a10cb {
  grid-area: Body;
}

#w-node-_2cc14fc4-a8f7-bdf2-f51f-80d3a895afd7-d70a10cb {
  grid-area: Heading;
}

#w-node-_2cc14fc4-a8f7-bdf2-f51f-80d3a895afd8-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_2cc14fc4-a8f7-bdf2-f51f-80d3a895afdc-d70a10cb {
  grid-area: Body;
}

#w-node-_2cc14fc4-a8f7-bdf2-f51f-80d3a895afdf-d70a10cb {
  grid-area: Heading;
}

#w-node-_2cc14fc4-a8f7-bdf2-f51f-80d3a895afe0-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_2cc14fc4-a8f7-bdf2-f51f-80d3a895afe4-d70a10cb {
  grid-area: Body;
}

#w-node-_2cc14fc4-a8f7-bdf2-f51f-80d3a895afe7-d70a10cb {
  grid-area: Heading;
}

#w-node-_2cc14fc4-a8f7-bdf2-f51f-80d3a895afe8-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_2cc14fc4-a8f7-bdf2-f51f-80d3a895afec-d70a10cb {
  grid-area: Body;
}

#w-node-_414f8df7-ef29-4a4a-b0ad-0ca1cc8a157f-d70a10cb {
  grid-area: Heading;
}

#w-node-_414f8df7-ef29-4a4a-b0ad-0ca1cc8a1580-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_414f8df7-ef29-4a4a-b0ad-0ca1cc8a1584-d70a10cb {
  grid-area: Body;
}

#w-node-_414f8df7-ef29-4a4a-b0ad-0ca1cc8a1587-d70a10cb {
  grid-area: Heading;
}

#w-node-_414f8df7-ef29-4a4a-b0ad-0ca1cc8a1588-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_414f8df7-ef29-4a4a-b0ad-0ca1cc8a158c-d70a10cb {
  grid-area: Body;
}

#w-node-_414f8df7-ef29-4a4a-b0ad-0ca1cc8a158f-d70a10cb {
  grid-area: Heading;
}

#w-node-_414f8df7-ef29-4a4a-b0ad-0ca1cc8a1590-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_414f8df7-ef29-4a4a-b0ad-0ca1cc8a1594-d70a10cb {
  grid-area: Body;
}

#w-node-_414f8df7-ef29-4a4a-b0ad-0ca1cc8a1597-d70a10cb {
  grid-area: Heading;
}

#w-node-_414f8df7-ef29-4a4a-b0ad-0ca1cc8a1598-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_414f8df7-ef29-4a4a-b0ad-0ca1cc8a159c-d70a10cb {
  grid-area: Body;
}

#w-node-_0967422c-0eb7-fcf7-47b1-ee11c4766f85-d70a10cb {
  grid-area: Heading;
}

#w-node-_0967422c-0eb7-fcf7-47b1-ee11c4766f86-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_0967422c-0eb7-fcf7-47b1-ee11c4766f8a-d70a10cb {
  grid-area: Body;
}

#w-node-_0967422c-0eb7-fcf7-47b1-ee11c4766f8d-d70a10cb {
  grid-area: Heading;
}

#w-node-_0967422c-0eb7-fcf7-47b1-ee11c4766f8e-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_0967422c-0eb7-fcf7-47b1-ee11c4766f92-d70a10cb {
  grid-area: Body;
}

#w-node-_0967422c-0eb7-fcf7-47b1-ee11c4766f95-d70a10cb {
  grid-area: Heading;
}

#w-node-_0967422c-0eb7-fcf7-47b1-ee11c4766f96-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_0967422c-0eb7-fcf7-47b1-ee11c4766f9a-d70a10cb {
  grid-area: Body;
}

#w-node-_0967422c-0eb7-fcf7-47b1-ee11c4766f9d-d70a10cb {
  grid-area: Heading;
}

#w-node-_0967422c-0eb7-fcf7-47b1-ee11c4766f9e-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_0967422c-0eb7-fcf7-47b1-ee11c4766fa2-d70a10cb {
  grid-area: Body;
}

#w-node-_96e4f536-575f-a43c-7da6-a160b739d084-d70a10cb {
  grid-area: Heading;
}

#w-node-_96e4f536-575f-a43c-7da6-a160b739d085-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_96e4f536-575f-a43c-7da6-a160b739d089-d70a10cb {
  grid-area: Body;
}

#w-node-_96e4f536-575f-a43c-7da6-a160b739d08c-d70a10cb {
  grid-area: Heading;
}

#w-node-_96e4f536-575f-a43c-7da6-a160b739d08d-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_96e4f536-575f-a43c-7da6-a160b739d091-d70a10cb {
  grid-area: Body;
}

#w-node-_96e4f536-575f-a43c-7da6-a160b739d094-d70a10cb {
  grid-area: Heading;
}

#w-node-_96e4f536-575f-a43c-7da6-a160b739d095-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_96e4f536-575f-a43c-7da6-a160b739d099-d70a10cb {
  grid-area: Body;
}

#w-node-_96e4f536-575f-a43c-7da6-a160b739d09c-d70a10cb {
  grid-area: Heading;
}

#w-node-_96e4f536-575f-a43c-7da6-a160b739d09d-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_96e4f536-575f-a43c-7da6-a160b739d0a1-d70a10cb {
  grid-area: Body;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34182-d70a10cb {
  grid-area: Heading;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34183-d70a10cb {
  grid-area: Numero;
  align-self: stretch;
}

#w-node-_1ba38cea-69ba-3701-a564-108361e34187-d70a10cb {
  grid-area: Body;
}

@media screen and (max-width: 479px) {
  #w-node-_25ca130b-6ca8-b569-6bc3-2c9601afdf5c-d70a1097 {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }
}


