:root {
  --black: black;
  --color-2: #3c3c3c;
  --lime: #d9d902;
  --white: white;
  --green: #175459;
  --dark-green: #1c3133;
  --dirty-white: #fbf7ee;
  --white-lilla: #d8dce8;
  --lilla: #8f9abf;
  --color: #e4ded1;
  --sand: #ccc0ad;
  --brown: #675f52;
  --padd_x: 7vw;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--black);
  font-family: ofelia-text, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ofelia-text, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 300;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: var(--color-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

a {
  font-size: 1em;
  text-decoration: none;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.html {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

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

.button_component {
  border: 1px solid var(--lime);
  color: var(--black);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.text_container {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.text_container.align-left {
  text-align: left;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
}

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

.text_container.is-form.is-hide {
  display: none;
}

.text_container.is-absolute {
  z-index: 3;
  position: relative;
}

.text_container.is-intro {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text_container.is-paragraph {
  flex-flow: column;
  display: flex;
}

.text_container.align-lateral {
  justify-content: flex-start;
  align-items: center;
  width: 35vw;
  display: flex;
}

.text_container.align-lateral.is-sticky {
  position: sticky;
  top: 40px;
}

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

.section-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
  position: relative;
}

.section-2.background-color {
  background-color: #ece1d54d;
}

.section-2.is-technical {
  z-index: 2;
  background-image: url('../images/SellaNuova10_Ext06_loggia_rev04_HD.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.section-2.flex-horizontal {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: row;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
}

.container-2 {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-2.is-technical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #ffffffe6;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  min-height: 50vh;
  margin-top: auto;
  margin-bottom: auto;
  padding: 60px;
}

.container-2.is-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #cc7d44;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.container-2.is-center {
  text-align: center;
  align-items: center;
}

.container-2.is-center.is-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}

.container-2.is-center.is-form.small {
  width: 30%;
  padding-left: 0;
  padding-right: 0;
}

.container-2.is-center.is-form.small.is-tablet-mobile {
  display: flex;
}

.modal-01_popup_close {
  z-index: 1;
  color: #5b4dff;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  transition: all .25s;
  position: absolute;
  inset: -15px -15px auto auto;
}

.modal-01_popup_close:hover {
  color: #a39bff;
}

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

.image-fit-cover.position-left-25 {
  object-position: 25% 50%;
}

.image-fit-cover.absolute {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.image-fit-cover.absolute.ll, .image-fit-cover.absolute.position-left {
  object-position: 50% 90%;
}

.image-fit-cover.absolute.position-btn, .image-fit-cover.position-up {
  object-position: 50% 0%;
}

.image-fit-cover.position-btn {
  object-position: 50% 90%;
}

.image-fit-cover.position-right-25 {
  object-position: 75% 50%;
}

.image-fit-cover.position-btn-2 {
  object-position: 50% 72%;
}

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

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

.image-fit-cover.is-contain, .image-fit-cover.is-auto {
  object-fit: contain;
}

.image-fit-cover.is-contain {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.image-fit-cover.is-contain.ll, .image-fit-cover.is-contain.position-left {
  object-position: 50% 90%;
}

.image-fit-cover.is-contain.position-btn {
  object-position: 50% 0%;
}

.image-fit-cover.is-contain.is-promo {
  object-fit: cover;
  height: 400px;
  position: static;
}

.moodboard {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-self: stretch;
  width: 100%;
}

.moodboard.is-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr .25fr .25fr 1fr;
  grid-template-columns: 1.25fr 1fr 1.25fr 1fr;
  height: 30vw;
}

.large-title {
  color: var(--green);
  letter-spacing: .5px;
  text-transform: none;
  font-family: bagatela, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 55px;
}

.large-title.is-white {
  color: var(--white);
  font-size: 65px;
  line-height: 70px;
}

.large-title.is-white.max-w {
  max-width: 230px;
}

.large-title.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200;
}

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

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

.large-title.align-center {
  text-align: center;
}

.slide_container {
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.grid_image_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25vw;
  min-height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.par-large {
  max-width: 44em;
}

.footer-partner_text {
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
  font-size: 12px;
}

.footer-partner_logo {
  width: 80px;
  height: 80px;
}

.footer-partner_logo.aec {
  width: 130px;
}

.footer-partner_logo.sella-nuova {
  height: 75px;
}

.footer-partner_logo.mo {
  width: 90px;
  height: 75px;
}

.footer-partner_logo.is-large {
  width: 200px;
  height: 100px;
}

.footer-partner_logo.is-lics {
  width: 130px;
}

.footer-partner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-partners {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer_component {
  background-color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-partner-couple {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: flex-start;
  display: flex;
}

.footer-link_wrap {
  color: var(--dirty-white);
  border-top: 1px solid #ffffff4d;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

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

.footer_row.is-first {
  margin-bottom: 10px;
}

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

.footer_link {
  color: var(--white);
  cursor: pointer;
  border-bottom: 1px solid #0000;
  font-size: 12px;
  transition: color .35s;
}

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

.footer_link.small {
  text-transform: none;
  border-bottom-style: none;
  font-size: 11px;
  text-decoration: underline;
  transition: color .35s;
}

.footer_link.small:hover {
  color: #c4baaf;
}

.footer_link.is-small {
  font-size: 10px;
  text-decoration: underline;
}

.footer_text {
  font-size: .8em;
}

.footer_text.is-small {
  text-align: right;
  font-size: 10px;
  line-height: 20px;
}

.footer_text.classe-e {
  margin-bottom: 10px;
  font-size: 12px;
}

.text-span {
  font-size: 1.1em;
  font-style: italic;
}

.heading-medium-2 {
  color: var(--green);
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-family: bagatela, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.button-2 {
  border: 1px solid var(--lime);
  color: var(--black);
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 25px;
  padding: 20px 35px 16px;
  font-size: .9em;
  font-weight: 500;
  line-height: 1;
  transition: color .35s, background-color .35s;
}

.button-2:hover {
  background-color: var(--lime);
}

.button-2.is-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #cc7d44;
  background-color: #0000;
  border-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  font-size: .9rem;
  font-weight: 700;
  display: flex;
}

.button-2.negative {
  background-color: var(--lime);
}

.button-2.negative:hover {
  background-color: #0000;
}

.page_wrapper {
  position: relative;
}

.button-technical_wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 20px;
  display: flex;
}

.button-3 {
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #cc7d44;
  border: 1px solid #cc7d44;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.button-3:hover {
  color: #cc7d44;
  background-color: #0000;
}

.button-3.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-style: solid;
  border-color: var(--green);
  background-color: var(--green);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 16px 20px 10px;
  transition: color .35s, background-color .35s;
  display: flex;
}

.button-3.is-icon:hover {
  border-style: solid;
  border-color: var(--green);
  color: var(--green);
  background-color: #0000;
}

.button-3.is-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #cc7d44;
  background-color: #0000;
  border-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  font-size: .9rem;
  font-weight: 700;
  display: flex;
}

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

.button_icon.slider {
  color: var(--dark-green);
  width: 15px;
  height: 15px;
  line-height: 2px;
}

.icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 6px;
  display: flex;
}

.heading-small-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2;
}

.button-4 {
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #cc7d44;
  border: 1px solid #cc7d44;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.button-4:hover {
  color: #cc7d44;
  background-color: #0000;
}

.button-4.is-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #cc7d44;
  background-color: #0000;
  border-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  font-size: .9rem;
  font-weight: 700;
  display: flex;
}

.navbar {
  z-index: 20;
  background-color: var(--dark-green);
  justify-content: center;
  align-items: center;
  padding: 10px 60px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px #0003;
}

.logo-nav-wrap {
  width: 206px;
  height: 40px;
}

.moodboard-small {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: .5fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 50%;
  height: 50vw;
  max-height: 520px;
  display: grid;
  overflow: hidden;
}

.moodboard-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1.25fr .4fr 1.25fr 1fr;
  height: 50vw;
  min-height: 500px;
  max-height: 730px;
}

.moodboard-copy.is-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr .25fr .25fr 1fr;
  grid-template-columns: 1.25fr 1fr 1.25fr 1fr;
  height: 30vw;
}

.no-wrap {
  white-space: nowrap;
}

.header_component_nav-small {
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  padding: 160px 100px 60px;
  display: flex;
}

.note-legali {
  text-align: left;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.4;
  position: relative;
}

.note_txt {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
}

.note_txt h1 {
  color: var(--green);
  text-transform: none;
  margin-bottom: 40px;
  font-family: bagatela, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.note_txt h2 {
  color: var(--green);
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.note_txt p {
  color: var(--dark-green);
  font-size: 14px;
  line-height: 24px;
}

.note_txt ul, .note_txt ol {
  font-size: 14px;
  line-height: 24px;
}

.note_txt a {
  color: var(--green);
  font-weight: 500;
  text-decoration: underline;
  transition: color .36s;
}

.note_txt a:hover {
  color: var(--dark-green);
}

.gtm {
  display: none;
}

.loader {
  z-index: 1000;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 0%;
}

.loader_bg {
  z-index: 100;
  background-color: var(--dark-green);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.loader_logo {
  background-image: url('../images/10Milano_logo_payoff.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 300px;
  width: 300px;
  height: 150px;
  position: relative;
  left: 50%;
  transform: translate(-150px);
}

.loader_wrapper {
  display: none;
}

.loader_2 {
  z-index: 1000;
  justify-content: flex-end;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader_bg_2 {
  z-index: 100;
  background-color: var(--dark-green);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.loader_logo_2 {
  background-image: url('../images/10Milano_logo_payoff.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  width: 300px;
  height: 150px;
  position: relative;
  right: 50%;
  transform: translate(150px);
}

.hero_bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_bg.is-contatti {
  height: 50vh;
  position: relative;
}

.hero_logo {
  z-index: 3;
  width: 300px;
  position: relative;
}

.text_block {
  z-index: 10;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
  position: relative;
}

.button {
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #cc7d44;
  border: 1px solid #cc7d44;
  padding: 16px 32px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.button:hover {
  color: #cc7d44;
  background-color: #0000;
}

.button.is-submit {
  color: var(--white);
  letter-spacing: 1px;
  background-color: #cc7d4400;
  border-width: 0;
  width: 100%;
  height: 100%;
  padding: 20px 35px;
  font-size: 14px;
  transition: border-color .35s, color .35s, background-color .35s;
  position: absolute;
  inset: 0%;
}

.icon-contact {
  color: var(--white-lilla);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 15px;
  display: flex;
}

.policy-flags {
  align-self: stretch;
  margin-top: 8px;
  margin-bottom: 8px;
}

.form_text {
  color: var(--dark-green);
  font-size: 12px;
  line-height: 14px;
}

.form_icon {
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.div-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

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

.display-none {
  display: none;
}

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

.contact-link {
  color: var(--dark-green);
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.heading-small {
  color: var(--dark-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.heading-small.big {
  font-size: 18px;
  line-height: 18px;
}

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

.heading-medium-3 {
  color: var(--dark-green);
  text-align: left;
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-family: bagatela, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.4;
}

.form_par {
  text-align: left;
  max-width: 450px;
}

.form_par:hover {
  text-decoration: none;
}

.form_link {
  color: var(--green);
  font-size: 12px;
  line-height: 22px;
  text-decoration: underline;
  transition: opacity .35s;
}

.form_link:hover {
  color: var(--lilla);
}

.form_message {
  background-color: #0000;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}

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

.form_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #40542e #40542e var(--dark-green);
  color: var(--dark-green);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.form_field:focus {
  border-bottom-color: var(--green);
  font-weight: 400;
}

.form_field::placeholder {
  color: #00000080;
  background-color: #0000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

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

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

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

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

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

.fixed_flags {
  z-index: 10;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 200px;
  right: 0;
}

.flag-02_text {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  flex: none;
  width: 152px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
}

.flag-02_text_wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 0;
  display: flex;
  overflow: hidden;
}

.flag-icon_wrapper {
  z-index: 2;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flag-icon.is-cta {
  color: var(--black);
  width: 25px;
  height: 25px;
}

.flag-icon.is-flag {
  color: var(--white);
  width: 25px;
  height: 25px;
}

.flag-icon.is-flag.casa {
  color: var(--white);
}

.flag_component {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 8px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.header_container {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  font-size: 1.3em;
  display: flex;
  position: relative;
  bottom: 5vw;
}

.header_container.is-promo {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.heading-hero {
  color: var(--white-lilla);
  text-align: left;
  text-transform: none;
  flex-direction: column;
  font-family: bagatela, sans-serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 65px;
}

.heading-hero.medium {
  font-size: 37px;
  font-weight: 500;
}

.heading-hero.is-intro {
  text-align: center;
  margin-bottom: 50px;
  line-height: 40px;
}

.heading-hero.is-promo {
  text-align: center;
  text-align: center;
  margin-bottom: 20px;
  line-height: 40px;
}

.scroll_component {
  z-index: 3;
  width: 1px;
  height: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll_line {
  background-color: var(--lilla);
  width: 1px;
  height: 100%;
}

.header_component {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--dark-green);
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 101vh;
  min-height: 700px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.header_component.contatti {
  height: 40vh;
  min-height: auto;
  display: none;
}

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

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

.image_hover.is-medium {
  background-color: #0000004d;
}

.image_hover.gradient {
  background-image: radial-gradient(circle, #00000080, #0000 48%);
}

.image_hover.light {
  background-color: #0003;
  background-image: linear-gradient(#0006, #fff0 30%), linear-gradient(#0000, #0000004d 55%, #0000);
}

.image_hover.hero {
  background-image: linear-gradient(0deg, #0000004d, #fff0 50%), linear-gradient(#0000004d, #fff0 30%);
}

.image_hover.is-card {
  background-color: #0006;
}

.image_hover.is-section, .image_hover.text-image {
  background-color: #000000a6;
}

.image_hover.is-technical {
  background-color: #00000080;
}

.image_hover.is-type {
  background-color: #0006;
}

.text-block {
  z-index: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 14px;
  position: relative;
}

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

.image_wrapper.is-double {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  position: relative;
}

.image_wrapper.is-full {
  width: 100%;
  height: 45vw;
}

.image_wrapper.is-vertical {
  width: 50vw;
  height: 55vw;
  min-height: 600px;
}

.image_wrapper.is-square {
  height: 45vw;
  min-height: 500px;
}

.image_wrapper.is-grid {
  width: 100%;
  height: 35vw;
}

.image_wrapper.is-moodboard {
  width: 100%;
  height: 100%;
}

.image_wrapper.is-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 50%;
  padding: 50px 20px;
  display: flex;
}

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

.image_wrapper.is-tab {
  width: 100%;
  height: 47vw;
}

.image_wrapper.is-partners {
  width: 50vw;
  height: 45vw;
  min-height: 600px;
}

.grid_cell-double {
  justify-content: center;
  height: 100%;
  display: flex;
}

.grid_cell_container {
  z-index: 3;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 26em;
  padding: 100px 20px;
  display: flex;
  position: relative;
}

.grid_cell_container.is-large {
  max-width: 30em;
}

.grid_cell_container.is-absolute {
  position: absolute;
  bottom: 36px;
}

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

.image_background.is-home-1 {
  background-image: url('../images/AC1778_VP02_Exterior_Rev01.webp');
}

.image_background.is-home-4 {
  background-image: url('../images/crop-02.webp');
}

.image_background.is-home-2 {
  background-image: url('../images/crop-01.webp');
}

.image_background.is-home-3 {
  background-image: url('../images/AC1778_ITA_Milano_Ten_VP-Ext_01_Teaser_Rev01-copia_mod02.webp');
  background-position: 50% 0;
}

.image_background.is-home-5 {
  background-image: url('../images/SellaNuova10_Int_Gym_rev06_HD-copia-1600.webp');
}

.image_background.is-home-6 {
  background-image: url('../images/crop-03.webp');
}

.image_background.is-home-7 {
  background-image: url('../images/crop-04.webp');
}

.image_background.is-home-8 {
  background-image: linear-gradient(0deg, #8bc1f973, #0000 62%), linear-gradient(0deg, #000c, #0000 87%), url('../images/iStock-2050734957-copia.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.image_background.is-home-9 {
  background-image: url('../images/SellaNuova10_Ext09_Loggia_Rev03_HD-copia.webp');
}

.image_background.is-home-10 {
  background-image: url('../images/Rectangle-37-copia.webp');
  background-position: 0%;
}

.image_background.is-home-11 {
  background-image: url('../images/Background-paper-01-copia.webp');
}

.grid_component {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 8px;
  display: grid;
}

.grid_component.is-home {
  grid-template-rows: 1fr auto 1fr 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.grid_cell {
  color: #535353;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 35vw;
  max-height: 35vw;
  font-size: 1.1em;
  text-decoration: none;
  transition: color .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid_cell.w--current {
  display: none;
}

.grid_cell.is-image {
  color: #fcfcfc;
  max-height: none;
  text-decoration: none;
}

.grid_cell.is-sand {
  background-color: #e4ded1;
  min-height: auto;
  max-height: none;
}

.grid_cell.is-double {
  min-width: 50%;
}

.grid_cell.is-double.is-sand {
  background-color: var(--color);
  color: #535353;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 280px;
  text-decoration: none;
}

.grid_cell.is-white-lilla {
  background-color: var(--white-lilla);
  min-height: auto;
  max-height: none;
}

.heading_container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 51em;
  display: flex;
}

.heading_container.no-width {
  max-width: none;
}

.section-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px;
  display: flex;
  position: relative;
}

.section-3.background-lilla {
  background-color: #d8dce84d;
}

.section-3.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.container {
  z-index: 3;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  position: relative;
}

.container.max-width {
  max-width: 1100px;
}

.container.is-flex-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
}

.container.no-width {
  max-width: none;
}

.container.medium-width {
  max-width: 950px;
  margin-top: 100px;
  margin-bottom: 60px;
}

.container.horizontal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.container.horizontal.inverse {
  flex-flow: row-reverse;
}

.container.is-paragraph {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.container.is-grow {
  flex: 1;
}

.container.is-contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.is-contact.inverse {
  flex-flow: row-reverse;
}

.container.is-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.container.is-form.inverse {
  flex-flow: row-reverse;
}

.container.is-technical {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.p-white {
  color: var(--white);
}

.logo-absolute {
  z-index: 2;
  object-fit: contain;
  width: 200px;
  height: 94px;
  position: absolute;
  top: 80px;
}

.hover-color {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--color-2);
  text-align: left;
  letter-spacing: .5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  font-family: bagatela, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-color.opacity-20 {
  text-align: left;
  background-color: #d8dce833;
}

.hover-color.opacity-30 {
  background-color: #d8dce859;
}

.hover-color.opacity-40 {
  background-color: #d8dce873;
}

.hover-color.opacity-50 {
  background-color: #d8dce899;
}

.hover-color.opacity-60 {
  background-color: #d8dce8bf;
}

.button-01 {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--lime);
  color: var(--white);
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 15px 15px 15px 20px;
  display: flex;
  position: relative;
}

.button-plus {
  color: var(--dark-green);
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  margin-top: 20px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.button-plus_icon {
  border: 1px solid var(--dark-green);
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-bottom: 3px;
  margin-right: 8px;
  padding: 2px;
}

.slide_image_wrapper {
  z-index: 1;
  flex: 1;
  max-height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide_text_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.image_hover-2 {
  z-index: 2;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.slide_title {
  color: #222;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.number-circle {
  z-index: 3;
  border: 1px solid var(--white-lilla);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  font-family: ofelia-text, sans-serif;
  display: flex;
}

.number-circle.big {
  width: 50px;
  height: 50px;
  padding-top: 4px;
}

.txt-motivo {
  color: var(--white);
  margin-bottom: 10px;
  font-weight: 400;
}

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

.button-wrap {
  margin-top: 60px;
}

.h1-hero {
  color: var(--white-lilla);
  text-align: left;
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.h1-hero.is-promo {
  color: var(--dark-green);
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 18px;
  line-height: 25px;
}

.h1-hero.is-promo.pad-40 {
  padding-left: 20px;
  padding-right: 20px;
}

.nav_component {
  z-index: 30;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 32px 80px 20px 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_logo_wrapper {
  z-index: 3;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  position: relative;
}

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

.nav_link_container {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  display: flex;
}

.nav_link_wrapper {
  z-index: 2;
  text-transform: uppercase;
  cursor: default;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav_link_wrapper.is-last.is-promo {
  background-color: var(--lime);
  background-image: linear-gradient(45deg, var(--lime), var(--sand) 66%, var(--lilla));
  cursor: pointer;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav_link_wrapper.is-last.is-promo.w--current {
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
}

.nav_link_wrapper.is-last.is-promo.display-none {
  display: none;
}

.nav_link {
  color: var(--dirty-white);
  text-transform: none;
  margin-top: 4px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.nav_link.w--current {
  border-bottom: 2px solid var(--lilla);
  margin-bottom: 2px;
  padding-bottom: 10px;
  font-weight: 700;
}

.nav_link_line {
  background-color: var(--lilla);
  flex: none;
  height: 1px;
  margin-top: 2px;
}

.nav_background {
  z-index: 1;
  background-color: var(--white);
  opacity: 0;
  display: none;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 6px 2px #0000001a;
}

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

.hero-image.architettura, .hero-image.promo {
  object-position: 50% 40%;
}

.nav_hamburger {
  display: none;
}

.bold-h1 {
  color: var(--dirty-white);
  font-weight: 600;
}

.bold-h1.is-dark {
  color: var(--green);
  text-transform: uppercase;
}

.bold-h1.is-dark.lowercase {
  text-transform: none;
}

.bold-h1.is-dark-green {
  color: var(--dark-green);
  text-transform: uppercase;
}

.bold-h1.is-dark-green.lowercase {
  text-transform: none;
}

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

.button-txt-dark {
  color: var(--dark-green);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.button-txt-dark.is-caps {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
}

.lime-color {
  color: var(--lime);
}

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

.italic-regular {
  color: var(--white);
  font-style: italic;
  font-weight: 400;
}

.section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  padding: 100px 40px;
  display: flex;
  position: relative;
}

.section.background-lilla {
  background-color: #d8dce84d;
}

.section.background-lilla.display-none {
  display: flex;
}

.section.background-image {
  background-color: var(--dark-green);
}

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

.section.is-map {
  padding: 0;
}

.section.is-form {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
}

.section.is-technical {
  justify-content: center;
  align-items: center;
  height: 101vh;
  padding-top: 220px;
}

.section.image-bg.display-none, .section.display-none {
  display: none;
}

.heading-2 {
  color: var(--lilla);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

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

.heading-2.is-typo {
  border-bottom: 1px solid var(--lilla);
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 20px;
  font-family: bagatela, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.heading-2.is-large-title {
  color: #175459;
  letter-spacing: 0;
  text-transform: none;
  font-family: bagatela, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 55px;
}

.heading-2.is-large-title.is-form {
  max-width: 500px;
}

.paragraph {
  color: var(--dark-green);
  max-width: 500px;
}

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

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

.paragraph.is-card {
  color: var(--white);
  text-align: center;
  max-width: 550px;
  margin-top: 20px;
}

.paragraph.is-promo {
  text-align: center;
  max-width: 560px;
  font-size: 16px;
  line-height: 30px;
}

.text-block-2 {
  color: var(--dark-green);
}

.card-title {
  z-index: 3;
  color: var(--white);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: bagatela, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 35px;
  position: relative;
}

.text-block-3 {
  z-index: 3;
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  position: absolute;
  inset: auto 20px 20px auto;
}

.text-block-4 {
  z-index: 3;
  color: var(--white);
  text-align: center;
  max-width: 500px;
  font-family: ofelia-text, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.slider-motivi {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.mask {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slide-motivi {
  height: auto;
}

.slide-motivi_container {
  border: 1px solid var(--white-lilla);
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.slide-motivi_container.is-plani {
  height: 600px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.slider_arrow {
  border: 1px solid var(--lime);
  background-color: var(--lime);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: 0% 0% 0% auto;
}

.slider_arrow.right {
  margin-right: 5vw;
  inset: auto 0% auto auto;
}

.slider_arrow.left {
  margin-left: 20px;
  inset: auto auto auto 0;
}

.icon-5 {
  color: var(--dark-green);
  font-size: 15px;
}

.text-motivi_wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
}

.motivi-image {
  width: 100%;
  height: 100%;
}

.div-block-4 {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  display: flex;
  position: relative;
}

.div-block-5 {
  border: 1px solid var(--lime);
  border-radius: 100px;
  padding: 25px 30px 20px;
}

.button_text {
  z-index: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  position: relative;
}

.button-bg {
  background-color: var(--lime);
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.button_text-second {
  z-index: 1;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  position: relative;
}

.button_component-second {
  border: 1px solid var(--lime);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 15px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.image-block {
  z-index: 10;
  background-color: var(--white);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-block.is-lilla {
  background-color: #f3f4f8;
}

.div-block-6 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-self: stretch;
  max-width: 530px;
  display: flex;
}

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

.text-block-5 {
  color: var(--green);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
}

.image {
  width: 50px;
  height: 50px;
}

.div-block-8 {
  opacity: .5;
  background-image: url('../images/TenMilano_monogramma-outline.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40vw;
  height: 40vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.map_wrap {
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
}

.subtitle {
  color: var(--lilla);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
}

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

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

.grid-titles.is-typo {
  grid-template-rows: 30vw 30vw;
  grid-template-columns: 1fr 1fr;
}

.div-block-9 {
  position: relative;
  overflow: hidden;
}

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

.div-block-10 {
  background-image: url('../images/logo_asti_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  height: 40vw;
  min-height: 500px;
  margin-top: 50px;
  display: flex;
}

.avanzamento-div {
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.neomorphism-radial-progress-bar-style-2-light-theme-_-01 {
  width: 100%;
  height: 100%;
}

.circular-progress {
  width: 250px;
  height: 250px;
}

.text-block-6 {
  z-index: 2;
  color: #d9dfe6;
  font-family: ofelia-text, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  position: absolute;
}

.splide_title {
  font-weight: 700;
}

.image-wrap {
  height: 15vw;
  min-height: 200px;
}

.image-wrap.is-amenities {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-10_component {
  overflow: hidden;
}

.splide_embed {
  line-height: 1;
}

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

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

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

.slide-content {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

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

.text-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 40px 25px 30px 30px;
  display: flex;
}

.splide__track {
  width: 100%;
}

.splide__arrow {
  background-color: var(--lime);
  background-image: url('../images/IcRoundArrowForward.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.splide__arrow.splide__arrow--prev, .splide__arrow.left {
  background-image: url('../images/IcRoundArrowBack.svg');
}

.splide__arrow.left.tab {
  inset: auto 90px 20px auto;
}

.splide__arrow.tab {
  inset: auto 30px 20px auto;
}

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

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

.splide__arrows {
  z-index: 50;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.img-contain-wrap {
  height: 30px;
}

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

.h1-hero_wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 350px;
  padding-top: 10px;
  display: flex;
}

.h1-hero_wrap.is-promo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--lime);
  color: var(--black);
  text-align: center;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 530px;
  padding-top: 20px;
  padding-bottom: 0;
}

.h1-hero_wrap.is-promo.max550 {
  max-width: 550px;
}

.btn-icon {
  background-color: var(--lilla);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.btn-icon.is-form {
  position: absolute;
  inset: auto 15px auto auto;
}

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

.icon-embed-xxsmall-2 {
  color: var(--lilla);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
}

.icon-embed-xxsmall-2.promo {
  width: 50%;
  height: 50%;
}

.btn-arrow {
  color: var(--black);
  width: 15px;
}

.title_wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.title_wrap.align-center {
  justify-content: center;
  align-items: center;
  max-width: 600px;
}

.title_wrap.align-left {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 450px;
}

.title_wrap.align-left.is-sticky {
  position: sticky;
  top: 100px;
}

.title_wrap.contatti {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  margin-top: 140px;
}

.title_wrap.contatti.is-sticky {
  position: sticky;
  top: 100px;
}

.title_wrap.is-promo {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}

.medium-title {
  color: var(--green);
  text-transform: none;
  font-family: bagatela, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 45px;
}

.medium-title.align-center {
  text-align: center;
}

.medium-title.align-center.is-30bot {
  margin-bottom: 30px;
}

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

.medium-title.mobile-center.max600 {
  color: var(--green);
  max-width: 600px;
  font-weight: 400;
}

.button-02 {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--lime);
  color: var(--white);
  background-color: #d9d902;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 15px 15px 15px 20px;
  display: flex;
  position: relative;
}

.button-02.is-form {
  max-width: 200px;
}

.div-block-12 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.paragraph-copy {
  color: var(--dark-green);
  max-width: 500px;
}

.paragraph-copy.align-center {
  text-align: center;
  max-width: 700px;
}

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

.paragraph-copy.is-card {
  color: var(--white);
  text-align: center;
}

.large-paragarph {
  max-width: 500px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.button-txt {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.text-block-7 {
  color: var(--white-lilla);
  font-family: ofelia-text, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.heading-3 {
  color: var(--white);
  font-family: bagatela, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 45px;
}

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

.heading-4 {
  color: var(--lilla);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 500;
  line-height: 1;
}

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

.image-2 {
  position: absolute;
}

.icon-amenities {
  z-index: 3;
  width: 80px;
  height: 80px;
  position: absolute;
}

.div-block-14 {
  object-fit: cover;
  background-color: #1c313333;
  position: absolute;
  inset: 0%;
}

.title-typo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.typo_wrap {
  z-index: 5;
  flex-flow: column;
  justify-content: space-between;
  padding: 3vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-8 {
  color: var(--white);
  font-size: 16px;
}

.div-block-17 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.icon-plan {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: relative;
  box-shadow: 0 0 6px 1px #0000001a;
}

.icon-plan.promo {
  background-color: var(--white-lilla);
  border-radius: 0%;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}

.text-block-9 {
  color: var(--white);
  margin-top: 5px;
  font-family: ofelia-text, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.text-block-9.is-dark {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 20px;
  font-family: ofelia-text, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

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

.lightbox_wrap.promo {
  z-index: 4;
  flex-flow: column;
  position: absolute;
  inset: auto 0% 40px;
}

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

.lightbox-plani.promo {
  position: static;
}

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

.image-typo.position-left-25 {
  object-position: 25% 50%;
}

.image-typo.absolute {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.image-typo.absolute.ll, .image-typo.absolute.position-left {
  object-position: 50% 90%;
}

.image-typo.position-up {
  object-position: 50% 0%;
}

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

.grid-partners {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.partner-logo {
  object-fit: contain;
  max-width: 170px;
  height: 40px;
}

.partner-logo.bticino, .partner-logo.dainking {
  max-width: 160px;
}

.partner-logo.alpac {
  max-width: 150px;
}

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

.text-block-10 {
  color: var(--lilla);
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.line-vert-grid {
  background-color: var(--white-lilla);
  width: 1px;
  height: 100%;
}

.line-horiz-grid {
  background-color: var(--white-lilla);
  width: 100%;
  height: 1px;
}

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

.tab-appartamenti {
  width: 57vw;
  margin-left: auto;
  margin-right: auto;
}

.tabs-content, .tab-pane {
  height: 47vw;
}

.slider-appartamenti {
  background-color: #ddd0;
  width: 61vw;
  height: 47vw;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.slide-vp_contain {
  padding-bottom: 90px;
  position: absolute;
  inset: 0%;
}

.mask-3 {
  background-color: #0000000d;
}

.div-block-21 {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  padding-left: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-10-copy {
  color: var(--dark-green);
}

.text-block-10-copy.is-price {
  font-size: 18px;
  line-height: 25px;
}

.text-block-10-copy.is-green {
  color: var(--green);
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

.div-block-22 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-23 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-24, .div-block-25 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.div-block-26 {
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  display: flex;
}

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

.desktop-mode {
  display: none;
}

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

.div-block-28 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-16 {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}

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

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

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

.progress-bar {
  border: 1px solid var(--sand);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: 35px;
  padding: 4px 4px 5px;
  display: flex;
}

.div-block-30 {
  background-color: var(--white-lilla);
  border-radius: 100px;
  justify-content: flex-end;
  width: 65%;
  height: 100%;
  display: flex;
}

.text-block-17 {
  color: var(--dark-green);
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  font-weight: 400;
}

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

.text-block-18 {
  color: var(--white);
  font-family: bagatela, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 200;
}

.text-block-18.dark {
  color: var(--dark-green);
}

.italic-medium {
  font-style: italic;
  font-weight: 500;
}

.div-block-32 {
  z-index: 10;
  background-color: var(--lime);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto 40px 20.7vw auto;
}

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

.flag_txt_wrap {
  z-index: 1;
  background-color: var(--green);
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  transform: translate(100%);
}

.flag_txt_wrap.la-tua-casa {
  background-color: var(--lilla);
}

.flag_txt {
  color: var(--white);
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
}

.flag_txt.white {
  color: var(--white);
}

.flag_line {
  background-color: var(--white);
  flex: none;
  width: 1px;
  height: 60%;
}

.flag_line.white {
  background-color: var(--white);
}

.flag_icon {
  z-index: 2;
  background-color: #175459;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flag_icon.la-tua-casa {
  background-color: #8f9abf;
}

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

.text-block-19 {
  color: var(--white);
  font-family: bagatela, sans-serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 65px;
}

.text-block-20 {
  color: var(--white-lilla);
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

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

.text-block-21 {
  font-size: 20px;
}

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

.technical-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.div-block-34 {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

.text-span-low {
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
}

.flex-card {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.txt-promo01 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.card_wrapper {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 40px 30px;
  display: flex;
}

.text-promo01 {
  color: var(--green);
  text-align: center;
  max-width: 800px;
  font-family: bagatela, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 23px;
}

.container-3 {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 51em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-3.no-width {
  max-width: none;
}

.container-3.no-width.gap-small {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.text-promo02 {
  text-transform: uppercase;
  font-family: ofelia-text, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
}

.list_grid_icon {
  height: 40px;
}

.text-span-4 {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

.card_component {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.card_component.is-50 {
  width: 300px;
  height: auto;
}

.section-4 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px;
  display: flex;
  position: relative;
}

.section-4.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.section-4.no-gap.is-white-lilla {
  background-color: #d8dce8;
  background-image: linear-gradient(154deg, #8f9abfe6, #cbd1e2e6 54%, #8f9abfe6), url('../images/671fa282fb4a5f01c2c49f43_Background-paper-01-copia.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.heading-2_promo {
  border: 2px solid var(--lime);
  color: var(--white);
  text-transform: none;
  border-radius: 20px;
  flex-direction: column;
  padding: 15px 100px 20px;
  font-family: bagatela, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.slide_button_icon {
  border: 1px solid #000;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding: 6px;
}

.slide_button_icon.is-promo {
  border-style: none;
  border-radius: 0%;
  width: 35px;
  height: 35px;
  margin-right: 0;
}

.button_component-2 {
  cursor: pointer;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.heading-small-3 {
  color: #1c3133;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.heading-3_promo {
  color: var(--dark-green);
  text-align: center;
  text-transform: none;
  max-width: 500px;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
}

.button-5 {
  color: #000;
  letter-spacing: .02em;
  text-transform: uppercase;
  border: 1px solid #d9d902;
  border-radius: 25px;
  padding: 20px 35px 16px;
  font-size: .9em;
  font-weight: 500;
  line-height: 1;
  transition: color .35s, background-color .35s;
}

.button-5:hover, .button-5.negative {
  background-color: #d9d902;
}

.button-5.negative:hover {
  background-color: #0000;
}

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

.icon-container.is-large {
  background-color: #d9d902;
  border-radius: 100%;
  width: 90px;
  height: 90px;
}

.icon-container.is-shadow {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.icon-container.is-large {
  background-color: #d9d902;
  width: 80px;
  height: 80px;
}

.icon-container.is-m {
  background-color: #d9d902;
  width: 80px;
  height: 70px;
}

.list_grid_item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  min-width: 140px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.list_grid_item.width-auto {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: auto;
}

.list_grid_item.width-auto.align-center {
  justify-content: center;
  align-items: center;
}

.list_grid_item.width-auto.is-horiz {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--lilla);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-right: 20px;
}

.list_grid_item.width-auto.is-horiz.pad-20 {
  margin-bottom: 40px;
  box-shadow: 0 2px 5px #0003;
}

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

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

.flex-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.plus-wrap {
  background-color: var(--lilla);
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: .8rem;
  line-height: 1;
  display: flex;
}

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

.text-block-25 {
  border-radius: 5px;
}

.div-block-87 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-26 {
  color: var(--dark-green);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 9px;
  font-weight: 400;
}

.text-span-5 {
  color: var(--lilla);
  font-size: 35px;
  font-style: italic;
  line-height: 40px;
}

.div-block-88 {
  background-image: radial-gradient(circle closest-side, #ffffffe6, #0000);
  width: 500px;
  height: 400px;
  position: absolute;
  inset: auto auto -90px;
}

.flag_txt-copy {
  color: var(--black);
  white-space: nowrap;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  display: none;
}

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

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

.div-block-91 {
  z-index: 1;
  background-image: linear-gradient(#000c, #fff0 80%);
  position: absolute;
  inset: 0%;
}

.flex-space-gap-10-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.card_wrapper-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.text-promo01-2 {
  color: var(--green);
  text-align: center;
  text-transform: uppercase;
  font-family: bagatela, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
}

.text-promo01-2.is-white {
  color: var(--white);
  width: 150px;
  font-size: 20px;
  line-height: 25px;
}

.text-promo02-2 {
  font-size: 16px;
  font-weight: 300;
  line-height: 12px;
}

.list_grid_icon-2 {
  height: 42px;
}

.list_grid_icon-2.is-small {
  height: 38px;
}

.text-span-6 {
  font-size: 10px;
  font-weight: 300;
}

.card_component-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_component-2.is-50 {
  width: 50%;
  min-width: 250px;
  height: auto;
}

.card_component-2.is-50.color_bianco.is-border {
  width: auto;
}

.text-promo03 {
  color: #3c3c3c;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: 10px 20px;
  font-family: bagatela, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 50px;
}

.button_component-3 {
  cursor: pointer;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.button_component-3.is-absolute {
  z-index: 2;
  position: absolute;
  bottom: 20px;
}

.heading-small-4 {
  color: #1c3133;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.text-block-28 {
  color: var(--dark-green);
  max-width: 560px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.button-6 {
  color: #000;
  letter-spacing: .02em;
  text-transform: uppercase;
  border: 1px solid #d9d902;
  border-radius: 25px;
  padding: 20px 35px 16px;
  font-size: .9em;
  font-weight: 500;
  line-height: 1;
  transition: color .35s, background-color .35s;
}

.button-6:hover, .button-6.negative {
  background-color: #d9d902;
}

.button-6.negative:hover {
  background-color: #0000;
}

.button-6.negative.is-promo {
  background-color: #d9d90200;
  margin-top: 30px;
}

.button-6.negative.is-promo:hover {
  background-color: #d9d902;
}

.button-6.is-30top {
  margin-top: 50px;
}

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

.plus-wrap-2 {
  text-transform: uppercase;
  align-items: center;
  font-size: .8rem;
  line-height: 1;
  display: flex;
}

.h1-hero-2 {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 26px;
}

.left-arrow-2 {
  background-color: #77611e;
  width: 50px;
  height: 50px;
  transition: background-color .25s;
  left: -10px;
}

.left-arrow-2:hover {
  background-color: #403500;
}

.slide_container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.tipologia {
  text-align: right;
  margin-top: 40px;
  margin-right: 30px;
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-4.margin-bottom {
  margin-bottom: 8vw;
}

.container-4.margin-bottom.test {
  display: none;
}

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

.prezzo-barrato {
  text-decoration: line-through;
}

.right-arrow-2 {
  color: #262000;
  background-color: #77611e;
  width: 50px;
  height: 50px;
  transition: background-color .25s;
  right: -10px;
}

.right-arrow-2:hover {
  background-color: #403500;
}

.icon {
  color: #f2eeda;
  font-size: 13px;
}

.superficie {
  color: #77611e;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 18px;
}

.slider-landscape {
  height: 45vw;
}

.piano {
  color: #77611e;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
}

.bold-text-3 {
  font-size: 22px;
}

.slide-nav-3 {
  background-image: linear-gradient(0deg, #0003, #fff0);
  height: 50px;
  padding-top: 20px;
}

.price-container {
  color: #fff;
  text-align: center;
  background-color: #403500;
  padding: 20px 40px;
  font-size: 18px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav_link-copy {
  color: var(--dark-green);
  text-transform: uppercase;
  margin-top: 4px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.nav_link-copy.w--current {
  border-bottom: 2px solid var(--lilla);
  margin-bottom: 2px;
  padding-bottom: 10px;
  font-weight: 700;
}

.date_wrap {
  border-top: 1px solid var(--dirty-white);
  background-color: var(--lilla);
  color: var(--white);
  letter-spacing: 1px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  min-width: 100%;
  max-width: 530px;
  margin-top: 15px;
  padding: 10px 60px;
  font-size: 16px;
  line-height: 26px;
}

.is-date {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: ofelia-text, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.label-01c_component {
  z-index: 5;
  background-color: var(--lime);
  background-image: linear-gradient(45deg, var(--lime), var(--sand) 66%, var(--lilla));
  cursor: pointer;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 220px;
  display: flex;
  position: fixed;
  top: 335px;
  right: 0;
  box-shadow: 1px 1px 5px #0000004d;
}

.label-01bis2_x {
  z-index: 2;
  cursor: pointer;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-right: -10px;
  display: flex;
  position: relative;
}

.label-01c_lottie {
  flex: none;
  width: 90px;
  height: 90px;
  transform: rotate(90deg);
}

.label-01c_text_wrapper {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex: 1;
  padding: 20px;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}

.label-01c_title {
  color: var(--dark-green);
  border-bottom: 1px solid #1754594d;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: bagatela, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.label-01c_text {
  color: var(--dark-green);
  text-transform: uppercase;
  padding-bottom: 2px;
  font-family: ofelia-text, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.text-span-7 {
  font-style: italic;
}

.italic-text-2 {
  font-weight: 400;
}

.promo_container {
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 900px;
  max-width: 80vw;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #717b9c;
}

.promo_box {
  background-color: #d8dce84d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 50px 20px;
  display: flex;
}

.promo_box.is-first {
  order: -1;
}

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

.is-type {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: column;
  margin-top: 30px;
  font-family: ofelia-text, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.image-fit-cover-copy.absolute.ll, .image-fit-cover-copy.absolute.position-left {
  object-position: 50% 90%;
}

.image-fit-cover-copy.absolute.position-btn, .image-fit-cover-copy.position-up {
  object-position: 50% 0%;
}

.image-fit-cover-copy.is-contain, .image-fit-cover-copy.is-auto {
  object-fit: contain;
}

.image-fit-cover-copy.is-contain.ll, .image-fit-cover-copy.is-contain.position-left {
  object-position: 50% 90%;
}

.image-fit-cover-copy.absolute.ll, .image-fit-cover-copy.absolute.position-left {
  object-position: 50% 90%;
}

.image-fit-cover-copy.absolute.position-btn, .image-fit-cover-copy.position-up {
  object-position: 50% 0%;
}

.image-fit-cover-copy.is-contain, .image-fit-cover-copy.is-auto {
  object-fit: contain;
}

.image-fit-cover-copy.is-contain.ll, .image-fit-cover-copy.is-contain.position-left {
  object-position: 50% 90%;
}

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

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

.image-fit-cover-copy.absolute {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.image-fit-cover-copy.absolute.ll, .image-fit-cover-copy.absolute.position-left {
  object-position: 50% 90%;
}

.image-fit-cover-copy.absolute.position-btn, .image-fit-cover-copy.position-up {
  object-position: 50% 0%;
}

.image-fit-cover-copy.position-btn {
  object-position: 50% 90%;
}

.image-fit-cover-copy.position-right-25 {
  object-position: 75% 50%;
}

.image-fit-cover-copy.position-btn-2 {
  object-position: 50% 72%;
}

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

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

.image-fit-cover-copy.is-contain, .image-fit-cover-copy.is-auto {
  object-fit: contain;
}

.image-fit-cover-copy.is-contain {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.image-fit-cover-copy.is-contain.ll, .image-fit-cover-copy.is-contain.position-left {
  object-position: 50% 90%;
}

.image-fit-cover-copy.is-contain.position-btn {
  object-position: 50% 0%;
}

.image-fit-cover-copy.is-contain.is-promo {
  object-fit: cover;
  height: 400px;
  position: static;
}

.plani_img {
  background-image: url('../images/P_4_8.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 400px;
}

.plani_img._02 {
  background-image: url('../images/P_3_14.webp');
}

.plani_img._03 {
  background-image: url('../images/P_1_9.webp');
}

.lowercase {
  text-transform: lowercase;
}

.subtitle_promo {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.subtitle_promo.is_white {
  color: var(--white);
  text-align: center;
}

.subtitle_promo.is-yellow {
  border: 1px solid var(--dirty-white);
  background-color: var(--lime);
  color: var(--dark-green);
  letter-spacing: 1px;
  border-radius: 40px;
  padding: 8px 20px 10px;
  font-size: 18px;
  font-weight: 500;
}

.subtitle_promo.is-big {
  color: var(--white);
  text-transform: uppercase;
  text-underline-offset: 8px;
  border-radius: 16px;
  padding: 8px 15px;
  font-size: 26px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.form_field-2 {
  color: #754f94;
  background-color: #0000;
  border: 1px solid #ebcfe3;
  width: 100%;
  min-height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}

.form_field-2:active {
  background-color: #fff0;
}

.form_field-2:focus {
  border-color: #ebcfe3;
}

.form_field-2:focus-visible, .form_field-2[data-wf-focus-visible] {
  background-color: #fff0;
}

.form_field-2::placeholder {
  font-size: 14px;
}

.dropdown_close {
  width: 100%;
  min-height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
}

.dropdown_list {
  font-weight: 400;
}

.dropdown_list.w--open {
  background-color: #fff;
  border-bottom: 1px solid #8a8a8a66;
  border-left: 1px solid #8a8a8a66;
  border-right: 1px solid #8a8a8a66;
  margin-top: -1px;
}

.display-none-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: none;
}

.dropdown_choice {
  background-color: #fff;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.dropdown_choice:hover {
  background-color: var(--lime);
}

.dropdown_choice.w--current {
  background-color: var(--lime);
  color: var(--dark-green);
}

.nowrap {
  white-space: nowrap;
}

.image-wrap-promo {
  position: static;
  overflow: hidden;
}

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

.div-block-93 {
  background-image: linear-gradient(0deg, #080c0cb3, #fff0 52%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-93.z-index {
  z-index: 3;
}

.div-block-94 {
  border: 1px solid var(--white-lilla);
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.div-block-95 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.text-block-30 {
  padding-bottom: 3px;
}

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

.promo_zero_spese {
  border-top: 1px none var(--white-lilla);
  border-bottom: 1px solid var(--white-lilla);
  color: var(--dark-green);
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: ofelia-text, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

.div-block-96 {
  border: 1px solid var(--white-lilla);
  width: 200px;
  height: 1px;
}

.text-span-8 {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.bold-text-4 {
  background-color: var(--lime);
  color: var(--dark-green);
}

.text-promo {
  color: var(--green);
  text-align: center;
  text-transform: none;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bagatela, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
}

@media screen and (max-width: 991px) {
  .text_container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text_container.align-left {
    align-self: stretch;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text_container.is-intro {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text_container.is-paragraph.mobile-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text_container.align-lateral {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .text_container.align-lateral.mobile-center {
    justify-content: center;
    align-items: center;
  }

  .section-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 80px 32px;
  }

  .section-2.flex-horizontal {
    flex-flow: column;
  }

  .container-2 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    align-items: center;
  }

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

  .container-2.is-center.is-form, .container-2.is-center.is-form.small {
    width: 100%;
  }

  .container-2.is-center.is-form.small.is-tablet-mobile {
    display: flex;
  }

  .image-fit-cover.absolute.position-left, .image-fit-cover.is-contain.position-left {
    object-position: 0% 50%;
  }

  .moodboard {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .moodboard.is-gap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .large-title {
    text-align: center;
    font-size: 45px;
    line-height: 50px;
  }

  .large-title.is-white.max-w {
    max-width: none;
  }

  .grid_image_wrapper {
    min-height: 250px;
  }

  .footer-partner {
    width: 200px;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .footer-partners {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer_component {
    flex-direction: column;
    padding: 10vw 60px 100px;
    display: flex;
  }

  .footer-partner-couple {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
  }

  .footer-link_wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .footer_row {
    justify-content: center;
    align-items: center;
  }

  .footer_text.is-small {
    text-align: center;
  }

  .moodboard-small {
    order: -1;
    width: 100%;
    height: 70vw;
    max-height: none;
  }

  .moodboard-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
    align-self: stretch;
  }

  .moodboard-copy.is-gap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .header_component_nav-small {
    padding-top: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .note-legali {
    max-width: 100%;
  }

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

  .note_txt h2 {
    font-size: 18px;
  }

  .div-block {
    flex-flow: wrap;
    max-width: 350px;
  }

  .div-block.no-margin-top {
    max-width: none;
    margin-top: 0;
  }

  .div-block.is-desk {
    display: none;
  }

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

  .contact-link {
    font-size: 16px;
  }

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

  .form_field {
    line-height: 20px;
  }

  .fixed_flags {
    flex-flow: row;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    inset: auto 0% 0%;
  }

  .fixed_flags.test {
    margin-top: 130px;
  }

  .flag-icon_wrapper {
    width: 50px;
    height: 50px;
  }

  .flag_component {
    width: 50%;
    margin-bottom: 0;
    box-shadow: 0 -2px 5px #0003;
  }

  .header_container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 500px;
    bottom: 10vw;
  }

  .header_container.is-promo {
    max-width: none;
  }

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

  .image_hover.hero {
    background-color: #0006;
  }

  .image_wrapper.is-double {
    flex: none;
    width: 100%;
  }

  .image_wrapper.min-h {
    min-height: 800px;
  }

  .image_wrapper.is-full {
    min-height: 500px;
  }

  .image_wrapper.is-vertical {
    width: 100%;
    height: 750px;
    min-height: auto;
  }

  .image_wrapper.is-square {
    width: 100%;
    min-height: 750px;
  }

  .image_wrapper.is-grid {
    height: auto;
  }

  .image_wrapper.is-card {
    width: 100%;
    height: 550px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image_wrapper.is-tab {
    min-height: 500px;
  }

  .image_wrapper.is-partners {
    width: 100%;
    min-height: 750px;
  }

  .grid_cell_container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image_background.is-home-3 {
    background-position: 50% 30%;
  }

  .image_background.is-home-8 {
    background-image: linear-gradient(0deg, #8bc1f973, #0000 62%), linear-gradient(0deg, #000c, #0003), url('../images/iStock-2050734957-copia.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .grid_component {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid_cell {
    min-height: 45vw;
  }

  .grid_cell.is-double {
    min-height: auto;
    max-height: none;
  }

  .grid_cell.is-double.is-sand {
    flex: 1;
    width: auto;
    height: auto;
  }

  .section-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 60px;
  }

  .container {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    align-items: center;
  }

  .container.is-flex-horizontal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .container.horizontal.inverse {
    flex-flow: column;
  }

  .container.is-paragraph.mobile-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.is-contact {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .container.is-contact.inverse, .container.is-form, .container.is-form.inverse {
    flex-flow: column;
  }

  .logo-absolute {
    top: 25px;
  }

  .button-01 {
    background-color: #d9d902;
  }

  .slide_image_wrapper {
    flex: none;
  }

  .slide_text_wrapper {
    padding: 15px;
  }

  .slide_title {
    font-size: 21px;
  }

  .number-circle {
    flex: none;
  }

  .h1-hero {
    font-size: 18px;
    line-height: 25px;
  }

  .nav_component {
    flex-flow: row;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .nav_link_container {
    z-index: 2;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #1c3133e6;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding-top: 220px;
    padding-bottom: 80px;
    padding-left: 60px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
  }

  .nav_link_wrapper.is-first {
    margin-top: auto;
  }

  .nav_link_wrapper.is-last {
    margin-bottom: auto;
  }

  .nav_link {
    letter-spacing: .5px;
    margin-top: 0;
    padding-bottom: 8px;
    font-family: bagatela, sans-serif;
    font-size: 40px;
    font-weight: 200;
  }

  .hero-image.home {
    object-position: 65% 50%;
  }

  .nav_hamburger {
    z-index: 3;
    filter: invert();
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: auto;
    display: flex;
    position: relative;
  }

  .nav_hamburger_lottie {
    flex: none;
  }

  .button-txt-dark {
    color: var(--black);
  }

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

  .section.background-lilla.is-partners {
    padding-top: 40px;
  }

  .section.image-bg {
    padding-bottom: 80px;
  }

  .section.same-padding {
    padding-top: 40px;
  }

  .section.is-low-gap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading-2 {
    text-align: center;
  }

  .heading-2.is-typo, .heading-2.is-large-title {
    text-align: left;
  }

  .paragraph {
    max-width: 600px;
  }

  .paragraph.align-center.mobile-left {
    text-align: left;
  }

  .paragraph.is-intro, .paragraph.mobile-center {
    text-align: center;
  }

  .paragraph.is-small {
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph.is-promo.mobile-left {
    text-align: left;
  }

  .slide-motivi_container {
    height: 600px;
  }

  .slider_arrow.right {
    margin-bottom: 20px;
    margin-left: 70px;
    margin-right: 0;
    inset: auto auto 0%;
  }

  .slider_arrow.left {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 70px;
    inset: auto auto 0%;
  }

  .text-motivi_wrap {
    padding-bottom: 40px;
  }

  .div-block-4 {
    max-width: 90%;
  }

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

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

  .div-block-9 {
    height: 550px;
  }

  .div-block-9.is-vertical {
    height: 700px;
  }

  .div-block-11 {
    flex-flow: column;
    height: auto;
    min-height: auto;
  }

  .image-wrap.is-amenities {
    min-height: 250px;
  }

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

  .splide__list {
    padding-left: 0;
  }

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

  .text-wrap {
    flex: 0 auto;
    height: 170px;
    padding: 30px 20px;
  }

  .splide__arrow.left.tab {
    right: 100px;
  }

  .splide.slider-10 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .splide__arrows {
    margin-top: 0;
  }

  .h1-hero_wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 0;
  }

  .btn-icon {
    background-color: var(--lilla);
  }

  .title_wrap.align-center.mobile-left {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .title_wrap.align-left.is-sticky {
    max-width: 600px;
    margin-top: 0;
  }

  .title_wrap.align-left.is-sticky.mobille-center {
    justify-content: flex-start;
    align-items: center;
  }

  .title_wrap.contatti {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .title_wrap.contatti.is-sticky {
    max-width: 600px;
    margin-top: 0;
  }

  .title_wrap.is-promo.mobile-left {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .medium-title.align-center.mobile-left {
    text-align: left;
  }

  .medium-title.mobile-center {
    text-align: center;
  }

  .button-02 {
    background-color: #d9d902;
  }

  .div-block-13 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .button-txt {
    color: var(--black);
  }

  .typo_wrap {
    padding: 40px;
  }

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

  .grid-partners {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 50% 1px 50% 1px 1px;
  }

  .partner-logo {
    height: 30px;
  }

  .partner-logo.labor-legno, .partner-logo.ercos, .partner-logo.bertolotto, .partner-logo.dierre {
    height: 40px;
  }

  .line-vert-grid.is-hide, .line-vert-grid.tablet-hide {
    display: none;
  }

  .line-horiz-grid.is-tablet {
    display: flex;
  }

  .slider-appartamenti {
    width: 90vw;
    height: 70vw;
  }

  .div-block-22 {
    justify-content: center;
    align-items: center;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

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

  .desktop-mode {
    z-index: 100;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #000000e6;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%;
  }

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

  .desktop-icon {
    color: #fff;
    width: 40px;
    height: 40px;
  }

  .text-block-15 {
    color: #fff;
  }

  .flag_txt_wrap.la-tua-casa {
    position: absolute;
  }

  .flag_txt, .flag_line {
    display: none;
  }

  .flag_icon {
    flex-flow: row;
    flex: 1;
  }

  .flag_icon.la-tua-casa {
    flex-flow: row;
    position: static;
  }

  .text-block-19 {
    font-size: 45px;
    line-height: 50px;
  }

  .text-block-20 {
    font-size: 18px;
    line-height: 25px;
  }

  .txt-promo01 {
    font-size: .9rem;
  }

  .container-3 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    align-items: center;
  }

  .section-4 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 60px;
  }

  .heading-2_promo {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 45px;
    line-height: 50px;
  }

  .list_grid_item.width-auto.align-center {
    justify-content: center;
    align-items: center;
  }

  .flag_txt-copy {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    display: flex;
  }

  .flag_txt-copy.casa {
    color: var(--white);
  }

  .flag_txt-copy {
    color: var(--white);
    font-weight: 400;
  }

  .div-block-89 {
    background-image: linear-gradient(180deg, var(--dark-green), #fff0);
    height: 140px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .container-4 {
    flex-flow: column;
  }

  .container-4.margin-bottom {
    margin-top: 100px;
  }

  .container-4.margin-bottom.test {
    margin-top: 0;
  }

  .slider-landscape {
    height: 50vw;
  }

  .nav_link-copy {
    letter-spacing: .5px;
    margin-top: 0;
    padding-bottom: 8px;
    font-family: bagatela, sans-serif;
    font-size: 40px;
    font-weight: 200;
  }

  .label-01c_component {
    top: 200px;
  }

  .label-01c_title {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .label-01c_text {
    padding-bottom: 0;
  }

  .promo_container {
    flex-flow: column-reverse;
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .promo_box {
    width: 100%;
  }

  .promo_box.is-first {
    order: 1;
  }

  .image-fit-cover-copy.absolute.position-left, .image-fit-cover-copy.is-contain.position-left, .image-fit-cover-copy.absolute.position-left, .image-fit-cover-copy.is-contain.position-left, .image-fit-cover-copy.absolute.position-left, .image-fit-cover-copy.is-contain.position-left {
    object-position: 0% 50%;
  }

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

  .image-wrap-promo {
    height: 550px;
  }

  .image-wrap-promo.is-vertical {
    height: 700px;
  }

  .promo_zero_spese {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2.flex-horizontal {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-2.is-horizontal {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .moodboard {
    grid-template-columns: 1fr 1fr;
    max-height: none;
  }

  .moodboard.is-gap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: 1.75fr 1fr;
    grid-template-columns: 1fr 1fr;
    height: 130vw;
  }

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

  .slide_container {
    min-width: 250px;
  }

  .grid_image_wrapper.landscape-display-none {
    display: none;
  }

  .footer-partner_text {
    margin-bottom: 10px;
  }

  .footer-partner {
    width: auto;
  }

  .footer-partners {
    padding-bottom: 0;
  }

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

  .footer-partner-couple {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer_row.is-first {
    grid-row-gap: 10px;
  }

  .footer_link.small {
    white-space: nowrap;
  }

  .moodboard-copy {
    grid-template-columns: 1fr 1fr;
    height: 150vw;
    max-height: none;
  }

  .moodboard-copy.is-gap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: 1.75fr 1fr;
    grid-template-columns: 1fr 1fr;
    height: 130vw;
  }

  .header_component_nav-small {
    padding-top: 100px;
  }

  .div-block.no-margin-top {
    max-width: none;
  }

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

  .heading-medium-3 {
    font-size: 26px;
    line-height: 36px;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .header_container {
    flex-flow: column;
    bottom: 10vw;
  }

  .heading-hero.is-home {
    max-width: 450px;
  }

  .image_wrapper.is-vertical {
    height: 600px;
  }

  .grid_cell_container {
    max-width: 30em;
  }

  .grid_cell_container.is-absolute {
    position: relative;
    bottom: auto;
  }

  .grid_cell {
    min-height: 60vw;
    max-height: 60vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid_cell.is-image {
    padding-left: 0;
    padding-right: 0;
  }

  .grid_cell.is-double.is-sand {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .heading_container {
    text-align: left;
  }

  .section-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 60px 40px;
  }

  .container.is-flex-horizontal {
    overflow: auto;
  }

  .mobile-no-wrap {
    white-space: nowrap;
  }

  .h1-hero.is-promo {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1-hero.is-promo.pad-40 {
    font-size: 16px;
  }

  .nav_link {
    font-size: 30px;
  }

  .nav_hamburger {
    height: 40px;
  }

  .section {
    padding-top: 60px;
  }

  .section.background-lilla.is-partners {
    padding-top: 40px;
  }

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

  .heading-2.is-large-title {
    font-size: 40px;
    line-height: 45px;
  }

  .heading-2.is-large-title.is-form {
    max-width: 400px;
  }

  .paragraph.is-card {
    max-width: 80%;
  }

  .mask {
    width: 90vw;
  }

  .slide-motivi {
    margin-right: 10px;
  }

  .slide-motivi_container {
    flex-direction: column;
  }

  .splide__slide {
    width: 50%;
  }

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

  .title_wrap.contatti {
    flex-flow: column;
    display: flex;
  }

  .medium-title, .heading-3 {
    font-size: 35px;
    line-height: 40px;
  }

  .partner-logo.labor-legno {
    height: 35px;
  }

  .partner-logo.atlas-cocorde {
    height: 25px;
  }

  .partner_wrap {
    min-width: 200px;
  }

  .slider-appartamenti {
    min-height: 450px;
  }

  .slider-appartamenti.is-promo {
    width: auto;
  }

  .text-block-10-copy.is-price, .text-block-10-copy.is-green {
    font-size: 16px;
    line-height: 22px;
  }

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

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

  .progress-bar {
    width: 350px;
  }

  .div-block-35 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .flex-space-gap-10 {
    flex-flow: column;
  }

  .flex-card {
    flex-wrap: wrap;
  }

  .text-promo01 {
    font-size: 28px;
    line-height: 38px;
  }

  .container-3.no-width.gap-small {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-promo02 {
    font-size: 14px;
    line-height: 15px;
  }

  .card_component {
    padding: 20px;
  }

  .card_component.is-50 {
    width: 100%;
    padding: 0;
  }

  .section-4 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 60px 40px;
  }

  .heading-2_promo {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-23 {
    text-align: center;
    max-width: 480px;
  }

  .slide_button_icon.is-promo {
    width: 25px;
    height: 25px;
  }

  .heading-small-3.align-center {
    text-align: center;
    line-height: 26px;
  }

  .heading-3_promo {
    text-align: center;
  }

  .icon-container.is-large, .icon-container.is-m {
    width: 60px;
    height: 60px;
    padding: 10px;
  }

  .list_grid_item {
    justify-content: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .list_grid_item.width-auto.is-horiz {
    width: 80%;
  }

  .flex-block-7, .flex-space-gap-10-2 {
    flex-flow: column;
  }

  .text-promo01-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .text-promo01-2.is-white {
    width: 100%;
  }

  .text-promo02-2 {
    font-size: 14px;
    line-height: 15px;
  }

  .card_component-2 {
    padding: 20px;
  }

  .card_component-2.is-50 {
    width: 100%;
    padding: 0;
  }

  .text-promo03 {
    max-width: 400px;
    font-size: 2rem;
  }

  .text-block-27 {
    text-align: center;
    max-width: 480px;
  }

  .heading-small-4.align-center {
    text-align: center;
    line-height: 26px;
  }

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

  .h1-hero-2 {
    max-width: 400px;
  }

  .trattino {
    display: none;
  }

  .slide_container-2.is-plani {
    padding-bottom: 30px;
  }

  .tipologia {
    margin-top: 20px;
    margin-right: 15px;
    font-size: 25px;
  }

  .superficie {
    font-size: 14px;
  }

  .slider-landscape.plani {
    height: auto;
  }

  .piano {
    font-size: 14px;
  }

  .prezzo-promo {
    font-size: 16px;
    line-height: 24px;
  }

  .bold-text-3 {
    font-size: 20px;
    line-height: 22px;
  }

  .price-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_link-copy {
    font-size: 30px;
  }

  .date_wrap {
    max-width: 400px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    line-height: 25px;
  }

  .label-01c_component {
    top: 170px;
  }

  .label-01c_lottie {
    transform: rotate(90deg);
  }

  .label-01c_text_wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }

  .promo_box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .promo_card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .subtitle_promo.is-yellow {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
  }

  .subtitle_promo.is-big {
    font-size: 24px;
    line-height: 40px;
  }

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

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

  .div-block-95 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .txt_promo {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .promo_zero_spese {
    text-align: center;
    padding-bottom: 10px;
  }

  .text-span-8 {
    font-size: 16px;
  }

  .text-promo {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 60px 20px;
  }

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

  .container-2.is-center.is-form {
    padding-left: 0;
    padding-right: 0;
  }

  .image-fit-cover.absolute.position-left {
    object-position: 24% 50%;
  }

  .image-fit-cover.is-auto {
    height: 80%;
  }

  .image-fit-cover.is-containmobile {
    object-fit: contain;
    height: 70vw;
  }

  .image-fit-cover.is-contain.position-left {
    object-position: 24% 50%;
  }

  .moodboard {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    padding-bottom: 20px;
    display: flex;
    overflow: auto;
  }

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

  .slide_container {
    min-width: 300px;
  }

  .grid_image_wrapper {
    min-width: 250px;
  }

  .footer-partner_logo.is-large {
    width: 160px;
    height: 80px;
  }

  .footer-partner {
    margin-bottom: 0;
  }

  .footer_component {
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .footer-partner-couple {
    padding-top: 40px;
  }

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

  .footer_row {
    flex-flow: column;
  }

  .footer_row.is-first {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .note_txt {
    font-size: .9em;
  }

  .note_txt h1 {
    font-size: 24px;
    line-height: 26px;
  }

  .note_txt h2 {
    font-size: 16px;
  }

  .note_txt p {
    font-size: 12px;
    line-height: 23px;
  }

  .hero_logo {
    width: 260px;
  }

  .button.is-submit, .div-block.no-margin-top {
    margin-top: 20px;
  }

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

  .contact-link {
    font-size: 14px;
  }

  .form_par {
    font-size: 13px;
    line-height: 26px;
  }

  .flag-icon_wrapper {
    width: 50px;
    height: 50px;
  }

  .flag-icon.is-flag {
    width: 20px;
    height: 20px;
  }

  .flag_component {
    min-width: 155px;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .header_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-right: 20px;
    font-size: 1.2rem;
    bottom: 35vw;
  }

  .header_container.is-promo {
    margin-right: 0;
  }

  .heading-hero {
    max-width: 300px;
    font-size: 40px;
    line-height: 45px;
  }

  .heading-hero.medium {
    font-size: 30px;
  }

  .heading-hero.is-home {
    max-width: none;
  }

  .heading-hero.is-intro {
    font-size: 30px;
    line-height: 30px;
  }

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

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

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

  .image_wrapper.is-double {
    width: 100%;
  }

  .image_wrapper.min-h {
    min-height: 550px;
  }

  .image_wrapper.is-full {
    min-height: 450px;
  }

  .image_wrapper.is-vertical {
    height: 450px;
  }

  .image_wrapper.is-square, .image_wrapper.is-grid {
    min-height: 450px;
  }

  .image_wrapper.is-moodboard {
    min-height: auto;
  }

  .image_wrapper.is-moodboard.is-hide-mobile {
    display: none;
  }

  .image_wrapper.is-card {
    height: 500px;
  }

  .image_wrapper.is-tab, .image_wrapper.is-partners {
    min-height: 450px;
  }

  .grid_cell-double {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid_cell_container.is-large {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid_component {
    grid-template-rows: auto auto auto auto auto;
  }

  .grid_component.is-home {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto auto;
    overflow: hidden;
  }

  .grid_cell {
    min-height: 80vw;
    max-height: 80vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid_cell.is-image {
    max-height: none;
  }

  .grid_cell.is-double.is-sand {
    width: 100%;
    min-height: auto;
  }

  .section-3 {
    padding: 60px 16px;
  }

  .container.max-width {
    margin-top: 40px;
  }

  .logo-absolute {
    width: 150px;
    height: 75px;
  }

  .hover-color.opacity-20 {
    font-size: 24px;
  }

  .txt-motivo {
    margin-bottom: 0;
  }

  .h1-hero {
    max-width: 25em;
    font-size: 16px;
    line-height: 23px;
  }

  .h1-hero.is-promo.pad-40 {
    font-size: 14px;
    line-height: 23px;
  }

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

  .nav_logo_wrapper {
    width: 160px;
    height: 80px;
  }

  .nav_link_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 40px;
  }

  .hero-image.home {
    object-position: 68% 50%;
  }

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

  .hero-image.servizi {
    object-position: 60% 50%;
  }

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

  .bold-h1 {
    line-height: 23px;
  }

  .button-txt-dark.is-caps {
    text-align: center;
    padding-left: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.background-lilla.is-partners {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.image-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-2 {
    text-align: left;
  }

  .heading-2.light.mobile-center {
    text-align: center;
  }

  .heading-2.is-large-title {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-2.is-large-title.is-form {
    max-width: 350px;
  }

  .heading-2.mobile-center {
    text-align: center;
  }

  .paragraph.is-card, .text-block-4 {
    max-width: none;
  }

  .slide-motivi_container {
    align-items: center;
    height: 620px;
  }

  .slider_arrow.right {
    margin-right: 0;
  }

  .text-motivi_wrap {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-4 {
    max-width: 85%;
  }

  .map_wrap {
    height: 300px;
  }

  .subtitle {
    font-size: .8em;
  }

  .div-block-9 {
    height: 450px;
  }

  .grid-mood {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: 1.5fr .7fr;
    grid-template-columns: 1fr 1fr;
  }

  .splide__slide {
    width: 100%;
  }

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

  .splide__arrow.left.tab {
    bottom: 20px;
    right: 80px;
  }

  .splide__arrow.left.tab.is-center {
    margin-left: -60px;
    bottom: 0;
    left: 50%;
    right: auto;
  }

  .splide__arrow.tab {
    bottom: 20px;
    right: 20px;
  }

  .splide__arrow.tab.is-center {
    margin-right: -60px;
    bottom: 0;
    right: 50%;
  }

  .heading_wrap.no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h1-hero_wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 300px;
  }

  .h1-hero_wrap.is-promo.max550 {
    justify-content: flex-start;
    align-items: center;
  }

  .title_wrap.contatti {
    grid-row-gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .title_wrap.mobile-center {
    justify-content: flex-start;
    align-items: center;
  }

  .title_wrap.is-promo {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .button-02.is-form {
    min-width: 200px;
  }

  .div-block-13 {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .button-txt {
    line-height: 20px;
  }

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

  .heading-4 {
    font-size: .8em;
  }

  .typo_wrap {
    padding: 20px;
  }

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

  .lightbox_wrap.promo {
    bottom: 20px;
  }

  .image-typo.absolute.position-left {
    object-position: 24% 50%;
  }

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

  .partner-logo.labor-legno {
    height: 40px;
  }

  .partner-logo.atlas-cocorde {
    max-width: 190px;
    height: auto;
  }

  .partner-logo.bticino {
    height: 30px;
  }

  .partner-logo.ercos {
    height: 40px;
  }

  .partner-logo.bertolotto {
    max-width: 150px;
    height: auto;
  }

  .partner-logo.dierre {
    height: 40px;
  }

  .partner_wrap {
    border-top: 1px solid var(--white-lilla);
    justify-content: center;
    align-items: flex-start;
    height: 150px;
  }

  .partner_wrap.is-first {
    border-top-style: none;
  }

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

  .text-block-10 {
    text-align: left;
  }

  .line-vert-grid, .line-vert-grid.tablet-hide, .line-horiz-grid, .line-horiz-grid.is-tablet {
    display: none;
  }

  .slider-appartamenti {
    height: 450px;
    min-height: auto;
  }

  .slider-appartamenti.is-promo {
    height: 90vw;
  }

  .slide-vp_contain.is-price {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .slide-vp_contain.is-mobile {
    padding-bottom: 0;
    position: static;
  }

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

  .div-block-21.is-price {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-bottom: 60px;
    padding-top: 0;
    position: absolute;
  }

  .text-block-10-copy {
    max-width: 130px;
  }

  .text-block-10-copy.is-price, .text-block-10-copy.is-green {
    max-width: none;
  }

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

  .progress-bar {
    width: 280px;
  }

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

  .flag_icon {
    width: 40px;
    height: 45px;
  }

  .text-block-19 {
    font-size: 40px;
    line-height: 45px;
  }

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

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

  .text-block-22 {
    line-height: 22px;
  }

  .bold-text, .bold-text-2 {
    font-size: 18px;
  }

  .txt-promo01 {
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: .9rem;
  }

  .text-promo01 {
    font-size: 22px;
    line-height: 30px;
  }

  .list_grid_icon {
    height: 35px;
  }

  .text-span-4 {
    line-height: 10px;
  }

  .section-4 {
    padding: 60px 16px;
  }

  .section-4.no-gap.is-white-lilla {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2_promo {
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-flex;
  }

  .slide_button_icon.is-promo {
    width: 28px;
    height: 28px;
  }

  .heading-small-3.align-center {
    max-width: 260px;
    line-height: 24px;
  }

  .heading-3_promo {
    line-height: 32px;
  }

  .icon-container.is-large, .icon-container.is-m {
    flex: none;
    width: 50px;
    height: 50px;
  }

  .list_grid_item {
    flex: 1;
    min-width: 150px;
  }

  .list_grid_item.width-auto.align-center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .list_grid_item.width-auto.is-horiz {
    flex-flow: column;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .text-block-26 {
    margin-top: 10px;
    font-size: 10px;
    line-height: 20px;
  }

  .flag_txt-copy {
    padding-left: 10px;
    padding-right: 0;
    font-size: 12px;
  }

  .div-block-89 {
    height: 120px;
  }

  .text-promo01-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .text-span-6 {
    line-height: 10px;
  }

  .text-promo03 {
    max-width: 280px;
    font-size: 21px;
    line-height: 35px;
  }

  .heading-small-4.align-center {
    max-width: 260px;
    line-height: 24px;
  }

  .text-block-28 {
    font-size: 15px;
  }

  .h1-hero-2 {
    font-size: 13px;
  }

  .left-arrow-2 {
    inset: auto 70px -70px 0%;
  }

  .tipologia {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 22px;
    line-height: 16px;
  }

  .right-arrow-2 {
    inset: auto 0% -70px 70px;
  }

  .superficie {
    font-size: 12px;
  }

  .slider-landscape {
    height: 60vw;
    margin-bottom: 100px;
  }

  .piano {
    font-size: 12px;
  }

  .date_wrap {
    font-size: 14px;
    line-height: 23px;
  }

  .is-date {
    line-height: 0;
  }

  .label-01c_component {
    top: 150px;
  }

  .label-01c_text_wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .is-type {
    line-height: 0;
  }

  .image-fit-cover-copy.absolute.position-left {
    object-position: 24% 50%;
  }

  .image-fit-cover-copy.is-contain.position-left, .image-fit-cover-copy.absolute.position-left {
    object-position: 24% 50%;
  }

  .image-fit-cover-copy.is-contain.position-left, .image-fit-cover-copy.absolute.position-left {
    object-position: 24% 50%;
  }

  .image-fit-cover-copy.is-auto {
    height: 80%;
  }

  .image-fit-cover-copy.is-containmobile {
    object-fit: contain;
    height: 70vw;
  }

  .image-fit-cover-copy.is-contain.position-left {
    object-position: 24% 50%;
  }

  .subtitle_promo {
    font-size: 16px;
  }

  .subtitle_promo.is-yellow {
    font-size: 14px;
    line-height: 23px;
  }

  .subtitle_promo.is-big {
    font-size: 19px;
    line-height: 36px;
  }

  .image-wrap-promo {
    height: 450px;
  }

  .txt_promo {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .promo_zero_spese {
    font-size: 15px;
  }

  .text-promo {
    font-size: 28px;
    line-height: 35px;
  }
}

#w-node-a1fc1baf-c0d2-cceb-092b-2299dd29492b-d7586174, #w-node-_771e4f01-92be-7c07-9c7c-4210d75861a4-d7586174, #w-node-_771e4f01-92be-7c07-9c7c-4210d75861a6-d7586174, #policyFlagsContainer.w-node-_771e4f01-92be-7c07-9c7c-4210d75861a8-d7586174 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_771e4f01-92be-7c07-9c7c-4210d75861a9-d7586174 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_771e4f01-92be-7c07-9c7c-4210d75861ac-d7586174 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_771e4f01-92be-7c07-9c7c-4210d75861ad-d7586174, #w-node-_4107e27b-064b-1c08-11fd-ccc131bf4438-d26db398 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4ccb358e-ac8c-803b-ceb5-b6662f0fb61a-d26db398 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9cff648-5eef-e42f-56ad-7cbe41629532-d26db398, #w-node-_79231e8d-5b48-98b5-9c9a-e9a05a417e92-d26db398, #w-node-_79231e8d-5b48-98b5-9c9a-e9a05a417e94-d26db398 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_79231e8d-5b48-98b5-9c9a-e9a05a417e96-d26db398, #w-node-b1425082-6199-7654-9f90-4283831dcd51-0576c405, #w-node-b1425082-6199-7654-9f90-4283831dcd5c-0576c405, #w-node-b1425082-6199-7654-9f90-4283831dcd5e-0576c405, #w-node-b1425082-6199-7654-9f90-4283831dcd67-0576c405, #w-node-b1425082-6199-7654-9f90-4283831dcd69-0576c405, #w-node-b1425082-6199-7654-9f90-4283831dcd72-0576c405, #w-node-b1425082-6199-7654-9f90-4283831dcd74-0576c405, #w-node-b1425082-6199-7654-9f90-4283831dcd7d-0576c405, #w-node-b1425082-6199-7654-9f90-4283831dcd7f-0576c405, #w-node-_16f7fd18-6974-5705-7add-82dbb3ab793f-0576c405, #w-node-_16f7fd18-6974-5705-7add-82dbb3ab7941-0576c405 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e7f9c68-cf45-6f54-ab12-5002b78a5f6c-7ada51b9 {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-e9b15982-2729-2efa-aa63-23c5221becfe-7ada51b9, #w-node-_14ed84df-88df-4c47-a3ca-ffc265d8f615-7ada51b9 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_47b8b9ee-d6fb-f549-575e-6eb31c220d33-7ada51b9, #w-node-_47b8b9ee-d6fb-f549-575e-6eb31c220d35-7ada51b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_47b8b9ee-d6fb-f549-575e-6eb31c220d37-7ada51b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6029a3d-45cd-e358-2c63-36a4692611cf-7ada51b9 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-e6029a3d-45cd-e358-2c63-36a4692611d1-7ada51b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_522bb483-1cff-1189-a081-d2f2b1b3c0e1-7ada51b9 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_522bb483-1cff-1189-a081-d2f2b1b3c0e5-7ada51b9, #w-node-_522bb483-1cff-1189-a081-d2f2b1b3c0e3-7ada51b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0f35b34-66b8-4d51-b529-c3363d7847a9-7ada51b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b0f35b34-66b8-4d51-b529-c3363d7847ad-7ada51b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0f35b34-66b8-4d51-b529-c3363d7847ab-7ada51b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_4ca87629-1491-c9c2-3f1e-c516f4f0561f-7ada51b9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b2623598-caa9-4dab-2062-bd2ecba77feb-7ada51b9 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_7e7f9c68-cf45-6f54-ab12-5002b78a5f6c-7ada51b9 {
    grid-column-end: 4;
  }

  #w-node-_78d770b5-b688-28f7-0970-137fbfc4b8b5-7ada51b9 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_5d5aebc4-d6dc-5146-2639-d82f198147a4-7ada51b9 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-e9b15982-2729-2efa-aa63-23c5221becfe-7ada51b9 {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-_14ed84df-88df-4c47-a3ca-ffc265d8f615-7ada51b9 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-d60f314b-7807-03b2-5fae-b956e3643b1c-7ada51b9, #w-node-bc67b768-6d25-ac56-25ac-0e1cee0739d5-7ada51b9 {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-cf8ba342-7572-432e-fc60-170958a8f1c4-7ada51b9 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-d25adb65-638e-2e48-f8c5-9ec9420bbd23-7ada51b9 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_5fe98675-d62c-f405-4a92-3861cba51024-7ada51b9 {
    grid-area: 7 / 3 / 8 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_771e4f01-92be-7c07-9c7c-4210d758619c-d7586174 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_771e4f01-92be-7c07-9c7c-4210d758619c-d7586174, #w-node-_771e4f01-92be-7c07-9c7c-4210d758619e-d7586174, #w-node-_771e4f01-92be-7c07-9c7c-4210d75861a0-d7586174, #w-node-_771e4f01-92be-7c07-9c7c-4210d75861a2-d7586174, #w-node-a1fc1baf-c0d2-cceb-092b-2299dd29492b-d7586174, #w-node-_771e4f01-92be-7c07-9c7c-4210d75861a4-d7586174, #w-node-_771e4f01-92be-7c07-9c7c-4210d75861a6-d7586174, #policyFlagsContainer.w-node-_771e4f01-92be-7c07-9c7c-4210d75861a8-d7586174 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_771e4f01-92be-7c07-9c7c-4210d75861a9-d7586174 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_4107e27b-064b-1c08-11fd-ccc131bf4438-d26db398 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4ccb358e-ac8c-803b-ceb5-b6662f0fb61a-d26db398 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c9cff648-5eef-e42f-56ad-7cbe41629532-d26db398 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79231e8d-5b48-98b5-9c9a-e9a05a417e90-d26db398 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_79231e8d-5b48-98b5-9c9a-e9a05a417e94-d26db398 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0ef4499e-8a8e-885c-d62c-201ff90bb8fe-7ada51b9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4ca87629-1491-c9c2-3f1e-c516f4f0561f-7ada51b9 {
    grid-row: 3 / 4;
  }

  #w-node-b2623598-caa9-4dab-2062-bd2ecba77feb-7ada51b9 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_7e7f9c68-cf45-6f54-ab12-5002b78a5f6c-7ada51b9 {
    grid-column-end: 2;
  }

  #w-node-_78d770b5-b688-28f7-0970-137fbfc4b8b5-7ada51b9 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d60f314b-7807-03b2-5fae-b956e3643b1c-7ada51b9 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-cf8ba342-7572-432e-fc60-170958a8f1c4-7ada51b9 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_5fe98675-d62c-f405-4a92-3861cba51024-7ada51b9 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_47b8b9ee-d6fb-f549-575e-6eb31c220d31-7ada51b9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_47b8b9ee-d6fb-f549-575e-6eb31c220d35-7ada51b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e6029a3d-45cd-e358-2c63-36a4692611cd-7ada51b9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-e6029a3d-45cd-e358-2c63-36a4692611cf-7ada51b9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e6029a3d-45cd-e358-2c63-36a4692611d1-7ada51b9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b0f35b34-66b8-4d51-b529-c3363d7847a7-7ada51b9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b0f35b34-66b8-4d51-b529-c3363d7847ad-7ada51b9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b0f35b34-66b8-4d51-b529-c3363d7847ab-7ada51b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


