:root {
  --color-3: #f5f4f0;
  --color-5: #45423b;
  --color-6: #8d8578;
  --color-4: #d0c8bd;
  --color-1: #078579;
  --color-2: whitesmoke;
  --white: white;
  --accent: #baf500;
  --black: #131313;
  --transparent: #fff0;
}

.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 {
  background-color: var(--color-3);
  color: var(--color-5);
  letter-spacing: .5em;
  text-transform: uppercase;
  background-image: url('../images/main-noise.png');
  background-size: auto;
  font-family: freight-neo-pro, sans-serif;
  font-size: 14px;
  line-height: 1;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: freight-neo-pro, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: freight-neo-pro, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}

p {
  color: var(--color-6);
  letter-spacing: .05em;
  text-transform: none;
  margin-bottom: 0;
  font-family: stevie-sans, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
}

.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: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 10vh 0 0;
}

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

.page-emotions_wrapper.is-map {
  background-color: #000;
  padding: 0;
}

.page-emotions_wrapper.is-virtual {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
}

.navigator {
  z-index: 11;
  background-color: var(--color-4);
  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: 15px;
}

.index_wrapper {
  z-index: 50;
  background-color: var(--color-1);
  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(--color-2);
  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(--color-2);
  background-color: var(--color-2);
  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: none;
  position: fixed;
  top: 0;
  left: 0;
}

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

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

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

.card_text {
  z-index: 1;
  color: var(--color-5);
  letter-spacing: .5em;
  text-transform: uppercase;
  background-image: linear-gradient(#d0c8bd00, #d0c8bd 78%);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 70px 15px 10px 20px;
  font-size: 12px;
  line-height: 1.2;
  display: flex;
  position: absolute;
  bottom: 0;
}

.card_text.is-dark {
  background-image: linear-gradient(#d0c8bd00 24%, #d0c8bd 88%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
}

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

.main_logo {
  justify-content: center;
  align-items: center;
  width: 15vw;
  max-width: 50%;
  display: flex;
}

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

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

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

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

.card {
  border-bottom: 3px solid var(--accent);
  background-color: var(--white);
  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(--color-2);
  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.is-large {
  object-position: 40% 50%;
  height: 150%;
}

.card_image.is-02 {
  object-fit: fill;
}

.card_image.is-03 {
  height: 150%;
}

.card_image_wrapper {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_image_wrapper._02 {
  background-image: url('../images/241025-Deira-Island-Residential_1-3-bedroom-W_O-Tiolets-KITCHEN.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card_image_wrapper._03 {
  background-image: url('../images/IPAD-PSD_03.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 150%;
}

.card_image_wrapper._04 {
  background-image: url('../images/A4-Magazine-Cover-Mockup_2-BOOK.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.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: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.guideline_wrapper {
  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(--color-1);
  background-image: url('../images/IcRoundKeyboardArrowRight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 30%;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
}

.splide__arrow.splide__arrow--prev {
  background-position: 53%;
  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(--color-4);
  flex: none;
  width: 12px;
  height: 5px;
}

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

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

.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(--color-1);
  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: #ffffff26;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  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(--color-1);
  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 {
  background-image: linear-gradient(#f5f4f0cc, #f5f4f0cc), url('../images/Emotional_17.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

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

.nav_component {
  z-index: 20;
  grid-row-gap: 48px;
  background-color: var(--color-3);
  background-image: url('../images/main-noise.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  top: -50px;
  box-shadow: 0 1px 10px #45423b1a;
}

.header_component {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 101vh;
  padding-top: 15vh;
  padding-left: 15vw;
  display: flex;
  position: relative;
  inset: 0%;
}

.header_container {
  z-index: 3;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  color: var(--color-5);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.scroll_component {
  display: none;
}

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

.header_hover {
  z-index: 2;
  background-image: linear-gradient(#0000001a, #0006);
  display: none;
  position: absolute;
  inset: 0%;
}

.header_background {
  z-index: 1;
  background-image: linear-gradient(90deg, #0009, #0000001a), url('../images/ME1757_VP01_Exterior_Generale_Rev01.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 101vh;
  display: none;
  position: absolute;
  left: 0%;
  right: 0%;
}

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

.section {
  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.is-technical {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.is_intro {
  text-align: center;
  background-image: linear-gradient(#d0c8bd80, #d0c8bd80), url('../images/Emotional_11.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vw;
}

.section.is-5left {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: center;
  align-items: center;
  padding: 10vw 0 10vw 5vw;
}

.section.is-5left.bg_01 {
  background-image: linear-gradient(#f5f4f0b3, #f5f4f0b3), url('../images/Emotional_06.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: row;
  padding-left: 10vw;
  padding-right: 5vw;
}

.section.is-0pad {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.section.is-5right {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding-left: 10vw;
  padding-right: 10vw;
}

.section.is-center {
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
}

.section.is-vert {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.section.is-center {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  background-image: linear-gradient(#f5f4f000, #f5f4f0), linear-gradient(#ffffff80, #ffffff80), url('../images/Emotional_06.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vw;
  padding-bottom: 0;
}

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

.section.is_intro-old {
  background-image: linear-gradient(180deg, #f5f4f000, #f5f4f0), linear-gradient(180deg, #d0c8bd00 82%, var(--color-2)), linear-gradient(to bottom, #ffffffb3, #ffffffb3), linear-gradient(to bottom, #d0c8bdb3, #d0c8bdb3), url('../images/BG_03.webp');
  text-align: center;
  background-position: 0 0, 0 0, 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20vw;
  padding-bottom: 0;
  display: flex;
}

.section.is_intro {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20vw;
  padding-bottom: 0;
  display: flex;
}

.section.is_intro-copy {
  text-align: center;
  background-image: linear-gradient(#d0c8bd80, #d0c8bd80), url('../images/Emotional_11.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.is-intro {
  background-image: linear-gradient(#d0c8bd80, #d0c8bd80), url('../images/Emotional_11.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: auto;
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.section.is-5right-copy {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.is-intro {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.container.is-full {
  flex: 0 auto;
}

.container.is-horiz {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: -10vw;
  position: relative;
}

.contact_component {
  background-color: var(--color-5);
  background-image: linear-gradient(#45423be6, #45423be6), url('../images/BG_02.webp'), url('../images/video-noise.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, cover, auto;
  padding-bottom: 5vw;
  display: none;
  position: relative;
}

.form_component {
  background-color: var(--color-6);
  background-image: linear-gradient(#8d8578b3, #8d8578b3), url('../images/noise.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 650px;
  padding: 5vw;
}

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

.cookie_component {
  display: none;
}

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

.body {
  letter-spacing: .5em;
  text-transform: uppercase;
  font-family: freight-neo-pro, sans-serif;
  font-weight: 300;
}

.heading {
  font-size: 40px;
  line-height: 40px;
}

.heading-2 {
  font-weight: 300;
}

.logo {
  z-index: 10;
  width: 300px;
}

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

.txt_wrap.is-horiz {
  z-index: 1;
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.txt_wrap.is-intro {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
}

.txt_wrap.is-absolute {
  z-index: 2;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 5vw;
  padding-right: 5vw;
  position: absolute;
}

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

.txt_wrap.is-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.scroll_txt {
  color: var(--color-3);
  letter-spacing: .4em;
  margin-bottom: 5px;
  font-family: stevie-sans, sans-serif;
  font-size: 12px;
  font-weight: 200;
}

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

.text-span {
  color: var(--accent);
}

.scroll_animation {
  height: 50px;
  margin-bottom: -7px;
}

.scroll_box {
  margin-top: 3vw;
  text-decoration: none;
}

.image {
  height: 15px;
}

.image.is-avenew {
  height: 30px;
}

.nav_link {
  color: var(--color-5);
  letter-spacing: .4em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: stevie-sans, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 12px;
  text-decoration: none;
  transition: color .25s;
}

.nav_link:hover {
  color: var(--color-1);
}

.nav_link.w--current {
  color: #99732c;
}

.footer_div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_div.in-menu {
  display: none;
}

.text-block {
  color: #131313;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.list-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item.display-none {
  display: none;
}

.list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.close-burger {
  display: none;
}

.footer_link {
  color: var(--color-4);
  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 {
  color: var(--accent);
}

.footer_link.no-hover:hover {
  color: var(--color-4);
}

.footer-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 66px;
  display: flex;
}

.nav-link_container {
  justify-content: center;
  align-items: center;
}

.text-block-2 {
  font-size: 16px;
}

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

.is-intro {
  line-height: 50px;
}

.paragraph {
  color: var(--white);
  width: 500px;
  margin-left: auto;
}

.image-2 {
  border-left: 10px solid var(--accent);
  width: 80vw;
  position: relative;
}

.img_wrap {
  background-color: var(--color-5);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  max-width: 40%;
  height: 30vw;
  min-height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img_wrap.is-full {
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: 100%;
}

.intro-par {
  z-index: 1;
  color: var(--color-5);
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Emotional_12.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 400%;
  -webkit-background-clip: text;
  background-clip: text;
  min-width: 500px;
  max-width: 700px;
}

.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(#f5f4f0, #f5f4f000);
  height: 100%;
}

.overlay._02 {
  background-image: linear-gradient(#7febdc4d, #ccf2ff4d), linear-gradient(#ffffff4d, #fff0);
}

.overlay.is-hero {
  z-index: 2;
  background-image: linear-gradient(#0000 65%, #0003), linear-gradient(90deg, #0006, #0000);
}

.heading-3 {
  width: 400px;
  min-width: 430px;
}

.heading-4 {
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Emotional_12.webp');
  background-position: 50%;
  background-size: 400%;
  -webkit-background-clip: text;
  background-clip: text;
  min-width: 510px;
  font-size: 60px;
}

.logo_small {
  width: 150px;
  position: absolute;
  bottom: auto;
  right: auto;
}

.bold {
  color: var(--color-5);
  font-weight: 300;
}

.img {
  color: var(--accent);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.line {
  background-color: var(--accent);
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.line.is-right {
  z-index: 3;
  left: auto;
  right: 0;
}

.image-3 {
  height: 50vw;
}

.intro_img_wrap {
  background-color: var(--color-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img_full {
  object-fit: cover;
  width: 100%;
  height: 30vw;
  min-height: 500px;
}

.subtitle {
  color: var(--color-6);
  letter-spacing: .2em;
  font-family: stevie-sans, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1em;
}

.subtitle.is-40bot {
  margin-bottom: 10px;
}

.subtitle.is-white {
  color: var(--white);
}

.par_side {
  z-index: 1;
  min-width: 310px;
  max-width: 400px;
  margin-top: 100px;
}

.max400 {
  letter-spacing: .1em;
  max-width: 440px;
  font-size: 40px;
}

.img_wrap_side {
  background-color: var(--color-5);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 50px;
  max-width: 200px;
  height: 30vw;
  min-height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img_wrap_l {
  z-index: 1;
  background-color: var(--color-5);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  max-width: 60%;
  height: 30vw;
  min-height: 35vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img_wrap_full {
  background-color: var(--color-5);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  max-width: none;
  height: 50vw;
  min-height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img_wrap_full.is-slider {
  width: auto;
  min-width: auto;
}

.max400-copy {
  letter-spacing: .1em;
  max-width: 480px;
  font-size: 40px;
}

.field-label {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: stevie-sans, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 18px;
}

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

.text-field {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff80;
  min-height: 50px;
  font-size: 17px;
  line-height: 26px;
}

.text-field:focus-visible {
  border-bottom-color: var(--accent);
  color: var(--accent);
}

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

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

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

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  cursor: pointer;
  background-color: #ff9a2e;
  border-radius: 100px;
  justify-content: space-around;
  align-items: center;
  min-width: 180px;
  padding: 10px 10px 10px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.is-submit {
  background-color: var(--color-5);
  border-radius: 0;
  margin-top: 40px;
  padding-left: 10px;
  transition: all .4s;
}

.button.is-submit:hover {
  background-color: var(--accent);
  color: var(--color-5);
}

.circle-arrow {
  background-color: #bcd4e6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  display: flex;
}

.form_component-2 {
  width: 60%;
  min-width: 500px;
}

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

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

.field_div {
  width: 100%;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button_text {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 2px;
  font-family: stevie-sans, sans-serif;
  font-weight: 300;
}

.button-arrow {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.intro_img_wrap-copy {
  background-color: var(--color-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.image-4 {
  width: 230px;
}

.paragraph-2 {
  color: var(--color-5);
}

.bold-2 {
  color: var(--black);
  font-weight: 300;
  overflow: hidden;
}

.div-block-23 {
  background-image: url('../images/Emotional_05.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 650px;
  display: flex;
  position: relative;
}

.map_img_wrap {
  z-index: 3;
  background-color: var(--color-1);
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 40vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-5 {
  width: 150px;
  margin-bottom: 100px;
}

.div-block-23-copy {
  background-image: url('../images/Emotional_05.webp');
  background-position: 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 650px;
  display: flex;
  position: relative;
}

.max400-copy-copy {
  color: var(--color-4);
  max-width: 430px;
  margin-bottom: 50px;
}

.background-video-2 {
  z-index: 0;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
}

.background-video-2-copy {
  z-index: 0;
  z-index: 0;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
}

.background-video-3 {
  z-index: 1;
  opacity: .1;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -48px;
  left: 0;
}

.anchor.is-5vw {
  margin-top: 0;
}

.div-block-24 {
  position: absolute;
  inset: 10vw 0% 0%;
}

.loader {
  z-index: 30;
  background-color: #f5f5eb;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.logo-loader {
  z-index: 10;
  width: 330px;
  position: relative;
}

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

.loader_background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-block {
  z-index: 5;
  padding: 20px 40px;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: auto auto 60px;
}

.text-block-15 {
  color: #131313;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold_texture.webp');
  background-position: 0 100%;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-25 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 40vw;
  display: flex;
  position: absolute;
  top: 26vw;
  overflow: hidden;
}

.div-block-26 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.intro_img_wrap-copy {
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 30vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-27 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  background-image: linear-gradient(#f5f4f0b3, #f5f4f0b3), url('../images/Emotional_06.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
}

.italic {
  letter-spacing: 0;
  text-transform: none;
  font-style: italic;
}

.div-block-28 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/Emotional_13.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 15vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.heading-5 {
  letter-spacing: 0;
}

.heading-6 {
  color: var(--white);
  letter-spacing: 0;
  font-size: 60px;
  line-height: 60px;
}

.div-block-28-copy {
  background-image: linear-gradient(#fff3, #fff3), url('../images/Emotional_14.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 30vw;
  height: 100%;
  position: absolute;
  top: 0;
}

.img_wrap_l-copy {
  z-index: 1;
  background-color: var(--color-5);
  justify-content: center;
  align-items: center;
  width: 30vw;
  min-width: 300px;
  max-width: 60%;
  height: 30vw;
  min-height: 35vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-27-copy {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  background-image: linear-gradient(#f5f4f0b3, #f5f4f0b3), url('../images/Emotional_06.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
}

.div-block-28-copy-copy {
  background-image: linear-gradient(#fff6, #fff6), url('../images/Emotional_04.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 20vw;
  position: absolute;
  bottom: 0;
}

.par_side-copy {
  z-index: 1;
  z-index: 1;
  min-width: 400px;
  max-width: 400px;
  margin-top: 0;
}

.img_wrap_l-copy-copy {
  z-index: 1;
  background-color: var(--color-5);
  justify-content: center;
  align-items: center;
  width: 80vw;
  min-width: 300px;
  height: 30vw;
  min-height: 35vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img_wrap_l-copy-copy.is-amenities {
  height: 45vw;
  min-height: 500px;
}

.div-block-29 {
  margin-top: -10vw;
}

.intro-par-copy {
  z-index: 1;
  color: var(--accent);
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Emotional_12.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 400%;
  -webkit-background-clip: text;
  background-clip: text;
  min-width: 500px;
  max-width: 700px;
}

.par_side-copy-copy {
  z-index: 1;
  min-width: 400px;
  max-width: 700px;
}

.scroll_txt-2 {
  color: #f5f4f0;
  letter-spacing: .4em;
  margin-bottom: 5px;
  font-family: stevie-sans, sans-serif;
  font-size: 12px;
  font-weight: 200;
}

.text-span-2 {
  color: #baf500;
}

.div-block-30 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.div-block-3 {
  position: absolute;
  inset: 0%;
}

.video_overlay {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.background-video-4 {
  width: 100%;
  height: 100%;
}

.line-vert {
  background-color: var(--accent);
  width: 4px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -5%;
}

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

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

.card-lightbox {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.title_text {
  z-index: 5;
  text-align: left;
  white-space: nowrap;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
}

.title-image_container {
  width: 100%;
  height: 100%;
}

.icon-embed-arrow {
  opacity: 0;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-bottom: 1px;
  margin-left: 10px;
  display: flex;
}

.card_hover-2 {
  z-index: 3;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#d0c8bd00 48%, #dfdad3 92%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.titles_container {
  z-index: 2;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  display: flex;
  position: relative;
}

.title_div {
  border-bottom: 3px solid var(--accent);
  cursor: pointer;
  width: 40vw;
  min-width: 350px;
  height: 26vw;
  min-height: 350px;
  position: relative;
  overflow: hidden;
}

.title-text_container {
  z-index: 5;
  color: var(--color-5);
  letter-spacing: .5em;
  align-items: center;
  padding: 20px 20px 20px 30px;
  font-family: stevie-sans, sans-serif;
  font-size: 11px;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-7 {
  color: var(--color-1);
  letter-spacing: .1em;
}

.text-span-3 {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: freightneocnd-pro, sans-serif;
}

.tab-slider {
  width: 100%;
  height: 100%;
}

.tab-pane {
  height: 45vw;
  padding-right: 0;
}

.left-arrow {
  color: #fff;
  background-color: #f1694b;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  font-size: 15px;
  inset: auto 70px 20px auto;
}

.tabs-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 5px;
  display: flex;
}

.tab_link {
  border-bottom: 5px solid var(--color-4);
  background-color: var(--color-4);
  letter-spacing: .3em;
  width: 33.3%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab_link.w--current {
  border-bottom: 5px solid var(--accent);
  background-color: var(--color-6);
  color: var(--color-2);
}

.tabs {
  width: 80vw;
}

.tab_txt {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.right-arrow {
  color: #fff;
  background-color: #f1694b;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  font-size: 15px;
  inset: auto 20px 20px auto;
}

.slide-nav {
  display: none;
}

.side_slider {
  z-index: 1;
  background-color: var(--color-4);
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 30vw;
  min-height: 35vw;
  display: flex;
  position: static;
  overflow: hidden;
}

.slider_wrap {
  position: relative;
}

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

.slide_wrap._01 {
  background-image: url('../images/Rena_Material-Board_Rev03-4_HQ.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
}

.slide_wrap.is-full {
  width: 100vw;
}

.slider_arrow {
  background-color: var(--color-1);
  color: var(--color-3);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: 0;
  transition: all .5s;
  display: flex;
  top: 0;
  bottom: 10px;
  left: 10px;
}

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

.slider_arrow.is-right {
  margin-left: 0;
  margin-right: auto;
  left: 50px;
}

.slider_arrow.is-right.is-rightcenter {
  margin-right: -40px;
  left: auto;
  right: 50%;
}

.slider_arrow.is-center {
  margin-left: -40px;
  left: 50%;
}

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

.center_slider {
  width: 100vw;
  height: 50vw;
}

.center_slider.is-amenities {
  width: 100%;
  height: 100%;
}

.mask {
  width: 100%;
}

.background-video {
  height: 120vh;
  top: auto;
  bottom: 0%;
}

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

.logo_footer {
  width: 110px;
}

.footer_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--color-2);
  justify-content: flex-start;
  align-items: center;
  width: 271.813px;
  display: flex;
}

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

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

.footer_icon_link:hover {
  color: var(--accent);
}

.logo_wrap {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-32 {
  background-color: var(--color-6);
  width: 1px;
  height: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

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

.hamburger_wrap {
  background-image: url('../images/Hambuerger_02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  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-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: row;
    top: 0;
  }

  .header_component {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .section.is_intro {
    background-image: url('../images/BG_01.webp');
    background-position: 50% 45%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section.is-5left.bg_01 {
    flex-flow: wrap-reverse;
    padding-top: 5vw;
    padding-left: 5vw;
  }

  .section.is-0pad {
    min-height: auto;
  }

  .section.is-5right {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    padding-left: 0;
    padding-right: 5vw;
  }

  .section.is-center {
    padding-top: 100px;
  }

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

  .section.is_intro-old, .section.is_intro, .section.is_intro-copy {
    background-image: url('../images/BG_01.webp');
    background-position: 50% 45%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section.is-intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.is-5right-copy {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container.is-full {
    z-index: 1;
    position: relative;
  }

  .container.is-horiz {
    margin-top: 0;
  }

  .contact_component {
    padding-bottom: 0;
  }

  .form_component {
    justify-content: center;
    align-items: center;
    width: 60%;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
  }

  .logo {
    width: 250px;
  }

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

  .txt_wrap.is-intro {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .txt_wrap.is-left-tablet {
    justify-content: center;
    align-items: flex-start;
  }

  .nav_link {
    letter-spacing: .2em;
    -webkit-text-fill-color: transparent;
    background-image: url('../images/Emotional_12.webp');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 150%;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: freight-neo-pro, sans-serif;
    font-size: 40px;
    line-height: 40px;
  }

  .footer_div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .close-burger {
    z-index: 15;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    top: 10px;
    right: 5vw;
  }

  .footer_link {
    font-size: 12px;
  }

  .div-block-22 {
    z-index: 5;
    background-image: linear-gradient(#d0c8bd80, #d0c8bd80), url('../images/Emotional_11.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
    position: relative;
    overflow: auto;
  }

  .footer-info {
    justify-content: center;
    align-items: center;
  }

  .nav-link_container {
    z-index: 10;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .icon-menu {
    width: 30px;
    height: 30px;
  }

  .heading-4 {
    font-size: 50px;
    line-height: 50px;
  }

  .par_side {
    max-width: 630px;
    margin-top: 50px;
  }

  .par_side.max-500-tablet {
    max-width: 500px;
  }

  .max400 {
    max-width: 700px;
  }

  .max400.is-left-tablet {
    text-align: left;
  }

  .img_wrap_full.is-slider {
    height: 56vw;
    min-height: auto;
  }

  .text-field {
    min-height: 40px;
  }

  .form_component-2 {
    width: 100%;
    min-width: auto;
  }

  .image-4 {
    width: 150px;
  }

  .div-block-23 {
    flex: 1;
    width: auto;
  }

  .map_img_wrap {
    width: 100%;
    height: 64vw;
  }

  .div-block-23-copy, .loader {
    display: none;
  }

  .logo-loader {
    width: 250px;
  }

  .div-block-27 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-28 {
    display: none;
  }

  .heading-6 {
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-28-copy {
    display: none;
  }

  .img_wrap_l-copy {
    width: 30vw;
    min-width: auto;
    max-width: none;
    height: 60vw;
    min-height: auto;
  }

  .img_wrap_l-copy-copy.is-amenities {
    width: 90vw;
    height: 50vw;
    min-height: auto;
  }

  .div-block-29 {
    margin-top: 0;
  }

  .side_slider {
    width: 100%;
    height: 48vw;
  }

  .center_slider {
    height: 56vw;
  }

  .logo_footer {
    width: 100px;
  }

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

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

  .hamburger_wrap {
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .div-block-33 {
    z-index: 50;
    background-color: var(--color-1);
    width: 50px;
    height: 50px;
    position: absolute;
  }
}

@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%;
  }

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

  .header_component {
    justify-content: flex-end;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .header_container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex: 0 auto;
  }

  .section.is-5left.bg_01 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding: 0 0 100px;
  }

  .section.is-5right {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    padding: 100px 30px;
  }

  .section.is-center {
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .section.is-5right-copy {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

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

  .logo {
    width: 200px;
  }

  .txt_wrap.is-horiz {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .txt_wrap.is-left-tablet {
    justify-content: center;
    align-items: center;
  }

  .scroll_box {
    display: none;
  }

  .nav_link {
    font-size: 30px;
  }

  .nav_link.w--current {
    font-weight: 500;
  }

  .footer_div.in-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .close-burger {
    z-index: 1;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    position: fixed;
    bottom: auto;
    left: auto;
    right: 30px;
  }

  .div-block-22 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-info.align-left {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-link_container {
    z-index: 20;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    inset: 0%;
  }

  .icon-menu {
    color: #131313;
  }

  .intro-par {
    min-width: auto;
    max-width: 600px;
    font-size: 15px;
  }

  .heading-4 {
    min-width: auto;
    font-size: 40px;
    line-height: 40px;
  }

  .par_side {
    margin-top: 20px;
  }

  .par_side.max-500-tablet {
    max-width: 600px;
  }

  .max400.is-left-tablet {
    text-align: center;
  }

  .img_wrap_full {
    min-height: 300px;
  }

  .logo-loader {
    width: 200px;
  }

  .heading-6 {
    font-size: 40px;
    line-height: 40px;
  }

  .img_wrap_l-copy {
    width: 60vw;
    min-width: 400px;
    height: 30vw;
    min-height: 200px;
  }

  .div-block-27-copy {
    padding-top: 100px;
  }

  .par_side-copy {
    max-width: 500px;
    margin-top: 20px;
  }

  .div-block-30 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .side_slider {
    height: 52vw;
  }

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

  .header_component {
    padding-top: 200px;
    padding-bottom: 0;
  }

  .header_container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section.is-center {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.is-horiz {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Emotional_06.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form_component {
    width: 100%;
    height: auto;
    padding: 60px;
  }

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

  .txt_wrap.is-intro.is-20pad-mobile, .txt_wrap.pad-20-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll_txt {
    letter-spacing: .2em;
    font-weight: 300;
  }

  .scroll_box {
    display: block;
  }

  .nav_link {
    font-size: 30px;
    line-height: 35px;
  }

  .close-burger {
    right: 20px;
  }

  .div-block-22 {
    padding-top: 200px;
  }

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

  .overlay.is-hero {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .heading-4 {
    font-size: 30px;
    line-height: 30px;
  }

  .par_side {
    color: var(--color-5);
    font-size: 15px;
  }

  .max400 {
    font-size: 30px;
    line-height: 30px;
  }

  .img_wrap_full {
    height: 65vw;
    min-height: auto;
  }

  .max400-copy {
    font-size: 30px;
    line-height: 30px;
  }

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

  .text-field {
    min-height: 35px;
  }

  .button.is-submit {
    margin-top: 20px;
  }

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

  .button_text {
    letter-spacing: 2px;
  }

  .image-4 {
    width: 120px;
  }

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

  .div-block-23 {
    background-image: none;
    background-size: auto;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .map_img_wrap {
    height: 100vw;
  }

  .image-5 {
    width: 130px;
    margin-bottom: 0;
  }

  .loader {
    display: none;
  }

  .loader_container {
    flex-flow: column;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 30px;
  }

  .img_wrap_l-copy {
    display: none;
  }

  .par_side-copy, .par_side-copy-copy {
    color: var(--color-5);
    min-width: auto;
    font-size: 15px;
  }

  .div-block-30 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .side_slider {
    height: 56vw;
  }

  .slider_arrow {
    width: 35px;
    height: 35px;
  }

  .slider_arrow.is-right.is-rightcenter {
    margin-right: -38px;
    left: 50px;
    right: 0%;
  }

  .slider_arrow.is-center {
    margin-left: 0;
    left: 10px;
  }

  .logo_footer {
    opacity: .8;
    order: -1;
    width: 80px;
    margin-bottom: 30px;
  }

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

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

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

#w-node-_024acd74-aadf-a194-98fb-d0b701016c80-46580f26 {
  justify-self: start;
}

#w-node-ab99436b-0d59-2a75-822b-33ddfbc12211-6de93b21 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e9703e52-c161-a6db-db3a-43762eccc5df-6de93b21, #w-node-_397388b0-ced9-c60d-70d8-d0358ec24fce-6de93b21, #w-node-d9602ce8-4b4a-bbdb-b695-f8ae1182183e-6de93b21, #w-node-de5f4c33-11ee-af09-852c-2a51b07df785-6de93b21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


