:root {
  --white: white;
  --raisin-black: #242124;
  --black: #000;
  --sun-tan: #dba380;
  --gentle-taupe: #e8e8de;
  --body: #f5f5f0;
  --gray-chateau: #9eabb0;
  --matte-beach: #c9b599;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  background-color: var(--white);
  color: var(--raisin-black);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ivymode, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
  line-height: 1.8;
}

a {
  text-decoration: underline;
}

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

.nav_component {
  z-index: 10;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.header_component {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 101svh;
  min-height: 800px;
}

.header_component.contatti {
  height: 50vh;
  min-height: auto;
}

.header_component.listing {
  min-height: auto;
}

.header_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_container.is-gallery {
  flex-flow: column;
}

.header_container.is-contatti {
  height: 45vh;
}

.header_container.listing {
  height: 80svh;
}

.header_wrap {
  z-index: 4;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 10vh;
  display: flex;
  position: relative;
}

.header_wrap.align-center {
  margin-top: 80px;
}

.header_wrap.align-center.is-gallery {
  margin-top: 0;
  margin-bottom: 8vh;
}

.header_wrap.align-center.is-technical {
  margin-top: 0;
}

.header_wrap.align-center.is-contatti {
  margin-top: 17vh;
}

.header_wrap.align-top {
  margin-top: 0;
  margin-bottom: 45vh;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.menu-btn {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 70px;
  height: 50px;
  display: flex;
  position: relative;
}

.line-menu-btn {
  background-color: var(--white);
  width: 100%;
  height: 2px;
}

.nav-logo_contain {
  z-index: 1;
  width: 210px;
  height: 45px;
  position: relative;
}

.nav-logo_img {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.nav-logo_img.is-dark {
  z-index: 1;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.header-background {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.header-background_img.gallery {
  filter: blur(5px);
  object-position: 50% 0%;
  width: 105%;
  max-width: 105%;
}

.header-background_img.contatti {
  object-position: 50% 60%;
}

.header-background_img.promo {
  object-position: 50% 85%;
}

.header-background_img.appartamenti {
  object-position: 50% 60%;
}

.header-hover {
  z-index: 2;
  background-image: linear-gradient(#fff0 45%, #00000073), linear-gradient(#0003, #0003), linear-gradient(#0000004d, #fff0 10%);
  position: absolute;
  inset: 0%;
}

.header-hover.architettura {
  background-image: linear-gradient(#fff0 50%, #0009), linear-gradient(#0003, #0003), linear-gradient(#0000004d, #fff0 10%);
}

.header-hover.appartamenti {
  background-image: linear-gradient(#fff0 50%, #00000073 80%), linear-gradient(#0003, #0003), linear-gradient(#0000004d, #fff0 10%);
}

.header-hover.gallery {
  background-image: radial-gradient(circle closest-corner, #000000b3, #fff0 60%), linear-gradient(#00000080, #00000080), linear-gradient(#0009, #fff0 20%);
}

.header-hover.contatti {
  background-image: linear-gradient(#fff0 45%, #00000073), linear-gradient(#0006, #0006), linear-gradient(#0000004d, #fff0 10%);
}

.header-hover.is-technical {
  background-image: linear-gradient(#00000073, #00000073), linear-gradient(#0000004d, #fff0 10%);
}

.header-hover.homepage {
  background-image: linear-gradient(#fff0 40%, #00000080), linear-gradient(#00000040, #00000040), linear-gradient(#0000004d, #fff0 10%);
}

.header-hover.listing {
  background-image: linear-gradient(#fff0 50%, #00000073 80%), linear-gradient(#0000004d, #0000004d), linear-gradient(#0000004d, #fff0 10%);
}

.header-hover.personalizzazioni {
  background-image: linear-gradient(#fff0 50%, #00000073 80%), linear-gradient(#0003, #0003), linear-gradient(#0000004d, #fff0 10%);
}

.header-hover.promo {
  background-image: linear-gradient(180deg, #fff0 40%, #000000a6 91%, var(--black)), linear-gradient(to bottom, #0000004d, #0000004d), linear-gradient(180deg, #0000004d, #fff0 10%);
}

.heading-1.is-promo {
  border-bottom: 2px solid var(--sun-tan);
  flex-flow: column;
}

.heading-1.is-gallery {
  margin-bottom: 10px;
}

.heading_wrap.is-hero {
  max-width: 700px;
  overflow: hidden;
}

.subheading_wrap.is-hero {
  max-width: 600px;
}

.subheading_wrap.is-promo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.header-scroll {
  border: 2px solid var(--white);
  width: 180px;
  height: 50px;
  color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header-scroll.technical {
  width: auto;
  height: auto;
  margin-top: 0;
}

.scroll-txt {
  font-weight: 600;
}

.page_wrapper {
  background-color: var(--gentle-taupe);
  min-height: 100vh;
}

.page_wrapper.no-min-h, .page_wrapper.contatti {
  min-height: auto;
}

.page_wrapper.is-technical {
  background-color: var(--body);
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
}

.menu_component {
  z-index: 11;
  width: 100vw;
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu_content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

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

.nav-link {
  color: var(--raisin-black);
  font-family: ivymode, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.nav-link.w--current {
  border-bottom: 2px solid var(--sun-tan);
}

.nav-link.is-promo {
  color: var(--body);
}

.menu-list {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.menu-list-item {
  padding-bottom: 10px;
  position: relative;
}

.menu-list-item.is-promo {
  background-color: var(--sun-tan);
  border-radius: 10px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.menu-list-item.is-listing {
  justify-content: flex-start;
  align-items: flex-end;
}

.menu-contact_wrap {
  z-index: 2;
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  display: flex;
  position: relative;
}

.close-menu-btn {
  z-index: 2;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: 15px 5vw auto auto;
}

.menu-bg {
  background-color: var(--gentle-taupe);
  background-image: linear-gradient(0deg, var(--gentle-taupe), #fff0 50%), linear-gradient(140deg, #dba3804d, #0000 53%), linear-gradient(270deg, #0000 35%, var(--body)), linear-gradient(to bottom, #e8e8def2, #e8e8def2), url('../images/iStock-178989885.webp');
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-position: 0 0, 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.nav-link-line {
  background-color: var(--sun-tan);
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-link-line.w--current, .nav-link-line.is-promo {
  display: none;
}

.menu-logo_wrap {
  width: 80px;
  height: 45px;
}

.menu-logo_wrap.residenze-immobiliare {
  width: 150px;
}

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

.menu-flex_wrap {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

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

.section {
  background-color: var(--body);
  position: relative;
}

.section.is-intro {
  padding: 10vw 5vw;
}

.section.is-intro.is-absolute {
  z-index: 2;
  background-color: #f5f5f000;
  background-image: linear-gradient(180deg, var(--body), var(--gentle-taupe) 40%, #e8e8de80 75%, #0000);
  position: absolute;
  inset: 0% 0% auto;
}

.section.is-intro.is-absolute.is-appartamenti {
  background-image: linear-gradient(180deg, var(--body), #e8e8de80 30%, #0000 50%);
}

.section.is-intro.is-absolute.black {
  background-image: linear-gradient(#000000b8, #fff0);
}

.section.is-intro.personalizzazioni {
  padding-bottom: 2vw;
}

.section.padding {
  padding: 8vw 5vw;
}

.section.padding.gap-top {
  margin-top: 40vw;
}

.section.padding.gap-top.color-matte-beach {
  background-color: var(--gentle-taupe);
  background-image: linear-gradient(180deg, #0000 70%, var(--gentle-taupe)), radial-gradient(circle farthest-corner at 50% 50%, var(--gentle-taupe), #0000), linear-gradient(to bottom, #e8e8dee6, #e8e8dee6), url('../images/iStock-178989885.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  margin-top: 0;
}

.section.padding.color-gentle-taupe {
  background-color: var(--gentle-taupe);
}

.section.padding.color-gentle-taupe.bg {
  background-image: linear-gradient(180deg, #e8e8de80, var(--gentle-taupe) 71%), url('../images/drew-beamer-pek8uLQauMk-unsplash_mod.jpg');
  background-position: 0 0, 50%;
}

.section.padding.color-gentle-taupe.promo {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #e8e8deb3, #fff0), linear-gradient(180deg, #fff0, #fff0 50%, var(--gentle-taupe)), linear-gradient(to bottom, #e8e8def2, #e8e8def2), url('../images/iStock-178989885.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
}

.section.padding.push {
  z-index: 6;
  background-color: var(--sun-tan);
  background-image: linear-gradient(45deg, var(--sun-tan), #fff0), linear-gradient(to bottom, #dba380e6, #dba380e6), url('../images/Movea_monogram-grey.svg');
  background-position: 0 0, 0 0, 0 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.padding.color-grey-chateau {
  background-color: var(--gray-chateau);
}

.section.padding.color-grey-chateau.bg {
  background-image: linear-gradient(180deg, #0000 60%, var(--gray-chateau)), linear-gradient(to bottom, #9eabb04d, #9eabb04d), url('../images/yue-ma-bp2TuVlTydc-unsplash_mod.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.padding.color-matte-beach {
  background-color: var(--matte-beach);
}

.section.padding.color-matte-beach.bg {
  background-image: linear-gradient(180deg, #0000 80%, var(--matte-beach)), url('../images/boliviainteligente-38fiUEzYixk-unsplash_mod.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.padding.is-contatti {
  z-index: 3;
  background-image: linear-gradient(90deg, var(--body), #fffffe05 50%, #fff0), linear-gradient(to bottom, #f5f5f0a6, #f5f5f0a6), url('../images/Movea_monogram-grey.svg');
  background-position: 0 0, 0 0, 0 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  display: flex;
}

.section.padding-small {
  padding: 5vw;
}

.section.padding-small.push {
  background-color: var(--sun-tan);
  background-image: linear-gradient(#dba380f2, #dba380f2), url('../images/iStock-178989885.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.section.padding-top {
  padding-top: 10vw;
  padding-left: 5vw;
  padding-right: 5vw;
}

.section.is-video {
  position: absolute;
}

.section.is-full-img {
  position: relative;
  top: 40vw;
}

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

.section.aling-center.color-gentle-taiupe {
  background-color: var(--gentle-taupe);
}

.section.padding-btn-copy {
  padding-bottom: 10vw;
  padding-right: 5vw;
}

.section.padding-btn-copy.color-gentle-taupe {
  background-color: var(--gentle-taupe);
  background-image: linear-gradient(60deg, #fff, #0000 50%);
}

.section.padding-btn-copy.color-gentle-taupe-copy {
  background-color: #635241;
  background-image: linear-gradient(#fff0 20%, #000);
}

.section.padding-btn-copy.no-pad-lateral {
  padding-right: 0;
}

.section.padding-vert {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.section.padding-vert.gradient-gentle-taupe {
  background-image: linear-gradient(180deg, white, var(--gentle-taupe));
}

.section.padding-btn {
  padding-bottom: 10vw;
  padding-left: 0;
  padding-right: 0;
}

.section.padding-btn.color-grey-chateau {
  background-color: var(--gray-chateau);
}

.section.padding-btn.color-gentle-taupe {
  background-color: var(--gentle-taupe);
}

.section.padding-top-copy {
  padding-top: 10vw;
}

.section.padding-top-copy.color-gentle-taupe, .section.color-gentle-taupe {
  background-color: var(--gentle-taupe);
}

.section.color-gentle-taupe.xa {
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--gentle-taupe), #fff0), linear-gradient(180deg, var(--gentle-taupe), #fff0 30%), linear-gradient(to bottom, #e8e8def2, #e8e8def2), url('../images/iStock-178989885.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
}

.section.gap-10vw {
  position: relative;
  top: -10vw;
}

.section.padding-btn-copy {
  padding-bottom: 10vw;
}

.section.is-tecnical {
  background-color: #f5f5f000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 220px 5vw 10vw;
  display: none;
}

.section.padding-btn__2 {
  padding-bottom: 10vw;
  padding-left: 0;
  padding-right: 0;
}

.section.padding-btn__2.color-grey-chateau {
  background-color: var(--gray-chateau);
}

.section.padding-btn__2.color-gentle-taupe {
  background-color: var(--gentle-taupe);
}

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

.container {
  position: relative;
}

.container.is-video {
  background-image: linear-gradient(180deg, #0000, var(--body) 80%);
  padding-left: 5vw;
  padding-right: 5vw;
}

.container.align-center {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.container.is-developer {
  border-top: 1px solid var(--white);
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 5vw;
  padding-top: 5vw;
  display: flex;
}

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

.intro-txt {
  color: var(--raisin-black);
  font-family: ivymode, sans-serif;
  font-size: 35px;
  line-height: 1.4;
}

.intro-txt.color-gentle-taupe {
  color: var(--gentle-taupe);
  background-color: #0000;
}

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

.intro-txt_wrap {
  max-width: 55%;
}

.div-block-4 {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-4.personalizzazioni {
  justify-content: space-between;
}

.intro-half_wrap {
  flex: 1;
}

.small-intro_txt {
  color: var(--sun-tan);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.small-intro_txt.color-black {
  color: var(--raisin-black);
}

.small-intro_txt.colo-white {
  color: var(--white);
  margin-bottom: 0;
}

.video_component {
  z-index: 3;
  aspect-ratio: 16 / 9;
  background-color: var(--black);
  border-radius: 10px;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

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

.image_wrap.is-portrait {
  aspect-ratio: 2 / 3;
  width: 42vw;
  height: 48vw;
  min-height: 700px;
  max-height: 90vh;
}

.image_wrap.is-moodboard {
  aspect-ratio: 2 / 3;
  width: 50vw;
  height: 45vw;
  min-height: 650px;
  max-height: 90vh;
}

.image_wrap.is-moodboard.radius-right {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.image_wrap.is-half-size {
  aspect-ratio: 2 / 3;
  width: 50vw;
  height: 45vw;
  min-height: 650px;
  max-height: 90vh;
}

.image_wrap.is-half-size.radius-right {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.image_wrap.is-half-size.radius-left {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.image_wrap.radius {
  border-radius: 10px;
}

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

.image-cover.align-btn {
  object-position: 50% 100%;
}

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

.flex-horizontal_wrap {
  display: flex;
}

.div-block-7 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  display: flex;
}

.small-title-paragraph {
  color: var(--sun-tan);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.small-title-paragraph.color-gentle-taupe {
  color: var(--gentle-taupe);
}

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

.small-title-paragraph.is-push {
  z-index: 1;
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
}

.title-paragraph {
  color: var(--raisin-black);
  font-family: ivymode, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
}

.title-paragraph.color-sun-tan {
  color: var(--sun-tan);
}

.title-paragraph.tiles {
  z-index: 2;
  color: var(--white);
  position: relative;
}

.title-paragraph.color-gentle-taupe {
  color: var(--gentle-taupe);
}

.title-paragraph.color-white {
  max-width: 700px;
  color: var(--white);
}

.title-paragraph.gallery {
  z-index: 2;
  color: var(--white);
  position: relative;
}

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

.text_wrap.align-stretch {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.text_wrap.align-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text_wrap.align-center.is-absolute {
  z-index: 2;
  position: absolute;
  top: 5vh;
}

.text_wrap.align-center.is-absolute.is-promo {
  top: 15vh;
}

.text_wrap.align-center.gallery-home {
  z-index: 4;
  position: absolute;
}

.text_wrap.align-stretch-copy {
  z-index: 2;
  flex-flow: column;
  align-self: stretch;
  max-width: 40vw;
  display: none;
  position: absolute;
  inset: 30vh 10vh auto auto;
}

.text_wrap.align-horiz {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.par_wrap {
  grid-column-gap: 4vh;
  grid-row-gap: 4vh;
  flex-flow: column;
  margin-top: 8vh;
  display: flex;
}

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

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

.paragraph-txt.color-gentle-taupe {
  color: var(--gentle-taupe);
}

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

.paragraph-txt.centred {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-txt.disclaimer {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-style: italic;
}

.title-par_warp {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  display: flex;
}

.title-par_warp.max-w {
  max-width: 600px;
}

.button_positive {
  border: 2px solid var(--sun-tan);
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.button_positive.margin-top {
  margin-top: 4vh;
}

.button_positive.centred {
  align-self: center;
}

.btn-txt_positive {
  color: var(--raisin-black);
  font-weight: 600;
}

.nav-background {
  background-color: var(--body);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 0%;
  position: absolute;
  inset: 0%;
}

.color-sun-tan {
  color: var(--sun-tan);
}

.typologic_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr .5fr 1fr;
}

.typologic-grid_wrap {
  z-index: 3;
  margin-top: 5vw;
  position: relative;
  overflow: hidden;
}

.tiles_contain {
  height: 25vw;
  min-height: 350px;
  color: var(--white);
  cursor: default;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tiles_contain.radius-1 {
  border-top-left-radius: 10px;
}

.tiles_contain.radius-2 {
  border-top-right-radius: 10px;
}

.tiles_contain.radius-3 {
  border-bottom-left-radius: 10px;
}

.tiles_contain.radius-4 {
  border-bottom-right-radius: 10px;
}

.tiles-image {
  position: absolute;
  inset: 0%;
}

.loader_component {
  z-index: 20;
  background-color: var(--gentle-taupe);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--gentle-taupe), #0000), linear-gradient(to bottom, #e8e8dee6, #e8e8dee6), url('../images/iStock-178989885.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-logo {
  width: 300px;
  overflow: hidden;
}

.loader-line_wrap {
  background-color: #0000001a;
  width: 300px;
  height: 3px;
  margin-top: 5vh;
  position: absolute;
  inset: auto auto 10vh;
}

.loader-line {
  background-color: var(--sun-tan);
  width: 0%;
  height: 100%;
}

.full-img-verical_wrap {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 120vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-img-verical_wrap.architettura-1 {
  background-color: var(--raisin-black);
  height: 90vw;
  min-height: 900px;
}

.full-img-verical_wrap.appartamenti-1 {
  height: 75vw;
  min-height: 850px;
}

.full-img-verical_wrap.personalizzazioni {
  height: 65vw;
}

.full-img-vertical-hover {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--body) 3%, #f5f5f00f 32%, #f5f5f000 39%);
  display: none;
  position: absolute;
  inset: 0%;
}

.full-img-vertical-hover.is-dark {
  background-image: linear-gradient(#000, #0000 35%);
}

.full-img-vertical-hover.is-light {
  background-image: linear-gradient(180deg, var(--gentle-taupe), #f5f5f000 40%);
}

.full-img-vertical-hover.is-apprtamenti {
  background-image: linear-gradient(180deg, var(--gentle-taupe), #f5f5f000 31%);
}

.full-img-vertical-hover.is-personalizzazioni {
  background-image: linear-gradient(180deg, var(--body), #f5f5f00f 25%, #f5f5f000 40%);
  display: flex;
}

.tile-price-txt {
  color: var(--sun-tan);
  white-space: nowrap;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.text-block-4 {
  font-weight: 600;
}

.div-block-9 {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: auto auto 3vh;
}

.tiles-hover {
  z-index: 1;
  background-image: linear-gradient(#fff0 60%, #00000080), linear-gradient(#00000073, #00000073);
  position: absolute;
  inset: 0%;
}

.btn-floorplan {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--raisin-black);
  cursor: pointer;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  padding: 10px 10px 10px 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 3vh;
}

.icon-plus {
  width: 20px;
  height: 20px;
  color: var(--sun-tan);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.floorplan-lightbox {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.full-img-horiz_wrap {
  width: 100%;
  height: 90vw;
  min-height: 1200px;
  position: relative;
  top: -10vw;
  overflow: hidden;
}

.full-img-horiz_wrap.no-gap {
  top: 0;
}

.full-img-horiz_wrap.is-bedroom {
  height: 80vw;
  min-height: 900px;
  top: 0;
}

.full-img-horiz_wrap.is-bedroom.promo {
  height: 75vw;
  min-height: 800px;
}

.full-img-vertical-hover-copy {
  z-index: 1;
  background-image: linear-gradient(#fff, #0000 20%);
  position: absolute;
  inset: 0%;
}

.full-img-horiz-hover {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--body), #0000 50%);
  position: absolute;
  inset: 0%;
}

.full-img-horiz-hover.is-dark {
  background-image: linear-gradient(#14110e, #000c 10%, #0000 40%);
}

.full-img-horiz-hover.is-promo {
  background-image: linear-gradient(180deg, var(--black), #000c 10%, #0000 40%);
}

.full-img-section {
  z-index: 3;
  border-radius: 10px;
  margin-left: 5vw;
  margin-right: 5vw;
  display: block;
  position: relative;
  overflow: hidden;
}

.half-bg-section {
  background-color: var(--gentle-taupe);
  height: 50%;
  position: absolute;
  inset: 0%;
}

.half-bg-section.color-grey-chateau {
  background-color: var(--gray-chateau);
}

.half-bg-section.color-matte-beach {
  background-color: var(--matte-beach);
}

.half-bg-section.color-gentle-taupe {
  background-color: var(--gentle-taupe);
}

.footer_component {
  z-index: 6;
  background-color: var(--gray-chateau);
  width: 100%;
  color: var(--white);
  padding: 40px 5vw;
  font-size: 12px;
  position: relative;
}

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

.footer-logo-img {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.footer-logo-img.is-dark {
  z-index: 1;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.footer-logo {
  width: 210px;
}

.footer-link {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover, .footer-link.w--current, .footer-link.legal {
  text-decoration: underline;
}

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

.footer_column.max-w {
  width: 350px;
}

.footer-txt {
  color: var(--white);
  font-size: 12px;
  line-height: 1.2;
}

.footer-txt.legal {
  font-size: 10px;
}

.partner-logo {
  width: 80px;
  height: 45px;
}

.partner-logo.residenze-immobiliare {
  filter: invert();
  width: 130px;
}

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

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

.image-contain.mobile-show {
  display: none;
}

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

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

.number-link {
  color: var(--white);
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

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

.div-block-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 10px;
  display: flex;
}

.typologic-disclaimer {
  z-index: 4;
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
}

.label-typo {
  z-index: 2;
  background-color: var(--gray-chateau);
  border-bottom-left-radius: 10px;
  padding: 5px 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-7 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.moodboard-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1.5fr .5fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}

.moodboard-grid.is-lifestyle {
  grid-template-columns: 1fr 1.5fr;
}

.map {
  height: 45vw;
}

.gold-line {
  z-index: 3;
  background-image: url('../images/video-noise.png'), linear-gradient(45deg, #e1ba87, #f3dcaa 25%, #c99266);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  width: 100%;
  height: 8px;
  position: absolute;
  inset: auto 0% 0%;
}

.gold-line.align-top {
  inset: 0% 0% auto;
}

.lines {
  z-index: 2;
  opacity: .23;
  width: 100%;
  height: 30vw;
  position: absolute;
  bottom: -116px;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.lines.centred {
  bottom: 25%;
}

.pattern-img {
  object-position: 0% 50%;
  width: 100vw;
  max-width: none;
  position: absolute;
  left: 0;
}

.pattern-img.personalizzazioni {
  inset: auto 0% 0%;
}

.btn-icon {
  width: 20px;
  height: 20px;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.btn-icon.appartamento {
  color: var(--raisin-black);
}

.btn-icon.listing {
  color: var(--raisin-black);
  margin-right: 5px;
}

.button_negative {
  border: 2px solid var(--white);
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 50px;
  display: flex;
}

.btn--txt_negative {
  color: var(--white);
  font-weight: 600;
}

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

.slider-gallery_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45vw;
  min-height: 650px;
  max-height: 90vh;
  display: flex;
  position: relative;
}

.slider-gallery_wrap.is-full {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.slider-gallery_wrap.is-tile-gallery {
  z-index: 2;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.slider-gallery_wrap.personalizzazioni {
  max-height: 80vh;
}

.slide-gallery_contain {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-gallery-hover {
  z-index: 3;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.slide-image.align-btn {
  object-position: 50% 100%;
}

.slide-image.align-top {
  object-position: 50% 0%;
}

.slide-image.align-left {
  object-position: 65% 50%;
}

.monogram-pattern {
  background-image: url('../images/Movea_monogram-grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12vw;
  height: 10vw;
  position: absolute;
  inset: -7vw 0% auto auto;
}

.monogram-pattern.align-btn {
  z-index: 2;
  background-image: url('../images/Movea_monogram-orange.svg');
  inset: auto auto -3.5vw 0%;
}

.monogram-pattern.align-btn.color {
  background-image: url('../images/Movea_monogram-grey.svg');
}

.monogram-pattern.align-btn.index-up {
  z-index: 3;
}

.monogram-pattern.is-big {
  filter: brightness(105%);
  width: 20vw;
  height: 15vw;
  inset: auto 0% 0% auto;
}

.monogram-pattern.is-big.color-orange {
  filter: none;
  background-image: url('../images/Movea_monogram-orange.svg');
}

.monogram-pattern.is-big.align-left {
  bottom: -.5vw;
  left: 0;
  right: auto;
}

.monogram-pattern.is-big.gallery {
  z-index: 2;
  opacity: .2;
  bottom: -.5vw;
}

.monogram-pattern.is-big.personalizzazioni {
  opacity: .5;
  bottom: -.5vw;
}

.monogram-pattern.is-big.align-left-copy, .monogram-pattern.is-big.align-top-left {
  inset: -.5vw auto auto 0%;
}

.monogram-pattern.is-big.align-top-right {
  z-index: 1;
  inset: -.5vw 0 auto auto;
}

.monogram-pattern.is-big.align-top-right.is-promo {
  z-index: 2;
  width: 12vw;
  height: 10vw;
  top: -6vw;
  left: 0;
  right: auto;
}

.monogram-pattern.color-orange {
  background-image: url('../images/Movea_monogram-orange.svg');
}

.monogram-pattern.color-orange.is-promo {
  z-index: 2;
}

.monogram-pattern.color-light {
  opacity: .5;
}

.monogram-pattern.is-card {
  opacity: .3;
  background-image: url('../images/Movea_monogram-orange.svg');
  width: 6vw;
  height: 4vw;
  inset: -2vw -2vw auto auto;
}

.monogram-pattern.is-promo {
  z-index: 2;
  opacity: .38;
}

.scroll {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.scroll_text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
}

.scroll_animation {
  height: 50px;
}

.semibold {
  font-weight: 600;
}

.button_push {
  border: 2px solid var(--white);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.project-logo_wrap {
  z-index: 2;
  width: 230px;
  height: 115px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.btn-txt_negative {
  color: var(--raisin-black);
  font-weight: 600;
}

.label-consegna {
  z-index: 2;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  background-color: var(--sun-tan);
  color: var(--white);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px 20px;
  font-family: ivymode, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  position: absolute;
  inset: auto 0% 7vh auto;
}

.developer-logo_link {
  width: 120px;
  height: 70px;
}

.developer-logo_link.residenz-immobiliare {
  width: 200px;
}

.developer-logo_link.residenz-immobiliare.is-conttati {
  filter: none;
  height: 45px;
}

.div-block-15 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 25px;
  display: flex;
}

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

.developer-tel-_link {
  color: var(--white);
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.lines-section {
  z-index: 1;
  opacity: .23;
  width: 100%;
  height: 30vw;
  position: absolute;
  bottom: 25%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.lines-section.centred {
  bottom: 25%;
}

.lines-section.align-top {
  inset: 0% 0% auto;
}

.lines-section.align-btn {
  inset: auto 0% 0%;
}

.lines-section.align-btn.filters {
  filter: brightness(200%);
}

.lines-section.align-top-copy {
  inset: 35% 0% auto;
}

.lines-section.personalizzazioni {
  z-index: 0;
  inset: -20% 0% auto;
}

.pattern-img-section {
  object-position: 0% 50%;
  width: 100vw;
  max-width: none;
  position: absolute;
  left: 0;
}

.header_component_home {
  width: 100%;
  height: 101svh;
  min-height: 750px;
}

.full-moodboard-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 50% 16% 33%;
  grid-template-columns: 1fr 1fr 1.2fr;
  width: 100%;
  height: 45vw;
  max-height: 90vh;
}

.full-moodboard-grid_wrap {
  z-index: 3;
  position: relative;
}

.div-block-17 {
  padding: 10vw 5vw;
}

.half-bg-section-copy {
  background-color: #655244;
  background-image: linear-gradient(180deg, #fff0 50%, #000c), linear-gradient(180deg, var(--gentle-taupe) 20%, #fff0);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.half-bg-section-copy.color-grey-chateau {
  background-color: var(--gray-chateau);
}

.half-bg-section-copy.color-matte-beach {
  background-color: var(--matte-beach);
}

.half-bg-section-copy.color-gentle-taupe {
  background-color: var(--gentle-taupe);
}

.div-block-18 {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-17-copy {
  padding: 0 5vw 10vw;
}

.gallery-btn {
  border: 2px solid var(--sun-tan);
  width: 200px;
  height: 50px;
  color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.gallery-card_wrap {
  z-index: 3;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  margin-top: 4vw;
  display: flex;
  position: relative;
}

.icon-arrow_slide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.gallery-tile {
  justify-content: center;
  align-items: center;
  width: 33.3%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

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

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

.gallery-tile-bg.esterni {
  background-image: url('../images/AC1665_VPExterior01_Teaser_Rev00.webp');
}

.gallery-card {
  background-color: var(--raisin-black);
  border-radius: 10px;
  width: 22vw;
  min-width: 250px;
  height: 22vw;
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

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

.gellry-card-bg {
  height: 100%;
  min-height: auto;
  color: var(--white);
  cursor: default;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gellry-card-bg.radius-1 {
  border-top-left-radius: 10px;
}

.gellry-card-bg.radius-2 {
  border-top-right-radius: 10px;
}

.gellry-card-bg.radius-3 {
  border-bottom-left-radius: 10px;
}

.gellry-card-bg.radius-4 {
  border-bottom-right-radius: 10px;
}

.btn-gallery {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--raisin-black);
  cursor: pointer;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  padding: 10px 10px 10px 20px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto auto 20px;
}

.video-popup_component {
  z-index: 30;
  background-color: var(--black);
  flex-flow: column;
  display: none;
  position: fixed;
  inset: 0%;
}

.video {
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.x_wrap {
  z-index: 10;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.x_asta-2 {
  background-color: #000;
  flex: none;
  width: 2px;
  height: 40%;
  position: absolute;
  transform: rotate(45deg);
}

.x_asta-2.negative {
  background-color: #fff;
}

.x_asta-2.negative._2 {
  transform: rotate(-45deg);
}

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

.form_link {
  color: #dba380;
  transition: color .2s;
}

.form_link:hover {
  color: #c9b599;
}

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

.form_field {
  height: 50px;
  color: var(--raisin-black);
  border-radius: 10px;
  margin-bottom: 0;
  font-size: 16px;
}

.form_field:focus {
  border: 1px solid var(--sun-tan);
}

.form_field::placeholder {
  color: var(--gray-chateau);
  font-size: 14px;
  line-height: 1;
}

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

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

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

.form_field.text-capitalize-everyword {
  background-color: var(--white);
  text-transform: capitalize;
}

.button-submit {
  background-color: #dba380;
  border-radius: 10px;
  align-self: center;
  width: 230px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  transition: all .3s;
}

.button-submit:hover {
  background-color: var(--gray-chateau);
}

.form_checkbox_wrapper {
  text-align: left;
}

.form_checkbox {
  color: #000;
  background-color: #fff;
  width: 16px;
  height: 16px;
}

.form_checkbox.w--redirected-checked {
  border: 1px solid var(--sun-tan);
  background-color: var(--sun-tan);
}

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

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

.form_component {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.form_checkbox_label {
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.4;
}

.form_text {
  color: #242124;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.form_label {
  color: var(--sun-tan);
  font-size: 16px;
  font-weight: 600;
}

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

.div-block-19 {
  width: 55vw;
}

.div-block-20 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 10vw;
  display: flex;
}

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

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

.div-block-16-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  max-width: 400px;
  display: flex;
}

.text-block-8 {
  font-family: ivymode, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.intro-txt-copy.color-gentle-taupe {
  color: var(--gentle-taupe);
  background-color: #0000;
}

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

.div-block-23 {
  width: 100%;
  height: 100%;
}

.technical_link {
  color: var(--sun-tan);
  text-decoration: none;
  transition: color .3s;
}

.technical_link:hover {
  color: var(--gentle-taupe);
}

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

.text-span {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.small-intro_txt-copy {
  color: var(--sun-tan);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.small-intro_txt-copy.color-black {
  color: var(--raisin-black);
}

.button_positive-technical {
  border: 2px solid var(--sun-tan);
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.button_positive-technical.margin-top {
  margin-top: 4vh;
}

.section_legal {
  width: 100%;
  min-height: 100vh;
  padding: 220px 5vw 10vw;
}

.note_txt h1 {
  color: var(--sun-tan);
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
}

.note_txt h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.note_txt a {
  color: var(--sun-tan);
  font-weight: 500;
}

.cookiebot {
  width: 100%;
}

.div-block-4-copy {
  justify-content: center;
  align-items: center;
  max-width: 80vw;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-slider, .header-slide {
  width: 100%;
  height: 100%;
}

.header-slide_content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.header-slide_img {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.header-slide_img.gallery {
  filter: blur(5px);
  object-position: 50% 0%;
  width: 105%;
  max-width: 105%;
}

.header-slide_img.contatti {
  object-position: 50% 60%;
}

.header-slide_mask {
  width: 100%;
  height: 100%;
}

.right-arrow {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .35s;
  display: flex;
  inset: auto auto 5vh 165px;
}

.right-arrow:hover {
  opacity: 1;
}

.slide-nav {
  inset: auto auto 5vh 100px;
}

.left-arrow {
  opacity: .5;
  width: 50px;
  height: 50px;
  color: var(--gentle-taupe);
  justify-content: center;
  align-items: center;
  transition: all .35s;
  display: flex;
  inset: auto auto 5vh 50px;
}

.left-arrow:hover {
  opacity: 1;
}

.icon-reset {
  width: 15px;
  height: 15px;
  color: var(--body);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-24 {
  background-color: var(--sun-tan);
  text-align: center;
  background-image: linear-gradient(#dba380e6, #dba380e6), url('../images/Movea_monogram-grey.svg');
  background-position: 0 0, 50% 45%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-24.personalizzazioni {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 0;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.div-block-25 {
  background-color: var(--sun-tan);
  width: 20px;
  height: 20px;
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.apartment-list-wrapper {
  background-color: var(--body);
  background-image: linear-gradient(45deg, var(--body), #fffffe05 50%, #fff0), linear-gradient(to bottom, #f5f5f0a6, #f5f5f0a6), url('../images/Movea_monogram-grey.svg');
  background-position: 0 0, 0 0, 0 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  margin-top: -21svh;
}

.sticky {
  z-index: 10;
  background-color: var(--white);
  padding: 70px 5vw 25px;
  font-weight: 500;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.code-block.appartamento {
  width: 100%;
}

.div-block-26 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.filter-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.filter-wrapper.align-left {
  justify-content: flex-start;
  align-items: center;
}

.flex-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.is-auto {
  width: auto;
}

.tecma-multiselect-wrapper {
  flex: 1;
  min-width: 150px;
  max-height: 50px;
  margin-top: 5px;
}

.button_component {
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  font-weight: 600;
  display: flex;
}

.button-resest_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--sun-tan);
  opacity: .75;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.button-resest_wrap:hover {
  opacity: 1;
}

.button-resest_wrap.margin-top {
  margin-top: 4vh;
}

.apt-icon {
  width: 20px;
  height: 20px;
  color: var(--sun-tan);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.button_secondary.sort {
  background-color: var(--white);
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.text-block-9 {
  font-weight: 600;
}

.text-span-2 {
  color: var(--sun-tan);
  font-weight: 700;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
  padding: 10px 5vw;
}

.tecma-template {
  flex-flow: column;
  display: flex;
}

.apt-image {
  background-color: var(--white);
  align-self: center;
  width: 100%;
}

.image {
  object-fit: contain;
  width: 18vw;
  height: 20vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

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

.text-block-10 {
  color: var(--sun-tan);
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  font-weight: 700;
}

.text-block-11 {
  font-size: 22px;
  font-weight: 600;
}

.apt-info-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.apt-info-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.apt-info {
  white-space: nowrap;
  font-weight: 500;
}

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

.div-block-28 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-info-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-listing {
  border: 2px solid var(--sun-tan);
  width: 230px;
  height: 50px;
  color: var(--raisin-black);
  cursor: pointer;
  background-color: #3898ec00;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: all .35s;
  display: flex;
}

.button-listing:hover {
  background-color: var(--sun-tan);
  color: var(--body);
}

.pagination {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 600;
  display: flex;
}

.div-block-29 {
  background-color: var(--sun-tan);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-12 {
  color: var(--white);
  font-weight: 600;
}

.text-span-3 {
  font-weight: 400;
}

.loader {
  width: 100px;
  height: 100px;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 80vh 0% auto;
}

.div-block-30.appartamento {
  position: static;
}

.apartment-detail-wrapper {
  background-color: var(--body);
  background-image: linear-gradient(180deg, var(--body), #ffffff1a 5%, #fff0), linear-gradient(to bottom, #f5f5f0a6, #f5f5f0a6), url('../images/Movea_monogram-grey.svg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  padding-top: 80px;
  display: flex;
}

.tecma-detail-wrapper {
  width: 100%;
  display: flex;
}

.image-left {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  min-width: 50%;
  max-height: 100svh;
  padding: 20px 25px;
  display: flex;
  position: sticky;
  top: 80px;
}

.image-2 {
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-2.planimetria {
  width: 100%;
  max-height: 75vh;
}

.section-3.detail {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.white-bg {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5vw 40px 40px;
  display: flex;
}

.text-block-13 {
  font-size: 35px;
  font-weight: 700;
}

.quote-wrapper {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 40px auto 20px;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 100px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-31 {
  margin-top: 40px;
}

.button_positive__apt {
  border: 2px solid var(--sun-tan);
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.button_positive__apt.margin-top {
  margin-top: 4vh;
}

.cards_wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: flex;
}

.cards_wrapper.is-promo {
  margin-top: 0;
  margin-bottom: 0;
}

.cards_contain {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.card-img_contain {
  border: 2px solid var(--white);
  background-color: var(--matte-beach);
  background-image: linear-gradient(45deg, var(--matte-beach), #fff0 60%), linear-gradient(to bottom, #c9b599e6, #c9b599e6), url('../images/Movea_monogram-grey.svg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto 200%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 15vw;
  min-width: 220px;
  height: 15vw;
  min-height: 220px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  box-shadow: 0 3px 10px -5px #0003;
}

.card-img_contain.is-image {
  width: 18vw;
  height: 18vw;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  color: var(--raisin-black);
  font-family: ivymode, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.heading-2.promo.height {
  height: 61.5938px;
}

.div-block-35 {
  z-index: 10;
  border: 2px solid var(--sun-tan);
  background-color: var(--body);
  width: 40px;
  height: 40px;
  color: var(--raisin-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 5vw 5vw auto;
}

.div-block-36 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 4vh;
  display: flex;
}

.div-block-37 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.close-filters {
  display: none;
}

.icon-close-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.open-filters {
  display: none;
}

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

.alert-promo_banner {
  z-index: 5;
  border-top: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  border-left: 2px solid var(--white);
  background-color: var(--gray-chateau);
  width: 260px;
  color: var(--white);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px 10px 20px;
  line-height: 1.3;
  display: flex;
  position: fixed;
  inset: auto 0% 7vh auto;
  box-shadow: 0 2px 5px #0003;
}

.counter {
  font-weight: 700;
}

.small-intro_span {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h2-push {
  background-color: var(--sun-tan);
  color: var(--white);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 3px 15px;
}

.h2-push_underline {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  padding-top: 3px;
  padding-left: 0;
  padding-right: 0;
}

.h2-push_underline.margin-top {
  margin-top: 20px;
}

.text-span-4 {
  font-weight: 400;
}

.cards_div {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  margin-top: 5vw;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  max-width: 1000px;
  display: flex;
}

.heading-3 {
  font-size: 14px;
}

.div-block-39 {
  border: 2px solid var(--white);
  background-color: var(--body);
  text-align: center;
  background-image: linear-gradient(#f5f5f0e6, #f5f5f0e6), url('../images/iStock-178989885.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  position: relative;
  box-shadow: 0 3px 10px -5px #0003;
}

.text-block-14 {
  background-color: var(--sun-tan);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  inset: -17px auto auto 20px;
}

.ivy-mode-span {
  color: var(--sun-tan);
  font-family: ivymode, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.text-span-6 {
  color: var(--sun-tan);
  text-transform: uppercase;
  font-weight: 700;
}

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

.div-block-40 {
  position: absolute;
  inset: 4px -20px auto auto;
}

.text-block-15 {
  color: var(--sun-tan);
  font-size: 12px;
  font-weight: 500;
  display: inline;
  position: absolute;
  inset: auto 0% -8px auto;
}

.text-block-16 {
  color: var(--sun-tan);
  font-size: 12px;
  font-weight: 600;
}

.div-block-41 {
  margin-bottom: 4px;
  margin-left: 10px;
  position: absolute;
  inset: auto 0% -10px auto;
}

.div-block-42 {
  background-color: var(--sun-tan);
  width: 17px;
  height: 17px;
  color: var(--gentle-taupe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 4px -20px auto auto;
}

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

.accent-element {
  width: 20px;
  height: 20px;
  color: var(--sun-tan);
  position: absolute;
  inset: 6px -25px auto auto;
}

@media screen and (max-width: 991px) {
  .header_component.contatti {
    min-height: 400px;
  }

  .header_component.listing {
    min-height: 700px;
  }

  .header_container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .header_container.listing {
    height: 100%;
  }

  .nav_container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-1 {
    font-size: 50px;
  }

  .menu_content {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: auto;
  }

  .nav-link.w--current {
    border-bottom: 2px solid var(--sun-tan);
  }

  .menu-flex_wrap {
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .section.is-intro.is-absolute {
    background-image: linear-gradient(180deg, #f5f5f0, var(--gentle-taupe) 40%, #e8e8de80 79%, #0000);
  }

  .section.is-intro.is-absolute.is-appartamenti {
    background-image: linear-gradient(180deg, var(--body), #e8e8de80 30%, #0000 88%);
  }

  .section.is-intro.personalizzazioni {
    padding-bottom: 50px;
  }

  .section.padding {
    padding: 100px 50px;
  }

  .section.padding.is-contatti {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column-reverse;
  }

  .section.padding-small {
    padding: 100px 50px;
  }

  .section.padding-btn-copy {
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .section.padding-vert.gradient-gentle-taupe {
    padding-top: 0;
  }

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

  .section.padding-btn__2 {
    padding-bottom: 100px;
  }

  .container.is-video {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container.is-developer {
    margin-top: 50px;
    padding-top: 50px;
  }

  .intro-txt {
    font-size: 30px;
  }

  .intro-txt_wrap {
    max-width: none;
    padding-left: 100px;
  }

  .div-block-4 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    max-width: none;
  }

  .image_wrap.is-moodboard {
    width: 100%;
    height: 80vw;
    min-height: auto;
    max-height: none;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image_wrap.is-half-size {
    width: auto;
    height: 80vw;
    min-height: auto;
    max-height: none;
    margin-left: 50px;
    margin-right: 50px;
  }

  .image_wrap.is-half-size.radius-right, .image_wrap.is-half-size.radius-left {
    border-radius: 10px;
  }

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

  .div-block-7 {
    padding: 100px 50px;
  }

  .title-paragraph {
    font-size: 40px;
  }

  .text_wrap.align-stretch {
    justify-content: center;
    align-items: center;
  }

  .text_wrap.align-horiz {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
  }

  .par_wrap.max-w {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 550px;
    margin-top: 50px;
  }

  .title-par_warp.max-w {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .button_positive {
    background-color: var(--sun-tan);
  }

  .btn-txt_positive {
    color: var(--body);
  }

  .typologic_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .typologic-grid_wrap {
    margin-top: 75px;
    overflow: visible;
  }

  .tiles_contain {
    width: 100%;
    height: 50vw;
    min-height: 400px;
    overflow: visible;
  }

  .tiles_contain.radius-1, .tiles_contain.radius-2, .tiles_contain.radius-3, .tiles_contain.radius-4 {
    border-radius: 0;
  }

  .tiles-image {
    border-radius: 10px;
    overflow: hidden;
  }

  .loader-logo {
    margin-top: -5vh;
  }

  .full-img-verical_wrap.architettura-1 {
    height: 90vw;
    min-height: 1050px;
  }

  .full-img-verical_wrap.appartamenti-1 {
    min-height: 750px;
  }

  .full-img-vertical-hover.is-light {
    background-image: linear-gradient(180deg, var(--gentle-taupe) 25%, #f5f5f000 50%);
  }

  .full-img-horiz_wrap.is-bedroom {
    min-height: 800px;
  }

  .full-img-section {
    height: 80vw;
    margin-left: 50px;
    margin-right: 50px;
  }

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

  .label-typo {
    border-top-right-radius: 10px;
  }

  .moodboard-grid.is-lifestyle {
    height: 80vw;
  }

  .map {
    height: 60vw;
  }

  .lines {
    bottom: 0;
  }

  .pattern-img {
    bottom: -30px;
  }

  .slider-gallery_wrap {
    min-height: 600px;
  }

  .monogram-pattern {
    width: 15vw;
  }

  .monogram-pattern.is-big {
    margin-bottom: 10px;
    bottom: 75vw;
  }

  .monogram-pattern.is-big.align-top-right.is-promo {
    width: 20vw;
    height: 15vw;
  }

  .project-logo_wrap {
    width: 200px;
  }

  .btn-txt_negative {
    color: var(--raisin-black);
  }

  .developer-logo_link.residenz-immobiliare.is-conttati {
    height: 85px;
  }

  .developer-logo_link.is-contatti {
    width: 150px;
    height: 85px;
  }

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

  .lines-section.align-top-copy {
    top: 50%;
  }

  .lines-section.personalizzazioni {
    inset: -10% 0% auto;
  }

  .pattern-img-section {
    bottom: -30px;
  }

  .full-moodboard-grid {
    height: 80vw;
    max-height: none;
  }

  .div-block-17 {
    padding: 100px 50px;
  }

  .div-block-17-copy {
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .gallery-btn {
    background-color: var(--sun-tan);
    border-style: none;
  }

  .gallery-card_wrap {
    margin-top: 50px;
  }

  .gallery-card {
    min-width: 200px;
  }

  .gellry-card-bg {
    overflow: visible;
  }

  .gellry-card-bg.radius-1, .gellry-card-bg.radius-2, .gellry-card-bg.radius-3, .gellry-card-bg.radius-4 {
    border-radius: 0;
  }

  .x_asta-2 {
    background-color: #fff;
  }

  .form_field {
    line-height: 20px;
  }

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

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

  .div-block-20 {
    border-top: 1px solid var(--gray-chateau);
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    padding-right: 0;
  }

  .div-block-15-copy {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: row;
  }

  .div-block-22 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .button_positive-technical {
    background-color: var(--sun-tan);
  }

  .section_legal {
    padding: 140px 50px 100px;
  }

  .div-block-4-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    max-width: none;
  }

  .right-arrow {
    left: 145px;
  }

  .slide-nav {
    left: 80px;
  }

  .left-arrow {
    left: 30px;
  }

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

  .apartment-list-wrapper {
    margin-top: 0;
  }

  .sticky {
    justify-content: center;
    align-items: flex-start;
    width: 450px;
    padding: 180px 50px 50px;
    position: fixed;
    inset: 0% -450px 0% auto;
    overflow: auto;
  }

  .div-block-26 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .filter-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .filter-wrapper.align-left {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 40px;
  }

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

  .tecma-multiselect-wrapper {
    width: 100%;
  }

  .button-resest_wrap {
    background-color: var(--sun-tan);
    opacity: 1;
    transition-property: none;
  }

  .list {
    grid-template-columns: 1fr 1fr;
    padding-left: 50px;
    padding-right: 40px;
  }

  .image {
    width: auto;
    height: 30vw;
  }

  .div-block-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .apt-info-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .apt-info {
    font-size: 12px;
  }

  .tecma-detail-wrapper {
    flex-flow: column;
  }

  .image-left {
    min-width: 100%;
    max-height: none;
    position: static;
  }

  .image-2.planimetria {
    max-width: 60vw;
  }

  .white-bg {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .cards_wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .card-img_contain {
    min-width: 200px;
    min-height: 200px;
  }

  .card-img_contain.is-image {
    width: 25vw;
    height: 25vw;
  }

  .heading-2 {
    font-size: 20px;
  }

  .div-block-37 {
    justify-content: space-between;
    width: 100%;
  }

  .close-filters {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid var(--sun-tan);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    position: absolute;
    inset: 80px 50px auto auto;
  }

  .icon-close-copy {
    width: 20px;
    height: 20px;
  }

  .open-filters {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--sun-tan);
    width: 150px;
    height: 50px;
    color: var(--white);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: 50px;
    font-weight: 600;
    display: flex;
    position: sticky;
    top: 100px;
    box-shadow: 0 2px 5px #0003;
  }

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

  .alert-promo_banner {
    border-right: 2px solid var(--white);
    text-align: center;
    border-bottom-style: none;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    width: 100%;
    inset: auto 0% 0%;
  }

  .cards_div {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 50px;
  }

  .div-block-38 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-39 {
    font-size: 18px;
  }

  .ivy-mode-span {
    font-size: 20px;
  }

  .text-span-7 {
    width: auto;
  }

  .alert-promo_txt {
    width: 355.203px;
  }
}

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

  .header_component.gallery, .header_component.listing {
    min-height: 600px;
  }

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

  .header_container.listing {
    height: 100%;
  }

  .header_wrap {
    margin-top: 40vh;
    margin-bottom: 0;
  }

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

  .header-hover.listing {
    background-image: linear-gradient(#fff0 50%, #00000073 80%), linear-gradient(#0006, #0006), linear-gradient(#0000004d, #fff0 10%);
  }

  .menu_content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .menu-list-item {
    padding-bottom: 5px;
  }

  .menu-list-item.is-promo {
    border-radius: 8px;
  }

  .menu-contact_wrap {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
  }

  .menu-flex_wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }

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

  .section.is-intro.personalizzazioni {
    padding-bottom: 30px;
  }

  .section.padding {
    padding: 80px 30px;
  }

  .section.padding.is-contatti {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .section.padding-small {
    padding: 80px 30px;
  }

  .section.padding-vert {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.padding-btn__2 {
    padding-bottom: 80px;
  }

  .container.is-video {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-txt_wrap {
    padding-left: 80px;
  }

  .image_wrap.is-half-size {
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-7 {
    padding: 80px 30px;
  }

  .small-title-paragraph.is-push {
    font-size: 18px;
  }

  .text_wrap.align-center.is-absolute.padding {
    margin-left: 30px;
    margin-right: 30px;
  }

  .text_wrap.align-center.is-absolute.is-promo {
    top: 80px;
  }

  .title-par_warp {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .typologic_grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .loader-logo, .loader-line_wrap {
    width: 250px;
  }

  .full-img-verical_wrap.appartamenti-1, .full-img-verical_wrap.personalizzazioni {
    min-height: 700px;
  }

  .div-block-9, .btn-floorplan {
    bottom: 30px;
  }

  .full-img-horiz_wrap.is-bedroom {
    min-height: 750px;
  }

  .full-img-horiz_wrap.is-bedroom.promo {
    min-height: 700px;
  }

  .full-img-section {
    margin-left: 30px;
    margin-right: 30px;
  }

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

  .image-contain.mobile-hide {
    display: none;
  }

  .image-contain.mobile-show {
    display: inline-block;
  }

  .div-block-14 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .map {
    height: 500px;
  }

  .slider-gallery_wrap {
    height: 550px;
    min-height: auto;
    max-height: none;
  }

  .monogram-pattern.is-big.align-top-right.is-promo {
    width: 17vw;
    height: 12vw;
  }

  .project-logo_wrap {
    width: 50px;
    height: 40px;
    margin-bottom: 50px;
    position: static;
  }

  .label-consegna {
    font-size: 16px;
  }

  .developer-logo_link.residenz-immobiliare.is-conttati {
    height: 80px;
  }

  .developer-logo_link.is-contatti {
    width: 130px;
    height: 80px;
  }

  .div-block-17 {
    padding: 80px 30px;
  }

  .div-block-17-copy {
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .gallery-card_wrap {
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .gallery-card {
    width: 33.3%;
    min-width: 150px;
  }

  .btn-gallery {
    white-space: nowrap;
    bottom: 30px;
  }

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

  .section_legal {
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .note_txt h1 {
    font-size: 30px;
  }

  .div-block-24 {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .apartment-list-wrapper {
    margin-top: 0;
  }

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

  .filter-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .flex-horizontal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tecma-multiselect-wrapper {
    width: 100%;
  }

  .list {
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image {
    height: 50vw;
  }

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

  .apt-info-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .apt-info {
    font-size: 14px;
  }

  .div-block-30 {
    inset: 101svh 0% auto;
  }

  .image-2.planimetria {
    max-width: 70vw;
  }

  .white-bg {
    padding: 30px;
  }

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

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

  .cards_wrapper.is-promo {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .card-img_contain {
    min-width: 150px;
    min-height: 150px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .open-filters {
    margin-right: 30px;
  }

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

  .div-block-39 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .ivy-mode-span {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .nav_component {
    height: 70px;
  }

  .header_component.gallery {
    min-height: 700px;
  }

  .header_component.contatti {
    min-height: 350px;
  }

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

  .header_container.is-gallery {
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
  }

  .header_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: auto;
    margin-bottom: 13vh;
  }

  .header_wrap.align-center.is-contatti {
    margin-bottom: 5vh;
  }

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

  .menu-btn {
    width: 50px;
  }

  .nav-logo_contain {
    width: 180px;
  }

  .header-background_img.homepage {
    object-position: 35% 50%;
  }

  .header-background_img.personalizzazioni {
    object-position: 40% 50%;
  }

  .header-hover.homepage {
    background-image: linear-gradient(#fff0 40%, #00000080), linear-gradient(#0000004d, #0000004d), linear-gradient(#0000004d, #fff0 10%);
  }

  .header-hover.listing {
    background-image: linear-gradient(#fff0 50%, #00000073 80%), linear-gradient(#0006, #0006), linear-gradient(#0000004d, #fff0 10%);
  }

  .header-hover.personalizzazioni {
    background-image: linear-gradient(#fff0 50%, #00000073 80%), linear-gradient(#0000004d, #0000004d), linear-gradient(#0000004d, #fff0 10%);
  }

  .header-hover.promo {
    background-image: linear-gradient(180deg, #fff0 40%, #000000a6 91%, var(--black)), linear-gradient(to bottom, #0006, #0006), linear-gradient(180deg, #0000004d, #fff0 10%);
  }

  .heading-1 {
    font-size: 42px;
  }

  .heading-1.is-promo {
    font-size: 9.5vw;
    line-height: 1.2;
  }

  .subheading_wrap.is-hero, .subheading_wrap.is-promo {
    max-width: 400px;
  }

  .header-scroll {
    margin-top: 10px;
  }

  .header-scroll.promo {
    margin-top: 0;
  }

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

  .nav-link {
    white-space: nowrap;
    font-size: 28px;
  }

  .menu-bg {
    background-image: linear-gradient(#0000 60%, #fff), linear-gradient(140deg, #dba3804d, #0000 53%);
    justify-content: flex-start;
    align-items: center;
  }

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

  .section.is-intro.is-absolute.is-appartamenti {
    background-image: linear-gradient(180deg, var(--body), #e8e8de80 60%, #0000);
  }

  .section.is-intro.personalizzazioni {
    padding-bottom: 20px;
  }

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

  .section.padding.color-gentle-taupe.bg {
    background-image: linear-gradient(180deg, #e8e8de80 53%, var(--gentle-taupe)), url('../images/drew-beamer-pek8uLQauMk-unsplash_mod.jpg');
    background-position: 0 0, 50%;
  }

  .section.padding.color-matte-beach.bg {
    background-image: linear-gradient(180deg, #0000, var(--matte-beach)), url('../images/boliviainteligente-38fiUEzYixk-unsplash_mod.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.padding.is-contatti {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.padding-btn-copy {
    padding-bottom: 0;
  }

  .section.color-gentle-taupe.xa, .container.is-video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-txt {
    font-size: 25px;
  }

  .intro-txt_wrap {
    padding-left: 40px;
  }

  .small-intro_txt {
    font-size: 12px;
  }

  .image_wrap.is-moodboard {
    height: 400px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image_wrap.is-half-size {
    height: 400px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-cover.align-btn.right {
    object-position: 60% 50%;
  }

  .image-cover.align-left {
    object-position: 40% 50%;
  }

  .div-block-7 {
    padding: 50px 20px 80px;
  }

  .div-block-7.mobile-padding-top {
    padding-top: 80px;
  }

  .small-title-paragraph {
    font-size: 12px;
  }

  .small-title-paragraph.is-push {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }

  .small-title-paragraph.is-push.mobile-xl {
    font-size: 15px;
  }

  .title-paragraph {
    font-size: 30px;
  }

  .title-paragraph.tiles, .title-paragraph.gallery {
    font-size: 35px;
  }

  .title-paragraph.is-promo {
    font-size: 33px;
  }

  .text_wrap.align-center.is-absolute.padding {
    margin-left: 20px;
    margin-right: 20px;
  }

  .par_wrap.max-w.align-center {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

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

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

  .tiles_contain {
    height: 400px;
    min-height: auto;
  }

  .full-img-verical_wrap.appartamenti-1 {
    min-height: 600px;
  }

  .full-img-verical_wrap.personalizzazioni {
    min-height: 450px;
  }

  .full-img-horiz_wrap.is-bedroom {
    min-height: 700px;
  }

  .full-img-horiz_wrap.is-bedroom.promo {
    min-height: 500px;
  }

  .full-img-horiz-hover.is-promo {
    background-image: linear-gradient(180deg, var(--black), #000c 10%, #0000 50%);
  }

  .full-img-section {
    height: 400px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .footer_column {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

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

  .typologic-disclaimer {
    font-size: 10px;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .moodboard-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .moodboard-grid.is-lifestyle {
    height: 350px;
  }

  .lines {
    justify-content: flex-start;
    align-items: flex-end;
    height: 50vw;
  }

  .pattern-img {
    object-position: 0% 50%;
    width: 150vw;
    height: 50vw;
  }

  .slider-gallery_wrap {
    height: 400px;
  }

  .slide-image.align-left {
    object-position: 40% 50%;
  }

  .monogram-pattern {
    width: 25vw;
    height: 20vw;
    top: -13vw;
  }

  .monogram-pattern.align-btn {
    bottom: -9vw;
  }

  .monogram-pattern.is-big {
    width: 25vw;
    height: 20vw;
    margin-bottom: 2px;
    bottom: 375px;
  }

  .monogram-pattern.is-card {
    width: 17vw;
    height: 12vw;
    top: -6vw;
    right: -6vw;
  }

  .monogram-pattern.is-card.btn {
    top: auto;
    bottom: -6vw;
  }

  .label-consegna {
    padding-left: 10px;
    padding-right: 10px;
    inset: 25vh 0% auto auto;
  }

  .developer-logo_link.residenz-immobiliare {
    width: 180px;
  }

  .developer-logo_link.residenz-immobiliare.is-conttati {
    height: 45px;
  }

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

  .lines-section {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .lines-section.align-top-copy {
    inset: auto 0% -20%;
  }

  .lines-section.personalizzazioni {
    inset: -3% 0% auto;
  }

  .full-moodboard-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 350px;
  }

  .div-block-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-17-copy {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-btn {
    margin-top: 0;
  }

  .gallery-card_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: none;
    align-self: stretch;
    width: 100vw;
    height: 40vh;
    margin-left: -20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: auto;
  }

  .gallery-card {
    flex: none;
    align-self: stretch;
    width: 85%;
    height: 100%;
  }

  .form_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .button-submit {
    width: 100%;
  }

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

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

  .technical_link {
    font-size: 16px;
  }

  .small-intro_txt-copy {
    font-size: 12px;
  }

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

  .note_txt h1 {
    font-size: 25px;
  }

  .note_txt ul, .note_txt ol {
    padding-left: 20px;
  }

  .header-slide_img.homepage {
    object-position: 35% 50%;
  }

  .header-slide_img.align-right {
    object-position: 65% 50%;
  }

  .header-slide_img.align-left {
    object-position: 40% 50%;
  }

  .right-arrow, .slide-nav, .left-arrow {
    display: none;
  }

  .div-block-24 {
    background-image: linear-gradient(#dba380e6, #dba380e6), url('../images/Movea_monogram-grey.svg');
    background-position: 0 0, 50%;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-24.personalizzazioni {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sticky {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    right: -100%;
  }

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

  .filter-wrapper.align-left {
    margin-top: 20px;
  }

  .flex-horizontal.is-auto {
    flex: 1;
  }

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

  .button_secondary.sort {
    width: 100%;
  }

  .list {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    height: 70vw;
  }

  .image-2.planimetria {
    max-width: none;
  }

  .white-bg {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-13 {
    font-size: 25px;
  }

  .quote-wrapper {
    margin-bottom: 0;
  }

  .cards_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-bottom: 50px;
  }

  .cards_wrapper.is-promo {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .card-img_contain {
    min-width: 200px;
    min-height: 200px;
  }

  .card-img_contain.is-image {
    width: 65vw;
    height: 65vw;
  }

  .heading-2.height {
    height: auto;
  }

  .heading-2.promo {
    font-size: 22px;
    font-weight: 400;
  }

  .heading-2.promo.height {
    height: auto;
  }

  .div-block-36 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-37 {
    margin-top: 20px;
  }

  .close-filters {
    right: 20px;
  }

  .open-filters {
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;
    top: 90px;
  }

  .alert-promo_banner {
    white-space: nowrap;
    padding: 8px 0;
  }

  .small-intro_span {
    font-size: 3.5vw;
  }

  .h2-push {
    max-width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.4;
  }

  .h2-push_underline {
    white-space: nowrap;
  }

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

  .cards_div {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .div-block-38 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-3 {
    line-height: 1.4;
  }

  .div-block-39 {
    background-image: radial-gradient(circle, #e8e8dee6, #0000), linear-gradient(#f5f5f0e6, #f5f5f0e6), url('../images/iStock-178989885.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    width: 65vw;
    height: 65vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-14 {
    left: auto;
  }

  .ivy-mode-span {
    font-size: 22px;
  }

  .alert-promo_txt {
    width: 330px;
    font-size: 13px;
  }

  .accent-element {
    width: 16px;
    height: 16px;
    top: 4px;
    right: -19px;
  }
}

#w-node-_8b0b9662-8d0e-ea8d-5673-371c79be9d7b-f816fb0e {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-bf6946d9-f62a-d6d9-8d98-597ed67dbaaa-f816fb0e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_88a34ca0-3159-5a2e-c854-466cf5a53409-f816fb0e, #w-node-f6514408-b189-ed46-8fe3-48c967d7009a-f816fb0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0002acb-a438-8af3-047b-2d3a5752c2f3-f816fb0e {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-b4864c9e-3abb-e148-adca-f533c800350c-f816fb0e {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-b3eec642-f58b-3423-12f4-fe60a95f02ce-f816fb0e {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_201e9b95-226e-6476-253f-c207ad506a72-f816fb0e {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-d11cc2ce-d828-0730-4547-3cd37667322d-f816fb0e {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_3c43f4e5-9776-5b48-7690-6aca511a4f4c-9b3deb34 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3c43f4e5-9776-5b48-7690-6aca511a4f5c-9b3deb34 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0bcba87f-96f8-ece1-c057-67c51455ebf3-9b3deb34, #w-node-_0bcba87f-96f8-ece1-c057-67c51455ec03-9b3deb34 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a08673e7-1445-5de3-1607-482e673deb85-9b3deb34 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_33fa5299-eda1-5a41-63d7-d5bf96690f2a-9b3deb34 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8e865ce1-a82c-c18d-4785-831d901360e0-9b3deb34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a1654ef-5ddb-5cf2-ef81-ab78c97c874c-4df434c2 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5a1654ef-5ddb-5cf2-ef81-ab78c97c8750-4df434c2 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_5a1654ef-5ddb-5cf2-ef81-ab78c97c8752-4df434c2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5a1654ef-5ddb-5cf2-ef81-ab78c97c8754-4df434c2 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_5a1654ef-5ddb-5cf2-ef81-ab78c97c8756-4df434c2 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-c04fbf0d-ae3a-19ba-bcf7-246098a1392b-4e704106, #w-node-b64b9cd5-3deb-1124-251c-1c12bed40af6-4e704106, #w-node-b64b9cd5-3deb-1124-251c-1c12bed40af7-4e704106, #w-node-b64b9cd5-3deb-1124-251c-1c12bed40b00-4e704106, #w-node-b64b9cd5-3deb-1124-251c-1c12bed40b05-4e704106 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#btn-form.w-node-b64b9cd5-3deb-1124-251c-1c12bed40b07-4e704106 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_8b0b9662-8d0e-ea8d-5673-371c79be9d7b-f816fb0e, #w-node-bf6946d9-f62a-d6d9-8d98-597ed67dbaaa-f816fb0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b4864c9e-3abb-e148-adca-f533c800350c-f816fb0e {
    grid-area: 1 / 2 / 3 / 4;
  }

  #w-node-_3c43f4e5-9776-5b48-7690-6aca511a4f4c-9b3deb34, #w-node-_3c43f4e5-9776-5b48-7690-6aca511a4f5c-9b3deb34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c04fbf0d-ae3a-19ba-bcf7-246098a1392b-4e704106, #w-node-b64b9cd5-3deb-1124-251c-1c12bed40af6-4e704106 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #btn-form.w-node-b64b9cd5-3deb-1124-251c-1c12bed40b07-4e704106 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}


