.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.testo-note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(225, 216, 193, 0.5);
}

.testo-note-legali {
  width: 80%;
  font-family: Lato, sans-serif;
  color: #101324;
  text-align: left;
}

.text-span-24 {
  font-style: italic;
  font-weight: 400;
}

.banner-cookies {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 59681458411451460;
  display: none;
  height: 150px;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(22, 56, 54, 0.95);
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.testo-bannercookie {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #fffbfb;
  text-decoration: none;
}

.link-bannercookie {
  color: #b9a036;
  text-decoration: none;
}

.cookie-btn {
  background-color: #b9a136;
  -webkit-transition: opacity 750ms ease;
  transition: opacity 750ms ease;
  font-family: europa, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}

.cookie-btn:hover {
  background-color: #d0d0d0;
  opacity: 0.7;
}

.top-btn {
  position: fixed;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 5%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #b9a136;
  border-radius: 100px;
  background-color: #163836;
  background-image: url('../images/up-arrow.svg');
  background-position: 0px 0px;
  background-size: contain;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
}

.top-btn:hover {
  background-image: url('../images/up-arrow-over.svg');
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

.top-btn.w--current {
  z-index: 0;
}

.hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.text-block {
  max-width: 550px;
  font-family: orpheuspro, sans-serif;
  color: #16373c;
  font-size: 3.5vw;
  line-height: 4vw;
  font-weight: 700;
  text-align: center;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 11px -7px #000;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu-btn {
  -webkit-transition: opacity 358ms ease;
  transition: opacity 358ms ease;
  font-family: europa, sans-serif;
  letter-spacing: 1px;
}

.menu-btn:hover {
  opacity: 0.5;
  color: #b9a036;
}

.menu-btn:focus {
  color: #1f1f1f;
  font-weight: 700;
}

.menu-btn.w--current {
  font-family: Montserrat, sans-serif;
  color: #1f1f1f;
  font-weight: 700;
}

.menu-btn.w--current:focus {
  color: #1f1f1f;
  font-weight: 400;
}

.testo {
  width: 400px;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: europa, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.testo.verde {
  color: #b9a136;
  font-size: 1em;
  line-height: 0.9em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testo.localizzazione {
  position: absolute;
  top: 294.955px;
  margin-top: 0px;
  color: #b9a136;
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pitto-senape {
  width: 50px;
  height: 50px;
  background-image: url('../images/pittogramma-verde.png');
  background-position: 50% 50%;
  background-size: contain;
}

.btn-verde {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #003a40;
  border-radius: 4px;
  background-color: #003a40;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  font-family: europa, sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-verde:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #003a40;
  background-color: transparent;
  color: #003a40;
}

.paragrafo-centrato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.paragrafo-centrato.promo {
  height: auto;
  margin-top: 50px;
}

.paragrafo-centrato.intro {
  height: 400px;
}

.slide-nav {
  display: none;
}

.icon {
  color: #333f48;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 50px;
  height: 100%;
}

.icon-2 {
  color: #333f48;
}

.img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img.gallery-img {
  background-size: cover;
}

.img.gallery-img.g05 {
  background-size: cover;
}

.img.gallery-img.g23 {
  background-size: cover;
}

.img.gallery-img.g18 {
  background-size: cover;
}

.img.gallery-img.g17 {
  background-size: cover;
}

.img._2438 {
  background-image: url('../images/_MG_2438-1-B.jpg');
}

.img._2198 {
  background-image: url('../images/_MG_2198-1.jpg');
}

.img._2245 {
  background-image: url('../images/_MG_2245-1.jpg');
}

.img._2233 {
  background-image: url('../images/_MG_2233-1.jpg');
}

.img.lampo17 {
  background-image: url('../images/lampo17_pag92.jpg');
}

.img.sp18 {
  background-image: url('../images/hd_sp18.jpg');
}

.img.lampo17-pag96 {
  background-image: url('../images/lampo17_pag96.jpg');
}

.img.sp01 {
  background-image: url('../images/hd_sp01.jpg');
}

.img.int04 {
  background-image: url('../images/GreenUpLiving_Int04_Rev00.jpg');
}

.img.int06 {
  background-image: url('../images/GreenUpLiving_Int06_Rev00.jpg');
}

.left-arrow {
  display: none;
}

.gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  font-family: europa, sans-serif;
  font-weight: 400;
  text-align: center;
}

.form {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto 40px auto auto;
  grid-template-rows: auto auto auto 40px auto auto;
}

.checkbox-label-6 {
  font-family: europa, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  cursor: default;
}

.checkbox-label-6.black {
  color: #000;
}

.form-contatti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.checkbox-field {
  margin-top: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.form-link-note {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.form-link-note:hover {
  text-decoration: underline;
}

.form-link-note.black {
  color: #000;
}

.campi-form {
  height: 30px;
  background-color: #e1d8c1;
  font-family: europa, sans-serif;
  color: #16373c;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.contatti-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  padding-left: 5%;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(200px, 1fr);
  grid-template-rows: minmax(200px, 1fr);
  background-color: #16373c;
}

.checkbox {
  cursor: pointer;
}

.error-message {
  position: absolute;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 4px;
  background-color: #b7533d;
  color: #fff;
}

.success-message-2 {
  border-radius: 4px;
  background-color: #003a40;
  color: #b9a036;
}

.form-contatti-testo {
  font-family: europa, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.btn-invia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #b6523d;
  font-family: europa, sans-serif;
  color: #e1d8c1;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
}

.btn-invia:hover {
  text-decoration: underline;
}

.text-block-7 {
  font-family: europa, sans-serif;
  color: #fff;
  font-size: 0.85em;
  font-weight: 300;
}

.link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 0.85em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.link:hover {
  color: #b9a036;
}

.icona-mail {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url('../images/mail_ocra.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contatti-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contatti-div.display-none {
  display: none;
}

.text-span-25 {
  color: #b9a036;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.note-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  text-decoration: none;
}

.indirizzo {
  width: 50%;
  padding-right: 20px;
  font-family: europa, sans-serif;
  color: #003a40;
  font-size: 12px;
  text-align: right;
  text-decoration: none;
  text-transform: none;
}

.indirizzo:hover {
  font-weight: 400;
  text-decoration: underline;
}

.notelegali {
  font-family: europa, sans-serif;
  color: #003a40;
  text-align: right;
  text-decoration: none;
}

.didascalia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: europa, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.icona-telefono {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url('../images/telefono_ocra.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icona-location {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url('../images/location-pin.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-slider-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  position: relative;
  display: block;
  width: 1150px;
  height: 700px;
  margin-top: 20px;
  background-color: transparent;
}

.info-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.info-contatti-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.titolo-contatti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: orpheuspro, sans-serif;
  color: #003a40;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.div-credits {
  width: 50%;
  padding-left: 20px;
  border-left: 1px solid #16373c;
}

.div-partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin-bottom: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contatti-partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contatti-partner.no-margin-right {
  margin-right: 0px;
}

.contatti-partner.margin-right {
  margin-right: 35px;
}

.testo-partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: europa, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.testo-partner.margin-bottom {
  margin-bottom: 10px;
}

.logo-officine {
  width: 200px;
  height: 80px;
  background-image: url('../images/marchio_officineMAK_cmyk.svg');
  background-position: 0% 50%;
  background-size: 170px;
  background-repeat: no-repeat;
}

.logo-abitareagency {
  width: 200px;
  height: 80px;
  background-image: url('../images/AbitareAgency_Logo_registrato.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003a40;
}

.logo-note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/greenup-living_logotype_negativo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-wrapp {
  height: 100vh;
}

.gallery-slider {
  height: 100%;
  background-color: transparent;
}

.slide-nav-2 {
  display: none;
}

.gallery-img {
  background-color: #003a40;
  background-image: url('../images/_MG_2159-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-img.g02 {
  background-image: url('../images/_MG_2164-1.jpg');
  background-size: contain;
}

.gallery-img.g01 {
  background-size: contain;
}

.gallery-img.g03 {
  background-image: url('../images/_MG_2172-1.jpg');
  background-size: contain;
}

.gallery-img.g04 {
  background-image: url('../images/_MG_2182-1.jpg');
  background-size: contain;
}

.gallery-img.g05 {
  background-image: url('../images/_MG_2198-1.jpg');
  background-size: contain;
}

.gallery-img.g06 {
  background-image: url('../images/_MG_2200-1.jpg');
  background-size: contain;
}

.gallery-img.g07 {
  background-image: url('../images/_MG_2205-1.jpg');
  background-size: contain;
}

.gallery-img.g08 {
  background-image: url('../images/_MG_2214-1.jpg');
  background-size: contain;
}

.gallery-img.g09 {
  background-image: url('../images/_MG_2225-1.jpg');
  background-size: contain;
}

.gallery-img.g10 {
  background-image: url('../images/_MG_2233-1.jpg');
  background-size: contain;
}

.gallery-img.g11 {
  background-image: url('../images/_MG_2245-1.jpg');
  background-size: contain;
}

.gallery-img.g12 {
  background-image: url('../images/_MG_2247-1.jpg');
  background-size: contain;
}

.gallery-img.g13 {
  background-image: url('../images/_MG_2256-1_1.jpg');
  background-size: contain;
}

.gallery-img.g14 {
  background-image: url('../images/_MG_2270-1.jpg');
  background-size: contain;
}

.gallery-img.g15 {
  background-image: url('../images/_MG_2276-1_1.jpg');
  background-size: contain;
}

.gallery-img.g16 {
  background-image: url('../images/_MG_2278-1.jpg');
  background-size: contain;
}

.gallery-img.g17 {
  background-image: url('../images/_MG_2286-1.jpg');
  background-size: contain;
}

.gallery-img.g18 {
  background-image: url('../images/_MG_2291-1.jpg');
  background-size: contain;
}

.gallery-img.g19 {
  background-image: url('../images/_MG_2294-1.jpg');
  background-size: contain;
}

.gallery-img.g20 {
  background-image: url('../images/_MG_2302-1.jpg');
  background-size: contain;
}

.gallery-img.g21 {
  background-image: url('../images/_MG_2309-1_1.jpg');
  background-size: contain;
}

.gallery-img.g22 {
  background-image: url('../images/_MG_2414-1.jpg');
  background-size: contain;
}

.gallery-img.g23 {
  background-image: url('../images/_MG_2438-1.jpg');
  background-size: contain;
}

.gallery-img.g24 {
  background-image: url('../images/_MG_2445-1.jpg');
  background-size: contain;
}

.gallery-img.g25 {
  background-image: url('../images/_MG_2454-1.jpg');
  background-size: contain;
}

.gallery-img.est01 {
  background-image: url('../images/Vimodrone_Esterna01_rev004.jpg');
  background-size: contain;
}

.gallery-img.est02 {
  background-image: url('../images/Vimodrone_Esterna02_rev001.jpg');
  background-size: contain;
}

.gallery-img.est03 {
  background-image: url('../images/Vimodrone_Esterna03_rev001.jpg');
  background-size: contain;
}

.gallery-img.int02 {
  background-image: url('../images/GreenUpLiving_Int02_Rev00.jpg');
  background-size: contain;
}

.gallery-img.est09 {
  background-image: url('../images/Vimodrone_Esterna09_Rev002.jpg');
  background-size: contain;
}

.gallery-img.est06 {
  background-image: url('../images/Vimodrone_Esterna06_rev003.jpg');
  background-size: contain;
}

.gallery-img.est07 {
  background-image: url('../images/Vimodrone_Esterna07_rev003.jpg');
  background-size: contain;
}

.gallery-img.int04 {
  background-image: url('../images/GreenUpLiving_Int04_Rev00.jpg');
  background-size: contain;
}

.gallery-img.int06 {
  background-image: url('../images/GreenUpLiving_Int06_Rev00.jpg');
  background-size: contain;
}

.gallery-img.int08 {
  background-image: url('../images/GreenUpLiving_Int08_Rev00.jpg');
  background-size: contain;
}

.btn-scopri-wrapper {
  text-decoration: none;
}

.block_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.btn-mail {
  position: fixed;
  left: auto;
  top: 35px;
  right: 20px;
  bottom: 0%;
  z-index: 3;
  width: 50px;
  height: 40px;
  background-color: #b6523d;
  background-image: url('../images/mail_beige.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-mail:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #b9a136;
  -webkit-transform: translate3d(0px, 0px, 300px);
  transform: translate3d(0px, 0px, 300px);
}

.btn-telefono {
  position: fixed;
  left: auto;
  top: 35px;
  right: 80px;
  bottom: 0%;
  z-index: 3;
  width: 50px;
  height: 40px;
  background-color: #b6523d;
  background-image: url('../images/telefono_beige.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
}

.btn-telefono:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #b9a136;
}

.menu-burger {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/menu_ocra.svg');
  background-position: 50% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.menu-burger:hover {
  border-color: #b9a036;
  background-image: url('../images/menu_verde-scuro.svg');
}

.menu-burger.fixed {
  position: fixed;
  left: 20px;
  top: 25px;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: none;
  background-color: #b6523d;
  background-image: url('../images/menu_beige_sx.svg');
}

.menu-burger.fixed:hover {
  background-image: url('../images/menu_verdee_sx.svg');
}

.menu-burger.fixed.display {
  display: block;
}

.menu-open {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003a40;
}

.x {
  margin-top: 50px;
  margin-left: 0%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
}

.menu-indice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-titolo {
  margin-top: 25px;
  margin-right: 25px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #b9a036;
  font-size: 2.7em;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
}

.menu-titolo.last {
  margin-right: 0px;
}

.menu-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: orpheuspro, sans-serif;
  color: #b9a036;
  text-align: center;
  text-decoration: none;
}

.menu-link:hover {
  color: #e1d8c1;
}

.menu-link.w--current {
  font-style: normal;
  text-decoration: none;
}

.x-chiudi {
  cursor: pointer;
}

.menu-indirizzo {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: europa, sans-serif;
  color: #e1d8c1;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
}

.menu-indirizzo.display-none {
  display: none;
}

.menu-contatti-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-contatti-wrapper.display-none {
  display: none;
}

.menu-contatti {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: europa, sans-serif;
  color: #e1d8c1;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.menu-contatti.display-none {
  display: none;
}

.menu-telefono {
  color: #e1d8c1;
  text-decoration: none;
}

.menu-telefono:hover {
  text-decoration: underline;
}

.menu-mail {
  color: #e1d8c1;
  text-decoration: none;
}

.menu-mail:hover {
  text-decoration: underline;
}

.menu-linea {
  width: 1px;
  height: 80px;
  background-color: #e1d8c1;
}

.menu-linea.display-none {
  display: none;
}

.btn-scopri {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 40px;
  min-width: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.btn-t {
  position: relative;
  z-index: 4;
  font-family: europa, sans-serif;
  color: #fff;
  font-size: 1.15em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 3;
  width: 180px;
  background-color: #b9a036;
  font-family: europa, sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
}

.contatti-testo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: europa, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.contatti-testo.verde {
  color: #b9a036;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dida-senape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: europa, sans-serif;
  color: #b9a036;
  font-size: 12px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dida-senape.verde {
  color: #b9a036;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.img-wrapper {
  height: 500px;
  background-image: url('../images/inserireimmagine.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: orpheuspro, sans-serif;
  color: #003a40;
  text-align: center;
}

.testo-centrato {
  width: 700px;
  margin-top: 3%;
  margin-bottom: 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: europa, sans-serif;
  color: #000;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.testo-centrato.verde {
  color: #b9a036;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testo-centrato.no-margin {
  margin-top: 1%;
}

.testo-centrato.chiaro {
  margin-top: 0%;
  color: #e1d8c1;
}

.sottotitolo {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: europa, sans-serif;
  color: #e1d8c1;
  font-size: 1.2em;
  line-height: 2vw;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sottotitolo.verde {
  color: #16373c;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sottotitolo.verde.big {
  font-size: 1.5em;
}

.sottotitolo.verde.centrato {
  text-align: center;
}

.sottotitolo.verde.centrato.small {
  font-size: 0.85em;
  font-weight: 400;
}

.sottotitolo.verde.margin-top {
  margin-top: 100px;
  margin-bottom: 0px;
  margin-left: 72px;
}

.sottotitolo.ocra {
  color: #b9a136;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sottotitolo.ocra.big {
  font-size: 1.5em;
}

.sottotitolo.ocra.centrato {
  text-align: center;
}

.sottotitolo.beige {
  color: #e1d8c1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sottotitolo.beige.big {
  font-size: 1.5em;
}

.sottotitolo.beige.centrato {
  text-align: center;
}

.btn {
  height: 35px;
  padding: 10px 15px;
  background-color: #b9a036;
  font-family: europa, sans-serif;
  font-size: 1.15em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn.secondario {
  height: 37px;
  margin-top: 75px;
  padding-right: 10px;
  padding-left: 48px;
  border-style: solid;
  border-width: 2px;
  border-color: #b9a136;
  background-color: transparent;
  background-image: url('../images/gallery.svg');
  background-position: 3% 50%;
  background-size: 38px 25px;
  background-repeat: no-repeat;
  color: #16373c;
}

.btn.promo {
  background-color: #fff;
}

.contesto-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.progetto-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-thankyoupage {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/Vimodrone_Esterna03_rev001.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/Vimodrone_Esterna03_rev001.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.testo-thankyoupage {
  font-family: orpheuspro, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.text-span-26 {
  font-family: europa, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.btn-back {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 3;
  width: 180px;
  background-color: #b9a036;
  font-family: europa, sans-serif;
  color: #fff;
}

.logo-greenup {
  width: 350px;
  height: 200px;
  background-image: url('../images/greenup-living_logotype_negativo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contatti-riga-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #b9a036;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  text-align: center;
  text-decoration: none;
}

.div-contatti-testo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(225, 216, 193, 0.2);
}

.telefono {
  width: 50%;
  font-family: europa, sans-serif;
  color: #003a40;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.telefono:hover {
  font-weight: 400;
  text-decoration: underline;
}

.address {
  width: 50%;
  font-family: europa, sans-serif;
  color: #003a40;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.address:hover {
  font-weight: 400;
  text-decoration: underline;
}

.credits {
  width: 50%;
  padding-right: 20px;
  font-family: europa, sans-serif;
  color: #003a40;
  font-size: 12px;
  text-align: right;
  text-decoration: none;
  text-transform: none;
}

.credits:hover {
  font-weight: 400;
  text-decoration: underline;
}

.div-note {
  width: 50%;
  padding-right: 20px;
  font-family: europa, sans-serif;
  color: #003a40;
  font-size: 12px;
  text-align: right;
  text-decoration: none;
  text-transform: none;
}

.div-note:hover {
  font-weight: 400;
  text-decoration: underline;
}

.div-note.thankyou {
  background-color: rgba(225, 216, 193, 0.2);
}

.hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-top: 150px;
  margin-bottom: 75px;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e1d8c1;
}

.hero-img {
  width: 50%;
  height: 100vh;
  background-image: url('../images/Vimodrone_Esterna01_rev004.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gif-scroll {
  width: 50px;
  height: 75px;
  margin-top: 10%;
  background-image: url('../images/scroll-1.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.scroll-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-8 {
  font-family: orpheuspro, sans-serif;
  color: #003a40;
  font-size: 60px;
  line-height: 75px;
  font-weight: 700;
  text-align: center;
}

.button-t {
  position: relative;
  z-index: 4;
  font-family: europa, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-link {
  text-decoration: none;
}

.hero-sx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 100px;
  margin-bottom: 50px;
  margin-left: 50px;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e1d8c1;
}

.testo-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: europa, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.testo-2.verde {
  color: #b9a036;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gif-scroll-2 {
  width: 50px;
  height: 75px;
  background-image: url('../images/scroll-1.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 3;
  width: 180px;
  background-color: #b9a036;
  font-family: europa, sans-serif;
  color: #fff;
}

.button {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 40px;
  min-width: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(185, 160, 54, 0.5);
  color: #fff;
}

.linea-pre-elemento {
  width: 60px;
  height: 2px;
  margin-right: 12px;
  background-color: #b9a136;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 150px;
  height: 75px;
  margin-top: 25px;
  background-image: url('../images/greenup-living_logotype_positivo-noclaim.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pitto-verde {
  width: 50px;
  height: 50px;
  background-image: url('../images/pittogramma-verde-scuro.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pittogramma-hero {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -15%;
  width: 150px;
  height: 55%;
  background-image: url('../images/pittogramma-beige-scuro.svg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.btn-wrapper {
  position: relative;
  text-decoration: none;
}

.btn-wrapper.capitolo {
  margin-top: 75px;
  margin-left: 70px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.btn-wrapper.plan {
  margin-top: 20px;
}

.linea-btn-corta {
  position: absolute;
  top: -5px;
  width: 25%;
  height: 1px;
  background-color: #16373c;
}

.linea-btn-corta.chiaro {
  background-color: #fff;
}

.linea-btn-lunga {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: -5px;
  width: 75%;
  height: 1px;
  background-color: #16373c;
}

.linea-btn-lunga.chiaro {
  background-color: #fff;
}

.btn-text {
  color: #fff;
}

.btn-text.promo {
  color: #16373c;
  font-weight: 400;
}

.sezione {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 115px;
  padding-bottom: 115px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sezione.verde {
  min-height: 85vh;
  background-color: #16373c;
}

.sezione.inversa {
  position: relative;
  margin-top: -65px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sezione.inversa.div {
  margin-top: 50px;
}

.sezione.less-padding {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sezione.outline {
  border-style: solid;
  border-width: 10px;
  border-color: #b9a136;
}

.sezione-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 550px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sezione-text-wrapper.inversa {
  margin-right: 0px;
  margin-left: 30px;
}

.sezione-text-wrapper.promo {
  height: 600px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img-sezione {
  width: 50%;
  height: 600px;
  max-width: 900px;
  min-width: 500px;
  margin-left: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-sezione.est02 {
  background-image: url('../images/Vimodrone_Esterna02_rev001.jpg');
  background-position: 60% 25%;
}

.img-sezione.est02.inversa {
  margin-right: 30px;
  margin-left: 0px;
}

.img-sezione.int02 {
  margin-left: 30px;
  background-image: url('../images/GreenUpLiving_Int02_Rev00.jpg');
}

.img-sezione.int02.inversa {
  margin-right: 30px;
  margin-left: 0px;
}

.img-sezione.slider {
  background-image: none;
}

.h2 {
  font-family: orpheuspro, sans-serif;
  color: #e1d8c1;
  font-size: 3.5em;
  line-height: 1em;
}

.h2.verde {
  color: #16373c;
}

.h2.verde.centrato {
  position: relative;
  z-index: 1;
  font-size: 3.2em;
  text-align: center;
}

.h2.ocra {
  color: #b9a136;
}

.h2.ocra.centrato {
  font-size: 3.2em;
  text-align: center;
}

.paragraph-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  max-width: 400px;
  margin-top: -11px;
  margin-bottom: 0px;
  font-family: europa, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 300;
}

.paragraph.nero {
  color: #000;
}

.paragraph.nero.margin-left {
  margin-left: 72px;
}

.paragraph.nero.small-and-margin {
  max-width: 472px;
  font-size: 1em;
}

.fascia-verde {
  height: 200px;
  background-color: #16373c;
}

.sezione-img {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  margin-top: 5%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: 0.75fr 0.25fr 0.5fr;
  grid-template-rows: 0.75fr 0.25fr 0.5fr;
}

.img-verticale {
  width: 90%;
  height: 130vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-verticale.est03 {
  background-image: url('../images/Vimodrone_Esterna03_rev001.jpg');
}

.img-verticale.est03.relative {
  position: relative;
  top: -175px;
}

.img-comunicativa {
  width: 35%;
  height: 55vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-comunicativa.relative {
  position: relative;
  top: -175px;
}

.est03 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Vimodrone_Esterna03_rev001.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-griglia {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-griglia.est03 {
  background-image: url('../images/Vimodrone_esterna03_Rev002.jpg');
  background-position: 50% 100%;
}

.img-griglia.albero {
  background-image: url('../images/david-vig-573668-unsplash.jpg');
  background-position: 60% 50%;
}

.img-griglia.pavimento {
  background-image: url('../images/iStock-1147780628.jpg');
  background-position: 50% 100%;
  background-size: 1000px;
}

.img-griglia.pittogramma {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b9a136;
  background-image: url('../images/pittogramma-verde-scuro.svg');
  background-size: auto 70%;
  background-repeat: no-repeat;
}

.sezione-icone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b9a136;
}

.pittogramma-angolodx {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 17%;
  height: 30%;
  background-image: url('../images/pittogramma-grigio.svg');
  background-position: 0% 0%;
  background-size: 600px;
  background-repeat: no-repeat;
  opacity: 0.35;
}

.pittogramma-angolodx.contatti {
  width: 35%;
  height: 50%;
  background-size: 500px;
  opacity: 0.1;
}

.testo-centrato-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icone-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icone-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-right: 1.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icone-wrapper.last {
  margin-right: 0vw;
}

.icona {
  width: 125px;
  height: 125px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icona.conciergerie {
  background-image: url('../images/icone-servizi_conciergerie.svg');
}

.icona.delivery {
  background-image: url('../images/icone-servizi_delivery.svg');
}

.icona.palestra {
  background-image: url('../images/icone-servizi_palestra.svg');
}

.icona.coworking {
  background-image: url('../images/icone-servizi_coworking.svg');
}

.icona.bici {
  background-image: url('../images/icone-servizi_bici.svg');
}

.icona.box-auto {
  background-image: url('../images/icone-servizi_box-auto.svg');
}

.icona.parco-privato {
  background-image: url('../images/icone-servizi_parco.svg');
}

.icona.videosorveglianza {
  background-image: url('../images/icone-servizi_videosorveglianza.svg');
}

.icona.auto-elettrica {
  background-image: url('../images/icone-servizi_auto-elettrica.svg');
}

.icona-text {
  position: static;
  right: 25px;
  bottom: 12px;
  width: 190px;
  margin-top: 15px;
  font-family: orpheuspro, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.icona-text.corto {
  right: 45px;
}

.slide-nav-3 {
  display: none;
}

.right-arrow-2 {
  left: 0%;
  top: auto;
  right: -10%;
  bottom: 0%;
  width: 50px;
  height: 35px;
  background-color: #b6523d;
}

.right-arrow-2.laterale {
  left: auto;
  top: 0%;
  right: 2%;
  bottom: 0%;
}

.icon-3 {
  color: #e1d8c1;
  font-size: 30px;
}

.left-arrow-2 {
  left: -10%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 35px;
  background-color: #b6523d;
}

.left-arrow-2.laterale {
  left: 2%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.icon-4 {
  color: #e1d8c1;
  font-size: 30px;
}

.sezione-mappa {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map {
  height: 450px;
}

.pittogramma-angolosx {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 17%;
  height: 30%;
  background-image: url('../images/pittogramma-grigio.svg');
  background-position: 100% 0%;
  background-size: 600px;
  background-repeat: no-repeat;
  opacity: 0.35;
}

.partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.note-credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-left: 20px;
}

.link-2 {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.link-2:hover {
  opacity: 1;
  text-decoration: underline;
}

.submit-button {
  width: 100%;
  margin-bottom: 10px;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  background-color: #b6523d;
  font-family: europa, sans-serif;
  color: #e1d8c1;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button:hover {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  text-decoration: underline;
}

.textarea {
  position: static;
  border-style: solid;
  border-width: 1px;
  border-color: #16373c;
  background-color: transparent;
  font-family: europa, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}

.textarea::-webkit-input-placeholder {
  color: #000;
}

.textarea:-ms-input-placeholder {
  color: #000;
}

.textarea::-ms-input-placeholder {
  color: #000;
}

.textarea::placeholder {
  color: #000;
}

.sez-form {
  position: fixed;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #e1d8c1;
}

.form-block {
  position: relative;
  z-index: 1;
  width: 550px;
  margin-top: 28px;
}

.btn-chiudi {
  position: fixed;
  left: 0%;
  top: 5%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.field-label {
  display: none;
  font-weight: 600;
}

.h3 {
  position: relative;
  margin-top: 0px;
  font-family: orpheuspro, sans-serif;
  color: #16373c;
  font-size: 1.7em;
  line-height: 1.4em;
  font-weight: 600;
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.linea-btn-chiudi {
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: #000;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.linea-btn-chiudi._2 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-label {
  margin-bottom: 5px;
  font-family: europa, sans-serif;
  color: #000;
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #16373c;
  background-color: transparent;
  font-family: europa, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}

.text-field::-webkit-input-placeholder {
  color: #000;
}

.text-field:-ms-input-placeholder {
  color: #000;
}

.text-field::-ms-input-placeholder {
  color: #000;
}

.text-field::placeholder {
  color: #000;
}

.checkbox-field-3 {
  font-weight: 200;
  letter-spacing: 0.5px;
}

.form-2 {
  display: -ms-grid;
  display: grid;
  width: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.contacts-slide-container {
  position: fixed;
  left: auto;
  top: 25px;
  right: 20px;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(225, 216, 193, 0.6);
}

.contacts-container.dx {
  margin-left: 10px;
}

.icon-contacts {
  z-index: 10;
  width: 50px;
  height: 40px;
  background-color: #b6523d;
  background-image: url('../images/telefono_beige.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.icon-contacts.mail {
  background-image: url('../images/mail_beige.svg');
}

.icon-contacts.fixed {
  display: none;
}

.text-contacts {
  overflow: hidden;
  width: 160px;
  color: #16373c;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.link-4 {
  position: relative;
  z-index: 2;
  color: #16373c;
  text-decoration: none;
}

.text-contact-container {
  padding-right: 10px;
  padding-left: 10px;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-arrow-3 {
  z-index: 1;
}

.left-arrow-3 {
  z-index: 1;
}

.section-3 {
  display: none;
}

.btn-home {
  position: fixed;
  left: 20px;
  top: 25px;
  right: auto;
  bottom: auto;
  z-index: 2;
  background-color: #b6523d;
  font-family: europa, sans-serif;
  color: #e1d8c1;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.icon-5 {
  color: #e1d8c1;
  font-size: 36px;
}

.icon-6 {
  color: #e1d8c1;
  font-size: 36px;
}

._4-icone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-5 {
  color: #e1d8c1;
  text-decoration: none;
}

.link-6 {
  text-decoration: none;
}

.logo-galeone {
  position: relative;
  top: 10px;
  width: 200px;
  height: 80px;
  background-image: url('../images/studio-progettazione.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-pozzi {
  position: relative;
  top: 10px;
  width: 200px;
  height: 80px;
  background-image: url('../images/Logo-Pozzi.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow {
  width: 75px;
  height: 45px;
  background-color: #d1b028;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.arrow.dx {
  left: 80px;
  top: auto;
  right: 0%;
  bottom: 10px;
  background-image: url('../images/ParcoCasarico_freccia-verde.svg');
}

.arrow.dx.laterale {
  left: auto;
  top: 0%;
  right: 1%;
  bottom: 0%;
}

.arrow.sx {
  left: 0%;
  top: auto;
  right: 80px;
  bottom: 10px;
  background-image: url('../images/ParcoCasarico_freccia-verde.svg');
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.arrow.sx.laterale {
  left: 1%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.plan-gallery {
  overflow: visible;
}

.planimetria-bilo {
  background-image: url('../images/Residenze-Vimodrone_C.2.5_rev00_web.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.planimetria-trilo {
  background-image: url('../images/Residenze-Vimodrone_C.3.6_rev00_web.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tipologico-testo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #b6523d;
  color: #000;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  cursor: none;
}

.sez-verticale {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sez-verticale.background-color {
  background-color: rgba(225, 216, 193, 0.5);
}

.sez-verticale.background-color.less-padding {
  padding-top: 2%;
  padding-bottom: 2%;
}

.sez-verticale.background-color-giallo {
  background-color: #b9a136;
}

.sez-verticale.background-color-giallo.less-padding {
  padding-top: 5%;
  padding-bottom: 5%;
}

.sez-verticale.background-color-giallo.less-padding-promo {
  padding-top: 2%;
  padding-bottom: 2%;
}

.container-bottone {
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-bottone.plani {
  position: relative;
  top: 93%;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.planimetria-giardino {
  position: relative;
  margin-bottom: 0px;
  background-image: url('../images/Residenze-Vimodrone_C.1.2_rev00_web.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.h1 {
  margin-top: 15px;
  margin-bottom: 25px;
  color: #336367;
  font-size: 2.25em;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 500;
}

.slide-nav-4 {
  position: relative;
  left: 1%;
  right: 0%;
  display: none;
  -webkit-perspective: 0px;
  perspective: 0px;
}

.planimetrie {
  position: static;
  overflow: hidden;
  width: 100%;
  height: 650px;
  background-color: transparent;
}

.testo-tipologico {
  font-family: europa, sans-serif;
  color: #fff;
  font-weight: 300;
}

.testo-tipologico.white {
  color: #fff;
}

.text-block-10 {
  color: #e1d8c1;
}

.text-block-11 {
  color: #e1d8c1;
}

.testo-tipologico-small {
  font-size: 0.8em;
}

.etichetta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #b7a986;
  color: #000;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  cursor: none;
}

.testo-etichetta {
  font-family: europa, sans-serif;
  color: #000;
  font-weight: 300;
}

.testo-etichetta.white {
  color: #fff;
}

.planimetria-quadri {
  background-image: url('../images/Residenze-Vimodrone_A.7.4_rev00_web.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.planimetria-attico {
  background-image: url('../images/Residenze-Vimodrone_C.9.3_rev00_web.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.body {
  background-color: #16373c;
}

.localizzazione {
  color: #16373c;
  font-size: 0.85em;
  font-weight: 400;
  text-decoration: underline;
  text-transform: none;
}

.orpheus-normal-piccolo {
  font-size: 0.85em;
  font-weight: 400;
}

.gif-scroll-promo {
  width: 60px;
  height: 60px;
  margin-top: 15px;
}

.text-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pittogramma-promo {
  position: absolute;
  left: auto;
  top: auto;
  right: -9%;
  bottom: 20%;
  width: 175px;
  height: 175px;
  background-image: url('../images/pittogramma-grigio.svg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.25;
}

.pittogramma-promo.contatti {
  width: 35%;
  height: 50%;
  background-size: 500px;
  opacity: 0.1;
}

.caps-bold {
  font-weight: 700;
  text-transform: uppercase;
}

.testo-promo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block {
  display: none;
}

.posizione-strategica {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #16373c;
}

.appuntamento-wrapper {
  position: fixed;
  left: auto;
  right: 0px;
  bottom: 15%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 10vw;
  min-width: 8vw;
  padding: 2% 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none solid solid;
  border-width: 4px;
  border-color: #b9a136;
  background-color: rgba(225, 216, 193, 0.9);
}

.text-block-12 {
  display: block;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: europa, sans-serif;
  color: #16373c;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
}

.text-span-27 {
  font-family: orpheuspro, sans-serif;
  font-size: 38px;
  line-height: 32px;
  font-weight: 500;
}

.appuntamento-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .banner-cookies {
    height: 180px;
    padding-top: 25px;
  }
  .top-btn {
    margin-bottom: 50px;
  }
  .hero-wrapper {
    height: 900px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block {
    font-size: 5vw;
    line-height: 6.5vw;
  }
  .nav-menu {
    background-color: #e1d8c1;
  }
  .menu-btn {
    text-align: center;
  }
  .testo {
    width: 600px;
    font-size: 16px;
  }
  .paragrafo-centrato {
    height: 350px;
  }
  .gallery-wrapper {
    height: 550px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-contatti {
    min-width: 300px;
  }
  .contatti-wrapper {
    position: relative;
    height: auto;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-rows: minmax(600px, 1fr);
    grid-template-rows: minmax(600px, 1fr);
  }
  .btn-invia {
    text-align: center;
    letter-spacing: 0px;
  }
  .contatti-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .note-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .notelegali {
    font-family: europa, sans-serif;
  }
  .didascalia {
    margin-top: 50px;
    margin-left: 15px;
  }
  .navbar {
    width: 100%;
  }
  .gallery-slider-home {
    margin-top: 25px;
  }
  .slider {
    width: 100%;
    height: 400px;
  }
  .info-form-wrapper {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e1d8c1;
  }
  .info-contatti-wrapper {
    position: static;
    width: auto;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .titolo-contatti {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-credits {
    font-family: europa, sans-serif;
  }
  .div-partner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contatti-partner {
    margin-right: 10px;
    margin-left: 10px;
  }
  .testo-partner {
    font-size: 12px;
    text-transform: none;
  }
  .logo-officine {
    width: 150px;
    height: 60px;
    background-size: 135px;
  }
  .logo-abitareagency {
    width: 150px;
    height: 60px;
  }
  .block_wrap {
    width: 50%;
  }
  .menu-burger {
    display: none;
    background-color: #e1d8c1;
  }
  .menu-burger.fixed {
    left: auto;
    top: 25px;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #e1d8c1;
    background-image: url('../images/menu_ocra.svg');
  }
  .menu-burger.fixed:hover {
    background-image: url('../images/menu_verde-scuro.svg');
  }
  .menu-open {
    display: none;
  }
  .menu-indice {
    width: 500px;
  }
  .menu-titolo {
    margin-top: 40px;
  }
  .menu-link {
    font-size: 30px;
  }
  .contatti-testo {
    font-size: 16px;
  }
  .dida-senape {
    width: 600px;
    font-size: 16px;
  }
  .testo-centrato {
    width: 600px;
    font-size: 1.2em;
  }
  .sottotitolo {
    width: 600px;
    font-size: 1.1em;
    text-align: center;
  }
  .sottotitolo.verde {
    width: 650px;
  }
  .sottotitolo.verde.big {
    width: 650px;
    font-size: 1.3em;
    line-height: 2.6vw;
  }
  .sottotitolo.beige {
    width: 650px;
  }
  .sottotitolo.beige.big {
    width: 650px;
    font-size: 1.3em;
    line-height: 2.6vw;
  }
  .testo-thankyoupage {
    font-size: 40px;
    line-height: 50px;
  }
  .logo-greenup {
    width: 250px;
  }
  .contatti-riga-wrapper {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .div-contatti-testo {
    width: 100%;
    padding-left: 0px;
    font-family: europa, sans-serif;
  }
  .hero-text {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    z-index: 1;
    width: 65%;
    height: 70%;
    margin: 0px auto;
    padding-right: 35px;
    padding-left: 35px;
    opacity: 0.93;
  }
  .hero-img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .testo-2 {
    font-size: 16px;
  }
  .logo {
    background-image: url('../images/greenupliving_logo_white_neutro-payoff.svg');
  }
  .pittogramma-hero {
    z-index: 1;
  }
  .btn-wrapper.plan {
    margin-top: 20px;
  }
  .sezione {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sezione.inversa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sezione.outline {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .sezione-text-wrapper {
    width: 65%;
    max-width: 700px;
    margin-top: 25px;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sezione-text-wrapper.inversa {
    margin-left: 0px;
  }
  .sezione-text-wrapper.promo {
    height: auto;
    margin-top: 50px;
  }
  .img-sezione {
    width: 75%;
    height: 450px;
    margin-left: 0px;
  }
  .img-sezione.int02.inversa {
    margin-right: 0px;
  }
  .h2 {
    font-size: 3em;
    text-align: center;
  }
  .h2.verde.centrato {
    font-size: 3em;
  }
  .paragraph-wrapper.less-margin-mobile {
    margin-top: 20px;
  }
  .paragraph {
    font-size: 1.1em;
  }
  .paragraph.nero.small-and-margin {
    margin-top: 50px;
  }
  .sezione-img {
    height: 650px;
    margin-top: 10%;
    padding-right: 5%;
    padding-left: 5%;
    grid-column-gap: 50px;
  }
  .pittogramma-angolodx {
    height: 20%;
  }
  .pittogramma-angolodx.contatti {
    height: 15%;
  }
  .icone-wrapper {
    max-width: 150px;
  }
  .icona {
    width: 100px;
    height: 100px;
  }
  .icona-text {
    width: 135px;
    font-size: 1.2em;
  }
  .right-arrow-2.laterale {
    right: 7%;
  }
  .left-arrow-2.laterale {
    left: 7%;
  }
  .form-block {
    width: 450px;
    margin-bottom: 0px;
  }
  .btn-chiudi {
    position: relative;
    top: 3%;
  }
  .field-label {
    display: none;
  }
  .form-container {
    margin-top: auto;
    margin-bottom: auto;
  }
  .form-2 {
    grid-column-gap: 8px;
    grid-row-gap: 2px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .contacts-slide-container {
    top: 95px;
    right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .contacts-container {
    background-color: rgba(225, 216, 193, 0.8);
  }
  .contacts-container.dx {
    margin-top: 10px;
    margin-left: 0px;
  }
  .form-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-3 {
    display: none;
    overflow: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .logo-galeone {
    width: 150px;
    height: 60px;
  }
  .logo-pozzi {
    width: 150px;
    height: 60px;
  }
  .planimetria-bilo {
    background-position: 70% 50%;
    background-size: contain;
  }
  .tipologico-testo {
    letter-spacing: 0px;
  }
  .sez-verticale {
    padding-bottom: 15%;
  }
  .sez-verticale.background-color.less-padding {
    padding-bottom: 5%;
  }
  .container-bottone {
    margin-top: 2px;
  }
  .container-bottone.plani {
    top: 90%;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h1 {
    font-size: 2em;
    text-align: center;
  }
  .slide-nav-4 {
    display: none;
  }
  .planimetrie {
    width: 100%;
    height: 500px;
  }
  .etichetta {
    letter-spacing: 0px;
  }
  .pittogramma-promo {
    right: 4%;
  }
  .pittogramma-promo.contatti {
    height: 15%;
  }
  .appuntamento-wrapper {
    padding: 5%;
  }
  .text-span-27 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .testo-note-legali {
    font-size: 12px;
    line-height: 18px;
  }
  .banner-cookies {
    padding-top: 25px;
  }
  .testo-bannercookie {
    font-size: 12px;
    line-height: 16px;
  }
  .cookie-btn {
    font-size: 15px;
  }
  .top-btn {
    bottom: 2%;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .hero-wrapper {
    height: 650px;
  }
  .text-block {
    font-size: 6vw;
  }
  .testo {
    width: 400px;
  }
  .paragrafo-centrato.intro {
    height: 300px;
  }
  .gallery-wrapper {
    height: 400px;
    margin-left: 0px;
  }
  .form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto 40px auto auto auto auto auto;
    grid-template-rows: auto auto auto 40px auto auto auto auto auto;
  }
  .contatti-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 300px;
    grid-template-rows: 300px;
  }
  .error-message {
    left: 42.938px;
    top: 2069px;
  }
  .slider {
    width: 500px;
    height: 250px;
  }
  .info-form-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .info-contatti-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .titolo-contatti {
    margin-top: 0px;
  }
  .div-partner {
    height: auto;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contatti-partner {
    margin-bottom: 25px;
  }
  .menu-open {
    display: none;
    padding-top: 5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .x {
    width: 20px;
    margin-top: 25px;
  }
  .menu-indice {
    width: 400px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-titolo {
    margin-top: 20px;
    margin-right: 0px;
    font-size: 25px;
    line-height: 30px;
  }
  .menu-link {
    font-size: 20px;
  }
  .menu-indirizzo {
    font-size: 12px;
  }
  .menu-contatti-wrapper {
    width: 250px;
  }
  .menu-contatti {
    font-size: 12px;
  }
  .dida-senape {
    width: 400px;
  }
  .testo-centrato {
    width: 400px;
    font-size: 1.1em;
  }
  .sottotitolo {
    width: auto;
    line-height: 4vw;
  }
  .sottotitolo.verde {
    width: auto;
  }
  .sottotitolo.verde.big {
    width: auto;
    font-size: 1.2em;
    line-height: 5vw;
  }
  .sottotitolo.ocra {
    line-height: 3vw;
  }
  .sottotitolo.beige {
    width: auto;
  }
  .sottotitolo.beige.big {
    width: auto;
    font-size: 1.2em;
    line-height: 5vw;
  }
  .btn.secondario {
    margin-top: 45px;
  }
  .testo-thankyoupage {
    width: 80%;
    font-size: 30px;
    line-height: 20px;
  }
  .text-span-26 {
    font-size: 16px;
  }
  .div-contatti-testo {
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-text {
    height: 65%;
  }
  .gif-scroll {
    width: 40px;
    height: 50px;
    margin-top: 25%;
  }
  .gif-scroll-2 {
    margin-top: 25%;
    margin-bottom: 20%;
  }
  .linea-pre-elemento {
    width: 45px;
  }
  .btn-wrapper.capitolo {
    margin-top: 45px;
    margin-left: 60px;
  }
  .btn-text {
    font-size: 0.9em;
  }
  .sezione {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sezione.inversa {
    margin-top: -40px;
  }
  .sezione.outline {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .img-sezione {
    height: 350px;
    min-width: 400px;
  }
  .img-sezione.slider {
    width: 75%;
  }
  .img-sezione.slider.promo {
    height: 60vw;
  }
  .h2 {
    font-size: 2.5em;
  }
  .h2.verde.centrato {
    font-size: 2.5em;
  }
  .paragraph {
    max-width: 278px;
  }
  .sezione-img {
    height: 500px;
    grid-column-gap: 35px;
    -ms-grid-columns: 1fr 0.35fr;
    grid-template-columns: 1fr 0.35fr;
  }
  .pittogramma-angolodx {
    width: 40%;
    height: 15%;
  }
  .icone-container {
    width: 480px;
  }
  .icone-wrapper {
    margin-bottom: 25px;
  }
  .icone-wrapper.last {
    margin-right: 1.5vw;
  }
  .right-arrow-2 {
    right: -15%;
  }
  .right-arrow-2.laterale {
    right: 2%;
  }
  .left-arrow-2 {
    left: -15%;
  }
  .left-arrow-2.laterale {
    left: 2%;
  }
  .map {
    height: 350px;
  }
  .partner {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .submit-button {
    margin-bottom: 10px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .sez-form {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-block {
    width: 100%;
    margin-top: 10px;
  }
  .btn-chiudi {
    top: 3%;
  }
  .checkbox-field-2 {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .h3 {
    margin-bottom: 0px;
    font-size: 1.5em;
  }
  .form-container {
    margin-top: 35px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .checkbox-label {
    text-align: left;
  }
  .text-field {
    color: #000;
  }
  .checkbox-field-3 {
    margin-top: 20px;
  }
  .form-2 {
    max-width: 450px;
    grid-column-gap: 6px;
    grid-row-gap: 2px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 2px auto 2px auto 2px auto 2px auto 2px auto 2px auto 2px auto 2px auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }
  .contacts-slide-container {
    display: none;
  }
  .icon-contacts.mail.fixed {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .icon-contacts.fixed {
    position: fixed;
    left: auto;
    top: 95px;
    right: 0%;
    bottom: auto;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .icon-contacts.fixed.mail {
    top: 145px;
  }
  .text-contacts {
    display: none;
  }
  .section-3 {
    overflow: auto;
  }
  ._4-icone {
    width: 400px;
    margin-bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .arrow.dx {
    left: 65px;
    width: 60px;
    height: 35px;
  }
  .arrow.sx {
    right: 65px;
    width: 60px;
    height: 35px;
  }
  .planimetria-bilo {
    background-position: 50% 50%;
    background-size: cover;
  }
  .planimetria-trilo {
    background-size: cover;
  }
  .sez-verticale {
    padding-right: 35px;
    padding-left: 35px;
  }
  .container-bottone.plani {
    top: 358px;
  }
  .planimetria-giardino {
    background-position: 53% 50%;
    background-size: cover;
  }
  .h1 {
    font-size: 1.75em;
  }
  .planimetrie {
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin-top: 10px;
  }
  .planimetria-quadri {
    background-size: cover;
  }
  .planimetria-attico {
    background-position: 50% 50%;
    background-size: cover;
  }
  .localizzazione {
    font-size: 0.8em;
  }
  .gif-scroll-promo {
    width: 50px;
    height: 50px;
    margin-top: 25%;
    margin-bottom: 20%;
  }
  .text-container {
    margin-top: 15px;
  }
  .pittogramma-promo {
    right: -21%;
    bottom: 17%;
  }
  .appuntamento-wrapper {
    display: none;
  }
  .appuntamento-mobile {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 100px;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none solid solid;
    border-width: 3px;
    border-color: #b9a136;
    background-color: #e1d8c1;
  }
  .text-block-13 {
    padding-left: 15px;
    font-family: europa, sans-serif;
    color: #16373c;
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
  .text-span-28 {
    font-family: orpheuspro, sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
  }
  .link-block-2 {
    width: 35px;
    height: 35px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/appuntamento.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 479px) {
  .testo-note {
    background-color: rgba(225, 216, 193, 0.4);
  }
  .banner-cookies {
    height: 200px;
    padding-top: 15px;
  }
  .testo-bannercookie {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .cookie-btn {
    font-size: 14px;
  }
  .text-block {
    font-size: 8vw;
    line-height: 8.5vw;
  }
  .nav-menu {
    background-color: #fff;
  }
  .testo {
    width: 250px;
    font-size: 14px;
    line-height: 24px;
  }
  .testo.verde {
    font-size: 0.85em;
    line-height: 1em;
    font-weight: 400;
  }
  .testo.localizzazione {
    font-size: 0.85em;
    line-height: 1.5em;
    font-weight: 400;
  }
  .btn-verde {
    width: 200px;
    font-size: 12px;
  }
  .paragrafo-centrato {
    height: 325px;
  }
  .icon {
    margin-right: 0px;
    font-size: 24px;
  }
  .right-arrow {
    right: 10px;
    margin-right: 20px;
  }
  .icon-2 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 24px;
  }
  .gallery-wrapper {
    height: 350px;
  }
  .form-contatti {
    width: 80%;
    min-width: 220px;
  }
  .contatti-wrapper {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 50px;
    -ms-grid-rows: 300px 300px auto;
    grid-template-rows: 300px 300px auto;
  }
  .error-message {
    top: 1949px;
  }
  .btn-invia {
    -webkit-transition: all 750ms ease;
    transition: all 750ms ease;
    font-size: 16px;
  }
  .btn-invia:hover {
    background-color: #003a40;
    color: #b9a036;
  }
  .gallery-slider-home {
    margin-top: 3%;
  }
  .slider {
    width: 300px;
    height: 200px;
    margin-right: 0%;
  }
  .titolo-contatti {
    width: 200px;
    font-size: 20px;
  }
  .div-partner {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gallery-wrapp {
    background-color: #16373c;
  }
  .gallery-slider {
    height: 550px;
  }
  .gallery-img {
    background-color: #16373c;
  }
  .block_wrap {
    width: 100%;
  }
  .menu-burger.fixed {
    z-index: 2;
    width: 42px;
    height: 42px;
  }
  .menu-indice {
    width: 250px;
  }
  .dida-senape {
    width: 250px;
    font-size: 14px;
    line-height: 24px;
  }
  .dida-senape.verde {
    font-size: 10px;
  }
  .testo-centrato {
    width: 250px;
    margin-top: 7%;
    font-size: 14px;
    line-height: 24px;
  }
  .testo-centrato.verde {
    font-size: 10px;
  }
  .sottotitolo {
    width: 250px;
    font-size: 1em;
    line-height: 6vw;
  }
  .sottotitolo.verde.big {
    font-size: 1.1em;
    line-height: 6vw;
  }
  .sottotitolo.ocra {
    line-height: 6vw;
  }
  .sottotitolo.beige.big {
    font-size: 1.1em;
    line-height: 6vw;
  }
  .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
  }
  .btn.secondario {
    position: relative;
    z-index: 1;
  }
  .testo-thankyoupage {
    font-size: 18px;
  }
  .hero-text {
    width: 85%;
  }
  .gif-scroll {
    margin-bottom: 20px;
  }
  .gif-scroll-2 {
    margin-bottom: 100px;
  }
  .linea-pre-elemento {
    width: 60px;
  }
  .logo {
    background-image: url('../images/greenup-living_logotype_positivo-noclaim.svg');
  }
  .pitto-verde {
    width: 40px;
  }
  .pittogramma-hero {
    width: 100px;
  }
  .btn-wrapper {
    z-index: 1;
  }
  .btn-wrapper.capitolo {
    margin-top: 60px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .btn-text {
    font-size: 1em;
    font-weight: 400;
  }
  .sezione {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .sezione.inversa {
    margin-top: 0px;
  }
  .sezione-text-wrapper {
    width: 80%;
  }
  .img-sezione {
    height: 275px;
    min-width: 300px;
  }
  .img-sezione.slider.promo {
    width: 90%;
    height: 60vw;
    max-width: none;
    min-width: auto;
  }
  .sezione-img {
    height: 275px;
    grid-column-gap: 20px;
  }
  .sezione-icone {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pittogramma-angolodx {
    height: 18%;
    background-size: 400px;
  }
  .icone-container {
    width: 270px;
  }
  .icona {
    width: 80px;
    height: 80px;
  }
  .icona-text {
    font-size: 1em;
  }
  .right-arrow-2 {
    right: -20%;
  }
  .right-arrow-2.laterale {
    top: 25%;
  }
  .left-arrow-2 {
    left: -20%;
  }
  .left-arrow-2.laterale {
    top: 25%;
  }
  .sezione-mappa {
    padding-bottom: 75px;
  }
  .pittogramma-angolosx {
    width: 40%;
    height: 18%;
    background-size: 400px;
  }
  .textarea {
    font-size: 12px;
  }
  .sez-form {
    display: none;
  }
  .form-block {
    max-width: 300px;
    margin-bottom: 0px;
  }
  .btn-chiudi {
    margin-bottom: 0px;
  }
  .field-label {
    font-size: 13px;
  }
  .h3 {
    margin-bottom: 0px;
    font-size: 1.3em;
    line-height: 1.3em;
    text-align: center;
  }
  .form-container {
    max-width: 300px;
    margin-top: 35px;
    margin-bottom: 0px;
  }
  .text-field {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .checkbox-field-3 {
    margin-top: 0px;
  }
  .form-2 {
    max-width: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }
  .contacts-container.dx {
    margin-left: 7px;
  }
  .icon-contacts.fixed {
    width: 42px;
    height: 37px;
    background-size: 27px 27px;
  }
  .icon-contacts.fixed.mail {
    top: 140px;
  }
  ._4-icone {
    width: 300px;
  }
  .arrow.dx.laterale {
    left: auto;
    top: auto;
    right: 28%;
    bottom: 2%;
  }
  .arrow.sx.laterale {
    left: 28%;
    top: auto;
    right: auto;
    bottom: 2%;
  }
  .planimetria-bilo {
    background-position: 50% 20%;
    background-size: 410px;
  }
  .planimetria-trilo {
    background-position: 50% 20%;
    background-size: 410px;
  }
  .tipologico-testo {
    max-width: 320px;
    font-size: 12px;
  }
  .sez-verticale {
    padding-right: 25px;
    padding-left: 25px;
  }
  .container-bottone.plani {
    top: 210px;
    margin-top: 0px;
  }
  .planimetria-giardino {
    background-position: 50% 20%;
    background-size: 410px;
  }
  .h1 {
    position: relative;
    z-index: 2;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 1.5em;
  }
  .planimetrie {
    height: 250px;
    max-width: 300px;
  }
  .etichetta {
    font-size: 12px;
  }
  .planimetria-quadri {
    background-position: 50% 20%;
    background-size: 410px;
  }
  .planimetria-attico {
    background-position: 50% 20%;
    background-size: 410px;
  }
  .pittogramma-promo {
    right: -7%;
    bottom: 32%;
    width: 150px;
    height: 150px;
  }
  .posizione-strategica {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .appuntamento-mobile {
    bottom: 90px;
    z-index: 10;
  }
}

#w-node-2469d8c3aaf6-be375a05 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-eae823c5d866-be375a05 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a2e1f346219f-be375a05 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-a2e1f3462195-be375a05 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#messaggio.w-node-a2e1f3462194-be375a05 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a2e1f34621af-be375a05 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bd6aacd48bbe-acd48bb5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bd6aacd48bc0-acd48bb5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bd6aacd48bc1-acd48bb5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bd6aacd48bc3-acd48bb5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-bd6aacd48bc4-acd48bb5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-bd6aacd48bc6-acd48bb5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-bd6aacd48bc7-acd48bb5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-bd6aacd48bc8-acd48bb5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-bd6aacd48bca-acd48bb5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-bd6aacd48bcc-acd48bb5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-bd6aacd48bd4-acd48bb5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bd6aacd48bd5-acd48bb5 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 9;
  -ms-grid-row: 8;
  grid-row-start: 8;
}

#w-node-8a42514ba041-acd48bb5 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 11;
  -ms-grid-row: 10;
  grid-row-start: 10;
}

#w-node-88ecfddae8c4-acd48bb5 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 10;
  -ms-grid-row: 9;
  grid-row-start: 9;
}

@media screen and (max-width: 991px) {
  #w-node-bd6aacd48bc0-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-bd6aacd48bc3-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-bd6aacd48bc6-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-bd6aacd48bc7-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-bd6aacd48bcc-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }
  #w-node-bd6aacd48bd4-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }
  #w-node-bd6aacd48bd5-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }
  #w-node-8a42514ba041-acd48bb5 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  #w-node-88ecfddae8c4-acd48bb5 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #cognome.w-node-a2e1f3462190-be375a05 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #email.w-node-a2e1f3462191-be375a05 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  #telefono.w-node-a2e1f3462192-be375a05 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  #w-node-a2e1f346219f-be375a05 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }
  #w-node-a2e1f3462195-be375a05 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }
  #messaggio.w-node-a2e1f3462194-be375a05 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
  #w-node-a2e1f34621af-be375a05 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-11958895e569-be375a05 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-bd6aacd48bbe-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-bd6aacd48bc0-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-bd6aacd48bc1-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-bd6aacd48bc3-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-bd6aacd48bc4-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-bd6aacd48bc6-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-bd6aacd48bc7-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-bd6aacd48bc8-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }
  #w-node-bd6aacd48bca-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }
  #w-node-bd6aacd48bcc-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-bd6aacd48bd4-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-bd6aacd48bd5-acd48bb5 {
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  #w-node-8a42514ba041-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }
  #w-node-88ecfddae8c4-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd6aacd48bbe-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-bd6aacd48bc0-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-bd6aacd48bc1-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-bd6aacd48bc3-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-bd6aacd48bc4-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-bd6aacd48bc6-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-bd6aacd48bc7-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-bd6aacd48bc8-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }
  #w-node-bd6aacd48bca-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }
  #w-node-bd6aacd48bcc-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-bd6aacd48bd4-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }
  #w-node-bd6aacd48bd5-acd48bb5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-8a42514ba041-acd48bb5 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }
  #w-node-88ecfddae8c4-acd48bb5 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }
}

