:root {
  --ecru-white: #f5f5eb;
  --color-1\<deleted\|variable-317fa1e1\>: #a39bff;
  --dark-maroon: #380116;
  --white: white;
  --sunburst: #99732c;
  --color-2\<deleted\|variable-250e47ac\>: #5b4dff;
  --black: #131313;
  --hover\<deleted\|variable-170212a6\>: #000000b3;
  --silk: #c1b6a4;
  --bone: #e1daca;
  --wine-red: #71002b;
  --alabaster: #efe7da;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.page-emotions_wrapper {
  z-index: 1;
  background-image: linear-gradient(#f5f5eb99, #f5f5eb99), url('../images/superclose-up_of_silk_veils_and_a_glimpse_BN.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 5vh 5vh 10vh;
  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 {
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 0 0 10vh;
  overflow: hidden;
}

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

.page-emotions_wrapper.no-padding {
  padding: 0;
}

.page-emotions_wrapper.is-map {
  padding-bottom: 5vh;
}

.navigator {
  z-index: 11;
  background-color: var(--ecru-white);
  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(--color-1\<deleted\|variable-317fa1e1\>);
  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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(180deg, var(--ecru-white), #fff0), linear-gradient(to bottom, #f5f5ebcc, #f5f5ebcc), url('../images/tecmasolutions_detail_of_sculpture_white_on_white_clear_blank.webp');
  background-position: 0 0, 0 0, 0 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.index_button {
  z-index: 51;
  background-color: var(--dark-maroon);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  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;
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.index_button-page.is-lateral {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  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();
}

.index_button-page.is-lateral.is-hide {
  display: none;
}

.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\<deleted\|variable-317fa1e1\>);
  width: 60px;
  height: 45px;
  margin-right: 12px;
}

.cartiglio-text {
  color: var(--color-1\<deleted\|variable-317fa1e1\>);
  text-transform: uppercase;
  font-size: 12px;
}

.cartiglio-text.bottom {
  z-index: 10;
  color: var(--color-1\<deleted\|variable-317fa1e1\>);
  font-size: 7px;
  line-height: 10px;
  display: none;
  position: fixed;
  bottom: 12px;
  left: 16px;
}

.card_text {
  z-index: 5;
  color: var(--ecru-white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 4px 15px;
  font-family: Resort Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.card_text.in-pages {
  letter-spacing: 4px;
  padding-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.main_image {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

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

.main_logo.in-home {
  height: 6vw;
  min-height: 70px;
}

.icon {
  z-index: 2;
  border: 1px solid var(--sunburst);
  color: var(--sunburst);
  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 25% 25% 25%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 70vh;
  min-width: 540px;
  margin-top: 7vh;
  margin-bottom: 10vh;
  display: grid;
  position: relative;
}

.card {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  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.open-lateral {
  letter-spacing: 2px;
  font-family: mixta-pro, sans-serif;
  font-size: 16px;
}

.index_button_text.close-lateral {
  letter-spacing: 2px;
  font-family: mixta-pro, sans-serif;
  font-size: 16px;
  display: none;
}

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

.vr_button {
  z-index: 15;
  border: 5px solid var(--color-2\<deleted\|variable-250e47ac\>);
  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.position-right {
  object-position: 65% 50%;
}

.card_image.position-left {
  object-position: 20% 50%;
}

.card_image_wrapper {
  z-index: 1;
  background-color: var(--hover\<deleted\|variable-170212a6\>);
  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(--color-1\<deleted\|variable-317fa1e1\>);
  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;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 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-2\<deleted\|variable-250e47ac\>);
  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: 50px;
  height: 50px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
}

.splide__arrow.splide__arrow--prev {
  background-color: var(--dark-maroon);
  background-image: url('../images/arrow.svg');
  border-radius: 100%;
  padding: 0;
  left: 10px;
  transform: rotate(180deg);
}

.splide__arrow.splide__arrow--next {
  background-color: var(--dark-maroon);
  background-image: url('../images/arrow.svg');
  border-radius: 100%;
  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(--silk);
  border-radius: 100%;
  flex: none;
  width: 12px;
  height: 12px;
}

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

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

.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(--color-1\<deleted\|variable-317fa1e1\>);
  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-image: linear-gradient(0deg, #00000080, #fff0 60%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card_hover.is-hide {
  display: none;
}

.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;
  font-family: Resort Sans, sans-serif;
}

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

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

.index_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  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\<deleted\|variable-317fa1e1\>);
  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;
  display: none;
}

.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: 20;
  background-color: var(--white);
  background-image: linear-gradient(#f5f5ebb3, #f5f5ebb3), url('../images/superclose-up_of_silk_veils_and_a_glimpse_light.webp');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: fixed;
}

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

.header_container {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: auto auto auto 4vw;
}

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

.header_hover {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--ecru-white), #fff0 47%);
  position: absolute;
  inset: 0%;
}

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

.header_background.is-technical {
  background-image: url('../images/TM1638_VP01_Exterior_Generale_rev02.webp');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page_wrapper.is {
  height: 101vh;
}

.page_wrapper.is-padding10px {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.section {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

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

.section.with-bg_1 {
  background-image: linear-gradient(0deg, var(--white), #fff0 30%), linear-gradient(180deg, var(--white), #fff0), linear-gradient(to bottom, #ffffffe6, #ffffffe6), url('../images/waves_abstract_curves_minimal_white_and_light-gigapixel-scale-2_00x_BN.webp');
  background-position: 0 0, 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto;
}

.section.ggg {
  background-image: linear-gradient(180deg, var(--ecru-white), #fff0), linear-gradient(to bottom, #99732c1a, #99732c1a), url('../images/sea_gentle_wavesminimal_light_beige_capturing.webp');
  background-position: 0 0, 0 0, 0 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
}

.section.with-bg_2 {
  background-image: linear-gradient(#f5f5ebe6, #f5f5ebe6), url('../images/ceramic_wave_detail_white_and_light_beige_bright.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.section.with-bg_3 {
  background-image: linear-gradient(0deg, var(--white), #fff0 50%), linear-gradient(180deg, var(--white), #fff0), linear-gradient(to bottom, #ffffffb3, #ffffffb3), url('../images/abstract_art_white_and_light_beige_portra_detail_BN.webp');
  background-position: 0 0, 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  padding-bottom: 0;
}

.section.no-padding-dwn {
  padding-bottom: 0;
}

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

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container.align-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.container.is-form {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.footer_component {
  grid-row-gap: 40px;
  background-image: linear-gradient(#f5f5ebcc, #f5f5ebcc), url('../images/white_silk_became_a_circle_abstract_waves_a_glim.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  flex-direction: column;
  align-items: center;
  padding: 60px 60px 20px;
  display: flex;
}

.return_button {
  z-index: 1000;
  background-color: var(--sunburst);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
  position: fixed;
  inset: 5px auto auto 5px;
}

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

.body {
  background-color: var(--ecru-white);
  font-family: mixta-pro, sans-serif;
  font-weight: 400;
}

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

.image-contain.logo {
  width: 95px;
  max-width: none;
  height: 40px;
  margin-top: 3px;
}

.image-contain.in-furnished {
  height: 100px;
}

.image-contain.is-ohana {
  height: 80px;
}

.footer-logo {
  height: 70px;
}

.footer-logo.ohana {
  height: 45px;
}

.footer_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.footer-social {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.social-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  transition: color .25s;
  display: flex;
}

.social-icon:hover {
  color: var(--sunburst);
}

.contact-icon {
  color: var(--sunburst);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.icon-embed {
  color: #bfa991;
  width: 20px;
  height: 20px;
}

.icon-embed.social {
  width: 20px;
  height: 20px;
}

.social_link {
  cursor: pointer;
}

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

.footer_div.align-dwn {
  justify-content: center;
  align-items: flex-end;
}

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

.footer_div.min-width {
  width: 300px;
  margin-right: 40px;
}

.text-block {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: arboria, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.text-block-2 {
  font-family: mixta-pro, sans-serif;
  font-size: 16px;
}

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

.footer_link {
  color: var(--black);
  white-space: nowrap;
  line-height: 22px;
  text-decoration: none;
  transition: color .25s;
}

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

.footer_link.is-legal {
  display: none;
}

.div-block {
  opacity: .5;
  background-color: #13131380;
  width: 1px;
  height: 70px;
}

.hero-logo {
  width: 220px;
  height: 100px;
}

.hero-logo.is-mobile {
  display: none;
}

.hero-logo.is-technical {
  width: 200px;
  height: 90px;
}

.hero-logo.is-technical.margin-dwn {
  margin-bottom: 40px;
}

.text-span {
  letter-spacing: 0;
  text-transform: none;
  font-family: Mrs Alexandra, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.paragraph_wrapper {
  z-index: 10;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph_wrapper.align-left {
  justify-content: center;
  align-items: flex-start;
  margin-left: 30px;
  margin-right: 60px;
}

.paragraph_wrapper.align-left.center {
  justify-content: center;
  align-items: center;
}

.paragraph_wrapper.align-left.margin-inverse {
  margin-left: 60px;
  margin-right: 30px;
}

.paragraph_wrapper.in-contact {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.paragraph {
  text-align: center;
  max-width: 650px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.align-left {
  text-align: left;
  max-width: 400px;
}

.paragraph.white {
  color: var(--ecru-white);
}

.paragraph.in-contact {
  max-width: 500px;
}

.heading-2 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: arboria, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.mrs-alexandra_span {
  z-index: 5;
  text-transform: none;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold_texture.webp');
  background-position: 100% 100%;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Mrs Alexandra, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 45px;
  display: inline;
  position: relative;
  top: -5px;
  overflow: visible;
}

.mrs-alexandra_span.white {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

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

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

.section-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Resort Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.section-title.white {
  color: var(--ecru-white);
}

.main-title {
  text-align: center;
  text-transform: uppercase;
  font-family: arboria, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

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

.main-title.align-left.in-paragraph {
  text-transform: none;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.main-title.white {
  color: var(--ecru-white);
  max-width: 550px;
}

.main-title.in-contact {
  text-transform: none;
  font-family: mixta-pro, sans-serif;
}

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

.image-cover.bottom-100 {
  object-position: 50% 100%;
  height: 100%;
}

.full-image {
  width: 100%;
  height: 43vw;
  position: relative;
  overflow: hidden;
}

.full-image.is-location {
  height: 66vw;
}

.full-image.with-padding-dwn {
  margin-bottom: 60px;
}

.full-image.is-map {
  height: 100%;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.image_wrapper {
  width: 60vw;
  height: 30vw;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

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

.div-block-3 {
  z-index: 1;
  background-image: linear-gradient(#f5f5eb7d, #f5f5eb7d), linear-gradient(#99732cc9, #99732cc9);
  position: absolute;
  inset: 0%;
}

.bg-video-hover {
  z-index: 2;
  background-color: #c1b6a499;
  position: absolute;
  inset: 0%;
}

.bg-video-hover.ohana {
  background-color: #071b2c80;
}

.full-slider_wrapper {
  width: 100%;
  margin-top: 60px;
  padding: 60px;
  position: relative;
}

.full-slider_wrapper.is-map {
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.full-slider {
  background-color: #ddd0;
  height: 40vw;
}

.arrow-icon {
  color: var(--bone);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
}

.arrow-icon.gold {
  color: var(--sunburst);
}

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

.slide_txt {
  z-index: 1;
  color: var(--bone);
  background-image: linear-gradient(20deg, #0000008f, #0000 21%);
  padding: 140px 20px 20px;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide_txt.align-right {
  text-align: right;
  left: auto;
}

.text-span-2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: arboria, sans-serif;
  font-size: 10px;
  position: relative;
  bottom: 1px;
}

.text-span-3 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: arboria, sans-serif;
  font-size: 10px;
}

.text-span-4 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: arboria, sans-serif;
  font-size: 10px;
  line-height: 12px;
  position: relative;
  bottom: 5px;
}

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

.slider {
  background-color: #ddd0;
  width: 900px;
  height: 200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.right-arrow.is-hide, .left-arrow.is-hide {
  display: none;
}

.mask {
  width: 300px;
  overflow: visible;
}

.slide-amenities {
  width: 100%;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100%;
  display: flex;
}

.div-block-5.is-fake {
  flex: 1;
}

.amenities-icon {
  width: 60px;
  height: 60px;
}

.text-block-4 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Resort Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.slide_fake {
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0 100%;
}

.image_container {
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.image_container.with-padding {
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.image_container.is-static {
  position: static;
}

.image_container.is-map {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block {
  background-image: linear-gradient(0deg, var(--white), #fff0 40%), linear-gradient(180deg, var(--white), #fff0 40%), linear-gradient(to bottom, #ffffffe6, #ffffffe6), url('../images/waves_abstract_curves_minimal_white_and_light-gigapixel-scale-2_00x.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
}

.block.with-bg-2 {
  background-image: linear-gradient(180deg, var(--ecru-white), #fff0 40%), linear-gradient(to bottom, #f5f5ebcc, #f5f5ebcc), url('../images/ceramic_wave_detail_white_and_light_beige_bright.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.block.with-bg-3 {
  background-image: linear-gradient(0deg, var(--white), #fff0 50%), linear-gradient(180deg, var(--white), #fff0 50%), linear-gradient(to bottom, #fffc, #fffc), url('../images/ceramic_wave_detail_white_and_light_beige_bright_BN.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
}

.block.with-bg-4 {
  background-image: linear-gradient(0deg, var(--white), #fff0), linear-gradient(180deg, var(--white), #fff0 80%), linear-gradient(to bottom, #ffffffb3, #ffffffb3), url('../images/abstract_art_white_and_light_beige_portra_detail_BN.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
}

.overflow_div {
  overflow: hidden;
}

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

.nav-link_container {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: auto 60px auto auto;
}

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

.nav_link {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Resort Sans, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  text-decoration: none;
  transition: color .25s;
}

.nav_link:hover, .nav_link.w--current {
  color: var(--sunburst);
}

.navbar-logo {
  width: 110px;
  display: flex;
  position: absolute;
  inset: auto auto auto 60px;
}

.icon-embed-xxsmall {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-left: 40px;
  display: flex;
}

.text-block-5 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Resort Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.form_field {
  margin-bottom: 30px;
}

.text-field {
  color: var(--black);
  background-color: #fff0;
  border: 0 solid #0000;
  border-bottom: 1px solid #99732c80;
  min-height: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22;
}

.text-field:focus {
  border-bottom-color: #99732c80;
}

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

.text-field.is-capitalize {
  color: var(--black);
  text-transform: capitalize;
}

.field-label {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: arboria, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.div-block-10 {
  height: 250px;
}

.submit-button {
  z-index: 1;
  color: var(--black);
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #3898ec00;
  width: 100%;
  height: 100%;
  font-family: arboria, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

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

.submit-btn_container {
  border: 1px solid var(--black);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 55px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.btn-bg {
  background-color: var(--sunburst);
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-11 {
  z-index: 10;
  background-color: var(--sunburst);
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 11% auto auto 6%;
}

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

.menu-burger, .close-burger {
  display: none;
}

.technical_container {
  z-index: 5;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-bottom: 8vw;
  margin-left: 4vw;
  display: flex;
  position: relative;
}

.technical_container.in-error {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 10vw;
}

.main-text_technical {
  text-align: center;
  text-transform: uppercase;
  font-family: arboria, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
}

.main-text_technical.in-error {
  color: var(--sunburst);
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.main-text_technical.in-404 {
  color: var(--sunburst);
  max-width: 500px;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 300;
  line-height: 35px;
}

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

.small-text_technical {
  color: var(--black);
  text-align: center;
  font-family: mixta-pro, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.btn_component {
  border: 1px solid var(--black);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-9 {
  z-index: 1;
  color: var(--black);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: arboria, sans-serif;
  position: relative;
}

.div-block-13 {
  margin-top: 30px;
}

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

.div-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-error {
  color: var(--black);
  font-size: 20px;
  text-decoration: none;
  transition: color .25s;
}

.link-error:hover {
  color: var(--sunburst);
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.div-block-17 {
  width: 200px;
}

.card_container {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  display: flex;
}

.card_container._4-cards {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}

.card_div {
  cursor: pointer;
  justify-content: center;
  align-items: flex-start;
  width: 25vw;
  min-width: 200px;
  height: 30vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_div._01.no-pointer {
  cursor: default;
}

.card_div._01.is-small {
  width: 20vw;
  min-width: auto;
}

.card_div._02.no-pointer {
  cursor: default;
}

.card_div._02.is-small, .card_div._03.is-small, .card_div._04.is-small {
  width: 20vw;
  min-width: auto;
}

.text-block-10 {
  z-index: 5;
  color: var(--ecru-white);
  text-align: center;
  text-transform: uppercase;
  font-family: arboria, sans-serif;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-18 {
  z-index: 5;
  width: 8vw;
  height: 4vw;
  position: absolute;
  inset: 20px auto auto;
}

.div-block-19 {
  background-image: linear-gradient(90deg, #f5f5eb4d, #fff0 60%), url('../images/TM1638_VP01_Exterior_Generale_rev02.webp');
  background-position: 0 0, 45%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

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

.div-block-20 {
  width: 200px;
  margin-bottom: 60px;
}

.text-block-11 {
  margin-bottom: 60px;
  font-family: Resort Sans, sans-serif;
  font-size: 25px;
}

.map_container {
  width: 100%;
  height: 50vw;
  position: relative;
}

.work-in-progress {
  z-index: 5;
  background-color: #13131366;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-in-progress.tecma {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #13131380;
}

.work-in-progress.in-brochure {
  justify-content: center;
  align-items: flex-end;
  margin-right: 66px;
  padding-bottom: 60px;
  display: none;
}

.wip_text {
  color: var(--ecru-white);
  text-align: center;
  font-family: mixta-pro, sans-serif;
  font-size: 30px;
  line-height: 22px;
}

.text-span-6 {
  font-size: 18px;
}

.title-section {
  letter-spacing: 3px;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold_texture.webp');
  background-position: 50% 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Resort Sans, sans-serif;
  font-size: 30px;
}

.title-section_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.line-section {
  background-color: var(--sunburst);
  width: 60px;
  height: 1px;
  margin-top: 15px;
}

.text-block-13 {
  text-align: left;
  letter-spacing: 0;
  font-family: Resort Sans, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
}

.text-block-14 {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Resort Sans, sans-serif;
  font-size: 11px;
  line-height: 12px;
}

.div-block-23 {
  border: 1px solid #99732c80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lottie-animation {
  z-index: 5;
  opacity: .7;
  width: 20px;
  height: 23px;
  position: relative;
}

.div-block-24 {
  background-color: var(--sunburst);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.loader {
  z-index: 30;
  background-color: var(--ecru-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo-loader {
  z-index: 10;
  width: 250px;
  display: none;
  position: relative;
}

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

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

.loader_hover {
  background-color: #f5f5eb80;
  position: absolute;
  inset: 0%;
}

.heading-1 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  max-width: 500px;
  margin-top: 70px;
  margin-bottom: 50px;
  font-family: arboria, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
}

.pin-project {
  z-index: 4;
  opacity: .2;
  filter: invert();
  width: 15%;
  display: flex;
  position: absolute;
  inset: 29% auto auto -.33%;
}

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

.text-block-15 {
  color: var(--black);
  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-family: Resort Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-16 {
  z-index: 5;
  color: var(--black);
  font-family: Resort Sans, sans-serif;
  position: absolute;
  top: 5vw;
  left: auto;
  right: auto;
}

.text-span-7 {
  font-size: 25px;
  line-height: 40px;
}

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

.menu-emotions_text {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-family: arboria, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.span-calligraphic {
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold_texture.webp');
  background-position: 100% 100%;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Mrs Alexandra, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 35px;
  position: relative;
  top: 10px;
}

.span-calligraphic.is-dwn {
  top: 0;
  bottom: 10px;
}

.div-block-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  display: flex;
}

.menu-emotions_subtitle {
  color: var(--black);
  text-align: center;
  font-family: mixta-pro, sans-serif;
  font-size: 15px;
  line-height: 19px;
}

.text-block-17 {
  color: var(--sunburst);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: arboria, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-17.in-floorplan-gallery {
  color: var(--black);
  letter-spacing: 2px;
  font-size: 10px;
}

.div-block-26 {
  z-index: 10;
  background-color: var(--sunburst);
  height: 20px;
}

.div-block-27 {
  background-color: #99732c4d;
  width: 200px;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.splide__arrow-2 {
  cursor: pointer;
  background-color: #032600;
  background-image: url('../images/IcRoundKeyboardArrowRight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 34%;
  width: 40px;
  height: 40px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.splide__arrow-2.splide__arrow--prev {
  margin-right: auto;
  padding: 0;
  transform: rotate(180deg);
}

.technical_div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.technical_div.is-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.text-block-18 {
  color: var(--black);
  font-family: Resort Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.icon-embed-xxsmall-2 {
  color: var(--sunburst);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: flex;
}

.span-th {
  font-size: 6px;
  position: relative;
  bottom: 3px;
}

.embed_wrapper {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 66px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.vimeo_component {
  width: 100%;
}

.vimeo_wrapper {
  width: 100%;
  padding-top: 56.2%;
  position: relative;
}

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

.technical_link {
  color: var(--sunburst);
  text-decoration: 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 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header_component {
    height: 101vh;
    min-height: 700px;
  }

  .header_background, .header_background.is-technical {
    background-position: 60%;
  }

  .section {
    padding: 100px 30px;
  }

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

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

  .section.padding {
    padding-bottom: 60px;
  }

  .container.align-horizontal {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
  }

  .footer_component {
    grid-row-gap: 60px;
  }

  .return_button {
    top: 60px;
    left: 10px;
  }

  .footer-logo {
    height: 80px;
  }

  .footer-logo.ohana {
    height: 50px;
  }

  .footer_container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

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

  .social-icon {
    width: 20px;
    height: 20px;
  }

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

  .footer_div.align-dwn {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .footer_div.min-width {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-right: 0;
  }

  .footer_div.is-legal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    display: flex;
  }

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

  .footer_link {
    text-align: center;
    font-size: 20px;
  }

  .footer_link.is-legal {
    font-size: 11px;
    line-height: 16px;
  }

  .div-block {
    width: 150px;
    height: 1px;
  }

  .paragraph_wrapper.align-left {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph_wrapper.align-left.margin-inverse {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph {
    max-width: 500px;
  }

  .paragraph.align-left {
    text-align: center;
    max-width: 500px;
  }

  .mrs-alexandra_span {
    font-size: 50px;
    line-height: 55px;
  }

  .section-title {
    font-size: 14px;
  }

  .main-title {
    font-size: 35px;
    line-height: 40px;
  }

  .main-title.align-left.in-paragraph {
    text-align: center;
  }

  .full-image {
    height: 500px;
  }

  .full-image.is-map {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image_wrapper {
    width: 100%;
    height: 400px;
    min-height: auto;
  }

  .full-slider_wrapper {
    padding: 0 0 60px;
  }

  .full-slider {
    height: 400px;
  }

  .slider {
    width: 90vw;
    min-width: auto;
    max-width: none;
  }

  .mask {
    margin-left: 5vw;
  }

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

  .nav-link_container {
    right: 30px;
  }

  .navbar-logo {
    left: 30px;
  }

  .mask-2 {
    height: 500px;
  }

  .technical_container {
    margin-bottom: 100px;
    margin-left: 10px;
  }

  .main-text_technical.in-error {
    max-width: none;
    font-size: 25px;
    line-height: 30px;
  }

  .small-text_technical {
    font-size: 18px;
    line-height: 20px;
  }

  .link-error {
    font-size: 18px;
  }

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

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

  .pin-project {
    width: 20%;
    top: 24.5%;
    left: -2.9%;
  }

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

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

@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 {
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header_container {
    left: 1vw;
  }

  .header_background {
    background-position: 62%;
  }

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

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

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

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

  .hero-logo {
    width: 210px;
  }

  .hero-logo.is-technical {
    width: 180px;
    height: 70px;
  }

  .hero-logo.is-technical.margin-dwn {
    margin-bottom: 20px;
  }

  .mrs-alexandra_span {
    font-size: 45px;
    line-height: 40px;
  }

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

  .full-image.is-map {
    padding-bottom: 30px;
  }

  .slide_txt {
    bottom: 10px;
    left: 10px;
  }

  .slider {
    width: 420px;
  }

  .mask {
    width: 210px;
    margin-left: 0;
  }

  .div-block-5 {
    width: 210px;
  }

  .div-block-5.is-fake {
    width: 45vw;
  }

  .text-block-4 {
    font-size: 14px;
    line-height: 18px;
  }

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

  .nav-link_container {
    z-index: 20;
    background-image: linear-gradient(#f5f5eb80, #f5f5eb80), url('../images/superclose-up_of_silk_veils_and_a_glimpse.webp');
    background-position: 0 0, 46%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding: 100px 60px;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .nav_link {
    color: var(--black);
    letter-spacing: 1px;
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
  }

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

  .navbar-logo {
    height: 33px;
  }

  .div-block-10 {
    height: 200px;
  }

  .text-span-5 {
    font-size: 14px;
  }

  .menu-burger {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: auto 30px auto auto;
  }

  .icon-menu {
    color: var(--black);
    width: 100%;
    height: 100%;
  }

  .close-burger {
    z-index: 1;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: 30px 30px auto auto;
  }

  .technical_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .technical_container.in-error {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 100px;
  }

  .main-text_technical.in-404 {
    font-size: 60px;
  }

  .text-block-9 {
    font-size: 12px;
  }

  .div-block-21 {
    width: 150px;
  }

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

  .logo-loader {
    width: 210px;
  }

  .pin-project {
    width: 30%;
    top: 15.8%;
    left: -7.9%;
  }

  .splide__arrow-2.splide__arrow--prev {
    right: 50.5%;
  }
}

@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 {
    height: 1500px;
  }

  .header_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: auto;
    inset: 30px auto auto;
  }

  .header_hover {
    background-image: none;
  }

  .header_background {
    background-image: url('../images/TM1638_VPExt01_generale_rev02_mobile.webp');
    background-position: 50%;
  }

  .header_background.is-technical {
    background-position: 45%;
  }

  .section {
    padding: 60px 20px;
  }

  .section.is-technical {
    justify-content: center;
    align-items: center;
  }

  .footer_component {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-contain.in-furnished {
    height: 90px;
  }

  .hero-logo {
    display: none;
  }

  .hero-logo.is-mobile {
    width: auto;
    height: 200px;
    display: flex;
  }

  .hero-logo.is-technical {
    display: flex;
  }

  .paragraph.white {
    font-size: 17px;
    line-height: 25px;
  }

  .main-title {
    overflow: visible;
  }

  .full-image {
    height: 300px;
  }

  .full-image.is-map {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image_wrapper {
    height: 300px;
  }

  .full-slider_wrapper {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .full-slider {
    height: 300px;
    overflow: visible;
  }

  .arrow-icon.slider-ph {
    color: var(--sunburst);
    inset: 0% auto 0% 0%;
  }

  .arrow-icon.slider-ph.left {
    inset: 0% 0% 0% auto;
  }

  .slide_txt {
    line-height: 14px;
    bottom: 15px;
    left: 15px;
  }

  .slider {
    width: auto;
    height: auto;
  }

  .right-arrow.slider-ph {
    z-index: 1;
    width: 50%;
    height: 50px;
    inset: auto 0% -50px auto;
  }

  .left-arrow.slider-ph {
    width: 50%;
    height: 50px;
    inset: auto auto -50px 0%;
  }

  .mask {
    width: 90vw;
    margin-left: 0;
  }

  .div-block-5 {
    width: 100%;
  }

  .overflow_div {
    overflow: visible;
  }

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

  .nav-link_container {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .technical_container {
    width: auto;
    margin-left: 0;
  }

  .main-text_technical.in-error {
    font-size: 22px;
    line-height: 28px;
  }

  .logo-loader {
    width: auto;
    height: 200px;
  }

  .heading-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .splide__arrow-2.splide__arrow--prev {
    right: 50%;
  }

  .div-block-28 {
    background-image: linear-gradient(0deg, #00000080, #fff0 30%);
    display: flex;
    position: absolute;
    inset: 0%;
  }
}

#w-node-_162e6276-fbfd-cc6d-ceb6-80a9e44fd677-bea65639 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

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

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

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

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

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

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

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

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

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

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

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


@font-face {
  font-family: 'Resort Sans';
  src: url('../fonts/resort-sans-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mrs Alexandra';
  src: url('../fonts/Mrs-Alexandra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}