:root {
  --quartz-sand: #f9f4ee;
  --black-70: #464646;
  --olive-green: #3f3a1c;
  --helychrisum: #ffdf80;
  --obsidian: #262311;
  --white: white;
  --sunset-shade: #d9a774;
  --mediterranean-soil: #b56727;
  --black: #000;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

body {
  background-color: var(--quartz-sand);
  color: var(--black-70);
  font-family: azo-sans-web, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: span-condensed, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: span-condensed, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: span-condensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 19px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.template {
  z-index: -1;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

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

.fit-cover.position-left, .fit-cover.position-right {
  object-position: 0% 50%;
}

.fit-cover.desktop-hidden {
  display: none;
}

.header_component {
  z-index: 2;
  background-color: var(--quartz-sand);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 101vh;
  display: flex;
  position: relative;
}

.header_container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 8vw 8vw 6vw;
  display: flex;
  position: relative;
}

.header_container.no-padding {
  padding-bottom: 4vw;
  padding-left: 0;
  padding-right: 0;
}

.header-bg_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav_component {
  z-index: 10;
  background-color: var(--quartz-sand);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 8vw;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 8vw;
  display: flex;
}

.nav_container.is-technical {
  justify-content: center;
}

.nav-logo {
  width: 16vw;
  height: 3vw;
  display: flex;
  position: relative;
}

.nav-logo.is-technical {
  z-index: 1;
  position: absolute;
  inset: auto;
}

.nav-logo.is-technical.w--current {
  top: 1.5vw;
}

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

.fit-contain.is-partner {
  object-position: 0% 50%;
}

.fit-contain.is-logo-abs {
  opacity: 0;
  position: absolute;
}

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

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

.item-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.item-wrap.is-dropdown {
  display: inline-block;
}

.nav_link {
  color: var(--black-70);
  font-family: span-condensed, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.header-txt {
  z-index: 2;
  color: var(--quartz-sand);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.page_wrapper {
  z-index: 1;
  background-color: var(--quartz-sand);
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.section {
  position: relative;
}

.section.z-index {
  z-index: 2;
}

.section.align-center, .section.with-scroll {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container.padding {
  padding: 8vw;
}

.container.padding.bg {
  background-color: var(--olive-green);
}

.container.paddin-lateral {
  padding-left: 8vw;
  padding-right: 8vw;
}

.container.padding-btn-lateral_2, .container.padding-btn-lateral_3 {
  padding-bottom: 8vw;
  padding-left: 8vw;
  padding-right: 8vw;
}

.container.is-masterplan {
  justify-content: center;
  align-items: flex-start;
  height: 80vw;
  padding-top: 8vw;
}

.container.padding-btn-lateral_4 {
  padding-bottom: 4vw;
  padding-left: 8vw;
  padding-right: 8vw;
}

.container.is-slider {
  padding-top: 8vw;
  padding-bottom: 29vw;
}

.container.is-technical {
  z-index: 2;
}

.container.padding-up {
  padding-top: 8vw;
}

.container.padding-vert {
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.container.padding-medium {
  padding: 4vw 8vw;
}

.container.padding-btn {
  padding-bottom: 8vw;
}

.container.padding-medium-btn {
  padding: 8vw 8vw 4vw;
}

.container.padding-medium-btn.bg {
  background-color: var(--olive-green);
}

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

.paragraph_container.is-half {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.paragraph_container.in-frame {
  z-index: 2;
  background-color: #f9f4eef2;
  flex: 0 auto;
  padding: 4vw 8vw;
  position: relative;
}

.paragraph_container.is-form {
  justify-content: flex-start;
  align-items: center;
  max-width: 90%;
  display: flex;
}

.paragraph_container.is-parallax {
  z-index: 5;
  color: var(--quartz-sand);
  position: absolute;
  inset: auto auto 4vw;
}

.paragraph_container.is-absolute {
  z-index: 1;
  position: absolute;
  top: 8vw;
}

.par_wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.par_wrap.max-w {
  text-align: center;
  max-width: 600px;
}

.par_wrap.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  max-width: 350px;
}

.par_wrap.small-max-w {
  text-align: center;
  max-width: 350px;
  min-height: 50px;
}

.par_wrap.is-form {
  color: var(--quartz-sand);
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.par_wrap.medium-max-w {
  text-align: center;
  max-width: 450px;
  min-height: 50px;
}

.par_wrap.is-slide {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.par_wrap.is-technical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--quartz-sand);
  text-align: center;
  max-width: 600px;
}

.image_wrap {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.image_wrap.is-landscape {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 45vw;
  display: flex;
  box-shadow: 0 10px 15px 2px #0003;
}

.image_wrap.is-square {
  width: 40vw;
  height: 40vw;
}

.image_wrap.is-half {
  width: 50%;
  height: 50vw;
}

.image_wrap.is-medium-half {
  width: 50%;
  height: 40vw;
}

.image_wrap.is-background {
  position: absolute;
  inset: 0%;
}

.image_wrap.is-map {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 45vw;
  display: flex;
  box-shadow: 0 10px 15px 2px #0003;
}

.image_wrap.is-splide {
  height: 18vw;
  min-height: 250px;
}

.image_wrap.is-tile {
  width: 19vw;
  min-width: 250px;
  height: 19vw;
  min-height: 250px;
}

.image_wrap.is-moodboard {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image_wrap.is-large-half {
  width: 50%;
  height: 55vw;
  min-height: 650px;
}

.image_wrap.is-large-half.is-masterplan {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image_wrap.with-paragraph {
  justify-content: center;
  align-items: flex-start;
  height: 95vw;
  max-height: 1450px;
  display: flex;
}

.image_wrap.is-absolute {
  position: absolute;
  inset: 0%;
}

.image_wrap.is-slider {
  height: 45vw;
}

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

.collection-tile_img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.tile-txt {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 19vw;
  min-width: 250px;
  padding: 30px 10px;
  display: flex;
}

.parallax_component {
  background-color: #2623111a;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 45vw;
  display: flex;
  overflow: hidden;
}

.parallax_component.align-btn {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 8vw;
}

.parallax_component.is-last {
  height: 60vw;
}

.par_div {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--helychrisum);
  color: var(--obsidian);
  cursor: pointer;
  padding: 10px 30px 12px;
  text-decoration: none;
}

.button.is-submit {
  color: var(--obsidian);
  letter-spacing: .5px;
  max-width: 200px;
  margin-top: 40px;
  font-family: retail-variable, sans-serif;
  font-weight: 600;
  line-height: 14px;
}

.button.coming-soon {
  color: var(--quartz-sand);
  cursor: auto;
  background-color: #ffdf8000;
  border: 1px solid #f9f4ee80;
}

.button.with-arrow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.btn-txt {
  letter-spacing: .5px;
  font-family: retail-variable, sans-serif;
  font-weight: 600;
  line-height: 14px;
}

.btn-txt.coming-soon {
  font-weight: 400;
}

.button_container {
  margin-top: 40px;
  position: relative;
}

.button_container.is-tile {
  z-index: 3;
  position: absolute;
  inset: auto auto 8vw;
}

.par_div--extended {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.carousel_component {
  padding-bottom: 6vw;
}

.slider-10_component {
  overflow: hidden;
}

.display-none {
  display: none;
}

.splide_embed {
  line-height: 1;
}

.splide__list {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.splide__pagination {
  width: 0;
  height: 0;
  display: none;
  overflow: hidden;
}

.slide-content {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.splide__slide {
  flex: none;
  width: 20%;
  list-style-type: none;
}

.text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.splide__track {
  width: 100%;
}

.splide__arrow {
  background-color: var(--helychrisum);
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.splide__arrow.splide__arrow--prev {
  background-image: url('../images/FeArrowLeft.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 5px;
  margin-right: 10px;
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/FeArrowRight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 5px;
  margin-left: 10px;
}

.splide {
  z-index: 1;
  width: 100%;
  position: relative;
}

.splide.slider-10 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.splide__arrows {
  z-index: 50;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: absolute;
  top: 35%;
  bottom: auto;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
}

.contact_component {
  background-color: var(--olive-green);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.contact_column {
  width: 100%;
  height: 100%;
  position: relative;
}

.contact_column.is-form {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8vw 8vw 4vw;
  display: flex;
}

.contact_row {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33.33%;
  min-height: 250px;
  display: flex;
  position: relative;
}

.contact_row.is-partner {
  flex-flow: column;
}

.contact-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block {
  font-family: span-condensed, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-text {
  color: #f9f4ee;
  font-size: 13px;
  line-height: 18px;
}

.footer-text.is-error {
  margin-top: 20px;
}

.footer-line {
  background-image: linear-gradient(180deg, var(--olive-green), white 50%, var(--olive-green));
  width: 1px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-line.is-horiz {
  background-image: linear-gradient(-90deg, white, var(--olive-green));
  width: 100%;
  height: 1px;
  inset: auto 0% 0%;
}

.footer-line.is-horiz.is-tablet {
  display: none;
}

.footer-line.is-vert {
  background-image: linear-gradient(0deg, white, var(--olive-green));
  width: 1px;
  height: 100%;
  inset: 0% 0% 0% auto;
}

.div-block-6 {
  width: 10vw;
  max-width: 160px;
}

.footer_component {
  background-color: var(--obsidian);
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 20px 8vw;
  display: flex;
  position: sticky;
  bottom: 0;
}

.disclaimer {
  opacity: .5;
  color: var(--quartz-sand);
  font-size: 11px;
  line-height: 16px;
}

.partner_container {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.partner-logo {
  width: 10vw;
  max-width: 160px;
}

.partner-logo.is-wip {
  border: 1px solid #f9f4ee4d;
}

.partner-logo.is-caprera {
  width: 18vw;
  max-width: 200px;
}

.partner-logo.is-figus {
  width: 18vw;
}

.partner-logo.is-campus, .partner-logo.is-reimax {
  width: 8vw;
  max-width: 100px;
}

.form_link {
  color: var(--helychrisum);
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}

.dropdown_choice {
  color: var(--quartz-sand);
  font-family: span-condensed, sans-serif;
  font-size: 22px;
  line-height: 24px;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.dropdown_choice.w--current {
  color: var(--quartz-sand);
}

.dropdown_close {
  width: 100%;
  padding: 10px 0;
}

.policyflagscontainer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.stylesheet {
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  background-color: #00000029;
  border: 1px solid #00000029;
  border-radius: 0 .5rem .5rem;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: center;
  min-width: 30%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 40px;
  display: none;
  position: relative;
}

.dropdown_list {
  background-color: var(--olive-green);
  color: var(--quartz-sand);
  border: 1px solid #f9f4ee33;
  border-radius: 5px;
  font-weight: 400;
}

.dropdown_list.w--open {
  margin-top: -1px;
}

.policy-flag {
  color: var(--quartz-sand);
  flex-direction: row;
  align-items: flex-start;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.form_message {
  opacity: 0;
  background-color: #0000;
  padding: 0;
}

.form_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--quartz-sand);
  color: var(--quartz-sand);
  background-color: #fff0;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: span-condensed, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.form_field:focus {
  border-bottom-color: var(--quartz-sand);
}

.form_field::placeholder {
  color: var(--quartz-sand);
  font-family: span-condensed, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.form_field.text-capitalize-everyword {
  text-transform: capitalize;
}

.form_field.text-capitalize-everyword::placeholder, .form_field.text-capitalize-lowercase::placeholder {
  text-transform: none;
}

.form_field.is-message {
  min-width: 100%;
  max-width: 100%;
  min-height: 50px;
  max-height: 100px;
}

.form_field.is-country {
  background-color: var(--olive-green);
  padding-top: 0;
  padding-bottom: 0;
}

.form_field.tel {
  z-index: 10;
}

.form_field_wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.form_text {
  color: var(--quartz-sand);
  font-size: 12px;
  line-height: 16px;
}

.form_component {
  width: 100%;
}

.text-block-4 {
  color: var(--quartz-sand);
  font-family: span-condensed, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.text-block-4.icon-dropdown {
  color: var(--quartz-sand);
}

.icon-dropdown {
  color: var(--quartz-sand);
  margin-right: 0;
  font-size: 14px;
}

.text-block-5 {
  font-family: span-condensed, sans-serif;
  font-size: 16px;
}

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

.back-on-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--quartz-sand);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section-ancor.padding-up {
  padding-top: 5vw;
}

.navlink-line {
  background-image: linear-gradient(90deg, #f9f4ee00, var(--sunset-shade) 50%, #f9f4ee00);
  width: 0%;
  height: 1px;
  margin-top: 5px;
}

.navlink-line_current {
  background-image: linear-gradient(90deg, #f9f4ee00, var(--sunset-shade) 50%, #f9f4ee00);
  opacity: 0;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  position: absolute;
  inset: auto 0% 0%;
}

.navlink-line_current.w--current {
  opacity: 1;
}

.heading {
  color: #262311;
}

.sub-title {
  letter-spacing: 3px;
  margin-top: 20px;
  font-family: retail-variable, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.sub-title.is-up {
  margin-top: 0;
  margin-bottom: 20px;
}

.frame-left {
  z-index: 2;
  background-color: var(--quartz-sand);
  width: 8vw;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.frame-right {
  z-index: 2;
  background-color: var(--quartz-sand);
  width: 8vw;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.logo-map {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 8vw;
  display: flex;
  position: absolute;
  inset: 5.5% auto auto 45.5%;
}

.pin-map {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.pin-map._01 {
  top: 37%;
  right: 50.5%;
}

.pin-map._02 {
  flex-flow: column;
  top: 43%;
  right: 47.5%;
}

.pin-map._03 {
  flex-flow: column;
  top: 20.3%;
  right: 41%;
}

.pin-map._04 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  top: 32%;
  right: 36.5%;
}

.pin-map._05 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  top: 36%;
  right: 22.8%;
}

.pin-map._06 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  top: 57%;
  right: 31%;
}

.txt-map {
  text-align: center;
  font-family: span-condensed, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.3vw;
}

.point-map {
  background-color: var(--olive-green);
  border-radius: 100%;
  width: .5vw;
  height: .5vw;
}

.masterplan-bg {
  z-index: -1;
  background-image: url('../images/Masterplan-ràiga_Rev02.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vw;
  display: flex;
  position: absolute;
  inset: -8vw 0% 0%;
}

.div-block-8 {
  position: relative;
}

.section-bg {
  background-image: linear-gradient(#f9f4eebf, #f9f4eebf), url('../images/iStock-1389146534.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.section-bg.with-gradient {
  background-image: linear-gradient(0deg, #fff0 65%, var(--quartz-sand)), linear-gradient(180deg, #fff0 70%, var(--quartz-sand)), linear-gradient(to bottom, #f9f4eebf, #f9f4eebf), url('../images/iStock-1389146534.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
}

.wip {
  position: absolute;
  inset: 10vw auto auto;
}

.heading-txt {
  max-width: 85%;
}

.heading-txt.no-max-w {
  max-width: none;
}

.heading-txt.light {
  color: var(--white);
}

.gallery-lightbox {
  position: absolute;
  inset: 0%;
}

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

.par-txt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.par-txt.align-left {
  justify-content: center;
  align-items: flex-start;
}

.par-txt.light {
  color: var(--white);
}

.contact_link {
  color: #f9f4ee;
  text-decoration: none;
}

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

.hero-img.position-left {
  object-position: 0% 50%;
}

.hero-img.position-btn {
  object-position: 50% 70%;
}

.hero-img.position-up {
  object-position: 50% 30%;
}

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

.map-image.position-left {
  object-position: 0% 50%;
}

.footer_link {
  color: var(--quartz-sand);
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.footer_warpper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  max-width: 80%;
  display: flex;
}

.footer-row {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  padding-top: 50vh;
  padding-bottom: 50vh;
  display: flex;
}

.img-background {
  position: absolute;
  inset: 0%;
}

.img-bg_wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-12 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 15vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.txt-parallax {
  color: var(--quartz-sand);
  font-family: span-condensed, sans-serif;
  font-size: 5.5vw;
  font-weight: 200;
  line-height: 6vw;
}

.parallax-hover {
  z-index: 1;
  background-image: linear-gradient(#0000001a, #0000001a);
  position: absolute;
  inset: 0%;
}

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

.parallax-layer.base.align-btn {
  object-position: 50% 20%;
}

.parallax-layer._01 {
  z-index: 3;
  height: 50vw;
  position: absolute;
  inset: 10vw 0% 0%;
}

.parallax-layer.luxury-lies {
  z-index: 3;
  height: 65vw;
  position: absolute;
  inset: 0 0% 0%;
}

.parallax-layer.is-golf {
  z-index: 3;
  object-position: 50% 90%;
  height: 50vw;
  position: absolute;
  inset: 7.5vw 0% 0%;
}

.parallax-layer.is-residential {
  z-index: 3;
  width: 100%;
  max-width: none;
  height: 50vw;
  position: absolute;
  inset: 0 0% 0%;
}

.div-block-14 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 10vw;
  display: flex;
  position: absolute;
  inset: auto auto -9vw;
  overflow: hidden;
}

.div-block-15 {
  background-color: var(--sunset-shade);
  width: 1px;
  height: 100%;
}

.dropdown-map {
  z-index: 3;
  cursor: default;
  width: 250px;
  height: 32px;
  position: absolute;
  top: 56%;
  right: 62%;
}

.dropdown-map._02 {
  z-index: 2;
  top: 77.5%;
  right: 77%;
}

.dropdown-map._03 {
  z-index: 3;
  top: 63.5%;
  right: 26%;
}

.dropdown-map._04 {
  z-index: 2;
  top: 68%;
  right: 24%;
}

.dropdown-map._05 {
  z-index: 1;
  top: 76%;
  right: 14%;
}

.txt-dropdown {
  font-family: span-condensed, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.dropdown-item {
  z-index: 1;
  background-color: var(--quartz-sand);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  display: flex;
  position: relative;
}

.dropdown-icon {
  border: 1px solid var(--sunset-shade);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

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

.dropdown-scroll {
  background-color: var(--quartz-sand);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 15px 10px 10px;
  display: none;
  position: relative;
  top: -5px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-scroll.is-mobile {
  display: none;
}

.dropdown-img {
  border-radius: 5px;
  height: 150px;
  overflow: hidden;
}

.dropdown-par {
  color: var(--olive-green);
  text-align: left;
  margin-top: 10px;
  font-family: azo-sans-web, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
}

.dropdown-par.lorem-ipsum {
  color: #ff00a1;
}

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

.parallax-txt_div {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
  font-weight: 200;
  display: flex;
  position: absolute;
}

.parallax-txt_div.ee {
  padding-bottom: 25vw;
}

.parallax-txt_div.is-last {
  margin-bottom: 25vw;
}

.parallax-txt_div.is-golf {
  margin-bottom: 17vw;
}

.parallax-txt_div.is-resodential {
  margin-bottom: 8vw;
}

.parallax-heading {
  color: var(--white);
  letter-spacing: -1px;
  font-family: span-condensed, sans-serif;
  font-size: 5vw;
  line-height: 5vw;
}

.parallax-gradient {
  z-index: 4;
  background-image: linear-gradient(0deg, #000000b3, #fff0 60%);
  position: absolute;
  inset: 0%;
}

.fullscreen_overlay {
  display: none;
}

.splide-img {
  height: 18vw;
  min-height: 250px;
}

.heading-txt-copy {
  max-width: 85%;
}

.par-txt-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.par-txt-copy.align-left {
  justify-content: center;
  align-items: flex-start;
}

.line-movement {
  background-color: var(--sunset-shade);
  width: 100%;
  height: 100%;
  position: absolute;
}

.line-movement._02 {
  top: -100%;
}

.scroll {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 15vw;
  display: flex;
  position: absolute;
  inset: -8vw auto auto;
}

.scroll_animation {
  filter: invert();
  width: 100%;
  height: 100%;
}

.line-base {
  width: 1px;
  height: 100%;
  position: relative;
}

.line-move {
  background-image: linear-gradient(180deg, var(--sunset-shade), #fff0);
  width: 100%;
  height: 100%;
}

.div-block-19 {
  grid-column-gap: 4vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  display: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 3vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: flex;
}

.partner-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  display: flex;
}

.reimax-logo {
  object-fit: contain;
  width: 4vw;
  min-width: 70px;
}

.reimax-logo.is-partner {
  object-position: 0% 50%;
}

.caprera-logo {
  object-fit: contain;
  width: 14vw;
  min-width: 180px;
}

.caprera-logo.is-partner {
  object-position: 0% 50%;
}

.studiofigus-logo {
  object-fit: contain;
  width: 10vw;
  min-width: 70px;
  height: 50px;
}

.studiofigus-logo.is-partner {
  object-position: 0% 50%;
}

.studiocampus-logo {
  object-fit: contain;
  width: 4vw;
  min-width: 70px;
}

.div-block-20 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-21 {
  background-color: #f9f4ee33;
  width: 1px;
  height: 40px;
}

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

.paragraph-img.position-left {
  object-position: 0% 50%;
}

.header-slide_hover {
  z-index: 1;
  background-image: radial-gradient(circle, #0003, #fff0 40%), linear-gradient(#00000040, #00000040);
  position: absolute;
  inset: 0%;
}

.header-slide_hover.is-first {
  background-image: linear-gradient(#0006, #0006);
}

.heading-hero-txt {
  text-shadow: 0 0 15px #00000080;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
}

.line-map {
  background-color: #46464680;
  width: 1px;
  height: 10.6vw;
}

.point-map-outline {
  border: 1px solid #46464680;
  border-radius: 100px;
  width: .5vw;
  height: .5vw;
  position: relative;
  top: -1vw;
}

.absolute_txt {
  letter-spacing: .5px;
  font-family: retail-variable, sans-serif;
  font-size: .6vw;
  font-weight: 400;
  line-height: .7vw;
  position: absolute;
  inset: 21% 29% auto auto;
}

.absolute_txt._01 {
  top: 44%;
  right: 25.5%;
}

.residential_slider {
  background-color: #ddd0;
  height: auto;
}

.residential-slide {
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.residential-slide_container {
  width: 100%;
  height: 35vw;
  position: relative;
}

.mask {
  width: 56vw;
  height: auto;
  overflow: visible;
}

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

.div-block-22 {
  z-index: 2;
  position: absolute;
  inset: auto auto 2vw 2vw;
}

.text-block-7 {
  color: var(--quartz-sand);
  font-family: span-condensed, sans-serif;
  font-size: 16px;
}

.div-block-23 {
  padding: 2vw 2vw 1vw 1vw;
}

.grid-destination {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-destination_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25vw;
  min-height: 300px;
  display: flex;
  position: relative;
}

.div-block-24 {
  z-index: 2;
  grid-column-gap: .4vw;
  grid-row-gap: .4vw;
  color: var(--quartz-sand);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.heading-small {
  text-align: center;
  font-family: span-condensed, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 29px;
}

.txt-small {
  font-size: 13px;
  line-height: 18px;
}

.icon-destination {
  z-index: 2;
  width: 2.6vw;
  height: 2.6vw;
  position: absolute;
  inset: 3.5vw auto auto;
}

.icon-destination.is-luxury-resort {
  width: 3.5vw;
}

.span-normal {
  font-style: normal;
}

.full-img {
  width: 100%;
  height: auto;
  padding-left: 8vw;
  padding-right: 8vw;
}

.full-img.padding-top {
  padding-top: 8vw;
  padding-bottom: 0;
}

.full-img.is-virtual {
  height: auto;
  padding-top: 8vw;
  padding-bottom: 0;
}

.full-img.padding-btn {
  padding-bottom: 8vw;
}

.full-img.padding-vert {
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.full-img.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.full-img.padding {
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.full-img-moodboard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .35fr 1fr .35fr;
  width: 100%;
  height: 45vw;
}

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

.img-moodboard._01 {
  background-image: url('../images/_A7R0421_Mod.webp');
}

.img-moodboard._02 {
  background-image: url('../images/eikonstudio_homme_passionn_de_bateau_sur_un_bateau__vitesse.webp');
}

.img-moodboard._04 {
  background-image: url('../images/eikonstudio_homme_passionn_de_bateau_sur_un_bateau.webp');
}

.img-moodboard._05 {
  background-image: url('../images/_A7R0421_Mod-2.webp');
}

.img-moodboard._03 {
  background-image: url('../images/DJI_20250318151821_0004_D_GOLF_Magnific.webp');
}

.header-technical {
  z-index: 1;
  background-color: var(--quartz-sand);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.header-technical.is-legal {
  height: 9vw;
}

.technical-background {
  background-color: var(--quartz-sand);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8vw 8vw 6vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-26 {
  background-color: var(--black-70);
  width: 100%;
  height: 100%;
}

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

.tech-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hover-background {
  z-index: 1;
  background-color: #3f3a1c80;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.tech_container {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tech_container.padding {
  padding: 8vw;
}

.tech_container.paddin-lateral {
  padding-left: 8vw;
  padding-right: 8vw;
}

.tech_container.padding-btn-lateral_2 {
  padding-bottom: 12vw;
  padding-left: 8vw;
  padding-right: 8vw;
}

.tech_container.padding-btn-lateral_3 {
  padding-bottom: 8vw;
  padding-left: 8vw;
  padding-right: 8vw;
}

.tech_container.is-masterplan {
  justify-content: center;
  align-items: flex-start;
  height: 80vw;
  padding-top: 8vw;
}

.tech_container.padding-btn-lateral_4 {
  padding-bottom: 4vw;
  padding-left: 8vw;
  padding-right: 8vw;
}

.tech_container.is-slider {
  padding-top: 8vw;
  padding-bottom: 29vw;
}

.tech_container.is-technical {
  z-index: 2;
}

.menu-mobile {
  display: none;
}

.nav-list_container {
  z-index: 10;
}

.legal-txt_wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8vw;
  padding-left: 40px;
  padding-right: 40px;
}

.rich-txt {
  font-size: 13px;
  line-height: 19px;
}

.rich-txt h1 {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 36px;
}

.rich-txt h2 {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: retail-variable, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.rich-txt p {
  margin-bottom: 20px;
}

.rich-txt ul {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 19px;
}

.rich-txt li {
  margin-bottom: 5px;
}

.rich-txt a {
  color: var(--mediterranean-soil);
  text-decoration: none;
}

.cookiebot_embed {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.technical_container {
  z-index: 1;
  background-color: var(--quartz-sand);
  position: relative;
}

.close-dropdown {
  display: none;
}

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

.text-block-9 {
  font-family: span-condensed, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 20px;
}

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

.ancor {
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.right-arrow {
  border: 1px solid var(--quartz-sand);
  color: var(--quartz-sand);
  width: 32px;
  height: 32px;
  font-size: 14px;
  transition: all .3s;
  right: 20px;
}

.right-arrow:hover {
  border-color: var(--sunset-shade);
  background-color: var(--sunset-shade);
  color: var(--black);
}

.left-arrow {
  border: 1px solid var(--quartz-sand);
  width: 32px;
  height: 32px;
  font-size: 14px;
  transition: all .3s;
  left: 20px;
}

.left-arrow:hover {
  border-color: var(--sunset-shade);
  background-color: var(--sunset-shade);
  color: var(--black);
}

.pin-portobello {
  background-color: var(--obsidian);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: span-condensed, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  position: absolute;
}

.pin-portobello._01 {
  top: 46%;
  right: 61.5%;
}

.pin-portobello._02 {
  top: 48.9%;
  right: 58%;
}

.tab_txt {
  font-size: 12px;
  line-height: 19px;
}

.tab-row {
  border-bottom: 1px solid var(--black);
  justify-content: space-between;
  width: 150px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.tab-services {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-self: stretch;
  display: flex;
}

.button-2 {
  color: #262311;
  cursor: pointer;
  background-color: #ffdf80;
  padding: 10px 30px 12px;
  text-decoration: none;
}

.nav_logo-payoff {
  opacity: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.nav_logo-payoff.is-partner {
  object-position: 0% 50%;
}

.nav_logo-payoff.is-logo-abs {
  opacity: 0;
  position: absolute;
}

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

.nav_logo.is-partner {
  object-position: 0% 50%;
}

.nav_logo.is-logo-abs {
  opacity: 0;
  position: absolute;
}

.div-block-30 {
  width: 350px;
}

.collection_grid {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.collection-row {
  display: flex;
}

.collection-tile {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 35vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.fit-cover-copy.position-left {
  object-position: 0% 50%;
}

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

.tile-hover {
  z-index: 2;
  background-color: #3f3a1c80;
  position: absolute;
  inset: 0%;
}

.tile-logo_wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 20vw;
  max-width: 300px;
  display: flex;
  position: absolute;
}

.button_coming-soon {
  color: var(--quartz-sand);
  cursor: default;
  border: 1px solid #f9f4ee80;
  padding: 10px 30px 12px;
  text-decoration: none;
}

.button_coming-soon.is-submit {
  color: var(--obsidian);
  letter-spacing: .5px;
  max-width: 200px;
  margin-top: 40px;
  font-family: retail-variable, sans-serif;
  font-weight: 600;
  line-height: 14px;
}

.button_coming-soon.coming-soon {
  color: var(--quartz-sand);
  cursor: auto;
  background-color: #ffdf8000;
  border: 1px solid #f9f4ee80;
}

.nav_link_dropdown {
  color: #464646;
  font-family: span-condensed, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.navlink-line-2 {
  background-image: linear-gradient(90deg, #f9f4ee00, #d9a774 50%, #f9f4ee00);
  width: 0%;
  height: 1px;
  margin-top: 5px;
}

.dropdown-list {
  background-color: #f9f4ee;
  display: block;
  left: -20px;
  overflow: hidden;
  box-shadow: 0 20px 40px #0003;
}

.comingsoon_label {
  color: #b56727;
  margin-left: 5px;
  font-family: retail-variable, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.dropdown {
  display: inline-block;
}

.icon {
  color: #b56727;
  margin-right: 0;
  inset: 0% -25px 0% auto;
}

.dropdown_link {
  color: #464646;
  padding-left: 20px;
  font-family: span-condensed, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .5s;
}

.dropdown_link:hover {
  background-color: #3f3a1c1a;
}

.dropdown_link.coming-soon {
  cursor: default;
}

.dropdown-toggle {
  padding: 0;
  display: inline-block;
}

.navlink-line_current-2 {
  opacity: 0;
  background-image: linear-gradient(90deg, #f9f4ee00, #d9a774 50%, #f9f4ee00);
  width: 100%;
  height: 1px;
  margin-top: 5px;
  position: absolute;
  inset: auto 0% 0%;
}

.navlink-line_current-2.w--current {
  opacity: 1;
}

.nav_link_wrap {
  text-decoration: none;
}

.lighbox-mobile {
  display: none;
}

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

.img_mask-hover {
  background-color: #3f3a1c80;
  position: absolute;
  inset: 0%;
}

.img_mask-hover.comig-soon {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #3f3a1cb3;
}

.prog_description {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: auto;
  font-size: 16px;
  line-height: 1.1;
  display: none;
}

.text-block-10 {
  color: #f9f4ee;
  font-family: retail-variable, sans-serif;
  font-weight: 200;
}

.link_box {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 30px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slideanimata {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 14px 3px #0000001a;
}

.slideanimata.coming-soon {
  cursor: default;
}

.hidden {
  display: none;
}

.img_mask {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.prog_name {
  margin-top: auto;
  font-size: 34px;
  line-height: 1.1;
  display: none;
}

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

.logo-tile {
  width: 220px;
}

.logo-tile.is-coralina {
  width: 300px;
}

.slider-aree {
  z-index: 2;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 12vw;
  display: flex;
  overflow: hidden;
}

.slide-area {
  perspective-origin: 50% 0;
  width: 100%;
  height: 100%;
  margin-right: 1vw;
  position: relative;
}

.arrow_div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 1px solid #f9f4ee80;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.mask-2 {
  width: 27vw;
  min-width: 300px;
  max-width: 45vh;
  height: 27vw;
  min-height: 300px;
  max-height: 45vh;
  overflow: visible;
}

.cover_img {
  object-fit: cover;
  background-color: #eee;
  flex: 1;
  width: 100%;
  height: 100%;
}

.arrow {
  width: 50%;
  top: 0;
  bottom: 0;
  left: -200px;
}

.arrow.right {
  left: auto;
  right: -200px;
}

.div-block-35 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block-11 {
  font-family: span-condensed, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .header_container {
    padding-top: 80px;
    padding-bottom: 12vw;
  }

  .nav_component {
    height: 80px;
  }

  .nav-logo {
    width: 230px;
    max-width: none;
    height: 50px;
  }

  .nav_list {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .header-txt {
    max-width: 80%;
  }

  .container.padding {
    padding-top: 16vw;
    padding-bottom: 8vw;
  }

  .container.padding.mobile-nopadding-btn {
    padding-bottom: 0;
  }

  .container.padding-btn-lateral_3 {
    padding-bottom: 50px;
  }

  .container.is-masterplan {
    height: 112vw;
    padding-top: 12vw;
  }

  .container.padding-btn-lateral_4 {
    padding-top: 12vw;
    padding-bottom: 50px;
  }

  .container.padding-btn-lateral_4.mobile-margin-btn {
    padding-bottom: 50px;
  }

  .container.padding-up {
    padding-top: 0;
  }

  .container.padding-vert {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.padding-medium {
    padding-top: 8vw;
  }

  .container.padding-medium.mobile-nopadding-btn {
    padding-bottom: 0;
  }

  .container.padding-medium-btn {
    padding-top: 16vw;
    padding-bottom: 8vw;
  }

  .container.padding-medium-btn.mobile-nopadding-btn {
    padding-bottom: 0;
  }

  .paragraph_container.is-half {
    width: auto;
    margin-top: 16vw;
    margin-bottom: 8vw;
  }

  .paragraph_container.is-parallax {
    padding-left: 20px;
    padding-right: 20px;
  }

  .par_wrap.max-w {
    max-width: 550px;
  }

  .par_wrap.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 550px;
  }

  .image_wrap.is-square, .image_wrap.is-medium-half {
    width: 100%;
    height: 75vw;
  }

  .image_wrap.is-medium-half.mobile-margin {
    margin-bottom: 8vw;
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .image_wrap.is-map {
    height: 60vw;
  }

  .image_wrap.is-tile {
    width: 25vw;
    min-width: 200px;
    height: 25vw;
    min-height: 200px;
  }

  .image_wrap.is-large-half {
    width: 100%;
    height: 65vw;
    min-height: auto;
    padding-bottom: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .image_wrap.with-paragraph {
    height: 130vw;
    max-height: none;
  }

  .image_wrap.is-slider {
    height: 65vw;
  }

  .collection-tile_img {
    flex-flow: column;
    min-width: 200px;
    min-height: 200px;
    display: flex;
  }

  .tile-txt {
    width: 25vw;
    min-width: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .parallax_component, .parallax_component.is-last {
    height: 65vw;
  }

  .par_div {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .par_div.mobile-inverse {
    flex-flow: wrap-reverse;
  }

  .button_container {
    align-self: center;
  }

  .button_container.is-tile {
    bottom: 4vw;
  }

  .par_div--extended {
    flex-flow: column;
  }

  .par_div--extended.mobile-inverse {
    flex-flow: wrap-reverse;
  }

  .par_div--extended.mobile-pad {
    padding-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .slider-10_component {
    padding-top: 0%;
    padding-bottom: 0%;
  }

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

  .text-wrap {
    height: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact_component {
    flex-flow: column-reverse;
  }

  .contact_column {
    width: 100%;
  }

  .contact_column.is-form {
    padding-top: 16vw;
    padding-bottom: 8vw;
  }

  .contact_row {
    height: 250px;
  }

  .footer-line.is-horiz.is-tablet {
    background-image: linear-gradient(90deg, white, var(--olive-green));
    display: flex;
    inset: 0% 0% auto;
  }

  .div-block-6 {
    width: 130px;
    max-width: none;
  }

  .form_field {
    line-height: 20px;
  }

  .form_wrapper {
    margin-top: 0;
    margin-bottom: auto;
  }

  .logo-map {
    width: 12vw;
    top: 5.5%;
    left: 29.5%;
  }

  .pin-map._01 {
    right: 64.5%;
  }

  .pin-map._02 {
    right: 59.5%;
  }

  .pin-map._03 {
    top: 19%;
    right: 51.5%;
  }

  .pin-map._04 {
    right: 45.5%;
  }

  .pin-map._05 {
    right: 27%;
  }

  .pin-map._06 {
    right: 38.5%;
  }

  .txt-map {
    font-size: 2vw;
    line-height: 2vw;
  }

  .point-map {
    width: .7vw;
    height: .7vw;
  }

  .masterplan-bg {
    height: 112vw;
  }

  .map-image {
    object-position: 85% 50%;
  }

  .slide-nav.is-hero {
    bottom: 40px;
  }

  .footer_warpper {
    max-width: 90%;
  }

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

  .parallax-layer.base {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }

  .parallax-layer._01 {
    height: 75vw;
    top: 7vw;
  }

  .parallax-layer.luxury-lies {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }

  .parallax-layer.is-residential {
    height: 69vw;
  }

  .dropdown-map {
    top: 57%;
    right: 65%;
  }

  .dropdown-map._02 {
    left: 11%;
    right: auto;
  }

  .dropdown-map._03 {
    right: 16%;
  }

  .dropdown-map._04 {
    width: 210px;
    top: 69%;
    right: 14%;
  }

  .dropdown-map._05 {
    right: 3%;
  }

  .dropdown-item.mobile-inverse {
    flex-flow: row-reverse;
  }

  .parallax-txt_div {
    margin-bottom: 8vw;
  }

  .parallax-txt_div.is-last {
    max-width: 450px;
  }

  .parallax-txt_div.is-golf {
    margin-bottom: 35vw;
  }

  .parallax-heading {
    font-size: 6vw;
    line-height: 6vw;
  }

  .parallax-gradient {
    background-image: linear-gradient(0deg, #000000b3, #fff0 75%);
  }

  .fullscreen_overlay {
    z-index: 100;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .div-block-17 {
    opacity: .5;
    background-image: url('../images/Onda_logo-negative.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 75px;
  }

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

  .text-block-6 {
    color: #f9f4ee99;
    font-family: retail-variable, sans-serif;
  }

  .form_field-2, .form_field-3 {
    line-height: 20px;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 0vw;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .caprera-logo {
    width: 20vw;
  }

  .studiofigus-logo {
    width: 15vw;
  }

  .line-map {
    height: 14vw;
  }

  .absolute_txt {
    font-size: 1.3vw;
    line-height: 1.5vw;
    top: 19%;
    right: 31%;
  }

  .absolute_txt._01 {
    top: 42.5%;
    right: 27%;
  }

  .grid-destination {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-24 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .full-img.no-padding.mobile-pad {
    padding-top: 12vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .header-technical.is-legal {
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tech_container.is-masterplan {
    height: 90vw;
  }

  .menu-mobile {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .nav-list_container {
    background-color: var(--quartz-sand);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 20px 8vw;
    display: none;
    position: fixed;
    inset: 80px 0% auto;
  }

  .nav_lottie {
    flex: none;
    width: 100%;
    height: 100%;
  }

  .legal-txt_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .right-arrow {
    inset: auto auto 100px 52%;
  }

  .right-arrow.is-section {
    inset: 0% 20px 0% auto;
  }

  .left-arrow {
    inset: auto 52% 100px auto;
  }

  .left-arrow.is-section {
    inset: 0% auto 0% 20px;
  }

  .tab-row {
    width: 200px;
  }

  .tab-services {
    justify-content: center;
    align-items: center;
  }

  .icon {
    right: -20px;
  }

  .logo-tile {
    width: 180px;
  }

  .logo-tile.is-coralina {
    width: 260px;
  }

  .slider-aree {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .header_component {
    min-height: 600px;
  }

  .nav-logo.w--current {
    width: 200px;
  }

  .container.is-masterplan {
    flex-flow: column;
    height: auto;
  }

  .paragraph_container.is-masterplan {
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 12vw;
    padding-left: 8vw;
    padding-right: 8vw;
    position: relative;
  }

  .par_wrap.max-w, .par_wrap.align-left {
    max-width: 500px;
  }

  .image_wrap.with-paragraph {
    height: 140vw;
  }

  .carousel_component {
    padding-bottom: 50px;
  }

  .splide__slide {
    width: 50%;
  }

  .text-wrap {
    height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-3 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .contact_row {
    height: 200px;
  }

  .footer_component {
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .back-on-top {
    flex: none;
  }

  .masterplan-bg {
    background-size: 130%;
    height: 65vw;
    position: relative;
    top: 0;
  }

  .slide-nav.is-hero {
    bottom: 30px;
  }

  .footer_warpper {
    max-width: 60%;
  }

  .footer-row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .dropdown-map {
    width: 40px;
    height: 40px;
  }

  .dropdown-map._02 {
    top: 59%;
    left: 10%;
  }

  .dropdown-map._03 {
    top: 36%;
    right: 17%;
  }

  .dropdown-map._04 {
    width: auto;
    top: 47%;
    right: 14%;
  }

  .dropdown-map._05 {
    top: 56%;
    right: 3%;
  }

  .dropdown-map._01 {
    top: 25%;
    right: 64%;
  }

  .txt-dropdown {
    display: none;
  }

  .dropdown-item {
    border-radius: 100%;
    width: 100%;
    height: 100%;
  }

  .dropdown-scroll {
    display: none;
  }

  .dropdown-scroll.is-mobile {
    z-index: 5;
    flex-flow: column;
    width: 350px;
    padding: 10px;
    display: none;
    position: absolute;
    top: auto;
  }

  .dropdown-img {
    height: 200px;
  }

  .dropdown-par {
    font-size: 13px;
    line-height: 19px;
  }

  .form_field-2, .form_field-3 {
    margin-bottom: 15px;
  }

  .splide-img {
    height: 300px;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr;
  }

  .reimax-logo {
    min-width: 65px;
  }

  .caprera-logo {
    min-width: 150px;
  }

  .studiofigus-logo {
    min-width: 80px;
  }

  .studiocampus-logo {
    min-width: 60px;
  }

  .heading-hero-txt {
    font-size: 45px;
    line-height: 50px;
  }

  .icon-destination {
    width: 5vw;
    height: 5vw;
    top: 5vw;
  }

  .icon-destination.is-luxury-resort {
    width: 6vw;
  }

  .full-img-moodboard {
    height: 75vw;
  }

  .img-moodboard._01, .img-moodboard._02, .img-moodboard._04, .img-moodboard._05 {
    display: none;
  }

  .close-dropdown {
    z-index: 1;
    background-color: var(--quartz-sand);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: -10px -10px auto auto;
  }

  .close-icon {
    color: var(--sunset-shade);
    width: 1.5rem;
    height: 1.5rem;
  }

  .text-block-8 {
    margin-top: 10px;
    font-family: span-condensed, sans-serif;
    font-size: 20px;
    line-height: 22px;
  }

  .right-arrow, .left-arrow {
    bottom: 80px;
  }

  .tab-row {
    width: 150px;
  }

  .div-block-30 {
    width: 250px;
  }

  .collection-tile {
    height: 40vw;
  }

  .logo-tile {
    width: 160px;
  }

  .logo-tile.is-coralina {
    width: 240px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 15px;
    line-height: 21px;
  }

  .fit-cover.position-right {
    object-position: 86% 50%;
  }

  .fit-cover.position-right.mobile-hidden, .fit-cover.mobile-hidden {
    display: none;
  }

  .fit-cover.desktop-hidden {
    display: block;
  }

  .nav-logo {
    width: 180px;
  }

  .nav_list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .list-item.mobile-visible {
    display: flex;
  }

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

  .nav_link {
    font-size: 20px;
    line-height: 22px;
  }

  .container.padding {
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .container.padding.is-gallery {
    padding: 0;
  }

  .container.paddin-lateral.is-gallery {
    padding-left: 0;
    padding-right: 0;
  }

  .container.padding-btn-lateral_4 {
    padding-top: 16vw;
  }

  .container.is-golf {
    flex-flow: column;
  }

  .container.padding-up, .container.padding-vert {
    padding-top: 110px;
  }

  .container.padding-medium {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }

  .container.padding-medium.is-gallery {
    padding: 0;
  }

  .container.padding-btn {
    padding-bottom: 0;
  }

  .container.padding-medium-btn {
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .container.padding-medium-btn.is-gallery {
    padding: 0;
  }

  .paragraph_container.is-half {
    margin-top: 0;
    margin-bottom: 12vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .paragraph_container.is-half.mobile-nopadding {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph_container.in-frame {
    padding: 8vw;
  }

  .paragraph_container.is-parallax.is-golf {
    background-color: var(--olive-green);
    padding-top: 16vw;
    padding-bottom: 16vw;
    display: flex;
    position: static;
  }

  .paragraph_container.is-masterplan {
    padding-bottom: 16vw;
  }

  .paragraph_container.is-absolute {
    padding: 110px 8vw 40px;
    position: static;
  }

  .image_wrap.is-medium-half.mobile-margin {
    margin-bottom: 40px;
  }

  .image_wrap.is-map {
    height: 85vw;
  }

  .image_wrap.is-tile {
    width: 75vw;
    height: 75vw;
  }

  .image_wrap.with-paragraph {
    flex-flow: column;
    height: auto;
  }

  .image_wrap.is-slider {
    height: 75vw;
  }

  .image_wrap.is-location {
    height: 65vw;
  }

  .div-block {
    flex-flow: column;
  }

  .parallax_component {
    flex: 0 auto;
    width: 100%;
    height: 100vw;
  }

  .parallax_component.is-last {
    height: 100vw;
  }

  .button_container.is-tile {
    bottom: 30px;
  }

  .par_div--extended.mobile-pad {
    padding-bottom: 40px;
  }

  .splide__slide {
    width: 100%;
  }

  .text-wrap {
    padding-top: 30px;
  }

  .contact_column.is-form {
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .contact_row.is-partner {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-text {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-6 {
    width: 30vw;
  }

  .footer_component {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
  }

  .disclaimer {
    margin-top: 10px;
  }

  .back-on-top {
    margin-bottom: 40px;
  }

  .section-ancor {
    position: relative;
  }

  .sub-title {
    font-size: 15px;
    line-height: 21px;
  }

  .logo-map {
    width: 20vw;
    top: 4%;
    left: 24.5%;
  }

  .pin-map._01 {
    top: 36%;
    right: 65%;
  }

  .pin-map._02 {
    top: 44%;
    right: 55.5%;
  }

  .pin-map._03 {
    top: 15%;
    right: 43%;
  }

  .pin-map._04 {
    right: 37%;
  }

  .pin-map._05 {
    top: 35%;
    right: 4%;
  }

  .pin-map._06 {
    right: 28%;
  }

  .txt-map {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .point-map {
    width: 1.5vw;
    height: 1.5vw;
  }

  .masterplan-bg {
    height: 110vw;
  }

  .map-image {
    object-position: 64% 50%;
  }

  .slide-nav.is-hero {
    bottom: 17vw;
  }

  .footer_warpper {
    max-width: 100%;
  }

  .parallax-hover {
    background-image: linear-gradient(#00000026, #00000026);
  }

  .parallax-layer._01 {
    height: 100vw;
    top: 15vw;
  }

  .parallax-layer.luxury-lies {
    height: 110vw;
    margin-left: -15%;
    top: -5vw;
  }

  .parallax-layer.is-golf {
    height: 100vw;
    top: 14vw;
  }

  .parallax-layer.is-residential {
    height: 105vw;
    left: auto;
    right: auto;
  }

  .dropdown-map {
    top: 53%;
    right: 64%;
  }

  .dropdown-map._02 {
    top: 74%;
    left: 8%;
  }

  .dropdown-map._03 {
    top: 58%;
  }

  .dropdown-map._04 {
    top: 67%;
  }

  .dropdown-map._05 {
    top: 73%;
  }

  .dropdown-scroll.is-mobile {
    width: 330px;
    display: none;
  }

  .dropdown-img {
    height: 230px;
  }

  .parallax-txt_div {
    margin-bottom: 12vw;
  }

  .parallax-txt_div.is-last {
    max-width: 250px;
    margin-bottom: 40vw;
  }

  .parallax-txt_div.is-golf {
    margin-bottom: 32vw;
  }

  .parallax-txt_div.is-resodential {
    margin-bottom: 20vw;
  }

  .parallax-heading {
    font-size: 9vw;
    line-height: 9.5vw;
  }

  .parallax-gradient.is-golf {
    background-image: linear-gradient(0deg, #000000b3, #fff0 75%);
  }

  .scroll {
    height: 20vw;
  }

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

  .partner-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .reimax-logo {
    width: 80px;
    min-width: auto;
  }

  .caprera-logo {
    width: 200px;
    min-width: auto;
  }

  .studiofigus-logo {
    width: 150px;
    min-width: auto;
    height: auto;
  }

  .studiocampus-logo {
    width: 70px;
    min-width: auto;
  }

  .div-block-21 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .header-slide_hover {
    background-image: radial-gradient(circle, #0000004d, #fff0 40%), linear-gradient(#0000004d, #0000004d);
  }

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

  .line-map {
    height: 20vw;
  }

  .point-map-outline {
    width: 1.5vw;
    height: 1.5vw;
  }

  .absolute_txt {
    font-size: 2.2vw;
    line-height: 2.5vw;
    display: none;
    top: 19%;
    right: 14%;
  }

  .absolute_txt._01 {
    font-size: 2.2vw;
    line-height: 2.5vw;
    top: 41%;
    right: 9%;
  }

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

  .txt-small {
    font-size: 15px;
    line-height: 20px;
  }

  .icon-destination {
    width: 8vw;
    height: 8vw;
    top: 10vw;
  }

  .icon-destination.is-luxury-resort {
    width: 10vw;
  }

  .technical-background {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav-list_container {
    padding-bottom: 30px;
    display: none;
  }

  .legal-txt_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ancor {
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: -80px auto auto 0%;
  }

  .div-block-29 {
    opacity: .5;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 8vw;
    padding-right: 8vw;
    display: flex;
    position: absolute;
    inset: 10vw 0% auto;
  }

  .right-arrow, .left-arrow {
    bottom: 30vw;
  }

  .tab-row {
    width: 130px;
  }

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

  .div-block-30 {
    margin-bottom: 60px;
  }

  .collection-row {
    flex-flow: column;
  }

  .collection-tile {
    width: 100%;
    height: 250px;
    padding-bottom: 20px;
  }

  .tile-logo_wrap {
    width: 170px;
  }

  .nav_link_dropdown, .dropdown_link {
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-33 {
    flex-flow: column;
    padding-top: 5px;
    display: flex;
  }

  .navlink_small {
    color: #464646;
    padding-top: 10px;
    padding-bottom: 5px;
    text-decoration: none;
  }

  .lighbox-mobile {
    height: 65vw;
    display: flex;
  }

  .logo-tile {
    width: 140px;
  }

  .logo-tile.is-coralina {
    width: 220px;
  }

  .slider-aree {
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .mask-2 {
    min-width: 250px;
    min-height: 250px;
  }
}

#w-node-ade6de97-d700-2c9f-08aa-508690e15ac1-7cde0c40 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b3b00c5b-0507-db2d-a24a-1128fb4d99e8-7cde0c40, #w-node-b3b00c5b-0507-db2d-a24a-1128fb4d9a20-7cde0c40, #policyFlagsContainer.w-node-b3b00c5b-0507-db2d-a24a-1128fb4d9a23-7cde0c40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3b00c5b-0507-db2d-a24a-1128fb4d9a26-7cde0c40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-b3b00c5b-0507-db2d-a24a-1128fb4d9a27-7cde0c40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2447a4e1-895a-f87a-66b6-e94eff84a3bb-7cde0c40 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_381c46cd-4370-f275-269c-74dd03a65dca-7cde0c40, #w-node-aea8e68f-1d3a-36d4-1fd2-2c9c6a12d349-7cde0c40 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_97b80929-2875-e2a1-ad38-4c966163f414-7cde0c40, #w-node-_6b04d9fc-84b5-7c37-41fb-3a8d36329fc2-7cde0c40, #w-node-_6b04d9fc-84b5-7c37-41fb-3a8d36329fc4-7cde0c40, #w-node-bd455a81-b293-4d06-84ba-df0f5aaa1628-7cde0c40, #w-node-bd455a81-b293-4d06-84ba-df0f5aaa162a-7cde0c40, #w-node-_00f4893e-1fba-14c0-707f-471b3c0ad38e-7cde0c40, #w-node-_00f4893e-1fba-14c0-707f-471b3c0ad390-7cde0c40, #w-node-c90c8ca7-c5b0-d08d-7fd5-b96d52541003-7cde0c40, #w-node-c90c8ca7-c5b0-d08d-7fd5-b96d52541005-7cde0c40, #w-node-_1cd50764-e1cf-76b8-ed73-dbed30285e72-7cde0c40, #w-node-_1cd50764-e1cf-76b8-ed73-dbed30285e74-7cde0c40, #w-node-_09022ecf-2b67-c7f4-2944-a755333ddd60-7cde0c40, #w-node-_09022ecf-2b67-c7f4-2944-a755333ddd62-7cde0c40, #w-node-_88bc1bf5-1794-88d8-6b80-aeede7700bb4-7cde0c40, #w-node-_88bc1bf5-1794-88d8-6b80-aeede7700bb6-7cde0c40, #w-node-_2055e34d-f53f-078a-5398-7f5f6699f383-7cde0c40, #w-node-_2055e34d-f53f-078a-5398-7f5f6699f385-7cde0c40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ade6de97-d700-2c9f-08aa-508690e15ac1-7cde0c40 {
    grid-area: 1 / 3 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b3b00c5b-0507-db2d-a24a-1128fb4d99e8-7cde0c40, #w-node-b3b00c5b-0507-db2d-a24a-1128fb4d9a20-7cde0c40, #policyFlagsContainer.w-node-b3b00c5b-0507-db2d-a24a-1128fb4d9a23-7cde0c40, #w-node-b3b00c5b-0507-db2d-a24a-1128fb4d9a26-7cde0c40 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2447a4e1-895a-f87a-66b6-e94eff84a3bb-7cde0c40 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2447a4e1-895a-f87a-66b6-e94eff84a3bb-7cde0c40 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }
}


