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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #8fbdc4;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: ivymode, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

h2 {
  color: #8fbdc4;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: ivymode, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

h3 {
  color: #3d3d40;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

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

p {
  margin-bottom: 10px;
}

a {
  color: #8fbdc4;
  text-decoration: underline;
}

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

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

strong {
  font-weight: bold;
}

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

.todelete strong {
  font-weight: 800;
}

.todelete.is-gdpr {
  display: none;
}

.form_component {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

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

.cta {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.cta.is-negative {
  color: #a39bff;
  background-color: #fff;
  border-color: #fff;
}

.cta.is-negative:hover {
  color: #fff;
  background-color: #5b4dff;
  border-color: #5b4dff;
}

.cta.is-secondary {
  color: #a39bff;
  background-color: rgba(91, 76, 255, 0);
}

.cta.is-secondary:hover {
  color: #fff;
  background-color: #5b4dff;
}

.cta.is-secondary.is-negative {
  color: #fff;
}

.cta.is-text {
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #8fbdc4;
  border-radius: 0;
  padding: 0;
}

.cta.is-text:hover {
  color: #a39bff;
  border-bottom-color: #a39bff;
}

.cta.is-text.is-negative {
  color: #fff;
  border-bottom-color: #fff;
}

.cta.is-text.is-negative:hover {
  color: #a39bff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #a39bff;
}

.cta.margin-top {
  border: 1px solid #bdab9e;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 15px 20px;
  display: flex;
}

.cta.gdpr {
  color: #fff;
  background-color: #bdab9e;
  border: 1px solid #bdab9e;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.cta.thank-you {
  border: 1px solid #fff;
  padding: 15px 20px;
  transition: all .25s;
}

.cta.thank-you:hover {
  background-color: #bdab9e;
  border-color: #bdab9e;
}

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

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

.container {
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

.cookie-prefs_trigger, .cookie-banner_trigger, .manager_trigger {
  display: none;
}

.navbar-contain {
  z-index: 30;
  min-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-nav {
  z-index: 1;
  width: 230px;
  height: 75px;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-nav.thank-you {
  position: absolute;
  top: 10vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.image.virtual.insterni {
  object-position: 10% 50%;
}

.image.virtual.form {
  margin-top: 0;
}

.image.logo-gdpr {
  filter: invert();
}

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

.image.contesto.insterni {
  object-position: 10% 50%;
}

.list {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.list-item {
  flex-direction: column;
  align-items: center;
  margin-left: 2vw;
  margin-right: 2vw;
  display: flex;
}

.list-item.x-close {
  background-image: none;
  display: none;
}

.hero-wrap {
  z-index: 21;
  width: 100%;
  height: 101vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-nav {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: ivymode, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-nav.w--current {
  border-bottom: 1px solid #8fbdc4;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.line-nav-link {
  width: 0%;
  height: 1px;
  background-color: #fff;
  margin-top: -8px;
  margin-bottom: 8px;
}

.line-nav-link.w--current {
  width: 100%;
  display: none;
}

.h1 {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: gill-sans-nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.h1.hero {
  color: #fff;
  text-align: center;
}

.hero-text-wrap {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.text-hero {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: ivymode, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 65px;
}

.scroll {
  z-index: 2;
  width: 40px;
  height: 40px;
  position: absolute;
  top: auto;
  bottom: 5vw;
  left: auto;
  right: auto;
}

.hero-img {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("https://assets.website-files.com/646337fd8656cad4b7293b51/6477007bee0d9ea9835f8dd5_AC1136_Jesolo_Stella%20d'oro_VP%20Exterior_03_rev05.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-img-contain {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.text-intro {
  max-width: 500px;
  color: #3d3d40;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: ivymode, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.name-quotes {
  color: #8fbdc4;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: gill-sans-nova, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.pittogramma {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.sezione {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sezione.full-img {
  max-width: none;
  margin-top: 100px;
  margin-bottom: 100px;
}

.sezione.video {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.sezione.contesto {
  height: 100vh;
  max-height: 700px;
  align-items: center;
  margin-top: 100px;
}

.paragraph-wrap {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.paragraph-wrap.dark {
  background-color: #3d3d40;
  background-image: linear-gradient(rgba(61, 61, 64, .8), rgba(61, 61, 64, .8)), url('../images/iStock-1286832001.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.paragraph-wrap.dark.margin {
  width: 110vw;
  margin-right: 5px;
}

.image-paragraph {
  z-index: 1;
  width: 50%;
  position: relative;
}

.image-paragraph.horizontal {
  height: 50vw;
  min-height: 600px;
}

.image-paragraph.servizi {
  position: relative;
}

.title-paragraph {
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-family: ivymode, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.title-paragraph.centred {
  text-align: center;
}

.title-paragraph.dark-bg {
  color: #e0e8eb;
}

.paragraph-contain {
  max-width: 380px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-contain.servizi {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  font-family: mr-eaves-modern, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph.centred {
  text-align: center;
}

.paragraph.dark-bg {
  color: #e0e8eb;
}

.sottotitolo-wrap {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.linea-sottitolo {
  width: 15px;
  height: 3px;
  background-color: #3d3d40;
  margin-right: 10px;
}

.linea-sottitolo.dark-bg {
  background-color: #e0e8eb;
}

.span-title {
  color: #8fbdc4;
  font-style: italic;
}

.title-section {
  color: #8fbdc4;
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-family: ivymode, sans-serif;
  font-size: 16px;
  font-style: italic;
}

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

.ancora.contesto, .ancora.servizi {
  top: -150px;
}

.ancora.intro {
  padding-top: 0;
  padding-bottom: 0;
  top: -100px;
}

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

.nav_link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  align-items: center;
  margin-top: 4px;
  padding-bottom: 10px;
  font-size: .8rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav_link:hover {
  color: #fff;
}

.nav_link.w--current {
  border-bottom: 1px solid #fff;
  margin-bottom: 2px;
  padding-bottom: 10px;
  font-weight: 700;
}

.lightbox_x {
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #222;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

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

.navbar-background {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .9);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.logo-img {
  width: 230px;
  height: 75px;
  background-image: url('../images/TheAvenueApt_logo_bianco.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.background-video {
  z-index: 2;
  width: 65vw;
  height: 35vw;
  min-height: 450px;
  min-width: 800px;
  position: relative;
}

.gradient-video {
  z-index: 3;
  width: 65vw;
  height: 35vw;
  min-height: 450px;
  min-width: 800px;
  background-color: rgba(0, 0, 0, .1);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.quotes-wrap {
  align-items: center;
  display: flex;
}

.text-quotes {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: ivymode, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.span-quotes {
  color: #e0e8eb;
  font-style: italic;
}

.div-block-7 {
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.pittogramma-quotes {
  z-index: 1;
  width: 15vw;
  height: 15vw;
  opacity: .4;
  filter: brightness(200%);
  background-image: url('../images/A-monogramma.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.pittogramma-quotes.form {
  opacity: .2;
}

.pittogramma-quotes.menu-wrap {
  display: none;
}

.progetto-wrap, .interni-wrap {
  position: relative;
}

.grid-ico-servizi {
  grid-column-gap: 3vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.ico-servizi-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-servizi {
  color: #8fbdc4;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: mr-eaves-modern, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.ico-servizio {
  width: 4.5vw;
  height: 4.5vw;
  min-height: 55px;
  min-width: 55px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

.ico-servizio.piscina {
  background-image: url('../images/piscina-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.ico-servizio.rooftop {
  background-image: url('../images/rooftop-icon.svg');
}

.ico-servizio.fitness {
  background-image: url('../images/palestra-icon.svg');
}

.ico-servizio.conciergerie {
  background-image: url('../images/conciergerie-icon.svg');
}

.ico-servizio.spa {
  background-image: url('../images/spa-icon.svg');
}

.ico-servizio.sauna {
  background-image: url('../images/sauna-icon.svg');
}

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

.form-wrap {
  z-index: 40;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-form {
  width: 40%;
  height: 100%;
}

.form-contain {
  width: 60%;
  height: 100%;
  background-color: #3d3d40;
  background-image: linear-gradient(rgba(61, 61, 64, .8), rgba(61, 61, 64, .8)), url('../images/iStock-1286832001.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  transition: all .25s;
  display: flex;
  overflow: auto;
}

.grid-form {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  margin-bottom: 20px;
}

.field-label {
  color: #8fbdc4;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: ivymode, sans-serif;
  font-weight: 400;
}

.form-block {
  width: 80%;
  max-width: 600px;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.text-checkbok-form {
  color: #e0e8eb;
  font-family: mr-eaves-modern, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.checkbox-label {
  color: #e0e8eb;
  font-family: mr-eaves-modern, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.text-field {
  color: #e0e8eb;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid #8fbdc4;
  font-family: ivymode, sans-serif;
}

.text-field:focus-visible {
  border-top-style: none;
  border-top-width: 0;
  border-bottom-color: #8fbdc4;
}

.text-field[data-wf-focus-visible] {
  border-top-style: none;
  border-top-width: 0;
  border-bottom-color: #8fbdc4;
}

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

.link-form {
  color: #8fbdc4;
}

.checkbox {
  border-color: #8fbdc4;
}

.checkbox.w--redirected-checked {
  background-color: #8fbdc4;
  border-color: #8fbdc4;
}

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

.checkbox-field {
  margin-bottom: 0;
}

.submit-button {
  width: 200px;
  color: #bdab9e;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #bdab9e;
  padding: 15px 40px;
  font-family: ivymode, sans-serif;
  transition: all .25s;
}

.submit-button:hover {
  color: #fff;
  background-color: #bdab9e;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

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

.text-heading-form {
  color: #e0e8eb;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: ivymode, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.text-form {
  color: #8fbdc4;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
}

.footer {
  background-color: #3d3d40;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-footer {
  width: 65vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

.contatti-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contatti-div.margin {
  margin-right: 60px;
}

.contatti-div.margin-sx {
  margin-left: 60px;
}

.line-contatti {
  height: 2px;
  background-color: #8fbdc4;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icona-contatti {
  width: 40px;
  height: 40px;
  border: 1px solid #8fbdc4;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icona-contatti.mail {
  background-image: url('../images/envelope-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.icona-contatti.map {
  background-image: url('../images/map-pin_ico.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.text-footer {
  color: #8fbdc4;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-footer.partner {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 10px;
}

.text-footer.tel {
  font-size: 12px;
}

.text-contatti-footer {
  color: #e0e8eb;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: ivymode, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.logo-partner {
  width: 70px;
  height: 70px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo-partner.marina {
  width: 150px;
  height: 50px;
  background-image: url('../images/Logo-1---Marina-Immobiliare.svg');
}

.logo-partner.adriatica {
  width: 150px;
  height: 50px;
  background-image: url('../images/LOGO_Adriatica-immobiliare.svg');
}

.logo-partner.riv {
  background-image: url('../images/riv-logo.svg');
}

.logo-partner.karpf {
  background-image: url('../images/LOGO_Karpf-Khalili-Architects.svg');
}

.logo-partner.jldd {
  background-image: url('../images/JLDD_logo-azzurrino.svg');
}

.loghi-partner-div {
  display: flex;
}

.legal-wrap {
  z-index: 1;
  width: 100%;
  background-color: #8fbdc4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.logo-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-div.margin-sx {
  align-items: center;
  margin-left: 20px;
  margin-right: 0;
}

.patgtern-footer {
  width: 10vw;
  opacity: .1;
  background-image: url('../images/pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.patgtern-footer.dx {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 10px;
  line-height: 12px;
  text-decoration: none;
}

.div-block-13 {
  margin-bottom: 10px;
  display: flex;
}

.text-block-3 {
  color: #e0e8eb;
  text-align: center;
  letter-spacing: .5px;
  font-family: mr-eaves-modern, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.link-recaptcha {
  color: #fff;
}

.link-contatti {
  color: #e0e8eb;
  text-decoration: none;
  transition: all .25s;
}

.link-contatti:hover {
  opacity: .85;
}

.link-contatti.tel {
  color: #8fbdc4;
}

.div-block-14 {
  justify-content: center;
  display: flex;
}

.h2 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: gill-sans-nova, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.h2.dark-bg {
  color: #e0e8eb;
}

.h2.centred {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.menu {
  display: none;
}

.paragraph-container {
  width: 100%;
  justify-content: center;
  display: flex;
}

.paragraph-container.contesto {
  align-self: stretch;
}

.paragraph-container.servizi {
  max-height: 800px;
  min-height: 700px;
}

.grid-img-contesto {
  width: 20vw;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.image-wrap {
  width: 90vw;
}

.button_text {
  color: #bdab9e;
  letter-spacing: 2px;
  font-family: ivymode, sans-serif;
}

.button_text.is-gdpr, .button_text.thank-you {
  color: #fff;
}

.div-block-16 {
  overflow: hidden;
}

.div-block-19 {
  width: 17vw;
  height: 30vw;
  opacity: .1;
  background-image: url('../images/A-pattern2.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: auto;
  bottom: -100px;
  left: 0%;
  right: auto;
}

.gdpr_container {
  max-width: 1100px;
  color: #3d3d40;
  flex-direction: column;
  margin: 160px auto 40px;
  font-family: gill-sans-nova, sans-serif;
  display: flex;
}

.cookie_tab_wrapper {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.gdpr_richtext.is-client {
  margin-top: -10px;
  margin-bottom: -10px;
}

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

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

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

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

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

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

.nav_gdpr {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.link-block {
  width: 180px;
  height: 60px;
}

.nav_wrapper {
  width: 100%;
  max-width: 1100px;
  justify-content: space-between;
  display: flex;
}

.page_wrapper {
  min-height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("https://assets.website-files.com/646337fd8656cad4b7293b51/6477007bee0d9ea9835f8dd5_AC1136_Jesolo_Stella%20d'oro_VP%20Exterior_03_rev05.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.text_thank-you {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.text_thank-you.error-page {
  margin-bottom: 20px;
}

.text_thank-you._404 {
  margin-bottom: 40px;
}

.h1_thank-you {
  color: #e0e8eb;
  text-align: center;
  margin-top: 0;
}

.button-technical_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 20px;
}

.link_contatti {
  color: #fff;
  text-decoration: none;
}

.span-semibold {
  font-weight: 600;
}

.cookie-banner_close_txt {
  border-bottom: 1px solid #8fbdc4;
  font-size: 14px;
}

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

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

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

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

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

.banner_title {
  color: #8fbdc4;
  letter-spacing: 1px;
  font-family: ivymode, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

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

.cookie-prefs_option {
  border-bottom: 1px solid rgba(143, 189, 196, .5);
  padding-bottom: 16px;
  position: relative;
}

.cookie-banner {
  max-width: 500px;
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(rgba(61, 61, 64, .8), rgba(61, 61, 64, .8)), url('../images/iStock-1286832001.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid rgba(143, 189, 196, .5);
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 40px;
  font-family: gill-sans-nova, sans-serif;
  display: flex;
  position: relative;
  box-shadow: 0 0 14px 3px rgba(0, 0, 0, .1);
}

.cookie-prefs_title {
  color: #8fbdc4;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-family: ivymode, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

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

.cookie-prefs_container {
  z-index: 1;
  width: 100%;
  max-width: 600px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #3d3d40;
  background-color: #fff;
  border: 1px solid rgba(143, 189, 196, .5);
  flex-direction: column;
  margin: auto;
  padding: 48px 40px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 12px;
  line-height: 1;
  display: flex;
  position: relative;
}

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

.button-2 {
  cursor: pointer;
  font-size: 14px;
}

.button-2.is-text {
  text-decoration: underline;
}

.button-2.is-secondary {
  color: #3898ec;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3898ec;
}

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

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

.cookie-prefs_nascondi {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.todelete-2.is-gdpr {
  display: none;
}

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

.banner_close:hover {
  color: #e0e8eb;
}

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

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

.button {
  letter-spacing: 1px;
  background-color: #bdab9e;
  padding: 15px 20px;
  font-family: ivymode, sans-serif;
  transition: all .25s;
}

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

.button.is-text {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #8fbdc4;
  padding: 0;
}

.button.is-text:hover {
  color: #e0e8eb;
}

.button.is-secondary {
  color: #bdab9e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #bdab9e;
}

.button.is-secondary:hover {
  color: #fff;
  background-color: #3d3d40;
}

.button.is-banner {
  align-self: flex-end;
  font-size: 14px;
}

.list_contain {
  max-width: 80%;
}

.div-block-20 {
  width: 1px;
  height: 1px;
  position: absolute;
}

.div-block-21 {
  width: 230px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.container-3 {
  max-width: 1100px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.gdpr_richtext-2.is-client {
  margin-top: -10px;
  margin-bottom: -10px;
}

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

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

.gdpr_richtext-3.is-client {
  margin-top: -10px;
  margin-bottom: -10px;
}

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

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

.gdpr_richtext-4.is-client {
  margin-top: -10px;
  margin-bottom: -10px;
}

.lang_contain {
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.lang-list {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.lang-nav {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 8px;
  padding-bottom: 2px;
  font-family: ivymode, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.lang-nav.w--current {
  border-bottom: 1px solid #8fbdc4;
}

.lang_tablet_wrapper {
  display: none;
}

.dropdown {
  width: 100%;
  height: 40px;
  margin-top: -3px;
}

.dropdown-toggle {
  height: 40px;
  color: #8fbdc4;
  border-bottom: 1px solid #8fbdc4;
  align-items: center;
  font-family: ivymode, sans-serif;
  display: flex;
}

.dropdown-list {
  background-color: #3d3d40;
}

.dropdown-list.w--open {
  background-color: #c9cacc;
}

.select {
  display: none;
}

.option:hover {
  background-color: #e0e8eb;
}

.option.w--current {
  color: #e0e8eb;
  background-color: #8fbdc4;
}

.dropdown-toggle-2 {
  height: 40px;
  color: #8fbdc4;
  border-bottom: 1px solid #8fbdc4;
  align-items: center;
  display: flex;
}

.dropdown-list-2 {
  background-color: #3d3d40;
}

.dropdown-list-2.w--open {
  background-color: #c9cacc;
}

.option-2:hover {
  background-color: #e0e8eb;
}

.option-2.w--current {
  color: #e0e8eb;
  background-color: #8fbdc4;
}

.text-block-5 {
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .cta.margin-top {
    background-color: #bdab9e;
  }

  .navbar-contain {
    height: 155px;
    border-bottom: 1px solid rgba(201, 202, 204, .7);
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-nav {
    margin-bottom: 0;
  }

  .image.virtual {
    height: 600px;
  }

  .image.virtual.form {
    display: none;
  }

  .image.contesto {
    height: 200px;
    min-height: 100px;
  }

  .image.contesto.form {
    display: none;
  }

  .list {
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 5vw;
    display: flex;
  }

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

  .list-item.x-close {
    width: auto;
    height: auto;
    background-image: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: fixed;
    top: 50px;
    right: 40px;
  }

  .hero-wrap {
    min-height: 600px;
  }

  .link-nav {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .link-nav.w--current {
    margin-bottom: 10px;
  }

  .text-hero {
    font-size: 50px;
    line-height: 55px;
  }

  .scroll {
    bottom: 8vw;
  }

  .hero-img {
    background-image: linear-gradient(to bottom, null, null), url("https://assets.website-files.com/646337fd8656cad4b7293b51/6477007bee0d9ea9835f8dd5_AC1136_Jesolo_Stella%20d'oro_VP%20Exterior_03_rev05.webp");
    background-position: 0 0, 40%;
  }

  .sezione.full-img {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sezione.video {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sezione.contesto {
    height: auto;
    max-height: none;
    margin-top: 60px;
  }

  .paragraph-wrap {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paragraph-wrap.dark.margin {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .paragraph-wrap.servizi {
    padding-top: 40px;
  }

  .image-paragraph {
    width: 100%;
    height: 600px;
  }

  .image-paragraph.horizontal {
    height: auto;
    min-height: auto;
  }

  .image-paragraph.servizi {
    height: 600px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .title-paragraph {
    margin-bottom: 20px;
  }

  .paragraph-contain {
    max-width: 550px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph {
    text-align: center;
  }

  .linea-sottitolo {
    display: none;
  }

  .ancora, .ancora.contesto {
    top: -100px;
  }

  .ancora.intro {
    top: -80px;
  }

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

  .nav_link {
    color: #fff;
    text-transform: none;
    margin-top: 0;
    padding-bottom: 8px;
    font-size: 1rem;
  }

  .nav_link.w--current {
    border-bottom-color: #fff;
  }

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

  .background-video {
    width: 85vw;
    height: 450px;
    min-height: auto;
    min-width: auto;
  }

  .background-video.bv2, .background-video.bv3 {
    height: 450px;
  }

  .gradient-video {
    width: 85vw;
    height: 450px;
    min-height: auto;
    min-width: auto;
  }

  .text-quotes {
    font-size: 25px;
    line-height: 30px;
  }

  .pittogramma-quotes {
    width: 25vw;
    height: 25vw;
    opacity: .2;
    display: flex;
  }

  .pittogramma-quotes.menu-wrap {
    width: 25vw;
    height: 25vw;
    filter: none;
    background-image: url('../images/A-monogramma.svg');
    background-position: 100%;
    background-size: contain;
    display: flex;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .img-form {
    background-image: url("https://assets.website-files.com/646337fd8656cad4b7293b51/647701493db454a25885a90b_Stella%20D'Oro_VPExterior_teaser_rev05.webp");
    background-position: 50% 65%;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
  }

  .form-contain {
    width: 100%;
    flex: 1;
  }

  .text-field.message {
    margin-bottom: 20px;
  }

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

  .contatti-div {
    margin-bottom: 40px;
  }

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

  .contatti-div.margin-sx {
    margin-bottom: 0;
    margin-left: 0;
  }

  .contatti-div.no-mqrgin {
    margin-bottom: 0;
  }

  .line-contatti {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-footer.partner {
    margin-bottom: 20px;
  }

  .logo-partner.marina {
    width: 180px;
  }

  .logo-partner.adriatica {
    height: 60px;
  }

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

  .loghi-partner-div {
    flex-direction: column;
    align-items: center;
  }

  .logo-div {
    margin-right: 0;
  }

  .logo-div.margin-sx {
    margin-bottom: 0;
    margin-left: 0;
  }

  .patgtern-footer {
    background-repeat: repeat;
    background-size: 400%;
  }

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

  .div-block-13 {
    flex-direction: column;
    align-items: center;
  }

  .link-contatti.tel {
    font-size: 18px;
  }

  .div-block-14 {
    flex-direction: column;
    justify-content: space-between;
  }

  .menu {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-image: url('../images/menu_icon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
  }

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

  .paragraph-container {
    flex-direction: column;
  }

  .paragraph-container.progetto {
    max-height: none;
    flex-direction: column-reverse;
    align-items: center;
  }

  .paragraph-container.servizi {
    max-height: none;
    min-height: auto;
  }

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

  .image-wrap {
    width: 100%;
  }

  .button_text {
    color: #fff;
  }

  .div-block-19 {
    bottom: 0;
  }

  .gdpr_container, .nav_gdpr {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-icon_wrapper {
    width: 100px;
    height: 100%;
    border-left: 1px solid rgba(201, 202, 204, .7);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .text-close {
    color: #8fbdc4;
    letter-spacing: 1px;
    font-family: ivymode, sans-serif;
    font-size: 20px;
  }

  .list_contain {
    z-index: 2;
    max-width: 100%;
    background-image: linear-gradient(rgba(61, 61, 64, .8), rgba(61, 61, 64, .8)), url('../images/iStock-1286832001.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .lang_contain {
    z-index: 2;
    background-image: linear-gradient(rgba(61, 61, 64, .8), rgba(61, 61, 64, .8)), url('../images/iStock-1286832001.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .lang-list {
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 5vw;
    display: flex;
  }

  .lang-nav {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 35px;
  }

  .lang-nav.w--current {
    margin-bottom: 10px;
  }

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

@media screen and (max-width: 767px) {
  .container {
    width: 80%;
  }

  .list {
    display: flex;
  }

  .link-nav {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .text-hero {
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 50px;
  }

  .paragraph-contain {
    max-width: 500px;
  }

  .text-quotes {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

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

  .cookie_tab {
    min-width: 750px;
  }

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

  .banner_title {
    font-size: 20px;
  }

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

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

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

  .text-close {
    font-size: 18px;
  }

  .list_contain, .lang_contain {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lang-list {
    display: flex;
  }

  .lang-nav {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .lang_tablet_wrapper {
    grid-column-gap: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .cta.gdpr {
    padding: 10px 15px;
  }

  .container {
    width: 80%;
  }

  .cookie-prefs_open-txt {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

  .navbar-contain {
    height: 100px;
    flex-direction: row;
  }

  .logo-nav {
    width: auto;
    height: 63px;
    flex: 1;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
  }

  .image.virtual {
    height: 350px;
  }

  .image.contesto {
    height: 150px;
  }

  .list {
    min-height: auto;
  }

  .list-item.x-close {
    top: 40px;
    right: 30px;
  }

  .link-nav, .link-nav.w--current {
    margin-bottom: 5px;
  }

  .hero-text-wrap {
    max-width: 320px;
    bottom: 43vh;
  }

  .text-hero {
    font-size: 40px;
    line-height: 50px;
  }

  .scroll {
    bottom: 25vw;
  }

  .hero-img {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("https://assets.website-files.com/646337fd8656cad4b7293b51/6477007bee0d9ea9835f8dd5_AC1136_Jesolo_Stella%20d'oro_VP%20Exterior_03_rev05.webp");
    background-position: 0 0, 45%;
  }

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

  .text-intro {
    width: 320px;
    max-width: none;
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-wrap.servizi {
    padding-top: 0;
  }

  .image-paragraph {
    height: 350px;
  }

  .image-paragraph.servizi {
    height: 350px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .paragraph-contain {
    max-width: 320px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph {
    font-size: 19px;
    line-height: 28px;
  }

  .ancora, .ancora.contesto {
    top: -80px;
  }

  .ancora.servizi {
    top: -130px;
  }

  .ancora.intro {
    padding-left: 0;
    padding-right: 0;
    top: -60px;
  }

  .logo-img {
    width: 190px;
    height: 63px;
  }

  .background-video, .background-video.bv2, .background-video.bv3, .gradient-video {
    height: 350px;
  }

  .quotes-wrap {
    flex-direction: column;
  }

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

  .div-block-7.dwn {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .grid-ico-servizi {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .form-block {
    width: 90%;
  }

  .text-field {
    margin-bottom: 20px;
  }

  .submit-button {
    font-size: 16px;
  }

  .legal-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-3 {
    margin-bottom: 10px;
    line-height: 18px;
  }

  .h2 {
    text-align: center;
  }

  .menu {
    width: 45px;
    height: 45px;
    flex-direction: column;
    align-items: center;
    right: auto;
  }

  .button_text {
    font-size: 16px;
  }

  .link-block {
    width: 150px;
    height: 50px;
  }

  .cookie-banner_title_wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cookie-banner_buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .cookie-banner {
    padding: 20px;
  }

  .cookie-prefs_container {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cookie-banner_wrapper {
    display: none;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .cookie-prefs_wrapper {
    padding: 24px;
  }

  .cookie-prefs_buttons-wrapper.is-pref {
    flex-wrap: wrap;
  }

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

  .menu-icon_wrapper {
    width: 20%;
    position: relative;
  }

  .gdpr_richtext-2, .gdpr_richtext-3, .gdpr_richtext-4 {
    font-size: .9em;
  }

  .lang-list {
    min-height: auto;
  }

  .lang-nav {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .lang-nav.w--current {
    margin-bottom: 5px;
  }

  .lang_tablet_wrapper {
    grid-column-gap: 10px;
  }

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

#w-node-_7a7349d1-b6d6-1d06-316e-a4dcbb49e4d0-0ba22d26, #w-node-_7a7349d1-b6d6-1d06-316e-a4dcbb49e4de-0ba22d26, #w-node-_7a7349d1-b6d6-1d06-316e-a4dcbb49e4df-0ba22d26, #w-node-_635ed229-b8d7-79eb-41aa-219ba0714b7d-0ba22d26, #w-node-_635ed229-b8d7-79eb-41aa-219ba0714b7e-0ba22d26, #w-node-_635ed229-b8d7-79eb-41aa-219ba0714b6f-0ba22d26, #w-node-_4e6d5a55-3874-eb0f-6263-64ddf64c1c95-0ba22d26, #w-node-_39ced263-f47c-7aff-6b54-47c7ff712deb-0ba22d26, #w-node-_832e5508-b3ef-ab46-1dc6-9466eea983e9-0ba22d26, #w-node-b826308b-9cb7-9188-a127-f15c3d2b4fe5-0ba22d26, #w-node-b5d325cb-d27b-ab63-781e-3fa0a4f39671-0ba22d26, #w-node-_27c1b456-e5b9-a28c-a85c-73581187ac32-0ba22d26, #w-node-_0e823208-6e91-8e35-9bd7-0fa3bd956e21-0ba22d26, #w-node-_4e6d5a55-3874-eb0f-6263-64ddf64c1ca3-0ba22d26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56be1b08-c601-ee7a-1e60-8729a24af82c-0ba22d26 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_56db45bd-d625-51b8-cd55-2a4e523c5d3c-0ba22d26, #w-node-_97fafb8a-319e-922f-7f46-783451b61784-0ba22d26, #w-node-d96c9161-b640-ffa0-62f8-de8595486374-0ba22d26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52d6ce5f-9312-a4f6-8946-e56ce2701646-0ba22d26 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_3d3c2f9e-d5eb-bdd3-5c48-d9c6ff3b4f05-0ba22d26 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_7ef48df3-de0f-272e-b139-8531004db015-0ba22d26, #w-node-_40ad363a-6450-10b9-56d9-0e3bff469060-0ba22d26, #w-node-_192aa772-26e9-c083-7e3d-1da4f84108a7-0ba22d26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e59-0ba22d26, #field.w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e5d-0ba22d26 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b682932c-621b-e787-fb36-981205b058da-0ba22d26, #w-node-_4cff99c4-2f93-1b09-2e13-2ff15e172c28-0ba22d26, #oggetto.w-node-_257c3cc8-0214-0b53-86a8-fdd48a93fef6-0ba22d26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e5f-0ba22d26, #field.w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e61-0ba22d26, #w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e62-0ba22d26, #w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e64-0ba22d26, #w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e6b-0ba22d26, #w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e6f-0ba22d26, #w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e73-0ba22d26 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ebf9f198-4661-9687-58a9-ee0c669f5a6e-669f5a6a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ebf9f198-4661-9687-58a9-ee0c669f5a6f-669f5a6a, #w-node-ebf9f198-4661-9687-58a9-ee0c669f5a76-669f5a6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebf9f198-4661-9687-58a9-ee0c669f5a7f-669f5a6a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ebf9f198-4661-9687-58a9-ee0c669f5a80-669f5a6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebf9f198-4661-9687-58a9-ee0c669f5a84-669f5a6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ebf9f198-4661-9687-58a9-ee0c669f5a92-669f5a6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a31-956a2a19, #field.w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a33-956a2a19, #w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a34-956a2a19, #w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a36-956a2a19, #w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a3d-956a2a19, #w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a41-956a2a19, #w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a45-956a2a19 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9638450a-f3a9-9422-a40f-244f2df01b82-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01b84-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01b86-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01b88-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01b8a-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01b8c-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01b8e-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01b90-0ba22d2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9638450a-f3a9-9422-a40f-244f2df01b92-0ba22d2a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9638450a-f3a9-9422-a40f-244f2df01b9f-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01ba1-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01ba4-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01ba6-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01ba8-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01baa-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01bad-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01baf-0ba22d2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9638450a-f3a9-9422-a40f-244f2df01bb1-0ba22d2a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9638450a-f3a9-9422-a40f-244f2df01bbe-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01bc0-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01bc3-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01bc5-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01bd8-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01bda-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01bdc-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01bde-0ba22d2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9638450a-f3a9-9422-a40f-244f2df01be0-0ba22d2a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9638450a-f3a9-9422-a40f-244f2df01bf1-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01bf3-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01bf6-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01bf8-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01bfa-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01bfc-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01bff-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c01-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c03-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c05-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c08-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c0a-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c0c-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c0e-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c11-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c13-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c15-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c17-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c1a-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c1c-0ba22d2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9638450a-f3a9-9422-a40f-244f2df01c1e-0ba22d2a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9638450a-f3a9-9422-a40f-244f2df01c2b-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c2d-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c30-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c32-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c34-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c36-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c39-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c3b-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c3d-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c3f-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c42-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c44-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c46-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c48-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c4b-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c4d-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c4f-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c51-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c54-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c56-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c73-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c75-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c77-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c79-0ba22d2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9638450a-f3a9-9422-a40f-244f2df01c7b-0ba22d2a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9638450a-f3a9-9422-a40f-244f2df01c88-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c8a-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c8d-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c8f-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c91-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c93-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c96-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c98-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c9a-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c9c-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01c9f-0ba22d2a, #w-node-_9638450a-f3a9-9422-a40f-244f2df01ca1-0ba22d2a, #w-node-_7a7349d1-b6d6-1d06-316e-a4dcbb49e4d0-41d62286, #w-node-_7a7349d1-b6d6-1d06-316e-a4dcbb49e4de-41d62286, #w-node-_7a7349d1-b6d6-1d06-316e-a4dcbb49e4df-41d62286, #w-node-_635ed229-b8d7-79eb-41aa-219ba0714b7d-41d62286, #w-node-_635ed229-b8d7-79eb-41aa-219ba0714b7e-41d62286, #w-node-_635ed229-b8d7-79eb-41aa-219ba0714b6f-41d62286, #w-node-_4e6d5a55-3874-eb0f-6263-64ddf64c1c95-41d62286, #w-node-_39ced263-f47c-7aff-6b54-47c7ff712deb-41d62286, #w-node-_832e5508-b3ef-ab46-1dc6-9466eea983e9-41d62286, #w-node-b826308b-9cb7-9188-a127-f15c3d2b4fe5-41d62286, #w-node-b5d325cb-d27b-ab63-781e-3fa0a4f39671-41d62286, #w-node-_27c1b456-e5b9-a28c-a85c-73581187ac32-41d62286, #w-node-_0e823208-6e91-8e35-9bd7-0fa3bd956e21-41d62286, #w-node-_4e6d5a55-3874-eb0f-6263-64ddf64c1ca3-41d62286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56be1b08-c601-ee7a-1e60-8729a24af82c-41d62286 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_56db45bd-d625-51b8-cd55-2a4e523c5d3c-41d62286, #w-node-_97fafb8a-319e-922f-7f46-783451b61784-41d62286, #w-node-d96c9161-b640-ffa0-62f8-de8595486374-41d62286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52d6ce5f-9312-a4f6-8946-e56ce2701646-41d62286 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_3d3c2f9e-d5eb-bdd3-5c48-d9c6ff3b4f05-41d62286 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_7ef48df3-de0f-272e-b139-8531004db015-41d62286, #w-node-_40ad363a-6450-10b9-56d9-0e3bff469060-41d62286, #w-node-_192aa772-26e9-c083-7e3d-1da4f84108a7-41d62286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c045ed91-d27e-f72e-f449-87a44e642f39-4e642f27, #field.w-node-c045ed91-d27e-f72e-f449-87a44e642f3d-4e642f27 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe59b16a-8b35-e0fd-f061-6ba54f20b4c9-4e642f27, #oggetto-2.w-node-fe59b16a-8b35-e0fd-f061-6ba54f20b4cf-4e642f27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c045ed91-d27e-f72e-f449-87a44e642f3f-4e642f27, #field.w-node-c045ed91-d27e-f72e-f449-87a44e642f41-4e642f27, #w-node-c045ed91-d27e-f72e-f449-87a44e642f42-4e642f27, #w-node-c045ed91-d27e-f72e-f449-87a44e642f44-4e642f27, #w-node-c045ed91-d27e-f72e-f449-87a44e642f4b-4e642f27, #w-node-c045ed91-d27e-f72e-f449-87a44e642f4f-4e642f27, #w-node-c045ed91-d27e-f72e-f449-87a44e642f53-4e642f27 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-caa189e6-6f41-ae04-a620-eea1a03fa157-a03fa153 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-caa189e6-6f41-ae04-a620-eea1a03fa158-a03fa153, #w-node-caa189e6-6f41-ae04-a620-eea1a03fa15f-a03fa153 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caa189e6-6f41-ae04-a620-eea1a03fa168-a03fa153 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-caa189e6-6f41-ae04-a620-eea1a03fa169-a03fa153, #w-node-caa189e6-6f41-ae04-a620-eea1a03fa17b-a03fa153, #w-node-d2037886-5112-55d8-7738-16970100afd6-cab43035, #w-node-d2037886-5112-55d8-7738-16970100afd8-cab43035, #w-node-d2037886-5112-55d8-7738-16970100afda-cab43035, #w-node-d2037886-5112-55d8-7738-16970100afdc-cab43035, #w-node-d2037886-5112-55d8-7738-16970100afde-cab43035, #w-node-d2037886-5112-55d8-7738-16970100afe0-cab43035, #w-node-d2037886-5112-55d8-7738-16970100afe2-cab43035, #w-node-d2037886-5112-55d8-7738-16970100afe4-cab43035 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2037886-5112-55d8-7738-16970100afe6-cab43035 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d2037886-5112-55d8-7738-16970100aff3-cab43035, #w-node-d2037886-5112-55d8-7738-16970100aff5-cab43035, #w-node-d2037886-5112-55d8-7738-16970100aff8-cab43035, #w-node-d2037886-5112-55d8-7738-16970100affa-cab43035, #w-node-d2037886-5112-55d8-7738-16970100affc-cab43035, #w-node-d2037886-5112-55d8-7738-16970100affe-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b001-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b003-cab43035 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2037886-5112-55d8-7738-16970100b005-cab43035 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d2037886-5112-55d8-7738-16970100b012-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b014-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b017-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b019-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b02d-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b02f-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b031-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b033-cab43035 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2037886-5112-55d8-7738-16970100b035-cab43035 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d2037886-5112-55d8-7738-16970100b046-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b048-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b04b-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b04d-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b04f-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b051-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b054-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b056-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b058-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b05a-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b05d-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b05f-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b061-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b063-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b066-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b068-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b06a-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b06c-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b06f-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b071-cab43035 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2037886-5112-55d8-7738-16970100b073-cab43035 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d2037886-5112-55d8-7738-16970100b080-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b082-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b085-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b087-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b089-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b08b-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b08e-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b090-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b092-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b094-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b097-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b099-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b09b-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b09d-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0a0-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0a2-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0a4-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0a6-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0a9-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0ab-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0c8-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0ca-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0cc-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0ce-cab43035 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2037886-5112-55d8-7738-16970100b0d0-cab43035 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d2037886-5112-55d8-7738-16970100b0dd-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0df-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0e2-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0e4-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0e6-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0e8-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0eb-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0ed-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0ef-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0f1-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0f4-cab43035, #w-node-d2037886-5112-55d8-7738-16970100b0f6-cab43035, #w-node-_7a7349d1-b6d6-1d06-316e-a4dcbb49e4d0-ea8a3ba8, #w-node-_7a7349d1-b6d6-1d06-316e-a4dcbb49e4de-ea8a3ba8, #w-node-_7a7349d1-b6d6-1d06-316e-a4dcbb49e4df-ea8a3ba8, #w-node-_635ed229-b8d7-79eb-41aa-219ba0714b7d-ea8a3ba8, #w-node-_635ed229-b8d7-79eb-41aa-219ba0714b7e-ea8a3ba8, #w-node-_635ed229-b8d7-79eb-41aa-219ba0714b6f-ea8a3ba8, #w-node-_4e6d5a55-3874-eb0f-6263-64ddf64c1c95-ea8a3ba8, #w-node-_39ced263-f47c-7aff-6b54-47c7ff712deb-ea8a3ba8, #w-node-_832e5508-b3ef-ab46-1dc6-9466eea983e9-ea8a3ba8, #w-node-b826308b-9cb7-9188-a127-f15c3d2b4fe5-ea8a3ba8, #w-node-b5d325cb-d27b-ab63-781e-3fa0a4f39671-ea8a3ba8, #w-node-_27c1b456-e5b9-a28c-a85c-73581187ac32-ea8a3ba8, #w-node-_0e823208-6e91-8e35-9bd7-0fa3bd956e21-ea8a3ba8, #w-node-_4e6d5a55-3874-eb0f-6263-64ddf64c1ca3-ea8a3ba8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56be1b08-c601-ee7a-1e60-8729a24af82c-ea8a3ba8 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_56db45bd-d625-51b8-cd55-2a4e523c5d3c-ea8a3ba8, #w-node-_97fafb8a-319e-922f-7f46-783451b61784-ea8a3ba8, #w-node-d96c9161-b640-ffa0-62f8-de8595486374-ea8a3ba8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52d6ce5f-9312-a4f6-8946-e56ce2701646-ea8a3ba8 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_3d3c2f9e-d5eb-bdd3-5c48-d9c6ff3b4f05-ea8a3ba8 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_7ef48df3-de0f-272e-b139-8531004db015-ea8a3ba8, #w-node-_40ad363a-6450-10b9-56d9-0e3bff469060-ea8a3ba8, #w-node-_192aa772-26e9-c083-7e3d-1da4f84108a7-ea8a3ba8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e22e5761-2499-d0be-c492-22c856102427-56102415, #field.w-node-e22e5761-2499-d0be-c492-22c85610242b-56102415 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e9bec83-26d2-bc35-3e7a-33d519a46ac8-56102415, #oggetto.w-node-_9e9bec83-26d2-bc35-3e7a-33d519a46ace-56102415 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e22e5761-2499-d0be-c492-22c85610242d-56102415, #field.w-node-e22e5761-2499-d0be-c492-22c85610242f-56102415, #w-node-e22e5761-2499-d0be-c492-22c856102430-56102415, #w-node-e22e5761-2499-d0be-c492-22c856102432-56102415, #w-node-e22e5761-2499-d0be-c492-22c856102439-56102415, #w-node-e22e5761-2499-d0be-c492-22c85610243d-56102415, #w-node-e22e5761-2499-d0be-c492-22c856102441-56102415 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7dcad36a-b3d3-1191-5dca-3a2e1f7fc77b-1f7fc777 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7dcad36a-b3d3-1191-5dca-3a2e1f7fc77c-1f7fc777, #w-node-_7dcad36a-b3d3-1191-5dca-3a2e1f7fc783-1f7fc777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dcad36a-b3d3-1191-5dca-3a2e1f7fc78c-1f7fc777 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7dcad36a-b3d3-1191-5dca-3a2e1f7fc78d-1f7fc777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947fc2fd-f1ea-d82e-aebb-f1c8673f82ce-1f7fc777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_7dcad36a-b3d3-1191-5dca-3a2e1f7fc79f-1f7fc777, #w-node-d2037886-5112-55d8-7738-16970100afd6-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100afd8-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100afda-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100afdc-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100afde-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100afe0-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100afe2-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100afe4-4c5d7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2037886-5112-55d8-7738-16970100afe6-4c5d7635 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d2037886-5112-55d8-7738-16970100aff3-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100aff5-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100aff8-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100affa-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100affc-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100affe-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b001-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b003-4c5d7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2037886-5112-55d8-7738-16970100b005-4c5d7635 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d2037886-5112-55d8-7738-16970100b012-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b014-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b017-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b019-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b02d-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b02f-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b031-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b033-4c5d7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2037886-5112-55d8-7738-16970100b035-4c5d7635 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d2037886-5112-55d8-7738-16970100b046-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b048-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b04b-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b04d-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b04f-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b051-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b054-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b056-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b058-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b05a-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b05d-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b05f-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b061-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b063-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b066-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b068-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b06a-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b06c-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b06f-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b071-4c5d7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2037886-5112-55d8-7738-16970100b073-4c5d7635 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d2037886-5112-55d8-7738-16970100b080-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b082-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b085-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b087-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b089-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b08b-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b08e-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b090-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b092-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b094-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b097-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b099-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b09b-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b09d-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0a0-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0a2-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0a4-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0a6-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0a9-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0ab-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0c8-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0ca-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0cc-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0ce-4c5d7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2037886-5112-55d8-7738-16970100b0d0-4c5d7635 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d2037886-5112-55d8-7738-16970100b0dd-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0df-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0e2-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0e4-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0e6-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0e8-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0eb-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0ed-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0ef-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0f1-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0f4-4c5d7635, #w-node-d2037886-5112-55d8-7738-16970100b0f6-4c5d7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e8674827-4012-f5de-5b99-1c5af3d8f0c5-0ba22d26, #w-node-e8674827-4012-f5de-5b99-1c5af3d8f0c9-0ba22d26, #w-node-e8674827-4012-f5de-5b99-1c5af3d8f0cd-0ba22d26 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7a7349d1-b6d6-1d06-316e-a4dcbb49e4d0-0ba22d26 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_7a7349d1-b6d6-1d06-316e-a4dcbb49e4de-0ba22d26 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_52d6ce5f-9312-a4f6-8946-e56ce2701646-0ba22d26 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_3d3c2f9e-d5eb-bdd3-5c48-d9c6ff3b4f05-0ba22d26 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_7ef48df3-de0f-272e-b139-8531004db015-0ba22d26 {
    grid-area: 3 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_40ad363a-6450-10b9-56d9-0e3bff469060-0ba22d26 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: stretch;
  }

  #w-node-_192aa772-26e9-c083-7e3d-1da4f84108a7-0ba22d26 {
    grid-row: 3 / 4;
    align-self: stretch;
  }

  #w-node-ebf9f198-4661-9687-58a9-ee0c669f5a6e-669f5a6a, #w-node-ebf9f198-4661-9687-58a9-ee0c669f5a7f-669f5a6a, #w-node-ebf9f198-4661-9687-58a9-ee0c669f5a80-669f5a6a, #w-node-f2222ac2-5527-c077-919e-3ee4da07cfd2-41d62286, #w-node-_863c9e40-0395-3a1b-6a65-413ff1e96b66-41d62286, #w-node-_30a9b7b3-d6e5-241c-af68-b9091375cce7-41d62286 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7a7349d1-b6d6-1d06-316e-a4dcbb49e4d0-41d62286 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_7a7349d1-b6d6-1d06-316e-a4dcbb49e4de-41d62286 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_52d6ce5f-9312-a4f6-8946-e56ce2701646-41d62286 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_3d3c2f9e-d5eb-bdd3-5c48-d9c6ff3b4f05-41d62286 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_7ef48df3-de0f-272e-b139-8531004db015-41d62286 {
    grid-area: 3 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_40ad363a-6450-10b9-56d9-0e3bff469060-41d62286 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: stretch;
  }

  #w-node-_192aa772-26e9-c083-7e3d-1da4f84108a7-41d62286 {
    grid-row: 3 / 4;
    align-self: stretch;
  }

  #w-node-caa189e6-6f41-ae04-a620-eea1a03fa157-a03fa153, #w-node-caa189e6-6f41-ae04-a620-eea1a03fa168-a03fa153, #w-node-caa189e6-6f41-ae04-a620-eea1a03fa169-a03fa153, #w-node-f2222ac2-5527-c077-919e-3ee4da07cfd2-ea8a3ba8, #w-node-_863c9e40-0395-3a1b-6a65-413ff1e96b66-ea8a3ba8, #w-node-_30a9b7b3-d6e5-241c-af68-b9091375cce7-ea8a3ba8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7a7349d1-b6d6-1d06-316e-a4dcbb49e4d0-ea8a3ba8 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_7a7349d1-b6d6-1d06-316e-a4dcbb49e4de-ea8a3ba8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_52d6ce5f-9312-a4f6-8946-e56ce2701646-ea8a3ba8 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_3d3c2f9e-d5eb-bdd3-5c48-d9c6ff3b4f05-ea8a3ba8 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_7ef48df3-de0f-272e-b139-8531004db015-ea8a3ba8 {
    grid-area: 3 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_40ad363a-6450-10b9-56d9-0e3bff469060-ea8a3ba8 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: stretch;
  }

  #w-node-_192aa772-26e9-c083-7e3d-1da4f84108a7-ea8a3ba8 {
    grid-row: 3 / 4;
    align-self: stretch;
  }

  #w-node-_7dcad36a-b3d3-1191-5dca-3a2e1f7fc77b-1f7fc777, #w-node-_7dcad36a-b3d3-1191-5dca-3a2e1f7fc78c-1f7fc777, #w-node-_7dcad36a-b3d3-1191-5dca-3a2e1f7fc78d-1f7fc777 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e53-0ba22d26 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e55-0ba22d26 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #field.w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e57-0ba22d26 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #field.w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e58-0ba22d26 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e59-0ba22d26 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #field.w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e5d-0ba22d26 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e5b-0ba22d26 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-b682932c-621b-e787-fb36-981205b058da-0ba22d26 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #field.w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e5e-0ba22d26 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_4cff99c4-2f93-1b09-2e13-2ff15e172c28-0ba22d26 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e5f-0ba22d26 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #field.w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e61-0ba22d26 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e62-0ba22d26 {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e64-0ba22d26 {
    grid-area: 14 / 1 / 15 / 2;
  }

  #w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e6b-0ba22d26 {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e6f-0ba22d26 {
    grid-area: 16 / 1 / 17 / 2;
  }

  #w-node-_968132d5-7b46-c9c1-b38f-0253a81f9e73-0ba22d26 {
    grid-area: 17 / 1 / 18 / 2;
  }

  #w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a25-956a2a19 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a27-956a2a19 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #field.w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a29-956a2a19 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #field.w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a2a-956a2a19 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a2b-956a2a19 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a2d-956a2a19 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #field.w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a2f-956a2a19 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #field.w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a30-956a2a19 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a31-956a2a19 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #field.w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a33-956a2a19 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a34-956a2a19 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a36-956a2a19 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a3d-956a2a19 {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a41-956a2a19 {
    grid-area: 14 / 1 / 15 / 2;
  }

  #w-node-_8d033c86-4c16-34a5-3ba9-c44e956a2a45-956a2a19 {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-c045ed91-d27e-f72e-f449-87a44e642f33-4e642f27 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c045ed91-d27e-f72e-f449-87a44e642f35-4e642f27 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #field.w-node-c045ed91-d27e-f72e-f449-87a44e642f37-4e642f27 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #field.w-node-c045ed91-d27e-f72e-f449-87a44e642f38-4e642f27 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c045ed91-d27e-f72e-f449-87a44e642f39-4e642f27 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #field.w-node-c045ed91-d27e-f72e-f449-87a44e642f3d-4e642f27 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-c045ed91-d27e-f72e-f449-87a44e642f3b-4e642f27 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_0fd82f0f-ed5c-b952-11bf-f53a2c9cbbaa-4e642f27 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #field.w-node-c045ed91-d27e-f72e-f449-87a44e642f3e-4e642f27 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-fe59b16a-8b35-e0fd-f061-6ba54f20b4c9-4e642f27 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-c045ed91-d27e-f72e-f449-87a44e642f3f-4e642f27 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #field.w-node-c045ed91-d27e-f72e-f449-87a44e642f41-4e642f27 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-c045ed91-d27e-f72e-f449-87a44e642f42-4e642f27 {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-c045ed91-d27e-f72e-f449-87a44e642f44-4e642f27 {
    grid-area: 14 / 1 / 15 / 2;
  }

  #w-node-c045ed91-d27e-f72e-f449-87a44e642f4b-4e642f27 {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-c045ed91-d27e-f72e-f449-87a44e642f4f-4e642f27 {
    grid-area: 16 / 1 / 17 / 2;
  }

  #w-node-c045ed91-d27e-f72e-f449-87a44e642f53-4e642f27 {
    grid-area: 17 / 1 / 18 / 2;
  }

  #w-node-e22e5761-2499-d0be-c492-22c856102421-56102415 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e22e5761-2499-d0be-c492-22c856102423-56102415 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #field.w-node-e22e5761-2499-d0be-c492-22c856102425-56102415 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #field.w-node-e22e5761-2499-d0be-c492-22c856102426-56102415 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e22e5761-2499-d0be-c492-22c856102427-56102415 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #field.w-node-e22e5761-2499-d0be-c492-22c85610242b-56102415 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-e22e5761-2499-d0be-c492-22c856102429-56102415 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-e0ae03bb-29b3-79b0-07fc-d9de2eda065e-56102415 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #field.w-node-e22e5761-2499-d0be-c492-22c85610242c-56102415 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_9e9bec83-26d2-bc35-3e7a-33d519a46ac8-56102415 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-e22e5761-2499-d0be-c492-22c85610242d-56102415 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #field.w-node-e22e5761-2499-d0be-c492-22c85610242f-56102415 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-e22e5761-2499-d0be-c492-22c856102430-56102415 {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-e22e5761-2499-d0be-c492-22c856102432-56102415 {
    grid-area: 14 / 1 / 15 / 2;
  }

  #w-node-e22e5761-2499-d0be-c492-22c856102439-56102415 {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-e22e5761-2499-d0be-c492-22c85610243d-56102415 {
    grid-area: 16 / 1 / 17 / 2;
  }

  #w-node-e22e5761-2499-d0be-c492-22c856102441-56102415 {
    grid-area: 17 / 1 / 18 / 2;
  }
}


