:root {
  --grey: #4a494c;
  --white: white;
  --rose-grey: #c1a095;
  --black-2: #28282d;
  --black-3: #ddc077;
  --rose-light: #c17872;
  --rose-dark: #83544f;
  --grey-light: #999;
  --rose: #d6a791;
  --black: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  color: var(--grey);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  max-width: 700px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Crimsontext, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  max-width: 500px;
  margin-bottom: 10px;
  line-height: 26px;
}

a {
  text-decoration: underline;
}

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

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: lower-alpha;
}

strong {
  font-weight: bold;
}

.todelete {
  text-align: left;
  background-color: #ffe837;
  margin-bottom: 0;
  padding: 40px 15%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  display: none;
}

.todelete strong {
  font-weight: 800;
}

.returnbtn {
  z-index: 1000;
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 2px solid #000;
  display: none;
  position: fixed;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.page_wrapper {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.page_wrapper.is-tecnica {
  padding-top: 100px;
}

.section {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  padding: 100px 60px;
  display: flex;
}

.section.white {
  background-color: var(--white);
  background-image: none;
}

.section.white.relative, .section.relative {
  position: relative;
}

.section.color_rose-grey-opacity {
  background-color: #fbf8f7;
}

.section.is-color1 {
  background-color: var(--rose-grey);
}

.section.color_rose-grey-gradient {
  background-image: linear-gradient(2deg, #e0d4d0, #fff 54%);
}

.section.is-align-center {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.section.pad-0px {
  padding: 0;
}

.section.pad-top-0px {
  padding-top: 0;
}

.hero-wrap {
  z-index: 1;
  height: 101vh;
  min-height: 700px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-wrap.home {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 56%), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  justify-content: flex-end;
  padding-bottom: 120px;
}

.hero-wrap.progetto {
  background-image: radial-gradient(circle, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 30%), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)), url('../images/Piano-Tipo1-copia.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.hero-wrap.appartamenti, .hero-wrap.servizi, .hero-wrap.contesto {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 30%), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.hero-wrap.gallery {
  background-color: var(--grey);
  background-image: none;
  padding-top: 200px;
  padding-bottom: 200px;
}

.hero-wrap.uffici {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)), linear-gradient(to top, rgba(0, 0, 0, .5) 19%, rgba(0, 0, 0, 0) 49%), url('../images/IMG_1534HD.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: flex-end;
  padding-bottom: 120px;
}

.hero-wrap.contesto {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)), linear-gradient(to top, rgba(0, 0, 0, .5) 30%, rgba(0, 0, 0, 0) 56%), url('../images/IMG_1363HD.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: flex-end;
  padding-bottom: 120px;
}

.hero-wrap.building {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)), linear-gradient(to top, rgba(0, 0, 0, .5) 14%, rgba(0, 0, 0, 0) 56%), url('../images/5_IMG_1238_HD.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: flex-end;
  padding-bottom: 120px;
}

.navbar {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.is-tecnica {
  background-color: var(--grey);
}

.navbar-wrap {
  max-width: 1300px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.navbar-wrap.border-bot-0px {
  border-bottom-style: none;
}

.logo_navbar {
  width: 180px;
  height: 80px;
}

.logo_navbar.color {
  display: none;
  position: absolute;
}

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

.image-cover.logo {
  object-fit: contain;
}

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

.image-cover.z-index {
  z-index: 2;
  position: relative;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item {
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.list-item.last {
  margin-right: 0;
}

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

.nav_link {
  height: 25px;
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .3s;
}

.nav_link:hover {
  border-bottom: 1px solid var(--rose-grey);
}

.nav_link.w--current {
  border-bottom: 2px solid var(--rose-grey);
}

.nav_link.black {
  color: var(--black-2);
}

.bg_navbar {
  z-index: -1;
  width: 100%;
  height: 0%;
  background-color: var(--white);
  flex: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-cta-nav {
  color: var(--white);
  letter-spacing: .6px;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-cta-nav.black {
  color: var(--black-2);
}

.cta-nav {
  border: 1px solid var(--black-3);
  border-radius: 200px;
  padding: 15px 30px;
  text-decoration: none;
}

.heading {
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.heading.light {
  font-weight: 400;
}

.heading-wrap {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-wrap.servizi {
  display: none;
}

.cta-scroll {
  z-index: 5;
  width: 60px;
  height: 60px;
  border: 1px solid var(--rose-light);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  transition: all .8s;
  display: flex;
}

.cta-scroll:hover {
  border-color: #fff;
  transform: scale(1.05);
}

.lottie-animation {
  width: 80%;
  height: 80px;
  transform: rotate(90deg);
}

.intro {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.text-intro {
  max-width: 450px;
  letter-spacing: 1px;
  line-height: 40px;
}

.paragraph {
  color: var(--white);
  margin-bottom: 40px;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.paragraph.intro {
  max-width: 450px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 32px;
  display: block;
}

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

.paragraph.no-cta {
  margin-bottom: 0;
}

.img-wrap {
  width: 55vw;
  height: 60vw;
  max-height: 900px;
}

.img-wrap.horizontal {
  width: 100%;
  height: 100%;
}

.img-wrap.horizontal.servizi-page {
  width: 55vw;
  position: relative;
}

.img-wrap.servizi {
  width: 50vw;
  height: 50vw;
}

.img-wrap.contesto {
  width: 100%;
  height: auto;
}

.img-wrap.oasi-urbana {
  width: 50vw;
  height: 35vw;
  min-height: 500px;
}

.img-wrap.oasi-urbana.border-5px {
  border-style: solid;
  border-width: 4px 4px 4px 5px;
  border-color: var(--rose-light);
}

.img-wrap.dettaglio {
  height: 55vw;
}

.img-wrap.naviglio {
  width: 50vw;
  height: 50vw;
}

.img-wrap.width-50 {
  width: 50%;
  height: auto;
}

.img-wrap.is-relative {
  width: 100%;
  height: 100%;
  min-height: 650px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  display: flex;
  position: relative;
}

.img-wrap.is-relative.servizi-page {
  width: 55vw;
  position: relative;
}

.img-wrap.is-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-wrap.height-auto {
  height: auto;
}

.img-wrap.width-100 {
  width: 100%;
  height: auto;
}

.img-wrap.is-map {
  width: 50%;
  height: auto;
  max-height: none;
}

.paragraph-wrap {
  max-width: 350px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin: 100px 5vw auto;
  padding-bottom: 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  bottom: 40px;
}

.paragraph-wrap.static {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  position: static;
}

.paragraph-wrap.static.centred {
  max-width: 500px;
  text-align: center;
  align-self: center;
  align-items: center;
  margin-top: auto;
}

.paragraph-wrap.static.centred.imvert {
  margin-top: 0;
  margin-bottom: 60px;
}

.paragraph-wrap.par-servizi {
  margin-top: 40px;
  padding-bottom: 20px;
}

.paragraph-wrap.is-horizontal {
  width: 100%;
  max-width: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0;
  padding-bottom: 0;
}

.paragraph-wrap.is-static {
  margin-top: auto;
  position: static;
}

.paragraph-wrap.is-relative {
  z-index: 1;
  margin-top: auto;
  position: relative;
  top: auto;
  bottom: auto;
}

.paragraph-wrap.is-relative.centred {
  text-align: center;
  align-items: center;
}

.paragraph-wrap.is-relative.centred.text-color-bianco {
  z-index: 2;
}

.paragraph-wrap.is-apertura {
  max-width: none;
  text-align: center;
  align-items: center;
  margin-top: auto;
  padding-bottom: 0;
}

.title-paragraph {
  margin-bottom: 40px;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

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

.title-paragraph.servizi {
  margin-bottom: 10px;
}

.line-paragraph {
  width: 30px;
  height: 5px;
  background-color: var(--rose-light);
}

.title-section_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 5px solid var(--rose-light);
  flex-direction: column;
  padding-left: 40px;
  display: flex;
}

.title-section_wrap.is-align-center {
  text-align: center;
  border-left-style: none;
  border-left-width: 0;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.title-section_wrap.is-apertura {
  border-left-style: none;
  border-left-width: 0;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.title-section_wrap.pad-bot-0px {
  margin-bottom: 60px;
}

.title-section_wrap.pad-bot-40 {
  margin-bottom: 40px;
}

.div-block-8 {
  max-width: 1300px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-contain {
  max-width: 1300px;
  flex: 1;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-contain.vertical {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
}

.section-contain.servizi {
  justify-content: center;
}

.section-contain.is-small {
  max-width: 1100px;
}

.section-contain.is-small.is-horizontal, .section-contain.is-stretch {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
}

.section-contain.is-pag--tecnica {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
}

.text-cta {
  color: var(--white);
  letter-spacing: .5px;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-cta.black {
  color: var(--black-2);
}

.button {
  background-color: var(--rose-light);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.error {
  margin-top: 40px;
}

.button.is-icon {
  padding: 10px;
}

.button.is-secondary {
  background-color: var(--rose-grey);
}

.button.is-banner {
  align-self: flex-end;
}

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

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

.img-grid-contesto._06 {
  background-image: url('../images/IMG_4781.webp');
  background-position: 50%;
  background-size: cover;
}

.img-grid-contesto._02 {
  background-image: url('../images/IMG_5068.webp');
}

.img-grid-contesto._01 {
  background-image: url('../images/IMG_5004.webp');
}

.img-grid-contesto._04 {
  background-image: url('../images/IMG_4532.webp');
  background-position: 50% 0;
}

.img-grid-contesto._05 {
  background-image: url('../images/IMG_5104.webp');
  background-position: 50% 80%;
}

.img-grid-contesto._03 {
  background-image: url('../images/IMG_5202.webp');
  background-position: 30% 20%;
  background-size: auto 200%;
}

.footer {
  width: 100%;
  background-color: var(--grey);
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.contatti-wrap {
  flex-direction: column;
  justify-content: space-between;
  margin-right: 100px;
  display: flex;
}

.contatti-wrap.last {
  margin-right: 0;
}

.title-contatti {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-contatti {
  color: var(--white);
  cursor: pointer;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-contatti.partner {
  letter-spacing: .5px;
  font-size: 14px;
}

.contatti-contain {
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.contatti-contain.last {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.contatti-contain.margin-right {
  margin-bottom: 0;
  margin-right: 40px;
}

.contatti-div {
  width: 50%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 60px 60px 40px;
  display: flex;
}

.contatti-div.width-100 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #353436;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-partner {
  width: 100px;
  margin-top: 10px;
}

.div-block-9 {
  display: flex;
}

.nota-cautelativa {
  color: rgba(255, 255, 255, .5);
  letter-spacing: .5px;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.text-note {
  color: rgba(255, 255, 255, .85);
  letter-spacing: .5px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 18px;
}

.text-note.last {
  margin-right: 0;
}

.link-note_wrap {
  margin-bottom: 20px;
  display: flex;
}

.nowrap {
  white-space: nowrap;
}

.logo-footer {
  width: 150px;
}

.form-popup {
  z-index: 20;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(74, 73, 76, .93);
  background-image: linear-gradient(rgba(74, 73, 76, .97), rgba(74, 73, 76, .97)), url('../images/IMG_1233_bHD.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.x-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url('../images/x-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.form-block {
  max-width: 600px;
  min-width: 500px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.grid-form {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.field-label {
  color: var(--white);
  letter-spacing: 1px;
  margin-left: 12px;
}

.form_field {
  max-width: 600px;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: rgba(255, 255, 255, .5);
  margin-bottom: 40px;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 16px;
}

.form_field:focus-visible {
  border-top-style: none;
  border-top-width: 0;
  border-bottom-color: rgba(221, 192, 119, .5);
  border-left-style: none;
  border-left-width: 0;
  border-right-style: none;
  border-right-width: 0;
}

.form_field[data-wf-focus-visible] {
  border-top-style: none;
  border-top-width: 0;
  border-bottom-color: rgba(221, 192, 119, .5);
  border-left-style: none;
  border-left-width: 0;
  border-right-style: none;
  border-right-width: 0;
}

.form_field.first-caps {
  text-transform: capitalize;
}

.checkbox_label {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 12px;
}

.submit-button {
  min-width: 200px;
  border: 1px solid var(--black-3);
  color: var(--white);
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 200px;
  margin-top: 40px;
  padding: 15px 30px;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .25s;
}

.submit-button:hover {
  background-color: var(--black-3);
  color: var(--black-2);
}

.form-link {
  color: var(--rose-grey);
  text-decoration: underline;
}

.title-form {
  color: var(--white);
  margin-bottom: 60px;
  font-size: 30px;
  line-height: 35px;
}

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

.img-big._01 {
  background-image: url('../images/iStock-916314264_mod.webp');
}

.img-small._01 {
  background-image: url('../images/iStock-1205586313.webp');
}

.img-small._02 {
  background-image: url('../images/tomas-williams-pcixoSe6Sxk-unsplash.webp');
}

.img-small._03 {
  background-image: url('../images/iStock-539258835.webp');
}

.menu-ico {
  display: none;
}

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

.close-menu {
  display: none;
}

.ancora {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -50px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.html-embed {
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
}

.link-contatti {
  color: var(--white);
  text-decoration: none;
}

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

.img-grid-sez-contesto._1 {
  background-image: url('../images/IMG_4452.webp');
}

.img-grid-sez-contesto._2 {
  background-image: url('../images/IMG_4799.webp');
}

.img-grid-sez-contesto._3 {
  background-image: url('../images/IMG_4983.webp');
  background-position: 50% 20%;
}

.img-grid-sez-contesto._4 {
  background-image: url('../images/IMG_5063.webp');
}

.img-grid-sez-contesto._5 {
  background-image: url('../images/IMG_4540.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-gallery {
  width: 100%;
  height: 70vh;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.lightbox-link.esterni {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-gallery {
  color: var(--white);
  font-family: Crimsontext, sans-serif;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
}

.ico-servizi {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.ico-servizi.bici {
  width: 120px;
  height: 100px;
  background-image: url('../images/bici.svg');
  background-position: 50%;
}

.ico-servizi.conciergerie {
  background-image: url('../images/conciergerie_Tavola-disegno-1.svg');
}

.ico-servizi.palestra {
  background-image: url('../images/palestra.svg');
  margin-bottom: 15px;
}

.ico-servizi.sala {
  width: 120px;
  background-image: url('../images/sala-condominiale.svg');
}

.ico-servizi.lockers {
  background-image: url('../images/lockers.svg');
}

.linea-paragraph {
  width: 30px;
  height: 2px;
  background-color: var(--black-3);
  margin-bottom: 40px;
}

.note-legali-wrap {
  max-width: 1000px;
  color: var(--black-2);
  margin-left: auto;
  margin-right: auto;
  padding: 140px 20px 40px;
  font-family: neuzeit-grotesk, sans-serif;
}

.title {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.title.second {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}

.title.third {
  font-size: 16px;
  line-height: 20px;
}

.paragrafo {
  line-height: 22px;
}

.paragrafo.last {
  margin-bottom: 40px;
}

.link-note-legali {
  color: var(--black-3);
}

.text-list {
  margin-bottom: 5px;
}

.link-note {
  color: var(--white);
  text-decoration: none;
}

.paragrafo_cookie {
  margin-top: 20px;
  margin-bottom: 20px;
}

.navbar-fixed {
  z-index: 2;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo_navbar-fix {
  width: 180px;
  height: 80px;
}

.page-background {
  min-height: 101vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 20px 80px;
  display: flex;
}

.page-background.is-tecnica {
  min-height: 100vh;
  background-image: linear-gradient(rgba(74, 73, 76, .8), rgba(74, 73, 76, .8)), url('../images/IMG_1570HD.webp');
  background-size: auto, cover;
}

.page-wrap {
  width: 800px;
  max-width: 100%;
  min-height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-2.error {
  margin-bottom: 20px;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  letter-spacing: .1px;
  margin-bottom: 40px;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 16px;
}

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

.link {
  color: var(--white);
  margin-bottom: 20px;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.bold-span {
  font-weight: 700;
}

.line-hero {
  width: 40px;
  height: 3px;
  background-color: var(--rose-light);
  margin-top: 30px;
  margin-bottom: 20px;
}

.text-gallery-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.title-img {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.title-img.esterni {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)), url('../images/9_IMG_1309HD.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.title-img.interni {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)), url('../images/IMG_1534HD.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.title-img.contesto {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)), url('../images/IMG_1345_portello-2HD.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.footer_note-legali {
  background-color: var(--black-2);
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.checkbox.w--redirected-checked {
  border-color: var(--black-3);
  background-color: var(--black-3);
}

.heading-2 {
  letter-spacing: 1px;
  margin-top: 0;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.heading-2.black {
  color: var(--black-2);
}

.div-block-11 {
  flex-direction: row;
  display: flex;
}

.form_logo {
  height: 100%;
}

.text-block {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
}

.logo_wrapper {
  z-index: 1;
  height: 14vh;
}

.hero_text_block {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

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

.hero_p {
  z-index: 1;
  width: 80%;
  max-width: 600px;
  color: #fff;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
}

.slide_container {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/IMG_1570HD-copia.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 7vw 40px 15vw;
  display: flex;
}

.slide_container.slide2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Piano-Tipo1-copia.webp');
  justify-content: center;
}

.slide_container.slide3 {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/IMG_1363HD-copia.webp');
  justify-content: center;
}

.scroll_component {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.hero_h1 {
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  line-height: 60px;
  position: relative;
  overflow: hidden;
}

.italic-h1 {
  font-size: 50px;
  line-height: 60px;
}

.hero_content_block {
  width: 100%;
  height: 80vh;
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.monogramma_wrapper {
  z-index: 1;
  width: 110px;
  margin-bottom: 5vh;
  display: none;
}

.form_component {
  width: 50%;
  min-height: 700px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  flex-direction: column;
  align-items: center;
  margin: auto;
  display: flex;
}

.form_message {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.form_checkbox {
  color: #000;
  background-color: #fff;
}

.form_checkbox.w--redirected-checked {
  background-color: var(--rose-light);
  border-color: #bfb2c0;
}

.animation_block {
  width: 120px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 3vw;
}

.animated_line {
  width: 6px;
  height: 100%;
  background-color: #fff;
  margin-left: 2px;
  overflow: hidden;
}

.form_text, .form_checkbox_wrapper {
  margin-bottom: 10px;
}

.button-2 {
  cursor: pointer;
  background-color: #4c4a4d;
  font-size: 14px;
  transition: background-color .2s;
}

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

.button-2.is-submit {
  color: #4c4a4d;
}

.form_link {
  color: var(--rose-light);
}

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

.form_h3 {
  width: 100%;
  color: #f2efe8;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.image-2 {
  width: 100px;
  margin-top: 10px;
}

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

.main_contact_container {
  z-index: 10;
  width: 100%;
  height: auto;
  max-height: 95vh;
  max-width: 1200px;
  min-height: auto;
  background-color: rgba(76, 74, 77, .85);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.form_field-2 {
  height: 40px;
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  font-size: 16px;
  transition: all .2s;
}

.form_field-2:focus {
  color: #fff;
  border-bottom-color: #bfb2c0;
}

.form_field-2::-ms-input-placeholder {
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
}

.form_field-2::placeholder {
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
}

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

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

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

.form_field-2.is-message {
  height: 100px;
}

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

.container.is-gdpr {
  max-width: 1100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.form_checkbox_label {
  font-weight: 400;
  line-height: 20px;
}

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

.footer_block.is-legal {
  flex-direction: row;
  margin-top: 40px;
}

.footer_line_sep {
  width: 100%;
  height: 1px;
  max-width: 400px;
  opacity: .4;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dils_footer {
  z-index: 1;
  width: 130px;
}

.footer_container {
  z-index: 10;
  width: 80%;
  height: auto;
  max-width: 75vw;
  min-height: auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  background-color: rgba(76, 74, 77, .85);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.footer_mittel_logo {
  width: 100%;
}

.text_legal {
  color: #fff;
}

.b78_footer {
  z-index: 1;
  width: 110px;
}

.footer_b78_logo {
  width: 100%;
  margin-bottom: 10px;
}

.mittel_footer {
  z-index: 1;
  width: 150px;
}

.footer_line_vert {
  width: 1px;
  height: 15px;
  opacity: .4;
  background-color: #fff;
}

.info_link {
  color: #fff;
  text-decoration: none;
  transition: all .25s;
}

.footer_link {
  opacity: .6;
  color: #fff;
  text-decoration: none;
  transition: all .25s;
}

.footer_link:hover {
  opacity: 1;
}

.footer_dils_logo {
  width: 100%;
}

.text-color-bianco {
  color: #fff;
}

.text-capitalize-allcaps {
  text-transform: uppercase;
}

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

.display-none {
  display: none;
}

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

.color_grey {
  background-color: #4a494c;
}

.color_pink-light {
  background-color: var(--rose-light);
}

.color_rose-grey {
  background-color: var(--rose-grey);
}

.color_rose-dark {
  background-color: var(--rose-dark);
}

.color_grey-light {
  background-color: var(--grey-light);
}

.color_rose {
  background-color: var(--rose);
}

.h1-heading {
  max-width: 700px;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  font-family: Crimsontext, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.h2-heading {
  max-width: 450px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Crimsontext, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
}

.h2-heading.width-max {
  max-width: 650px;
}

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

.image-contain.logo {
  object-fit: contain;
}

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

.button_component-2 {
  cursor: pointer;
  text-decoration: none;
}

.cta {
  height: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #d9ae85;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-txt {
  z-index: 1;
  letter-spacing: 3px;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  position: relative;
}

.cta-hover {
  height: 2px;
  background-color: var(--rose-dark);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sottotitolo {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.text-color-rose {
  color: var(--rose);
}

.text-color-rose-light {
  color: var(--rose-light);
}

.text-color-rose-grey {
  color: var(--rose-grey);
}

.text-color-rose-dark {
  color: var(--rose-dark);
}

.text-color-grey {
  color: var(--grey);
}

.text-color-grey-light {
  color: var(--grey-light);
}

.decor_wrapper {
  z-index: 2;
  width: 100px;
  height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: .4;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.line_decor {
  width: 5px;
  height: 100%;
  background-color: var(--rose-light);
}

.line_decor.is-small {
  height: 30%;
}

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

.wrap-btn-contatti {
  z-index: 4;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  transition: width .5s;
  display: flex;
  position: fixed;
  top: 35%;
  right: 20px;
}

.btn_contatti {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #d9ae85;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 25px;
  transition: transform .2s cubic-bezier(.455, .03, .515, .955);
  position: static;
  top: 10px;
  right: 10px;
}

.btn_contatti:hover {
  transform: scale(1.1);
}

.btn_contatti.mail {
  background-image: url('../images/Icona-mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: auto;
  right: auto;
}

.btn_contatti.mail:hover {
  transform: scale(1.1);
}

.btn_contatti.tel {
  background-image: url('../images/Icona-telefono-light.svg');
  position: relative;
  top: auto;
  right: auto;
}

.btn_contatti.tel:hover {
  transform: scale(1.1);
}

.icon-mail {
  width: 30px;
}

.button_icon {
  z-index: 2;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pittogramma {
  width: 50px;
}

.grid-mb-horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 2fr 200px;
}

.grid-mb-horizontal.is-reverse {
  grid-template-columns: 200px 2fr;
}

.slider-small {
  height: 600px;
}

.slider-small.height-800px {
  height: 800px;
}

.slide-nav {
  display: none;
}

.mask {
  height: 100%;
}

.icon-embed-arrow {
  width: 50%;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-arrow.is-reverse {
  transform: rotate(180deg);
}

.arrow-slider {
  width: 50px;
  height: 50px;
  background-color: var(--rose-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-slider.display-none {
  display: none;
}

.image-hover {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.text-wrapper {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.servizio-name-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.card-big_item-2 {
  max-width: 350px;
  background-color: rgba(193, 160, 149, .15);
  flex: 1;
}

.card-big_item-2.is-big {
  max-width: none;
}

.margin-0px {
  margin-top: 0;
  margin-bottom: 0;
}

.logo-partner-2 {
  width: 150px;
  height: 103px;
  opacity: 1;
  object-fit: contain;
}

.logo-partner-2.is-service {
  width: 70px;
  height: auto;
  min-height: auto;
}

.card-big_mask {
  width: 100%;
  height: 30vw;
  max-height: 350px;
  min-height: 250px;
  overflow: hidden;
}

.card-big_mask.is-xl {
  max-height: none;
}

.card-big_txt-2 {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.cards-big_wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-big_wrap.is-flex {
  width: 100%;
  max-width: 1100px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2--heading-xsmall {
  color: #d9b398;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.h2--heading-xsmall.is-nome-servizio {
  color: #a3a1a1;
  margin-bottom: 0;
  font-size: 16px;
}

.text-nome-tecnologia {
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Crimsontext, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.paragraph-2 {
  font-size: 13px;
  line-height: 20px;
}

.after-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.after-image-inner {
  background-image: url('../images/iStock-13154066661_crop.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.after-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider--comparison {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.runner {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, .36);
  background-image: url('../images/ic-transition.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 100%;
  position: absolute;
}

.before-image {
  background-image: url('../images/breme78_Piano-Tipo2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container--full {
  width: 100%;
  height: 80vh;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.before-wrapper {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.devider-line {
  width: 4px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: -2px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-subtitle {
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 10px;
  font-size: 21px;
  font-style: italic;
  line-height: 28px;
}

.text_wrapper {
  grid-row-gap: 25px;
}

.text_wrapper.align-center {
  width: 100%;
  padding: 60px;
}

.text_wrapper.align-center.text-align-center.absolute-hover-image {
  z-index: 3;
  grid-row-gap: 10px;
  padding: 30px;
  position: absolute;
}

.text_wrapper.align-center.text-align-center.absolute-hover-image.text-color-bianco, .text_wrapper.align-center.text-align-center.desktop_display-none {
  display: none;
}

.h1-heading-2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 400;
  line-height: 46px;
}

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

.image_hover {
  z-index: 1;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image_hover.is-gradient {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .37), rgba(255, 255, 255, 0) 31%);
}

.image_hover.is-gradient-rosa {
  background-color: rgba(0, 0, 0, 0);
}

.image_hover.is-home {
  z-index: 2;
  background-color: rgba(0, 0, 0, .08);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .29) 15%, rgba(0, 0, 0, 0) 40%), radial-gradient(circle at 50% 60%, rgba(0, 0, 0, .32), rgba(0, 0, 0, 0) 44%), linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, 0) 41%);
}

.section-2 {
  width: 100%;
  padding: 60px;
}

.section-2.overflow-hidden {
  width: 80vw;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 25px;
  overflow: hidden;
}

.tabs-content {
  z-index: 0;
  width: 100%;
}

.tab-pane-tab-2 {
  width: 100%;
  height: 100%;
}

.stile_tab {
  width: 100%;
  min-height: 375px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.img_tab {
  object-fit: contain;
}

.tabs-menu {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 25px;
  display: flex;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
}

.stile_titolo {
  font-size: 16px;
}

.tab_btn {
  width: 250px;
  border-bottom: 3px solid var(--rose-dark);
  background-color: var(--rose-grey);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px 0;
  transition: all .35s linear;
  display: flex;
}

.tab_btn:hover {
  color: #fff;
}

.tab_btn.w--current {
  width: 260px;
  background-color: var(--rose-light);
  transform: translate(50px);
}

.tab_btn.w--current:hover {
  background-color: #706f6f;
}

.grid-mb-full {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 400px 400px;
  grid-template-columns: 2fr 2fr 2fr;
  margin-left: auto;
  margin-right: auto;
}

.slider-bg {
  height: 100%;
}

.title-section_wrap-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 5px solid #c17872;
  flex-direction: column;
  padding-left: 40px;
  display: flex;
}

.title-section_wrap-2.is-align-center {
  border-left-style: none;
  border-left-width: 0;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  display: flex;
}

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

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

.tour02_tab.bilocale_01 {
  background-image: url('../images/Novate_-VPInterior_Livignroom_07_REV01.webp');
  background-size: cover;
}

.tour02_tab.quadrilocale_05 {
  background-image: url('../images/Novate_-VPInterior_Master-Bedroom_04_REV04.webp');
}

.tour02_tab.trilocale_02 {
  background-image: url('../images/Novate_VPInterior_08_Bedroom_REV04.webp');
}

.tour02_tab.quadrilocale_03 {
  background-image: url('../images/Novate_-VPInterior_Bedroom_06_REV03.webp');
}

.tour02_tab.trilocale_04 {
  background-image: url('../images/Novate_VPInterior_Bathroom_05_REV03.webp');
  background-size: cover;
}

.tour02_tab.bilocale_02 {
  background-image: url('../images/Novate_VPInterior_08_Bedroom_REV04.webp');
}

.tour02_tab.quadrilocale_04 {
  background-image: url('../images/Novate_VPInterior_Bathroom_05_REV03.webp');
}

.tour02_tab.trilocale_01 {
  background-image: url('../images/Novate_VPInterior_Living_10_rev01.webp');
  background-position: 40%;
  background-size: cover;
}

.tour02_tab.quadrilocale_01 {
  background-image: url('../images/Novate_-VPInterior_Living_02_Rev-01.webp');
}

.tour02_tab.trilocale_03 {
  background-image: url('../images/Novate_-VPInterior_Bedroom_06_REV03.webp');
}

.tour02_tab.quadrilocale_02 {
  background-image: url('../images/Milano_Novate_VP-Int-03_Kitchen_REV00_RR.webp');
}

.tour02_tab.bilocale_03 {
  background-image: url('../images/Novate_VPInterior_09_Bathroom_REV02.webp');
}

.tour02_tabs {
  width: 100%;
  margin: 10px;
}

.tour02 {
  z-index: 1;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tour02_cones {
  width: 400px;
  height: 50vw;
  max-height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 20px solid rgba(0, 0, 0, 0);
  flex: none;
  margin-top: 70px;
  margin-bottom: 50px;
}

.tour02_cones.quadrilocale {
  background-image: url('../images/novate_interior-tour_planiC1.A11_rotate.png');
  background-size: 450px;
}

.tour02_cones.trilocale {
  background-image: url('../images/novate_interior-tour_planiC1.A22.png');
  background-size: 520px;
}

.tour02_cones.bilocale {
  background-image: url('../images/novate_interior-tour_plani02_verde.png');
  background-size: 520px;
}

.div-block-35 {
  border-top: 1px solid #314013;
  border-bottom: 1px solid #314013;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.wrap-vt-info {
  z-index: 1;
  width: 400px;
  height: 71px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tabs {
  max-width: 900px;
}

.capitalize {
  color: var(--rose-dark);
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab-link {
  width: 100%;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #faf9f5 var(--rose-grey) #faf9f5 #faf9f5;
  background-color: rgba(193, 160, 149, .15);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab-link.w--current {
  background-color: rgba(193, 160, 149, .44);
  border-bottom-style: none;
}

.tab-link.border-left {
  border-left-style: solid;
}

.tab-link.is-last {
  border-right-style: none;
}

.wrap_sec {
  width: 80vw;
  max-height: 900px;
  max-width: 1500px;
  min-width: 920px;
  justify-content: center;
  display: flex;
}

.wrap_sec.vt {
  max-width: 1200px;
  min-width: 800px;
  justify-content: flex-end;
}

.tour02_cone {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/vt.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  transition: all .2s;
  position: absolute;
}

.tour02_cone.w--current {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/vt-active.svg');
  border-color: #8764b8;
}

.tour02_cone.bilocale_01 {
  background-color: rgba(0, 0, 0, 0);
  top: 51%;
  left: 59%;
  transform: rotate(0);
}

.tour02_cone.bilocale_01.w--current {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/vt-active.svg');
}

.tour02_cone.bilocale_03 {
  top: 34%;
  left: 56%;
  transform: rotate(90deg);
}

.tour02_cone.trilocale_02 {
  top: 59%;
  left: 19%;
  transform: rotate(0);
}

.tour02_cone.trilocale_03 {
  top: 68%;
  left: 54%;
  transform: rotate(-44deg);
}

.tour02_cone.bilocale_02 {
  top: 12%;
  left: 68%;
  transform: rotate(90deg);
}

.tour02_cone.quadrilocale_01 {
  top: 44%;
  left: 51%;
  transform: rotate(-154deg);
}

.tour02_cone.quadrilocale_05 {
  top: 51%;
  left: 31%;
  transform: rotate(118deg);
}

.tour02_cone.quadrilocale_02 {
  top: 6%;
  left: 51%;
  transform: rotate(-90deg);
}

.tour02_cone.quadrilocale_04 {
  top: 52%;
  left: 45%;
  transform: rotate(0);
}

.tour02_cone.trilocale_01 {
  background-color: rgba(0, 0, 0, 0);
  top: 41%;
  left: 53%;
  transform: rotate(90deg);
}

.tour02_cone.trilocale_01.w--current {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/vt-active.svg');
}

.tour02_cone.trilocale_04 {
  top: 71%;
  left: 43%;
  transform: rotate(0);
}

.tour02_cone.quadrilocale_03 {
  top: 49%;
  left: 62%;
  transform: rotate(-72deg);
}

.tabs-menu-2 {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.tabs-content-2 {
  background-color: rgba(193, 160, 149, .15);
}

.piu {
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-color: #c1a095;
  border-radius: 15px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  bottom: 12px;
}

.piu:hover {
  background-color: #af8c80;
}

.stanza {
  z-index: 5;
  width: auto;
  height: 30px;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
  position: relative;
}

.line-v {
  width: 1px;
  height: 12px;
  background-color: #fff;
  position: absolute;
}

.line-v._45 {
  background-color: #692d45;
  transform: rotate(45deg);
}

.line-o {
  width: 12px;
  height: 1px;
  background-color: #fff;
  position: absolute;
}

.line-o._45 {
  background-color: #692d45;
  transform: rotate(45deg);
}

.apt-chiudi {
  width: 30px;
  height: 30px;
  border-left: 1px solid #692d45;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 10px;
  display: flex;
}

.pin-apt {
  z-index: 2;
  height: 0;
  min-width: 170px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
}

.pin-apt.living {
  bottom: 39%;
  right: 40%;
}

.pin-apt.planimetria {
  top: 13%;
  right: 5%;
}

.stanza-txt {
  height: 100%;
  color: #565c3b;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.stanza-txt:hover {
  color: #4a4a49;
}

.pin {
  width: 12px;
  height: 12px;
  background-image: url('../images/angolo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  position: relative;
}

.cta-hover-2 {
  height: 2px;
  background-color: #83544f;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.line-paragraph-2 {
  width: 30px;
  height: 5px;
  background-color: #c17872;
}

.button-3 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #c17872;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.image-wrapper {
  position: relative;
}

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

.h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
}

.h3.center {
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
}

.grid-2-copy {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 50px 100px 1fr 1fr;
  margin-bottom: 20px;
}

.small {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-61 {
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.grid-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 50px 100px 1fr 1fr;
  margin-bottom: 20px;
}

.icon_legenda {
  width: 80px;
  height: 20px;
}

.icon_legenda.taxi {
  background-image: url('../images/macchina.svg');
  background-position: 40px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.icon_legenda.pedone {
  background-image: url('../images/uomo.svg');
  background-position: 40px;
  background-repeat: no-repeat;
  background-size: auto;
}

.txt_legenda {
  color: #2a2635;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-57 {
  height: 40px;
}

.sep_legenda {
  width: 100%;
  height: 1px;
  background-color: #2a2635;
}

.separator {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
}

.separator.stazioni {
  height: 20px;
  background-image: url('../images/icona-ferrovia.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-end;
  padding-left: 30px;
  display: flex;
}

.separator.bike {
  height: 25px;
  background-image: url('../images/Bike.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-end;
  padding-left: 45px;
  display: flex;
}

.separator.metro {
  height: 20px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.separator.aereoporti {
  height: 20px;
  background-image: url('../images/icona-aereo.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-end;
  padding-left: 30px;
  display: flex;
}

.div-block-57-copy {
  height: 60px;
}

.div-block-62 {
  margin-bottom: 40px;
}

.img-icon {
  width: 22px;
}

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

.icon-embed.text-color-grigio.opacity-70 {
  opacity: .7;
}

.tabs-content-3 {
  background-color: rgba(193, 160, 149, .15);
}

.div-block-63 {
  border-top: 1px solid #314013;
  border-bottom: 1px solid #314013;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section-3 {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.tabs-content-4 {
  background-color: rgba(193, 160, 149, .15);
}

.section-4 {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.tabs-content-5 {
  background-color: rgba(193, 160, 149, .15);
}

.text-span {
  color: var(--grey);
  text-transform: none;
  font-style: italic;
  font-weight: 300;
}

.ic-servizio {
  width: 20px;
  transform: rotate(-90deg);
}

.div-block-64, .div-block-65 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.capitalize-2 {
  color: #83544f;
  text-transform: uppercase;
}

.hero_box_wrap {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero_box {
  width: 50%;
  height: 100%;
}

.hero_box.hero-img {
  width: auto;
  background-image: url('../images/31arethusa_pittogramma_crop1.svg'), url('../images/Milano-Via-Aretusa_VP-Exterior_01_Rev00_web.jpg');
  background-position: 100%, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 250px, cover;
}

.hero_box.hero-img._1 {
  z-index: 2;
  width: 100%;
  height: 75vw;
  min-height: 120%;
  background-image: url('../images/IMG_1570HD.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
}

.hero_box.hero-img.pittogramma {
  z-index: 3;
  width: 100%;
  background-image: url('../images/31arethusa_pittogramma_crop1.svg');
  background-repeat: no-repeat;
  background-size: auto 250px;
  position: absolute;
}

.hero_box.hero-img._2 {
  z-index: 1;
  width: 100%;
  height: 75vw;
  min-height: 120%;
  background-image: url('../images/IMG_1570HD.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.form_field-3 {
  height: 40px;
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  font-size: 14px;
  transition: all .2s;
}

.form_field-3:focus {
  color: #fff;
  border-bottom-color: #bfb2c0;
}

.form_field-3::-ms-input-placeholder {
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
}

.form_field-3::placeholder {
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
}

.form_field-3.is-message {
  height: 100px;
}

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

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

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

.button-4 {
  cursor: pointer;
  background-color: #4c4a4d;
  font-size: 14px;
  transition: background-color .2s;
}

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

.button-4.is-submit {
  color: #4c4a4d;
}

.form_component-3 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.title-form-2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

.logo-small {
  width: 50px;
  transform: rotate(90deg);
}

.cookie_tab_cell {
  border: 1px #2b2b2b;
  border-style: none none solid solid;
  padding: 10px 20px;
}

.cookie_tab_cell.is-heading {
  color: #fff;
  color: #fff;
  color: #fff;
  background-color: #4071e3;
  border-top-style: solid;
  align-items: center;
  display: flex;
}

.cookie_tab_cell.heading {
  text-shadow: none;
  background-color: #c2afa7;
  border-top-style: solid;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.cookie_tab_cell.is-heading {
  color: #fff;
  background-color: #4071e3;
  border-top-style: solid;
  align-items: center;
  display: flex;
}

.todelete-4 {
  text-align: left;
  background-color: #a39bff;
  margin-bottom: 0;
  padding: 40px 15%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.todelete-4.is-gdpr {
  display: block;
}

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

.note_txt p {
  max-width: none;
}

.note_txt h2 {
  color: var(--rose-light);
  font-size: 16px;
  font-weight: 700;
}

.note_txt h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.note_txt h1 {
  max-width: none;
  color: var(--rose-light);
  text-align: left;
}

.note_txt a {
  color: var(--rose-light);
}

.section-5.is-legal {
  min-height: 100vh;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.cookie_tab_wrapper {
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.cookie_tab_link {
  color: #c2afa7;
}

.cookie_tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-legal.is-letters {
  list-style-type: lower-alpha;
}

.list-item-2 {
  margin-bottom: -2px;
}

.line-item {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .34);
}

.text-payoff {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Crimsontext, sans-serif;
  font-size: 18px;
}

.footer_wrapper {
  justify-content: space-around;
  display: flex;
}

.div-block-66 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  display: flex;
}

.div-block-67 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.footer-link {
  color: #fff;
}

.list-item-3 {
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.nav_link-2 {
  height: 25px;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .3s;
}

.nav_link-2:hover {
  border-bottom: 1px solid #ddc077;
}

.nav_link-2.w--current {
  border-bottom: 2px solid #c1a095;
}

.cookie-prefs_toggle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 999px;
}

.cookie-prefs_name {
  color: #5c5c5c;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
}

.cookie-prefs_checkbox-field {
  width: 44px;
  height: 24px;
  border-radius: 999px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.cookie-prefs_open-txt {
  height: 24px;
  opacity: .5;
  color: #000;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  right: 70px;
}

.cookie-prefs_open-txt.is-first {
  top: 0;
}

.cookie-prefs_trigger {
  display: none;
}

.cookie-banner {
  max-width: 500px;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 14px 3px rgba(0, 0, 0, .1);
}

.cookie-prefs_toggle-wrapper {
  height: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cookie_close_icon {
  width: 32px;
  color: #424b54;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cookie-prefs_title {
  color: #383838;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.cookie-prefs_container {
  z-index: 1;
  width: 100%;
  max-width: 600px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  background-color: #fff;
  flex-direction: column;
  margin: auto;
  padding: 48px 40px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  position: relative;
}

.button-5 {
  cursor: pointer;
  background-color: #4c4a4d;
  font-size: 14px;
  transition: background-color .2s;
}

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

.button-5.is-secondary {
  color: #4c4a4d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #4c4a4d;
  transition-property: all;
}

.button-5.is-secondary:hover {
  color: #000;
  border-color: #000;
}

.button-5.is-banner {
  align-self: flex-end;
}

.button-5.is-text {
  color: #4c4a4d;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
}

.banner_close {
  opacity: 1;
  cursor: pointer;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 10px;
  display: flex;
}

.banner_close.is-x {
  z-index: 3;
  padding: 6px;
  position: absolute;
  top: 0;
  right: 0;
}

.cookie-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #cacaca;
  background-image: url('../images/check_dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #cacaca;
  border-radius: 30px;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-prefs_checkbox.w--redirected-checked {
  border-color: var(--rose-light);
  background-color: var(--rose-light);
  background-image: url('../images/check_dot.svg');
  background-position: 100%;
  background-size: contain;
}

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

.cookie-prefs_label {
  font-weight: 700;
}

.cookie-banner_text {
  font-size: 13px;
  line-height: 1.6;
}

.cookie-prefs_wrapper {
  z-index: 997;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .15);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 60px 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.cookie-banner_wrapper {
  z-index: 998;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .1);
  flex-direction: column;
  padding: 24px 32px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.cookie-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-bottom: 16px;
  position: relative;
}

.banner_title {
  color: #383838;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.cookie-banner_container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.cookie-prefs_nascondi {
  display: none;
}

.cookie-prefs_buttons-wrapper {
  margin-bottom: 40px;
}

.cookie-prefs_buttons-wrapper.is-pref {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 24px;
  font-size: 14px;
  display: flex;
}

.manager_trigger {
  display: none;
}

.cookie-banner_close_icon {
  width: 20px;
  color: #424b54;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cookie-prefs_checkbox-label {
  display: none;
}

.cookie-prefs_arrow {
  width: 10px;
  height: 10px;
  background-image: url('../images/freccia.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-left: 6px;
  display: flex;
  transform: rotate(0);
}

.cookie-prefs_text {
  line-height: 1.4;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
  overflow: hidden;
}

.cookie-banner_trigger {
  display: none;
}

.cookie-banner_close_txt {
  color: #4c4a4d;
  border-bottom: 1px solid #4c4a4d;
  font-size: 12px;
}

.cookie-banner_title_wrap {
  grid-row-gap: 20px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.cookie-banner_link {
  color: var(--rose-light);
}

.cookie-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.cookie-prefs_description {
  line-height: 1.4;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
}

.button-text {
  color: var(--rose-light);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-image: url('../images/arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.button-text.is-down {
  background-image: url('../images/arrow-down.svg');
  padding-right: 25px;
}

@media screen and (max-width: 991px) {
  p {
    max-width: none;
  }

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

  .section.pad-tablet_0px {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrap.progetto {
    background-position: 0 0, 0 0, 30%;
  }

  .hero-wrap.contesto {
    background-position: 0 0, 0 0, 60% 100%;
  }

  .hero-wrap.gallery {
    height: auto;
  }

  .navbar-wrap {
    align-items: center;
  }

  .list {
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .list-item {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .list-item.last {
    margin-bottom: 0;
    display: none;
  }

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

  .nav_link {
    height: 45px;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 35px;
  }

  .nav_link.w--current {
    border-bottom-width: 2px;
  }

  .nav_link.black {
    color: var(--white);
  }

  .text-cta-nav {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
  }

  .cta-nav {
    border: 0 rgba(0, 0, 0, 0);
    padding: 0;
  }

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

  .heading-wrap.contesto {
    max-width: 500px;
  }

  .cta-scroll {
    width: 60px;
    height: 60px;
  }

  .intro {
    justify-content: flex-start;
    padding-left: 60px;
    padding-right: 100px;
    position: relative;
  }

  .text-intro {
    max-width: none;
    margin-bottom: 30px;
  }

  .paragraph.intro {
    max-width: none;
    margin-bottom: 0;
  }

  .paragraph.black, .paragraph.no-cta {
    text-align: left;
  }

  .img-wrap {
    width: 100%;
    height: 80vh;
    min-height: 400px;
  }

  .img-wrap.horizontal.servizi-page {
    width: auto;
  }

  .img-wrap.servizi {
    width: 100%;
    height: auto;
  }

  .img-wrap.oasi-urbana {
    width: 100%;
  }

  .img-wrap.dettaglio {
    height: auto;
  }

  .img-wrap.naviglio {
    width: 100%;
    height: auto;
    max-height: 750px;
  }

  .img-wrap.max-h {
    max-height: 750px;
  }

  .img-wrap.width-50 {
    width: 100%;
  }

  .img-wrap.is-relative {
    height: 650px;
    max-height: none;
    min-height: auto;
  }

  .img-wrap.is-relative.servizi-page {
    width: auto;
  }

  .img-wrap.is-absolute {
    max-height: none;
  }

  .img-wrap.width-100 {
    width: 100%;
  }

  .img-wrap.is-map {
    width: 100%;
    max-height: none;
    min-height: 500px;
  }

  .paragraph-wrap {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    position: static;
  }

  .paragraph-wrap.static.centred {
    max-width: none;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-wrap.static.centred.imvert {
    max-width: none;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .paragraph-wrap.par-servizi {
    margin-top: 60px;
    padding-bottom: 0;
  }

  .paragraph-wrap.is-static.is-align-center {
    align-items: center;
  }

  .paragraph-wrap.is-apertura {
    align-items: flex-start;
    padding-right: 20px;
  }

  .title-section_wrap.is-apertura {
    text-align: left;
    align-items: flex-start;
  }

  .title-section_wrap.pad-bot-40.is-center {
    text-align: center;
    border-left-style: none;
    align-items: center;
  }

  .div-block-8 {
    flex-direction: column;
    margin-left: 60px;
    margin-right: 60px;
  }

  .section-contain {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .section-contain.vertical {
    flex-direction: column;
  }

  .section-contain.servizi, .section-contain.invert {
    flex-direction: column-reverse;
  }

  .section-contain.is-pag--tecnica {
    flex-direction: column;
  }

  .grid-contesto {
    min-height: 500px;
  }

  .footer {
    flex-direction: column;
  }

  .contatti-div {
    width: 100%;
  }

  .form-popup {
    display: none;
  }

  .x-close {
    top: 35px;
    right: 30px;
  }

  .menu-ico {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-image: url('../images/menu-burger.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-ico.nav-fixed {
    background-image: url('../images/menu-burger-black.svg');
  }

  .list-contain {
    z-index: 3;
    background-color: var(--grey);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(rgba(74, 73, 76, .91), rgba(74, 73, 76, .91)), url('../images/78_.svg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 200px;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .close-menu {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-image: url('../images/x-close.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    top: 25px;
    bottom: auto;
    left: auto;
    right: 20px;
  }

  .ancora {
    width: 1px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .html-embed {
    width: 100%;
  }

  .grid-sez-contesto {
    height: 400px;
  }

  .grid-gallery {
    grid-template-rows: 550px 550px 550px;
    grid-template-columns: 1fr;
  }

  .note-legali-wrap {
    max-width: 90%;
  }

  .hero_text_block {
    display: flex;
  }

  .hero_h1 {
    font-size: 60px;
    line-height: 50px;
  }

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

  .form_component {
    width: 80%;
  }

  .animation_block {
    width: 60px;
  }

  .animated_line {
    width: 3px;
    margin-left: 1px;
  }

  .image-2 {
    width: 60px;
  }

  .main_contact_container {
    width: 100%;
  }

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

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

  .form_checkbox_label {
    line-height: 22px;
  }

  .wrap-btn-contatti {
    z-index: 4;
    top: 210px;
    right: 10px;
  }

  .grid-mb-horizontal {
    grid-template-rows: minmax(450px, 1fr) 200px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-mb-horizontal.is-reverse {
    grid-template-rows: minmax(450px, auto) 200px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .slider-small.height-800px {
    height: 500px;
  }

  .card-big_item-2 {
    max-width: none;
    min-height: 350px;
    align-items: center;
    display: flex;
  }

  .card-big_mask {
    width: 50%;
    height: auto;
    max-height: none;
    flex: none;
    align-self: stretch;
  }

  .card-big_txt-2 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

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

  .cards-big_wrap.is-flex {
    flex-direction: column;
  }

  .h2--heading-xsmall {
    font-size: .9rem;
  }

  .after-image {
    opacity: 1;
  }

  .before-image {
    opacity: 0;
  }

  .container--full {
    height: 55vw;
  }

  .devider-line {
    display: none;
  }

  .text_wrapper.align-center.text-align-center.absolute-hover-image {
    grid-row-gap: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text_wrapper.align-center.text-align-center.absolute-hover-image.text-color-bianco {
    display: none;
  }

  .text_wrapper.align-center.text-align-center.desktop_display-none {
    display: flex;
  }

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

  .section-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2.overflow-hidden {
    width: 100%;
    padding-left: 0;
  }

  .stile_tab {
    min-height: auto;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .img_tab {
    width: 100%;
  }

  .tabs-menu {
    width: 100%;
    flex-direction: row;
    margin-bottom: 0;
    margin-right: 0;
  }

  .tab_btn {
    width: 100%;
    background-image: none;
    margin: 0;
  }

  .tab_btn.w--current {
    width: 100%;
    color: #fff;
    border-right-color: #b4b4b4;
    transform: none;
  }

  .tour02_tabs {
    width: auto;
    height: 70vw;
  }

  .tour02 {
    flex-direction: column;
  }

  .tour02_cones {
    height: 500px;
    max-height: none;
    border-style: none;
    margin: 70px auto 20px;
  }

  .div-block-35 {
    margin-right: 0;
  }

  .wrap-vt-info {
    width: 100%;
  }

  .wrap_sec {
    width: 100%;
    max-height: none;
    min-width: auto;
    flex-direction: column;
  }

  .wrap_sec.vt {
    min-width: auto;
  }

  .stanza {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: none;
  }

  .apt-chiudi {
    margin-left: 0;
    display: flex;
  }

  .stanza-txt {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .h3 {
    text-align: center;
  }

  .h3.center {
    width: 250px;
  }

  .grid-2-copy {
    grid-template-columns: 50px 100px 80px 60px;
  }

  .div-block-61 {
    align-items: center;
  }

  .grid-2 {
    grid-template-columns: 50px 100px 80px 60px;
  }

  .separator.metro {
    justify-content: center;
  }

  .div-block-63 {
    margin-right: 0;
  }

  .hero_box.hero-img.pittogramma {
    background-image: url('../images/31arethusa_pittogramma_crop1.svg'), linear-gradient(to bottom, null, null);
    background-size: auto 150px, auto;
  }

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

  .div-block-67 {
    margin-top: 60px;
  }

  .list-item-3 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_link-2 {
    height: 45px;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 35px;
  }

  .nav_link-2.w--current {
    border-bottom-width: 2px;
  }

  .paragraph-3 {
    max-width: none;
  }

  .button-text {
    background-image: url('../images/arrow-down.svg');
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .section {
    padding: 40px;
  }

  .hero-wrap.home {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 56%), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)), url('../images/IMG_1570HD.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .hero-wrap.contesto {
    background-position: 0 0, 0 0, 95% 100%;
  }

  .hero-wrap.gallery {
    height: auto;
    min-height: auto;
    padding-bottom: 100px;
  }

  .logo_navbar {
    width: 160px;
    height: 70px;
  }

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

  .heading.light {
    margin-top: 5px;
  }

  .heading-wrap.contesto {
    max-width: none;
  }

  .heading-wrap.text-color-bianco {
    width: 90%;
  }

  .paragraph {
    margin-bottom: 30px;
  }

  .img-wrap {
    height: 60vh;
  }

  .img-wrap.is-relative {
    height: 400px;
  }

  .title-paragraph, .title-section_wrap {
    margin-bottom: 30px;
  }

  .div-block-8 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .text-cta {
    color: var(--black-2);
  }

  .contatti-wrap {
    height: auto;
  }

  .contatti-wrap.last {
    margin-top: 60px;
  }

  .contatti-contain {
    margin-bottom: 20px;
  }

  .contatti-contain.last {
    margin-bottom: 0;
  }

  .div-block-9 {
    flex-direction: column;
  }

  .link-note_wrap {
    margin-bottom: 10px;
  }

  .logo-footer {
    width: 160px;
    height: 70px;
    margin-bottom: 40px;
  }

  .x-close {
    top: 30px;
    right: 25px;
  }

  .form-block {
    width: 90%;
    min-width: 300px;
  }

  .menu-ico, .close-menu {
    width: 45px;
    height: 45px;
  }

  .ancora {
    top: -91px;
  }

  .grid-gallery {
    grid-template-rows: 450px 450px 450px;
    grid-template-columns: 1fr;
  }

  .ico-servizi.bici {
    width: 100px;
    height: 80px;
  }

  .ico-servizi.conciergerie, .ico-servizi.palestra {
    width: 80px;
    height: 80px;
  }

  .ico-servizi.sala {
    width: 100px;
    height: 80px;
  }

  .ico-servizi.lockers {
    width: 80px;
    height: 80px;
  }

  .logo_navbar-fix {
    width: 160px;
    height: 70px;
  }

  .page-wrap {
    padding: 20px;
  }

  .footer_note-legali {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .logo_wrapper {
    height: 10vh;
    min-height: 100px;
  }

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

  .hero_p {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

  .slide_container {
    height: auto;
    min-height: 100%;
    align-items: flex-start;
    padding-left: 100px;
    overflow: auto;
  }

  .italic-h1 {
    font-size: 35px;
  }

  .hero_content_block {
    min-height: 430px;
  }

  .form_component {
    min-height: 500px;
  }

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

  .main_contact_container {
    max-height: none;
    max-width: none;
  }

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

  .form_field-2.is-message {
    height: 60px;
  }

  .container.is-gdpr {
    width: 90%;
    max-width: none;
  }

  .form_checkbox_label {
    letter-spacing: .5px;
    font-size: 12px;
    font-weight: 400;
  }

  .footer_container {
    min-width: 440px;
  }

  .decor_wrapper {
    width: 50px;
  }

  .line_decor {
    width: 3px;
  }

  .wrap-btn-contatti {
    z-index: 4;
    top: 210px;
  }

  .btn_contatti.mail, .btn_contatti.tel {
    width: 45px;
    height: 45px;
  }

  .card-big_item-2 {
    flex-direction: column;
  }

  .card-big_mask {
    width: 100%;
    height: 56vw;
    min-height: auto;
  }

  .card-big_txt-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text_wrapper.align-center {
    padding: 40px;
  }

  .h1-heading-2 {
    font-size: 30px;
    line-height: 38px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .tab_btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .title-section_wrap-2 {
    margin-bottom: 30px;
  }

  .div-block-35 {
    width: 100%;
    margin-right: 0;
  }

  .tabs {
    width: 100%;
  }

  .tour02_cone.quadrilocale_02 {
    top: 10%;
  }

  .tabs-menu-2 {
    flex-direction: column;
  }

  .button-3 {
    background-color: #ddc077;
  }

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

  .h3.center {
    font-size: 30px;
    line-height: 40px;
  }

  .icon-embed {
    width: 16px;
    height: 16px;
  }

  .div-block-63 {
    width: 100%;
    margin-right: 0;
  }

  .hero_box_wrap {
    z-index: -1;
    width: 100%;
    background-image: url('../images/Milano-Via-Aretusa_VP-Exterior_01_Rev00_web.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .hero_box.hero-img._1 {
    background-image: url('../images/Milano-Via-Aretusa_VP-Exterior_01_Rev00_web.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
  }

  .hero_box.hero-img.pittogramma {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: none;
  }

  .hero_box.hero-img._2 {
    display: none;
  }

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

  .form_field-3.is-message {
    height: 60px;
  }

  .title-form-2 {
    line-height: 45px;
  }

  .cookie_tab_wrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .cookie_tab {
    min-width: 750px;
  }

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

  .cookie-banner {
    flex-direction: column;
    align-items: center;
  }

  .cookie-prefs_title {
    font-size: 20px;
  }

  .cookie-banner_text {
    margin-right: 0;
  }

  .banner_title {
    font-size: 20px;
  }

  .cookie-banner_title_wrap {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .section, .section.white {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    line-height: 38px;
  }

  .heading.light {
    margin-top: 20px;
  }

  .heading-wrap {
    max-width: 320px;
    align-items: center;
  }

  .heading-wrap.appartamenti {
    max-width: 300px;
  }

  .heading-wrap.servizi, .heading-wrap.contesto {
    max-width: 320px;
  }

  .cta-scroll {
    bottom: 12%;
  }

  .text-intro, .paragraph.intro {
    max-width: 300px;
  }

  .img-wrap.oasi-urbana {
    min-height: 300px;
  }

  .paragraph-wrap, .paragraph-wrap.static.centred, .paragraph-wrap.static.centred.imvert, .paragraph-wrap.par-servizi {
    margin-top: 40px;
  }

  .title-paragraph, .title-paragraph.black {
    text-align: left;
  }

  .div-block-8 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .button.is-form {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-contesto {
    min-height: 300px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .contatti-contain.margin-right {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .contatti-div {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-popup {
    padding-top: 90px;
  }

  .x-close {
    top: 30px;
  }

  .form-block {
    max-width: none;
    min-width: auto;
  }

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

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

  .grid-sez-contesto {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .list-note {
    padding-left: 20px;
  }

  .page-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-2.error {
    font-size: 30px;
    line-height: 35px;
  }

  .line-hero {
    margin-top: 20px;
  }

  .div-block-11 {
    flex-direction: column;
  }

  .hero_p {
    font-size: 16px;
    line-height: 20px;
  }

  .slide_container {
    padding-left: 70px;
  }

  .slide_container.slide2, .slide_container.slide3 {
    padding-right: 20px;
  }

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

  .italic-h1 {
    font-size: 25px;
    line-height: 28px;
  }

  .hero_content_block {
    height: auto;
    min-height: auto;
    flex: 1;
  }

  .form_component {
    width: 100%;
  }

  .form_container {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .form_h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
  }

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

  .main_contact_container {
    padding: 20px;
  }

  .form_field-2 {
    margin-bottom: 0;
  }

  .form_field-2.text-capitalize-everyword {
    height: 35px;
  }

  .form_checkbox_label {
    line-height: 20px;
  }

  .footer_block.is-legal {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .footer_container {
    width: 100%;
    min-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_line_vert {
    display: none;
  }

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

  .cta-txt {
    letter-spacing: 2px;
    font-size: 14px;
  }

  .div-block-12 {
    flex-direction: column;
  }

  .btn_contatti.mail, .btn_contatti.tel {
    width: 40px;
    height: 40px;
  }

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

  .slider-small.height-800px {
    height: 400px;
  }

  .h2--heading-xsmall {
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: .9rem;
  }

  .text_wrapper.align-center {
    padding: 20px;
  }

  .h1-heading-2 {
    font-size: 26px;
  }

  .section-2 {
    padding: 30px;
  }

  .stile_tab {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    flex-flow: column;
    align-items: center;
    margin-bottom: 0;
  }

  .stile_titolo {
    font-size: 15px;
  }

  .tab_btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

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

  .tour02_tabs {
    width: 100%;
  }

  .tour02 {
    align-items: center;
  }

  .tour02_cones {
    width: 280px;
    height: 300px;
  }

  .tour02_cones.quadrilocale, .tour02_cones.trilocale {
    background-size: 300px;
  }

  .tour02_cones.bilocale {
    background-size: 280px;
  }

  .div-block-35 {
    margin-right: 0;
  }

  .wrap-vt-info {
    font-size: 14px;
  }

  .tabs {
    width: 100%;
  }

  .wrap_sec.bg-verde-pallido.vt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tour02_cone {
    width: 30px;
    height: 30px;
  }

  .tour02_cone.bilocale_01 {
    left: 61%;
  }

  .tour02_cone.bilocale_03 {
    top: 33%;
  }

  .tour02_cone.trilocale_02 {
    top: 53%;
    left: 28%;
  }

  .tour02_cone.trilocale_03 {
    top: 64%;
    left: 52%;
  }

  .tour02_cone.bilocale_02 {
    left: 58%;
  }

  .tour02_cone.quadrilocale_01 {
    top: 40%;
  }

  .tour02_cone.quadrilocale_02 {
    top: 4%;
  }

  .tour02_cone.trilocale_01 {
    top: 38%;
  }

  .tour02_cone.trilocale_04 {
    top: 63%;
    left: 41%;
  }

  .tour02_cone.quadrilocale_03 {
    left: 60%;
  }

  .tabs-menu-2 {
    flex-direction: column;
  }

  .stanza {
    z-index: 10;
    display: none;
  }

  .pin-apt {
    z-index: 6;
    display: none;
  }

  .pin-apt.living, .pin-apt.planimetria {
    bottom: 51%;
    right: 31%;
  }

  .grid-2-copy, .grid-2 {
    grid-template-columns: 20px 100px 1fr 60px;
  }

  .div-block-63 {
    margin-right: 0;
  }

  .section-3, .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero_box_wrap {
    background-image: url('../images/41_Via-Aretusa---Milano_web.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .hero_box.hero-img._1 {
    background-position: 50%;
    background-size: cover;
    position: static;
  }

  .hero_box.hero-img.pittogramma {
    display: none;
  }

  .form_field-3 {
    margin-bottom: 0;
  }

  .form_field-3.text-capitalize-everyword {
    height: 35px;
  }

  .note_txt {
    font-size: .9em;
  }

  .list-legal {
    padding-left: 20px;
  }

  .cookie-prefs_open-txt {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

  .cookie-banner {
    padding: 20px;
  }

  .cookie-prefs_container {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cookie-banner_text {
    margin-right: 0;
  }

  .cookie-prefs_wrapper {
    padding: 24px;
  }

  .cookie-banner_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie-prefs_buttons-wrapper.is-pref {
    flex-wrap: wrap;
  }

  .cookie-banner_title_wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cookie-banner_buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }
}

#w-node-_5f5798a5-e1e7-95e3-e125-fab50b823486-e15c257a {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_5f5798a5-e1e7-95e3-e125-fab50b823488-e15c257a, #w-node-_5f5798a5-e1e7-95e3-e125-fab50b82348a-e15c257a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field.w-node-_0023179a-fe50-b164-2611-62e2105526fd-b0da36b9, #w-node-_0023179a-fe50-b164-2611-62e2105526fe-b0da36b9, #w-node-_0023179a-fe50-b164-2611-62e210552701-b0da36b9, #w-node-_0023179a-fe50-b164-2611-62e210552708-b0da36b9, #w-node-_0023179a-fe50-b164-2611-62e210552712-b0da36b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#btn-form.w-node-_0023179a-fe50-b164-2611-62e210552714-b0da36b9 {
  grid-area: 6 / 1 / 7 / 3;
  justify-self: center;
}

#w-node-cd5d3f52-a6df-b9e5-9030-0b0d590f1712-e15c2584 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-cd5d3f52-a6df-b9e5-9030-0b0d590f1714-e15c2584 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd5d3f52-a6df-b9e5-9030-0b0d590f1716-e15c2584 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-cd5d3f52-a6df-b9e5-9030-0b0d590f1718-e15c2584 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_49141cb0-0b80-9aa2-3e72-e551d286424d-e15c2584 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_49141cb0-0b80-9aa2-3e72-e551d286424f-e15c2584 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_49141cb0-0b80-9aa2-3e72-e551d2864251-e15c2584 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_49141cb0-0b80-9aa2-3e72-e551d2864253-e15c2584 {
  grid-area: 3 / 1 / 4 / 2;
}

#field.w-node-_12e67548-5170-2e51-92c3-d3a1abaa29e1-e15c2584, #w-node-_12e67548-5170-2e51-92c3-d3a1abaa29e2-e15c2584, #w-node-_12e67548-5170-2e51-92c3-d3a1abaa29e5-e15c2584, #w-node-_12e67548-5170-2e51-92c3-d3a1abaa29ec-e15c2584, #w-node-_12e67548-5170-2e51-92c3-d3a1abaa29f1-e15c2584, #w-node-_12e67548-5170-2e51-92c3-d3a1abaa29f6-e15c2584 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#btn-form.w-node-_12e67548-5170-2e51-92c3-d3a1abaa29f8-e15c2584 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-e86b16a6-d4fb-aea1-1f00-a501a4acf424-e15c2585 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-e86b16a6-d4fb-aea1-1f00-a501a4acf428-e15c2585 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e86b16a6-d4fb-aea1-1f00-a501a4acf42a-e15c2585 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-f53fb8ee-79ea-7627-d7aa-9aed8571ac5a-e15c2585 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-f53fb8ee-79ea-7627-d7aa-9aed8571ac5c-e15c2585 {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-a35af907-21c3-e38e-8a16-9d0445d2666b-e15c2585, #w-node-_4f20c41f-58e3-549e-2330-21f94f063cbe-e15c2585, #w-node-_00334e61-3962-f47b-6846-eb7771b48b59-e15c2585, #w-node-_82f05824-c198-7783-9071-9d1d2710cfad-e15c2585, #w-node-_40c6dc18-1d8f-cb38-e632-f9c586bdefeb-e15c2585, #w-node-_0a504ac8-6c1c-1377-4ed1-1b3dc0fb34b0-e15c2585, #w-node-c9ca3c09-531a-7a53-be45-ac36a913c5cd-e15c2585 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87199b47-1fea-eaf9-1d34-0a2ea9ce788a-e15c2585 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_87199b47-1fea-eaf9-1d34-0a2ea9ce788c-e15c2585 {
  grid-area: 1 / 4 / 3 / 7;
}

#w-node-_87199b47-1fea-eaf9-1d34-0a2ea9ce788e-e15c2585 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_87199b47-1fea-eaf9-1d34-0a2ea9ce7890-e15c2585 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_87199b47-1fea-eaf9-1d34-0a2ea9ce7892-e15c2585 {
  grid-area: 3 / 5 / 5 / 7;
}

#w-node-_119ceb71-aa1c-6869-2ad3-17afc1fb20e3-e15c2585 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e991c30a-3091-4cad-d6ba-7e3733796ccd-e15c258b, #w-node-dd4aa375-30f5-f926-0ba5-abddc5198a87-e15c258b, #w-node-ee2478b4-149c-5b8b-eed2-fac9eeea1a60-e15c258b, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2376d-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2376f-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23771-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23773-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23775-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23777-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23779-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2377b-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2377d-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2377f-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23782-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23784-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2378b-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2378d-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2378f-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23791-e15c258c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40c66dc5-5905-3d67-3ad4-691525e23793-e15c258c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_40c66dc5-5905-3d67-3ad4-691525e237a1-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237a3-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237a6-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237a8-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237aa-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237ac-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237af-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237b1-e15c258c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40c66dc5-5905-3d67-3ad4-691525e237b3-e15c258c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_40c66dc5-5905-3d67-3ad4-691525e237c4-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237c6-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237c9-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237cb-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237cd-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237cf-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237d2-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237d4-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237d6-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237d8-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237db-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237dd-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237df-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237e1-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237e4-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237e6-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237e8-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237ea-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237ed-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e237ef-e15c258c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40c66dc5-5905-3d67-3ad4-691525e237f1-e15c258c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_40c66dc5-5905-3d67-3ad4-691525e237fe-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23800-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23803-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23805-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23807-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23809-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2380c-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2380e-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23810-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23812-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23815-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23817-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23819-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2381b-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2381e-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23820-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23822-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23824-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23827-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23829-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23830-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23832-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23834-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23836-e15c258c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40c66dc5-5905-3d67-3ad4-691525e23838-e15c258c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_40c66dc5-5905-3d67-3ad4-691525e23845-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23847-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2384a-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2384c-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2384e-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23850-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23853-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23855-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23857-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23859-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2385c-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2385e-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23865-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23867-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23869-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2386b-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2386d-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e2386f-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23871-e15c258c, #w-node-_40c66dc5-5905-3d67-3ad4-691525e23873-e15c258c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a415264-eded-5d7f-28b1-c9773f363b43-e15c258f {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_0a415264-eded-5d7f-28b1-c9773f363b45-e15c258f, #w-node-_0a415264-eded-5d7f-28b1-c9773f363b47-e15c258f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field.w-node-_12e67548-5170-2e51-92c3-d3a1abaa29e1-e15c258f, #w-node-_12e67548-5170-2e51-92c3-d3a1abaa29e2-e15c258f, #w-node-_12e67548-5170-2e51-92c3-d3a1abaa29e5-e15c258f, #w-node-_12e67548-5170-2e51-92c3-d3a1abaa29ec-e15c258f, #w-node-_12e67548-5170-2e51-92c3-d3a1abaa29f1-e15c258f, #w-node-_12e67548-5170-2e51-92c3-d3a1abaa29f6-e15c258f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#btn-form.w-node-_12e67548-5170-2e51-92c3-d3a1abaa29f8-e15c258f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-cd5d3f52-a6df-b9e5-9030-0b0d590f1712-e15c2584 {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-cd5d3f52-a6df-b9e5-9030-0b0d590f1714-e15c2584 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cd5d3f52-a6df-b9e5-9030-0b0d590f1718-e15c2584 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_49141cb0-0b80-9aa2-3e72-e551d286424d-e15c2584 {
    grid-column: 1 / 4;
    grid-row-end: 2;
  }

  #w-node-_49141cb0-0b80-9aa2-3e72-e551d286424f-e15c2584 {
    grid-row: 2 / 3;
  }

  #w-node-_49141cb0-0b80-9aa2-3e72-e551d2864251-e15c2584 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_49141cb0-0b80-9aa2-3e72-e551d2864253-e15c2584 {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (max-width: 479px) {
  #field.w-node-_0023179a-fe50-b164-2611-62e2105526fd-b0da36b9, #w-node-_0023179a-fe50-b164-2611-62e2105526fe-b0da36b9, #w-node-_0023179a-fe50-b164-2611-62e210552712-b0da36b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #btn-form.w-node-_0023179a-fe50-b164-2611-62e210552714-b0da36b9 {
    grid-area: 8 / 1 / 9 / 2;
    justify-self: end;
  }

  #field.w-node-_12e67548-5170-2e51-92c3-d3a1abaa29e1-e15c2584, #w-node-_12e67548-5170-2e51-92c3-d3a1abaa29e2-e15c2584, #w-node-_12e67548-5170-2e51-92c3-d3a1abaa29f6-e15c2584 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #btn-form.w-node-_12e67548-5170-2e51-92c3-d3a1abaa29f8-e15c2584 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-f53fb8ee-79ea-7627-d7aa-9aed8571ac5a-e15c2585 {
    grid-area: 1 / 1 / 6 / 7;
  }

  #w-node-f53fb8ee-79ea-7627-d7aa-9aed8571ac5c-e15c2585 {
    grid-area: 6 / 1 / 7 / 7;
  }

  #w-node-_87199b47-1fea-eaf9-1d34-0a2ea9ce788a-e15c2585 {
    grid-area: 1 / 1 / 3 / 7;
  }

  #w-node-_87199b47-1fea-eaf9-1d34-0a2ea9ce788c-e15c2585 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_87199b47-1fea-eaf9-1d34-0a2ea9ce788e-e15c2585 {
    grid-row: 3 / 5;
    grid-column-end: 5;
  }

  #w-node-_87199b47-1fea-eaf9-1d34-0a2ea9ce7890-e15c2585 {
    grid-area: 3 / 5 / 5 / 7;
  }

  #w-node-_87199b47-1fea-eaf9-1d34-0a2ea9ce7892-e15c2585 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_119ceb71-aa1c-6869-2ad3-17afc1fb20e3-e15c2585 {
    grid-area: 5 / 5 / 7 / 7;
  }

  #field.w-node-_12e67548-5170-2e51-92c3-d3a1abaa29e1-e15c258f, #w-node-_12e67548-5170-2e51-92c3-d3a1abaa29e2-e15c258f, #w-node-_12e67548-5170-2e51-92c3-d3a1abaa29f6-e15c258f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #btn-form.w-node-_12e67548-5170-2e51-92c3-d3a1abaa29f8-e15c258f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Crimsontext';
  src: url('../fonts/CrimsonText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsontext';
  src: url('../fonts/CrimsonText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}