.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: #152028;
  font-family: transat-text, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: freight-big-pro, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: azo-sans-web;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

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

p {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

a {
  color: #fcc01a;
  text-decoration: underline;
  transition: all .2s;
}

a:hover {
  color: #c05a36;
}

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

li {
  font-family: azo-sans-web;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

strong {
  font-weight: bold;
}

.tech_background {
  min-height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Como_Via-Torriani_Vp-Ext-01_Dettaglio01_Rev02-copia.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 20px;
  display: flex;
  position: relative;
}

.tech_wrap {
  width: 550px;
  max-width: 100%;
  min-height: 440px;
  text-align: center;
  background-color: #f2e8df;
  background-image: url('../images/T.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  border: 1px solid #c05a36;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px;
  display: flex;
  position: relative;
}

.page_contatto {
  height: 40px;
  color: #f2e8df;
  background-color: #c05a36;
  background-image: url('../images/icon-phone-light.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 60px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.page_contatto:hover {
  color: #f2e8df;
  background-color: #74aab0;
}

.page_contatto.mail {
  background-image: url('../images/icon-mail-light.svg');
  background-position: 15px;
  background-size: 30px;
}

.to-delete {
  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;
}

.to-delete p {
  margin-bottom: 0;
}

.to-delete strong {
  font-weight: 800;
}

.form_component {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.footer {
  background-color: #152028;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.footer_link {
  color: #f2e8df;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
}

.footer_link:hover {
  color: #c05a36;
}

.footer_link.credits {
  display: none;
}

.navbar {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #152028;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
}

.banner_link {
  color: #fcc01a;
}

.banner_text {
  margin-bottom: 32px;
  font-size: 13px;
  line-height: 1.6;
}

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

.prefs_form {
  width: 100%;
  max-width: 600px;
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  box-shadow: 0 0 14px 3px rgba(0, 0, 0, .1);
}

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

.banner_text-link {
  color: #fcc01a;
  cursor: pointer;
  border-bottom: 1px solid #fcc01a;
  font-weight: 400;
  text-decoration: none;
}

.banner_text-link:hover {
  color: #c05a36;
  border-bottom-color: #c05a36;
}

.prefs_checkbox-label {
  display: none;
}

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

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

.banner_close.pref {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}

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

.prefs_nascondi {
  display: none;
}

.banner_description {
  margin-bottom: 12px;
  line-height: 1.4;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
}

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

.banner_trigger {
  display: none;
}

.prefs_open-txt {
  opacity: .5;
  color: #000;
  cursor: pointer;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 22px;
  right: 70px;
}

.prefs_open-txt.first {
  top: 17px;
}

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

.banner-prefs {
  z-index: 1;
  color: #333;
  background-color: #fff;
  flex-direction: column;
  padding: 48px 40px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  position: relative;
}

.banner_btn {
  color: #152028;
  text-align: center;
  background-color: #fcc01a;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.banner_btn:hover {
  color: #f2e8df;
  background-color: #c05a36;
}

.banner_btn.submit {
  align-self: flex-end;
  margin-top: 40px;
}

.banner_btn.banner {
  background-color: #fcc01a;
}

.banner_btn.banner:hover {
  color: #f2e8df;
  background-color: #c05a36;
}

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

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

.prefs_label {
  width: 60px;
  text-align: right;
  font-weight: 700;
}

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

.prefs_trigger {
  display: none;
}

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

.prefs_buttons-wrapper.pref {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

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

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

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

.prefs_title {
  color: #152028;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
}

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

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

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

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

.footer_row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.footer_txt {
  color: #f2e8df;
  text-align: center;
  letter-spacing: 1px;
  font-size: 11px;
}

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

.form {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.form-block {
  width: 100%;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form_field {
  height: 40px;
  background-color: #f2e8df;
  border-radius: 0;
  margin-bottom: 0;
  transition: all .2s;
}

.form_field:focus {
  background-color: #fff;
}

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

.form_field.message {
  height: 80px;
}

.button-submit {
  width: 100%;
  max-width: 250px;
  align-self: center;
}

.embed_code {
  margin-top: 20px;
  display: block;
}

.policy-flags {
  color: #f2e8df;
  align-self: stretch;
}

.html-embed {
  display: flex;
}

.form_message {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}

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

.cookie_tab_link {
  color: #fcc01a;
  transition: all .2s;
}

.cookie_tab_link:hover {
  color: #c05a36;
}

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

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

.cookie_tab_cell.last {
  border-right-style: solid;
}

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

.note_txt.cliente {
  margin-top: -10px;
  margin-bottom: -10px;
}

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

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

.banner_close_txt:hover {
  color: #c05a36;
  border-bottom-color: #c05a36;
}

.banner_container {
  flex-direction: column;
  margin-top: 20px;
  margin-right: 30px;
  display: flex;
}

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

.check_trigger {
  display: none;
}

.logo-navbar {
  width: 100%;
  max-width: 120px;
  margin-top: 20px;
}

.left-nav-links {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.right-nav-links {
  flex: 1;
  display: flex;
}

.navlink-item {
  color: #f2e8df;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px;
  font-family: freight-big-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.navlink-item:hover, .navlink-item.w--current {
  color: #fcc01a;
}

.navlink-item.nli-right {
  margin-left: 0;
  margin-right: 40px;
}

.nav-logo-wrap {
  margin-left: 40px;
  margin-right: 40px;
}

.nav-logo-wrap.mono {
  display: none;
}

.hero {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.hero-progetto {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, 0) 65%), url('../images/Como_ViaTorriani_VP-Ext03_Rev01-copia.webp');
  background-position: 0 0, 50% 30%;
}

.hero.hero-appartamenti {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 30%, rgba(0, 0, 0, 0) 70%), url('../images/Como_Via-Torriani_Vp-Ext-01_Dettaglio01_Rev02-copia.webp');
}

.hero.hero-interni {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 30%, rgba(0, 0, 0, 0) 70%), url('../images/AC1110B-ITA-Como-Via-Torriani_VPInterior01_rev02-copia.webp');
  background-size: auto, cover;
}

.hero.hero-contesto {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 40%, rgba(0, 0, 0, 0) 80%), url('../images/14_MG_0190-1-copia.webp');
}

.hero.hero-gallery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.hero.home-hero {
  background-image: none;
}

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

.hero-img.hero-home {
  z-index: 1;
  width: 100vw;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.hero-content {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.scroll-link {
  opacity: .7;
}

.lottie-animation {
  width: 40px;
  height: 50px;
}

.hero-title {
  color: #74aab0;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.h1-hero-white {
  color: #f2e8df;
}

.hero-p {
  color: #f2e8df;
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 300;
}

.light-section {
  position: relative;
  overflow: hidden;
}

.break-section {
  background-color: #152028;
  background-image: linear-gradient(rgba(21, 32, 40, .95), rgba(21, 32, 40, .95)), url('../images/T.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 70%;
  justify-content: center;
  align-items: center;
  padding: 150px 8vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-txt {
  max-width: 600px;
  color: #f2e8df;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.break-highlight {
  color: #c05a36;
  font-style: italic;
  font-weight: 300;
}

.text-col {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.title {
  color: #74aab0;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: freight-big-pro, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.title.title-light {
  color: #f2e8df;
}

.title.title-form {
  color: #f2e8df;
  text-align: center;
  text-transform: uppercase;
}

.section-name-wrap {
  width: 140px;
  height: 65px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 140px;
  left: 0;
}

.section-img-txt {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding: 140px 8vw;
  display: grid;
  position: relative;
}

.section-img-txt.no-padd-right {
  grid-template-columns: 1fr 2fr;
  padding-right: 0;
}

.section-img-txt.no-padd-right.deco-corner-2 {
  background-image: none;
}

.section-img-txt.centred {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-img-txt.bg-yellow {
  background-color: rgba(190, 213, 115, .2);
}

.section-img-txt.img-orizz-right {
  grid-template-columns: 1fr 1.5fr;
}

.section-img-txt.img-orizz-left {
  grid-template-columns: 1.5fr 1fr;
}

.section-img-txt.img-orizz-left.bg-yellow {
  background-color: #f2e8df;
  overflow: hidden;
}

.section-img-txt.pattern {
  background-image: linear-gradient(to right, #fff 74%, rgba(255, 255, 255, .5)), url('../images/pattern-t-dark.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 240px;
}

.section-img-txt.no-padd-bottom {
  padding-bottom: 0;
}

.deco {
  z-index: 20;
  width: 25%;
  opacity: .1;
  margin-bottom: -17%;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 5%;
}

.par {
  margin-top: 0;
  font-size: 14px;
  line-height: 22px;
}

.par.par-light {
  color: #f2e8df;
}

.par.par-form {
  color: #fff;
  text-align: center;
}

.par.par-tagli {
  color: #f2e8df;
  margin-top: 30px;
}

.cta {
  width: auto;
  height: 50px;
  color: #152028;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fcc01a;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 10px 40px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.cta:hover {
  color: #f2e8df;
  background-color: #c05a36;
}

.cta.button-submit {
  width: 100%;
}

.section-name {
  z-index: 5;
  height: 30px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.section-name.sn-light {
  color: #f2e8df;
}

.section-name.partners-field {
  line-height: 18px;
}

.text-wrap {
  width: 100%;
  max-width: 300px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-wrap.slidein {
  z-index: 10;
  max-width: 350px;
  position: relative;
}

.text-wrap._2imgs-text-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-wrap.text-partner {
  z-index: 2;
  max-width: 500px;
  min-height: 380px;
  background-color: #f2e8df;
  padding: 40px 25px;
  position: relative;
  box-shadow: 4px 4px 11px -4px rgba(0, 0, 0, .32);
}

.section-number {
  color: #c05a36;
  margin-top: -4px;
  margin-right: 5px;
  font-family: freight-big-pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.section-number.snum-light {
  color: #f2e8df;
}

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

._2imgs-img._2imgs_home_01 {
  background-image: url('../images/iStock-172922521-copia.webp');
  background-position: 50%;
  background-size: cover;
}

._2imgs-img._2imgs_home_02 {
  background-image: url('../images/Como_Via-Torriani_Vp-Ext-01_Dettaglio01_Rev02-copia.webp');
  background-position: 50%;
  background-size: cover;
}

._2imgs-img._2imgs_prog_02 {
  background-image: url('../images/Como_ViaTorriani_VP-Ext-05b_Rev01-copia.webp');
  background-position: 100%;
  background-size: cover;
}

._2imgs-img._2imgs_prog_01 {
  background-image: url('../images/focus-photography-of-green-leaf-plants-1338728-copia-2.webp');
  background-position: 0%;
  background-size: cover;
}

._2imgs-img._2imgs_apt_02 {
  background-image: url('../images/AC1110B-ITA-Como-Via-Torriani_VPInterior06_rev02-copia.webp');
  background-position: 50%;
  background-size: cover;
}

._2imgs-img._2imgs_apt_01 {
  background-image: url('../images/alex-loup-2zDw14yCYqk-unsplash_mod.jpg');
  background-position: 60% 70%;
  background-size: 250%;
}

._2imgs-img._2imgs_int_02 {
  background-image: url('../images/AC1110B-ITA-Como-Via-Torriani_VPInterior05_rev01-copia.webp');
  background-size: cover;
}

._2imgs-img._2imgs_int_01 {
  background-image: url('../images/_MG_6651-1_mod_2-copia.webp');
  background-position: 50%;
  background-size: cover;
}

._2imgs-img._2imgs_cont_02 {
  background-image: url('../images/08_MG_9945-1-copia.webp');
  background-position: 50%;
  background-size: cover;
}

._2imgs-img._2imgs_cont_01 {
  background-image: url('../images/09_MG_9953-1-copia.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2imgs {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  background-color: #f2e8df;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.text-col-2 {
  width: 100%;
  max-width: 400px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-full-img {
  justify-content: center;
  align-items: center;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
  position: relative;
}

.full-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.full-img.full-hp-01 {
  z-index: 5;
  width: 100%;
  background-image: url('../images/16_MG_0296-1-copia.webp');
}

.full-img-filter {
  z-index: 5;
  opacity: .5;
  -webkit-backdrop-filter: contrast(200%);
  backdrop-filter: contrast(200%);
  mix-blend-mode: multiply;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.yellow-band-cont {
  z-index: 4;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: absolute;
}

.yellow-band {
  height: 100%;
  background-color: #152028;
  background-image: linear-gradient(rgba(21, 32, 40, .8), rgba(21, 32, 40, .8)), url('../images/pattern_white.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 40px;
}

.slide-16-9 {
  padding-bottom: 0;
  padding-right: 0;
}

.mask {
  height: auto;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.arrow-slide {
  width: 50px;
  height: 50px;
  background-color: #fcc01a;
  border-radius: 25px;
  margin: 0;
  transition: all .1s;
  top: auto;
  bottom: -25px;
  left: auto;
  right: 0;
}

.arrow-slide:hover {
  outline-offset: 4px;
  background-color: #c05a36;
  outline-color: #c05a36;
}

.arrow-slide.as-left {
  right: 230px;
}

.arrow-slide.as-right {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  right: 150px;
}

.icon-arrow {
  font-size: 25px;
}

.section-contatti {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #152028;
  grid-template-rows: auto;
  grid-template-columns: 1fr 350px;
  grid-auto-columns: 1fr;
  padding: 140px 8vw;
  position: relative;
}

.contatti-content {
  z-index: 5;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 220px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.contatti-txt-col {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.logo-vigano-contatti {
  width: 150px;
  margin-bottom: 15px;
}

.contact-p {
  color: #fff;
  letter-spacing: 1px;
}

.contact-project.contact-vigano {
  margin-bottom: 20px;
}

.partner {
  color: #f2e8df;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 400;
}

.contact-link {
  color: #f2e8df;
  text-decoration: none;
}

.logo-comohouse-contatti {
  width: 130px;
  margin-bottom: 15px;
}

.map-embed {
  height: 600px;
}

.line-sel {
  width: 1px;
  height: 0;
  background-color: #fcc01a;
}

.form-popup {
  z-index: 110;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #152028;
  background-image: linear-gradient(to right, rgba(21, 32, 40, 0), #152028 11%), url('../images/pattern_white.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.form-container {
  z-index: 10;
  width: 100%;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  padding: 60px;
  display: flex;
  position: relative;
}

.campi-obbligatori {
  color: #f2e8df;
  font-size: 12px;
}

.text-block {
  color: #f2e8df;
}

.close {
  z-index: 100;
  width: 40px;
  height: 40px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.close-bar {
  width: 40px;
  height: 2px;
  background-color: #f2e8df;
  position: absolute;
  transform: rotate(45deg);
}

.close-bar.cb2 {
  transform: rotate(-45deg);
}

.grid-tagli {
  width: 100%;
  max-width: 700px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.grid-tagli.hide {
  display: none;
}

.tagli-tipo {
  color: #f2e8df;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: freight-big-pro, sans-serif;
  font-size: 25px;
}

.taglio {
  text-align: center;
  background-color: #152028;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px 40px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.taglio:hover {
  background-color: #c05a36;
}

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

.img-tagli.img-bilo {
  background-image: url('../images/AC1110B-ITA-Como-Via-Torriani_VPInterior06_rev02-copia.webp');
  background-position: 50% 0;
}

.img-tagli.img-trilo {
  background-image: url('../images/AC1110B-ITA-Como-Via-Torriani_VPInterior05_rev01-copia.webp');
  background-position: 50%;
}

.img-tagli.img-quadri {
  background-image: url('../images/AC1110B-ITA-Como-Via-Torriani_VPInterior03_Post-copia.webp');
  background-position: 50%;
  background-size: cover;
}

.gal-col {
  color: #f2e8df;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 40px;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  transform: scale(1);
}

.gal-col:hover {
  color: #f2e8df;
  border-width: 0;
  transform: scale(.95);
}

.gal-col.gal-progetto {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Como_ViaTorriani_VP-Ext-01_Rev01-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.gal-col.gal-progetto:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Como_ViaTorriani_VP-Ext-01_Rev01-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-right-width: 0;
}

.gal-col.gal-interni {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AC1110B-ITA-Como-Via-Torriani_VPInterior01_rev02-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.gal-col.gal-interni:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/AC1110B-ITA-Como-Via-Torriani_VPInterior01_rev02-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-left-width: 0;
  border-right-width: 0;
}

.gal-col.gal-contesto {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/19_MG_0279-1-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.gal-col.gal-contesto:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/19_MG_0279-1-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-left-width: 0;
}

.nowrap {
  white-space: nowrap;
}

.hamburger-wrapper, .mobile-menu {
  display: none;
}

.form-destination-txt {
  color: #152028;
}

.form-destination-h1 {
  color: #74aab0;
}

.text-block-2 {
  font-weight: 500;
}

.heading {
  color: #74aab0;
  font-family: transat-text, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}

._404 {
  color: #c05a36;
  font-family: condor-compressed;
  font-size: 40px;
  line-height: 60px;
}

.pagina-non-trovata {
  color: #74aab0;
}

.form_label {
  color: #f2e8df;
  text-align: left;
  margin-bottom: 5px;
}

.section-partners {
  flex-direction: column;
  align-items: center;
  padding: 140px 8vw;
  display: flex;
  position: relative;
}

.partner-block {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.partner-block.partner-block-first {
  margin-top: 100px;
}

.partner-block.partner-block-last {
  margin-bottom: 0;
}

.partner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  position: absolute;
  transform: translate(0);
}

.partner-img.bticino {
  object-position: 100% 50%;
}

.partner-img-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(1.1);
}

.partner-logo {
  width: 100%;
  max-width: 150px;
  margin-bottom: 40px;
}

.partner-logo.viva {
  max-width: 120px;
}

.partner-logo.catalano {
  max-width: 190px;
}

.partner-logo.florim {
  max-width: 130px;
}

.popup03_title {
  color: #fcc01a;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 24px;
}

.popup03_x {
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.popup_wrapper {
  z-index: 2;
  width: 100%;
  height: 500px;
  max-width: 900px;
  min-height: 30vw;
  text-align: center;
  background-color: #fff;
  flex-direction: row;
  flex: none;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  padding: 3px;
  display: flex;
  position: relative;
}

.popup_txt {
  z-index: 1;
  width: 50%;
  min-width: 330px;
  background-color: #fff;
  background-image: url('../images/form_bg.svg'), linear-gradient(rgba(190, 213, 115, .2), rgba(190, 213, 115, .2));
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 5%;
  display: flex;
  position: absolute;
  right: 20px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .4);
}

.popup_txt.popup_txt_mobile {
  display: none;
}

.popup_img {
  background-image: url('../images/Como_Via_Viganò_VPInterior_04_rev01-copia.webp');
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.popup_element {
  z-index: 900;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  align-items: center;
  padding: 140px 60px;
  display: none;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  overflow: auto;
}

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

.x03_asta._2 {
  background-color: #fcc01a;
  transform: rotate(-45deg);
}

.popup03_subtitle {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.popup03_subtitle.scadenza_promo {
  margin-top: 30px;
  font-size: 12px;
}

.text-span {
  color: #c05a36;
  font-size: 16px;
}

.promo-block {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-top: 20px;
  display: grid;
}

.promo-desc {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.promo-desc-main {
  color: #fcc01a;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.plus {
  width: 100%;
  color: #fcc01a;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.flags04_popup_row {
  max-width: 370px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  align-items: center;
  margin-bottom: 16px;
  line-height: 1.2;
  display: flex;
}

.flags04_popup_box {
  min-width: 350px;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(rgba(190, 213, 115, .2), rgba(190, 213, 115, .2));
  flex-direction: column;
  align-items: center;
  padding: 40px 40px 60px;
  display: flex;
  position: relative;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, .1);
}

.flags04_popup_box.acquista {
  background-color: #ececec;
}

.flags_popup_x {
  z-index: 2;
  width: 40px;
  height: 40px;
  opacity: 1;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.flags_popup_x:hover {
  opacity: .5;
}

.fixed01_flags {
  z-index: 100;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 150px;
  right: 0;
}

.flag_txt01 {
  color: #152028;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
}

.flag_txt01.search {
  color: #f2e8df;
}

.flags04_popup_icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex: none;
}

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

.flags04_popup_asta._2 {
  transform: rotate(-45deg);
}

.flags04_popup_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.flag_line01 {
  width: 1px;
  height: 60%;
  background-color: rgba(255, 255, 255, .5);
  flex: none;
}

.flag_line01.dark {
  background-color: #152028;
}

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

.flag_icon01.flag_acquista {
  background-color: #152028;
}

.flag_icon01.flag_mail {
  cursor: pointer;
}

.flag_icon01.flag_floorplanning {
  background-color: #c05a36;
}

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

.flag_txt_wrap01.acquista_flag_txt {
  background-color: #152028;
  transform: translate(100%);
}

.flag_txt_wrap01.phone_flag_txt {
  transform: translate(100%);
}

.flag_txt_wrap01.floorplanning_flag_txt {
  background-color: #c05a36;
  transform: translate(100%);
}

.flag_component01 {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.flag_component01.hide {
  display: none;
}

.flags_popup {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(35, 32, 27, .85);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, .2);
}

.label01_component {
  z-index: 50;
  width: 220px;
  color: #f2e8df;
  cursor: pointer;
  background-color: #fcc01a;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: fixed;
  top: 150px;
  left: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
}

.label01_component:hover {
  color: #f2e8df;
  background-color: #c05a36;
}

.label01_txt_wrap {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex: 1;
  padding: 30px 20px;
  text-decoration: none;
  position: relative;
}

.label01_txt_wrap:hover {
  color: #f2e8df;
}

.label01_title {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #f2efe9;
  margin-bottom: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  line-height: 1.2;
}

.label01_title:hover {
  color: #f2e8df;
}

.label01_txt {
  color: #fff;
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

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

.label01_lottie {
  width: 90px;
  height: 90px;
  filter: brightness(0%) invert();
  flex: none;
  transform: rotate(-90deg);
}

.image-3 {
  max-height: 31px;
}

.deco-round {
  width: 250px;
  height: 250px;
  background-image: url('../images/deco-light.svg');
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  bottom: -250px;
  right: -250px;
}

.deco-round.deco-02 {
  bottom: 50px;
  left: -250px;
  right: auto;
}

.deco-round.deco-04 {
  background-image: url('../images/deco-brown.svg');
  top: -250px;
  bottom: auto;
  left: -250px;
  right: auto;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.gradient {
  z-index: 2;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .7) 9%, rgba(255, 255, 255, 0) 53%), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer_line {
  width: 90%;
  height: 1px;
  max-width: 1200px;
  background-color: #c05a36;
  position: absolute;
  bottom: 0;
}

.cookie-banner_close_txt {
  color: #fcc01a;
  border-bottom: 1px solid #fcc01a;
  font-size: 12px;
  transition: all .2s;
}

.cookie-banner_close_txt:hover {
  color: #c05a36;
  border-bottom-color: #c05a36;
}

.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-2 {
  color: #383838;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

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

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

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

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

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

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

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

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

.button {
  color: #152028;
  cursor: pointer;
  background-color: #fcc01a;
  border-radius: 20px;
  font-size: 14px;
}

.button:hover {
  color: #f2e8df;
  background-color: #c05a36;
}

.button.is-text {
  color: #fcc01a;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
  transition: all .2s;
}

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

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

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

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

.cookie-prefs_trigger, .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_trigger {
  display: none;
}

.cookie-banner_close_icon {
  width: 20px;
  color: #424b54;
  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 {
  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;
}

.manager_trigger {
  display: none;
}

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

@media screen and (min-width: 1440px) {
  .title {
    text-align: center;
    margin-top: 0;
  }

  .section-img-txt {
    flex-direction: row;
    grid-auto-columns: 1fr;
  }

  .partner-logo {
    max-height: 50px;
  }
}

@media screen and (max-width: 991px) {
  .tech_background {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tech_wrap {
    flex: 0 auto;
  }

  .navbar {
    align-items: center;
    padding-top: 20px;
  }

  .footer_txt {
    text-align: center;
  }

  .form-block {
    margin-top: 0;
    margin-bottom: auto;
  }

  .form_field {
    line-height: 20px;
  }

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

  .logo-navbar {
    max-width: 100px;
    margin-top: 0;
  }

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

  .hero.hero-progetto {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .6) 40%, rgba(0, 0, 0, 0) 70%), url('../images/Como_ViaTorriani_VP-Ext03_Rev01-copia.webp');
    background-position: 0 0, 50% 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero.hero-appartamenti {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0) 70%), url('../images/AC1110B-ITA-Como-Via-Torriani_VPInterior01_rev02-copia.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero.hero-interni {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0) 85%), url('../images/AC1110B-ITA-Como-Via-Torriani_VPInterior06_rev02-copia.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero.hero-contesto {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0) 85%), url('../images/14_MG_0190-1-copia.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero.home-hero {
    background-image: url('../images/Como_ViaTorriani_VP-Ext-02_Rev01-copia.webp');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
  }

  .hero-img.hero-home {
    display: none;
  }

  .break-section {
    background-image: linear-gradient(rgba(21, 32, 40, .95), rgba(21, 32, 40, .95)), url('../images/T.svg');
    background-size: auto, 200px 200px;
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .image {
    order: 1;
  }

  .text-col {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-name-wrap {
    width: 100%;
    height: 30px;
    align-items: center;
    top: 100px;
  }

  .section-img-txt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    padding: 100px 60px;
    display: flex;
  }

  .section-img-txt.no-padd-right {
    padding-right: 60px;
  }

  .section-img-txt.no-padd-right.deco-corner-2, .section-img-txt.deco-corner-2 {
    background-size: 200px 200px;
  }

  .section-img-txt.pattern {
    background-image: linear-gradient(#fff 40%, rgba(255, 255, 255, .5)), url('../images/pattern-t-dark.svg');
    background-position: 0 0, 0 0;
    background-size: auto, 240px;
  }

  .deco {
    width: 200px;
    left: 40px;
  }

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

  .text-wrap {
    max-width: 400px;
  }

  .text-wrap._2imgs-text-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._2imgs-img._2imgs_home_01 {
    display: none;
  }

  ._2imgs-img._2imgs_prog_02 {
    background-size: cover;
  }

  ._2imgs-img._2imgs_prog_01 {
    background-size: cover;
    display: none;
  }

  ._2imgs-img._2imgs_apt_02 {
    background-size: auto 100%;
  }

  ._2imgs-img._2imgs_apt_01 {
    background-size: auto 100%;
    display: none;
  }

  ._2imgs-img._2imgs_int_02 {
    background-size: cover;
  }

  ._2imgs-img._2imgs_int_01 {
    background-size: cover;
    display: none;
  }

  ._2imgs-img._2imgs_cont_02 {
    background-size: cover;
  }

  ._2imgs-img._2imgs_cont_01 {
    background-size: cover;
    display: none;
  }

  .section-2imgs {
    height: auto;
    min-height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1.5fr;
  }

  .section-full-img {
    padding-left: 60px;
    padding-right: 60px;
  }

  .arrow-slide.as-left {
    right: 150px;
  }

  .arrow-slide.as-right {
    right: 80px;
  }

  .section-contatti {
    background-size: 200px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .form-popup {
    display: none;
  }

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

  .grid-tagli {
    grid-column-gap: 10px;
    margin-top: 0;
  }

  .nowrap {
    white-space: nowrap;
  }

  .hamburger-wrapper {
    width: 45px;
    height: 35px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    position: absolute;
    right: 60px;
  }

  .hamb-line {
    width: 35px;
    height: 3px;
    background-color: #fcc01a;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamb-line.line02 {
    width: 45px;
  }

  .mobile-menu {
    z-index: 99;
    width: 100%;
    height: auto;
    min-height: 100vh;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #152028;
    background-image: linear-gradient(#152028 82%, rgba(21, 32, 40, .8)), url('../images/pattern_white.svg');
    background-position: 0 0, 0 0;
    background-size: auto, 100px;
    grid-template-rows: auto;
    grid-template-columns: 300px 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    padding: 150px 60px 100px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .mobile-navlinks-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .mobile-navlink {
    color: #f2e8df;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin: 20px 10px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }

  .mobile-navlink.w--current {
    color: #fcc01a;
  }

  .section-partners {
    background-size: 200px 200px;
    padding: 100px 60px;
  }

  .popup_wrapper {
    height: auto;
    min-height: auto;
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
  }

  .popup_img {
    width: 100%;
    min-height: 50vw;
    flex: none;
  }

  .popup_element {
    padding: 160px 40px;
    display: none;
  }

  .popup03_subtitle {
    white-space: normal;
    margin-top: 5px;
    font-size: 19px;
  }

  .text-span {
    line-height: 16px;
  }

  .flags04_popup_box {
    max-width: 100%;
    align-self: center;
  }

  .flags_popup_x {
    flex: none;
    position: fixed;
  }

  .fixed01_flags {
    margin-top: 0;
    top: 140px;
  }

  .flags04_popup_asta {
    background-color: #fff;
  }

  .flags04_popup_container {
    flex-direction: column;
  }

  .gradient {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .45), rgba(255, 255, 255, 0) 40%), linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
  }
}

@media screen and (max-width: 767px) {
  .tech_background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tech_wrap {
    padding: 20px;
  }

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

  .banner_text {
    margin-right: 0;
  }

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

  .banner_text-link {
    margin-right: 8px;
  }

  .banner_close.pref {
    margin-left: 0;
    left: auto;
  }

  .banner_btn {
    flex: 1;
  }

  .banner_btn.banner {
    flex: 0 auto;
  }

  .banner_title {
    font-size: 20px;
  }

  .footer_row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer_row.footer_row-links {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .cookie_tab {
    min-width: 750px;
  }

  .note-legali {
    padding-top: 80px;
  }

  .logo-navbar {
    max-width: 100px;
  }

  .hero.hero-gallery {
    height: 90vh;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .hero-content {
    padding-bottom: 40px;
  }

  .hero-p {
    line-height: 24px;
  }

  .break-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/T.svg');
    background-size: auto, 150px 150px;
    padding: 100px 60px;
  }

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

  .image {
    order: 1;
  }

  .text-col {
    margin-bottom: 40px;
  }

  .section-name-wrap {
    top: 80px;
  }

  .section-img-txt {
    padding: 60px 40px;
  }

  .section-img-txt.no-padd-right {
    padding-right: 40px;
  }

  .section-img-txt.no-padd-right.deco-corner-2 {
    background-size: 150px;
  }

  .section-img-txt.deco-corner-2 {
    background-size: 150px 150px;
  }

  .cta {
    margin-top: 20px;
  }

  .cta.cta-form {
    align-items: center;
  }

  .text-wrap._2imgs-text-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  ._2imgs-img._2imgs_home_01 {
    display: none;
  }

  ._2imgs-img._2imgs_home_02 {
    background-position: 100%;
  }

  ._2imgs-img._2imgs_prog_02 {
    background-position: 80%;
    background-size: cover;
  }

  ._2imgs-img._2imgs_prog_01 {
    display: none;
  }

  ._2imgs-img._2imgs_apt_02 {
    background-position: 0%;
    background-size: cover;
  }

  ._2imgs-img._2imgs_apt_01 {
    display: none;
  }

  ._2imgs-img._2imgs_int_02 {
    background-position: 80%;
    background-size: cover;
  }

  ._2imgs-img._2imgs_int_01 {
    display: none;
  }

  ._2imgs-img._2imgs_cont_02 {
    background-position: 100%;
    background-size: cover;
  }

  ._2imgs-img._2imgs_cont_01 {
    display: none;
  }

  .section-2imgs {
    grid-template-columns: 1fr 1fr;
  }

  .text-col-2 {
    max-width: none;
  }

  .section-full-img {
    padding-left: 40px;
    padding-right: 40px;
  }

  .full-img.full-hp-01 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .arrow-slide.as-left {
    right: 120px;
  }

  .arrow-slide.as-right {
    right: 50px;
  }

  .section-contatti {
    background-size: 150px;
    padding: 60px 40px;
  }

  .contatti-content {
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contatti-txt-col {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .logo-vigano-contatti {
    width: 180px;
  }

  .contact-p {
    text-align: center;
  }

  .contact-comohouse {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .partner {
    text-align: center;
  }

  .form-container {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
  }

  .grid-tagli {
    grid-template-columns: 1fr;
  }

  .tagli-tipo {
    font-size: 22px;
  }

  .taglio {
    flex-direction: row;
    padding-bottom: 10px;
  }

  .img-tagli {
    width: 50%;
  }

  .img-tagli.img-bilo {
    background-position: 50% 75%;
  }

  .gal-col.gal-progetto {
    background-position: 0 0, 50% 70%;
  }

  .gal-col.gal-progetto:hover {
    border-top-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
  }

  .gal-col.gal-interni:hover {
    border-left-width: 10px;
    border-right-width: 10px;
  }

  .gal-col.gal-contesto:hover {
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
  }

  .nowrap {
    white-space: nowrap;
  }

  .hamburger-wrapper {
    right: 40px;
    transform: scale(.8);
  }

  .mobile-menu {
    grid-template-columns: 220px 1fr;
  }

  .tagli-txt {
    width: 50%;
    padding-left: 20px;
    padding-right: 10px;
  }

  .section-partners {
    background-size: 150px 150px;
    padding: 60px 40px;
  }

  .popup_wrapper {
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-end;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .popup_txt {
    width: auto;
    min-width: auto;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    right: auto;
  }

  .popup_txt.popup_txt_mobile {
    display: flex;
  }

  .popup_img {
    display: none;
  }

  .popup_element {
    min-height: 100vh;
    padding: 0 20px;
  }

  .popup03_subtitle {
    font-size: 18px;
  }

  .promo-block {
    width: auto;
  }

  .flags04_popup_row {
    max-width: 100%;
  }

  .flags04_popup_box {
    min-width: auto;
    text-align: center;
  }

  .fixed01_flags {
    top: 120px;
  }

  .flags_popup {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .label01_component {
    top: 70px;
    left: 0;
  }

  .label01_txt_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .label01_title {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .label01_x {
    width: 30px;
  }

  .label01_lottie {
    transform: rotate(90deg);
  }

  .gradient {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }

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

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

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

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

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

@media screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 24px;
  }

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

  .tech_background {
    padding: 80px 5px;
  }

  .tech_wrap {
    padding: 20px 15px;
  }

  .page_contatto {
    font-size: 18px;
  }

  .navbar {
    justify-content: flex-start;
  }

  .banner_text {
    margin-right: 0;
  }

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

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

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

  .banner-prefs {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .banner_btn.submit {
    align-self: auto;
  }

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

  .prefs_component {
    padding: 24px;
  }

  .footer_row {
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .footer_row.footer_row-links {
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    margin-bottom: 15px;
  }

  .form {
    margin-top: 20px;
  }

  .form-block {
    width: 100%;
  }

  .note_txt {
    font-size: .9em;
  }

  .logo-navbar.monogram {
    max-width: 40px;
  }

  .nav-logo-wrap {
    margin-left: 20px;
    margin-right: 0;
  }

  .nav-logo-wrap.full-logo {
    display: none;
  }

  .nav-logo-wrap.mono {
    display: flex;
  }

  .hero {
    height: 90vh;
  }

  .hero-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-link {
    height: 85px;
  }

  .lottie-animation {
    width: 30px;
  }

  .hero-title {
    font-size: 35px;
    line-height: 38px;
  }

  .hero-p {
    margin-bottom: 30px;
  }

  .break-section {
    background-image: linear-gradient(rgba(21, 32, 40, .95), rgba(21, 32, 40, .95)), url('../images/T.svg');
    background-size: auto, 100px 100px;
    padding: 100px 20px;
  }

  .block-txt {
    font-size: 16px;
    line-height: 22px;
  }

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

  .section-img-txt {
    padding: 40px 20px;
  }

  .section-img-txt.no-padd-right {
    padding-right: 20px;
  }

  .section-img-txt.no-padd-right.deco-corner-2, .section-img-txt.deco-corner-2 {
    background-size: 100px;
  }

  .deco {
    width: 150px;
    margin-bottom: -40%;
  }

  .text-wrap {
    max-width: none;
  }

  .text-wrap._2imgs-text-wrap {
    max-width: none;
    padding: 40px 20px;
  }

  .text-wrap.text-partner {
    max-width: none;
  }

  ._2imgs-img._2imgs_home_01 {
    height: 300px;
  }

  ._2imgs-img._2imgs_home_02, ._2imgs-img._2imgs_prog_02, ._2imgs-img._2imgs_apt_02 {
    padding-bottom: 56.25%;
  }

  ._2imgs-img._2imgs_int_02 {
    padding-bottom: 80%;
  }

  ._2imgs-img._2imgs_cont_02 {
    padding-bottom: 56.25%;
  }

  .section-2imgs {
    grid-row-gap: 0px;
    background-color: #f2e8df;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

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

  .full-img.full-hp-01 {
    padding: 60px 20px;
  }

  .slider {
    margin-bottom: 60px;
  }

  .arrow-slide {
    width: 40px;
    height: 40px;
    bottom: -60px;
  }

  .arrow-slide.as-left {
    right: 53%;
  }

  .arrow-slide.as-right {
    width: 40px;
    height: 40px;
    left: 53%;
    right: auto;
  }

  .section-contatti {
    background-size: 100px 100px;
    padding: 40px 20px;
  }

  .contatti-txt-col {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
  }

  .logo-vigano-contatti {
    width: 140px;
  }

  .map-embed {
    height: 400px;
  }

  .form-popup {
    display: none;
  }

  .form-container {
    align-items: center;
    margin-bottom: 150px;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .close {
    right: auto;
  }

  .taglio {
    flex-direction: column;
  }

  .img-tagli {
    width: 100%;
  }

  .hamburger-wrapper {
    right: 20px;
  }

  .mobile-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 90px;
    grid-auto-columns: 1fr;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .tagli-txt {
    width: 100%;
  }

  .section-partners {
    background-size: 100px 100px;
    padding: 40px 20px;
  }

  .partner-block {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .partner-block.partner-block-first {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .partner-img {
    height: 250px;
    display: block;
    position: static;
  }

  .partner-img-wrapper {
    transform: scale(1);
  }

  .popup03_title {
    font-size: 20px;
    line-height: 22px;
  }

  .popup_wrapper {
    margin-bottom: 150px;
  }

  .popup_txt {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    right: auto;
  }

  .popup_img {
    background-position: 50%;
    flex: none;
  }

  .popup03_subtitle {
    font-size: 14px;
  }

  .popup03_subtitle.scadenza_promo {
    font-size: 11px;
    line-height: 14px;
  }

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

  .flags04_popup_row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }

  .flags04_popup_box {
    text-align: center;
    align-self: auto;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fixed01_flags {
    top: 120px;
  }

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

  .flags04_popup_container {
    align-items: stretch;
  }

  .flag_component01 {
    top: auto;
    bottom: 0;
    left: 0;
  }

  .flags_popup {
    padding-left: 16px;
    padding-right: 16px;
  }

  .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_open-txt {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

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

  .cookie-banner_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie-prefs_wrapper {
    padding: 24px;
  }

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

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

#w-node-_1587987e-ecf3-0113-2256-8104dc6fdfa6-dc8a6e3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1587987e-ecf3-0113-2256-8104dc6fdfa7-dc8a6e3c {
  align-self: center;
  justify-self: center;
}

#w-node-_1587987e-ecf3-0113-2256-8104dc6fdfc3-dc8a6e3c, #w-node-cd019565-b8b7-6503-8570-7baad41dd060-dc8a6e3c, #w-node-_1c0dd419-aff4-f6b9-40b6-d989c9d4b78c-c9d4b78b, #w-node-_1c0dd419-aff4-f6b9-40b6-d989c9d4b78d-c9d4b78b, #w-node-_1c0dd419-aff4-f6b9-40b6-d989c9d4b78e-c9d4b78b, #w-node-_41cc4d71-9389-5f64-1095-e42e8a62c17d-ca706258, #w-node-e8d8283f-0ed2-56fb-7be8-13ee218b12f2-ca706258, #w-node-cc1f92b3-81b5-18b5-6efd-50df0ccced51-ca706258, #w-node-_1471041d-a96f-624b-8f8c-5d4112a152b3-ca706258, #w-node-ac87cf16-10ec-5951-d300-76cc3cb9abfb-ca706258 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_703c0665-077a-1d50-5e43-b18b6e85d6b7-ca706258, #interests.w-node-a2aa454e-e943-41da-4b40-6a8bca706265-ca706258, #w-node-_8b5a7a40-f816-8a4e-fb2d-abce18f1eaa1-ca706258, #note.w-node-a2aa454e-e943-41da-4b40-6a8bca706266-ca706258, #w-node-a2aa454e-e943-41da-4b40-6a8bca706267-ca706258, #policyFlagsContainer.w-node-a2aa454e-e943-41da-4b40-6a8bca706269-ca706258, #w-node-a2aa454e-e943-41da-4b40-6a8bca70626a-ca706258 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#btn-form.w-node-a2aa454e-e943-41da-4b40-6a8bca70626c-ca706258 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-c404ff82-2d49-57d9-54ec-942045062d88-3c8a6e3f, #w-node-_8b360abe-0a84-4aa7-b8fb-d3d0a7f2f6e0-3c8a6e3f, #w-node-fbdd4f42-4c12-62bf-55fe-50d91a13feb5-3c8a6e3f, #w-node-_64aa92d1-d36b-5711-0d2f-225af61a3ad8-3c8a6e3f, #w-node-_219aac2d-aab5-866a-f33b-5d79c4516701-3c8a6e3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_219aac2d-aab5-866a-f33b-5d79c4516702-3c8a6e3f {
  align-self: center;
  justify-self: center;
}

#w-node-_219aac2d-aab5-866a-f33b-5d79c451670d-3c8a6e3f, #w-node-_1a8c7d89-3d78-f66a-9286-d19ad35673a7-b48a6e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a8c7d89-3d78-f66a-9286-d19ad35673a8-b48a6e41 {
  align-self: center;
  justify-self: center;
}

#w-node-_1a8c7d89-3d78-f66a-9286-d19ad35673b3-b48a6e41, #w-node-e4268bcf-24d6-6e1c-ca64-9dd646beed56-da8a6e45, #w-node-_086da264-64f9-9472-b4f0-833c7be15e9a-da8a6e45, #w-node-b01fd4d6-9c5f-e556-c29e-a6045ddaf056-da8a6e45, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e138d6-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e138d8-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e138da-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e138dc-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e138de-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e138e0-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e138e2-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e138e4-228a6e46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d86a1e85-fa1e-abb7-efe2-df17d9e138e6-228a6e46 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d86a1e85-fa1e-abb7-efe2-df17d9e138ef-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e138f1-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e138f4-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e138f6-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e138f8-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e138fa-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e138fd-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e138ff-228a6e46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13901-228a6e46 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13909-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e1390b-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e1390e-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13910-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13923-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13925-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13927-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13929-228a6e46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d86a1e85-fa1e-abb7-efe2-df17d9e1392b-228a6e46 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13937-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13939-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e1393c-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e1393e-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13940-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13942-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13945-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13947-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13949-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e1394b-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e1394e-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13950-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13952-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13954-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13957-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13959-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e1395b-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e1395d-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13960-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13962-228a6e46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13964-228a6e46 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d86a1e85-fa1e-abb7-efe2-df17d9e1396c-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e1396e-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13971-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13973-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13975-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13977-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e1397a-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e1397c-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e1397e-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13980-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13983-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13985-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13987-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13989-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e1398c-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e1398e-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13990-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13992-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13995-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e13997-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e139b4-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e139b6-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e139b8-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e139ba-228a6e46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d86a1e85-fa1e-abb7-efe2-df17d9e139bc-228a6e46 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d86a1e85-fa1e-abb7-efe2-df17d9e139c4-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e139c6-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e139c9-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e139cb-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e139cd-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e139cf-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e139d2-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e139d4-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e139d6-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e139d8-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e139db-228a6e46, #w-node-d86a1e85-fa1e-abb7-efe2-df17d9e139dd-228a6e46, #w-node-_1a8c7d89-3d78-f66a-9286-d19ad35673a7-a88a6e48, #w-node-_1a8c7d89-3d78-f66a-9286-d19ad35673b3-a88a6e48, #w-node-_28d67c70-0b62-a8a4-0eb4-63b78bfadff2-a88a6e48, #w-node-_413718de-cb5a-d266-f8b3-dec4ee27a7c2-a88a6e48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d42bb9e-770a-a1d2-09d4-86d97fd20f25-a88a6e48, #w-node-efe522b4-dd9b-9988-8a32-5463efe3053d-a88a6e48 {
  align-self: center;
  justify-self: center;
}

#w-node-efe522b4-dd9b-9988-8a32-5463efe3053b-a88a6e48, #w-node-b844fc83-14cf-2789-9b91-a076376790d8-a88a6e48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b844fc83-14cf-2789-9b91-a076376790da-a88a6e48, #w-node-c44ee9e1-2fc1-696c-fc01-356fe6f5d33b-a88a6e48 {
  align-self: center;
  justify-self: center;
}

#w-node-c44ee9e1-2fc1-696c-fc01-356fe6f5d349-a88a6e48, #w-node-fd83db23-5976-ae28-e2a4-a49bd5626c1b-a88a6e48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd83db23-5976-ae28-e2a4-a49bd5626c1d-a88a6e48, #w-node-_73e4b1c1-e5ff-f1f3-b4e5-7f96b10b2964-a88a6e48 {
  align-self: center;
  justify-self: center;
}

#w-node-_73e4b1c1-e5ff-f1f3-b4e5-7f96b10b296d-a88a6e48, #w-node-_4b77c729-d286-9733-f618-cc6ce087f560-c18a6e49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b77c729-d286-9733-f618-cc6ce087f561-c18a6e49 {
  align-self: center;
  justify-self: center;
}

#w-node-_4b77c729-d286-9733-f618-cc6ce087f570-c18a6e49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-bd38b1e2-6004-59cb-ee10-fa19bcdc6247-dc8a6e3c, #w-node-a2cefeb5-ecfa-a563-9e32-23334e52a1d3-b48a6e41, #w-node-_5d9da797-06bd-4a35-242e-19eb3cf6aaec-c18a6e49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_770cde9f-ab83-502e-a0c5-a48fbb47a651-15658029 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc4c4ea1-9be0-a4d5-3187-b9fc314b1c4a-15658029, #w-node-_1c159950-48a6-a528-8204-afc183fcbf7b-15658029 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1c0dd419-aff4-f6b9-40b6-d989c9d4b78e-c9d4b78b {
    order: -9999;
  }

  #w-node-_1c0dd419-aff4-f6b9-40b6-d989c9d4b78f-c9d4b78b, #w-node-_1c0dd419-aff4-f6b9-40b6-d989c9d4b795-c9d4b78b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1c0dd419-aff4-f6b9-40b6-d989c9d4b7a8-c9d4b78b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #firstName.w-node-a2aa454e-e943-41da-4b40-6a8bca706261-ca706258, #lastName.w-node-a2aa454e-e943-41da-4b40-6a8bca706262-ca706258, #email.w-node-a2aa454e-e943-41da-4b40-6a8bca706263-ca706258, #tel.w-node-a2aa454e-e943-41da-4b40-6a8bca706264-ca706258 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_703c0665-077a-1d50-5e43-b18b6e85d6b7-ca706258, #w-node-_8b5a7a40-f816-8a4e-fb2d-abce18f1eaa1-ca706258, #w-node-a2aa454e-e943-41da-4b40-6a8bca706267-ca706258, #policyFlagsContainer.w-node-a2aa454e-e943-41da-4b40-6a8bca706269-ca706258, #w-node-a2aa454e-e943-41da-4b40-6a8bca70626a-ca706258 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #btn-form.w-node-a2aa454e-e943-41da-4b40-6a8bca70626c-ca706258 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_770cde9f-ab83-502e-a0c5-a48fbb47a651-15658029 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-efe522b4-dd9b-9988-8a32-5463efe3053b-a88a6e48, #w-node-c44ee9e1-2fc1-696c-fc01-356fe6f5d349-a88a6e48, #w-node-_73e4b1c1-e5ff-f1f3-b4e5-7f96b10b296d-a88a6e48 {
    order: -9999;
  }
}


