:root {
  --padding\<deleted\|variable-08ca8039-3cb4-7b07-8893-f04fa4a50d58\>: 5vw;
  --palette--on-general\<deleted\|variable-21652418-1653-a583-817e-d0283731a8d4\>: #1c392f;
  --palette--primary\<deleted\|variable-335c938d-1e5e-f841-fca4-81582d140c5a\>: #869d8b;
  --palette--general\<deleted\|variable-8f69fce7-f592-dd4a-469e-4cfad46ead63\>: white;
  --palette--on-primary\<deleted\|variable-842de181-73ac-4f7e-3c49-5e222e4691eb\>: var(--palette--on-general\<deleted\|variable-21652418-1653-a583-817e-d0283731a8d4\>);
  --radius--cta: 0px;
  --radius--cta-radius: 20px;
  --palette--accent\<deleted\|variable-e8b13a5f-42a2-71df-c154-a3e88178de96\>: #bdbee1;
  --palette--accent-light\<deleted\|variable-d0aa1044-6063-9d3a-53de-1b1a462e59d7\>: #a3a7d8;
  --palette-color--general: white;
  --font--sans-serif: elza, sans-serif;
  --palette-color--on-general: #1c392f;
  --palette-color--black: black;
  --palette-color--hover: #000000a1;
  --palette-color--accent: #ced0ff;
  --palette-color--canvas: #f4f4f4;
  --palette-color--accent-alternative: #ccdd8f;
  --palette-color--primary-light: #acc6b0;
  --palette-color--primary: #869d8b;
  --font--serif: superior-title, sans-serif;
  --letter-space: .2em;
  --palette-color--accent-alternative-medium: #a1b654;
  --palette-color--accent-light: #a3a7d8;
  --palette-color--on-primary: white;
  --primary-light: #cad3cc;
  --radius--form: 30px;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.footer_link {
  color: var(--palette--on-general\<deleted\|variable-21652418-1653-a583-817e-d0283731a8d4\>);
  letter-spacing: .5px;
  cursor: pointer;
}

.footer_link:hover {
  color: var(--palette--general\<deleted\|variable-8f69fce7-f592-dd4a-469e-4cfad46ead63\>);
}

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

.footer_component {
  background-color: var(--palette--primary\<deleted\|variable-335c938d-1e5e-f841-fca4-81582d140c5a\>);
  color: #40542e;
  padding: 100px 60px 60px;
}

.footer_link-2 {
  cursor: pointer;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.footer_link-2:hover {
  color: #cc7d44;
  border-bottom-color: #cc7d44;
}

.footer_link-2.w--current {
  border-bottom-color: #40542e;
}

.footer_link-2.w--current:hover {
  transform: none;
}

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

.footer_column {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  line-height: 1;
  display: flex;
}

.footer_gdpr_notes {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: .6;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: .85em;
  line-height: 1.6;
  display: flex;
}

.footer_heading {
  color: var(--palette--on-general\<deleted\|variable-21652418-1653-a583-817e-d0283731a8d4\>);
  letter-spacing: .02em;
  white-space: nowrap;
  font-weight: 700;
}

.footer_logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100px;
  height: 100px;
}

.contact_link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--palette--on-primary\<deleted\|variable-842de181-73ac-4f7e-3c49-5e222e4691eb\>);
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.contact_link:hover {
  color: var(--palette--general\<deleted\|variable-8f69fce7-f592-dd4a-469e-4cfad46ead63\>);
  text-decoration: underline;
}

.button_component {
  cursor: pointer;
  flex-direction: column;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button {
  z-index: 2;
  border-radius: var(--radius--cta) var(--radius--cta-radius);
  color: var(--palette--general\<deleted\|variable-8f69fce7-f592-dd4a-469e-4cfad46ead63\>);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: center;
  padding: 16px 40px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  position: relative;
}

.item-button {
  z-index: 0;
  border-radius: var(--radius--cta) var(--radius--cta-radius);
  background-color: var(--palette--accent\<deleted\|variable-e8b13a5f-42a2-71df-c154-a3e88178de96\>);
  position: absolute;
  inset: 0%;
}

body {
  background-color: var(--palette-color--general);
  font-family: var(--font--sans-serif);
  color: var(--palette-color--on-general);
  letter-spacing: .2px;
  font-size: 15px;
  line-height: 1.8;
}

h1 {
  letter-spacing: .02rem;
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  letter-spacing: .1em;
  max-width: 640px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
}

a {
  text-decoration: underline;
}

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

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

img {
  object-fit: contain;
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 0;
}

.to-delete {
  z-index: 300;
  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: flex;
  position: relative;
}

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

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

.form_checkbox {
  color: var(--palette-color--black);
}

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

.form_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #0000004d;
}

.form_field {
  background-color: var(--palette-color--general);
  border: 1px #0006;
  border-bottom: 1px solid #0003;
}

.form_field.message {
  min-height: 70px;
  margin-bottom: 20px;
}

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

.form_link {
  color: var(--palette-color--on-general);
}

.form_text {
  font-size: .7rem;
  line-height: 1.4;
}

.footer_link {
  color: #0009;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.footer_link:hover {
  color: #000;
  margin-left: 10px;
  margin-right: -10px;
}

.nav_component {
  z-index: 20;
  background-color: var(--palette-color--general);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 40px;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 14px #0000001a;
}

.nav_component:hover {
  background-color: #fff;
}

.nav_component.nav-header {
  z-index: 22;
  box-shadow: none;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_component.nav-page {
  justify-content: center;
}

.header {
  background-color: var(--palette-color--hover);
  color: var(--palette-color--general);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  padding: 220px 5vw 0;
  display: flex;
  position: relative;
}

.header.black {
  background-color: var(--palette-color--black);
  flex-direction: row;
  align-items: stretch;
}

.header.is-technical {
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.header.is-gdpr {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
}

.nav_logo {
  z-index: 2;
  background-image: url('../images/Dimore-dei-Colli_pittogr-neg-viola.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 120px;
  height: 40px;
  margin-right: 20px;
  position: relative;
}

.nav_logo.nav-header {
  width: 160px;
  height: 40px;
}

.nav_link_wrap {
  z-index: 2;
  text-transform: uppercase;
  cursor: default;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 1vw;
  padding-top: 10px;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav_link_wrap.nav-header {
  padding-top: 0;
}

.nav_link_wrap.nav-header.responsive_display {
  display: none;
}

.nav_link_wrap.is-contact {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

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

.nav_link_line.w--current {
  width: 100%;
  display: none;
}

.subnav_wrap {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 10px;
  font-size: 1.1em;
  display: none;
}

.subnav_wrap.no-sub {
  padding-top: 0;
  padding-bottom: 0;
}

.subnav_wrap.nav-header {
  font-size: 1.7em;
}

.subnav_link {
  color: var(--palette-color--black);
  text-transform: none;
  white-space: nowrap;
  margin-bottom: 16px;
  font-size: 1.4em;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
  transform: translate(0);
}

.subnav_link:hover {
  transform: translate(20px);
}

.section {
  padding: 100px 60px;
  position: relative;
}

.section.bg_grey {
  background-color: var(--palette-color--canvas);
}

.section.bg_grey.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.no-padding_top-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg_img {
  color: var(--palette-color--general);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.color-effect01 {
  background-image: url('../images/Dimore-dei-Colli_pittogr-neg-opacity.svg');
}

.section.color-effect02 {
  background-image: url('../images/Dimore-dei-Colli_leaf-opacity.svg'), radial-gradient(circle farthest-corner at 100% 100%, var(--palette-color--accent-alternative), #fff0 38%);
  background-repeat: no-repeat, repeat;
  background-size: 20vw, auto;
}

.section.color-canvas {
  background-color: #f4f4f499;
}

.section.color-effect04 {
  background-image: linear-gradient(to bottom, #ffffff80, #ffffff80), linear-gradient(180deg, var(--palette-color--general) 15%, #ffffffab 46%, white 77%), url('../images/iStock-692421918-mod-bw.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.section.color-primary-light {
  background-color: #acc6b033;
  background-image: linear-gradient(#f4f4f496, #f4f4f496), url('../images/iStock-1181065395.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.color-effect01-light {
  background-color: var(--palette-color--primary-light);
  background-image: linear-gradient(#ffffffd1, #ffffffd1);
  background-position: 0 0;
}

.section.color-effect01-dark.is-form {
  padding: 0;
}

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

.section.color-effect01-copy {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url('../images/Dimore-dei-Colli_leaf-double2-green.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 80%;
}

.section.is-gdpr {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.section.no-padding-top {
  padding-top: 0;
}

.section.no-padding-top.bg-grey {
  background-color: var(--palette-color--canvas);
}

.section.is-image {
  background-image: linear-gradient(#ffffffa3, #ffffffa3), url('../images/iStock-585798132.webp');
  background-position: 0 0, 100% 34%;
  background-size: auto, auto;
}

.section.bg_grey-copy {
  background-color: var(--palette-color--canvas);
}

.section.bg_grey-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg_img_gallery {
  color: var(--palette-color--general);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-xsmall {
  color: var(--palette-color--primary);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.heading-xsmall.align-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: .9em;
  display: flex;
}

.heading-xsmall.is-service {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.button01 {
  border: 2px solid var(--palette-color--accent);
  background-color: var(--palette-color--accent);
  color: #fff;
  text-align: center;
  letter-spacing: .025rem;
  text-transform: uppercase;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: .5rem 22px .5rem 32px;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button01:hover {
  border-color: var(--palette-color--black);
  color: var(--palette-color--black);
  background-color: #8764b800;
}

.button01.layer {
  background-color: #0000;
  border-color: #0000;
  padding: 0;
}

.button01.layer:hover {
  color: var(--palette-color--general);
}

.heading-large {
  font-family: var(--font--serif);
  margin-bottom: 48px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-large.underline {
  margin-bottom: 20px;
}

.heading-large.max-width {
  text-align: center;
  max-width: 800px;
}

.heading-large.pad-bot-0 {
  margin-bottom: 0;
}

.heading-medium {
  font-family: var(--font--serif);
  color: var(--palette-color--primary);
  text-align: center;
  max-width: 800px;
  font-size: 29px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-medium.underline {
  font-weight: 400;
  text-decoration: underline;
}

.heading-medium.is-tipologico {
  color: #eaff9e;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.heading-medium.text-color-accent-alternative {
  color: var(--palette-color--accent-alternative);
}

.heading-medium.text-color-dark {
  color: var(--palette-color--on-general);
}

.container {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.large {
  max-width: 1500px;
}

.container.small {
  max-width: 800px;
}

.container.small.flex-vertical {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
}

.container.small-grid {
  max-width: 1000px;
}

.container.x-large {
  max-width: 1700px;
}

.container.tecnical {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.is-item {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.container.is-technical {
  text-align: center;
  background-color: #869d8bb0;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-flow: column;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 40px;
  display: flex;
}

.container.is-form {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

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

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

.container.flex-vertical.is-center.is-relative, .container.flex-vertical.is-center.is-relative-copy {
  position: relative;
}

.container.card-servizi {
  max-width: 1200px;
}

.container.pad-top {
  margin-top: 100px;
}

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

.container.txt_container.flex-vertical {
  justify-content: center;
  align-items: flex-start;
}

.container.is-medium {
  max-width: 900px;
}

.flex-horizontal {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.flex-horizontal.reverse {
  flex-direction: row-reverse;
}

.flex-horizontal.justify-space-between {
  justify-content: space-between;
}

.flex-horizontal.justify-left {
  justify-content: flex-start;
}

.flex-horizontal.justify-left.text-color-white {
  justify-content: center;
  align-items: center;
}

.flex-horizontal.justify-space-around {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-around;
  align-items: center;
}

.flex-horizontal.max-width {
  flex: 1;
  max-width: 800px;
}

.flex-horizontal.is-footer {
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.flex-horizontal.is-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 0;
  overflow: auto;
}

.card-big_item {
  flex: 1;
}

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

.card-big_txt {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 32px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-small {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: .8rem;
}

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

.video_component {
  margin-top: 20px;
}

.half_wrap {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 550px;
  min-height: 75vh;
  max-height: 600px;
  display: flex;
  overflow: hidden;
}

.half_wrap.color-effect01-light {
  background-image: none;
}

.half_wrap.max-w {
  max-width: none;
}

.half_wrap.max-w.last {
  order: 9999;
}

.half_wrap.max-w.last.card-servizi, .half_wrap.max-w.color-green {
  background-color: var(--palette-color--canvas);
}

.half_wrap.is-last {
  order: 9999;
}

.half_wrap.card-servizi {
  height: auto;
  min-height: auto;
  max-height: none;
}

.half_txt {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 10% 15%;
  display: flex;
}

.half_txt.color-effect03 {
  background-image: linear-gradient(302deg, var(--palette-color--general), #fff0 59%), url('../images/Dimore-dei-Colli_leaf-double2-green.svg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, 100px;
}

.half_txt.is-first {
  order: 9999;
}

.half_txt.txt-servizi {
  height: auto;
}

.half_txt.color-grey {
  background-color: var(--palette-color--canvas);
}

.half_txt.color-grey.last {
  order: 9999;
}

.margin-bottom-auto {
  margin-bottom: auto;
}

.counter_component {
  background-color: var(--palette-color--accent);
  color: var(--palette-color--general);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  max-height: 350px;
  padding: 60px 20px;
  display: flex;
}

.counter_txt {
  font-size: 2.7rem;
  line-height: 1.2;
}

.square_card {
  flex: 1;
  max-width: 490px;
  height: 31.5vw;
  max-height: 490px;
  position: relative;
}

.square_mask {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.square_layer {
  z-index: 2;
  background-color: #0009;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0;
}

.arrow {
  background-image: url('../images/button_arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 40px;
  height: 20px;
}

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

.image-cover.position-top30 {
  object-position: 48% 96%;
  object-position: 50% 30%;
}

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

.button_tertiray-sample {
  color: var(--palette-color--black);
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
}

.button_tertiray-sample:hover {
  color: var(--palette-color--accent);
}

.button_tertiray-sample.negative {
  color: var(--palette-color--general);
}

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

.button_secondary-sample {
  border: 2px solid var(--palette-color--black);
  color: var(--palette-color--black);
  background-color: #8764b800;
  border-radius: 40px;
  padding: 12px 24px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.button_secondary-sample:hover {
  border-color: var(--palette-color--accent);
  background-color: var(--palette-color--accent);
  color: var(--palette-color--general);
}

.button_secondary-sample.negative {
  border-color: var(--palette-color--general);
  color: var(--palette-color--general);
  background-color: #fff0;
}

.button_secondary-sample.negative:hover {
  background-color: var(--palette-color--general);
  color: var(--palette-color--black);
}

.button_wrap {
  cursor: pointer;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button_wrap.align-right {
  align-self: flex-end;
}

.margino-top-auto {
  margin-top: auto;
  margin-left: auto;
  padding-left: 40px;
}

.form_logo {
  background-image: url('../images/placeholder-push.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 120px;
  position: absolute;
}

.form_img {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/placeholder-push.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_wrap {
  background-color: var(--palette-color--general);
  max-width: 60%;
  margin-bottom: 0;
  padding: 5% 10%;
}

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

.flex-vertical.pad-bot {
  padding-bottom: 50px;
}

.flex-vertical.align-center {
  justify-content: flex-start;
  align-items: center;
}

.flex-vertical.align-center.absolute {
  z-index: 2;
  position: absolute;
  inset: 15% auto auto;
}

.flex-vertical.align-center.pad-bot {
  padding-bottom: 100px;
}

.flex-vertical.align-center.color-white {
  background-color: var(--palette-color--canvas);
}

.flex-vertical.var {
  flex-flow: row;
}

.flex-vertical.txt-horizontal {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.contact_column {
  flex-direction: column;
  align-items: flex-start;
  min-width: 300px;
  font-style: normal;
  display: flex;
}

.line_contact {
  background-color: #00000026;
  flex: none;
  width: 1px;
  margin-left: 10vw;
  margin-right: 10vw;
}

.contact_link {
  color: var(--palette-color--black);
  margin-bottom: 60px;
  font-size: 2.4rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .25s cubic-bezier(.455, .03, .515, .955);
}

.contact_link:hover {
  color: var(--palette-color--accent);
}

.partner_logo {
  opacity: .4;
  object-position: 0% 50%;
  width: 180px;
  max-height: 51px;
  margin-top: 16px;
}

.map {
  background-image: url('../images/placeholder-push.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 28vw;
}

.footer_logo {
  width: 190px;
  margin-bottom: 140px;
}

.footer_column {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer_column.last {
  margin-left: 10vw;
  font-size: .9rem;
}

.footer_title {
  text-transform: uppercase;
  height: 30px;
  margin-bottom: 60px;
  font-size: 1rem;
  font-weight: 700;
}

.social_wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -10px;
  margin-bottom: 60px;
  display: grid;
}

.social_link {
  border: 2px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.social_link:hover {
  filter: brightness() grayscale(0%);
}

.no-padding-bottom {
  padding-bottom: 0;
}

.nav_link {
  color: var(--palette-color--black);
  text-transform: uppercase;
  margin-top: 4px;
  font-size: .8rem;
  line-height: 1;
  text-decoration: none;
}

.nav_link.w--current {
  font-weight: 600;
}

.nav_link.subnav {
  height: 16px;
}

.nav_link.nav-header {
  color: var(--palette-color--general);
  letter-spacing: 2px;
  font-size: .7rem;
}

.nav_link.nav-header.w--current {
  color: var(--palette-color--accent);
}

.button-text_component {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--palette-color--general);
  text-transform: uppercase;
  background-color: #00000026;
  justify-content: flex-start;
  align-items: center;
  min-height: 30px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 20px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.button-text_component:hover {
  padding-right: 26px;
}

.button-text_component.is-planimetria {
  background-color: var(--palette-color--on-general);
  border-radius: 0;
}

.button-text_component.is-planimetria:hover {
  padding-right: 20px;
}

.scroll_txt {
  letter-spacing: var(--letter-space);
  margin-right: 10px;
  font-weight: 600;
}

.scroll_arrow {
  background-image: url('../images/button_arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  margin-bottom: 2px;
  position: absolute;
  right: 0;
}

.scroll_arrow.is-green {
  background-image: url('../images/button_arrow_green-light.svg');
}

.header_title-home {
  font-family: var(--font--serif);
  letter-spacing: .2rem;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.1;
}

.header_heading {
  max-width: 530px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.1;
}

.grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  height: 60vw;
  min-height: 500px;
  max-height: 80vh;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.grid.small {
  grid-template-rows: .5fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 510px;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.grid.small.no-margin-top {
  margin-top: 0;
}

.grid_img_wrap {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.grid_img_wrap.is-relative {
  position: relative;
}

.par-underline {
  max-width: none;
  font-size: 2rem;
  line-height: 1.6;
  text-decoration: underline;
}

.par-underline.dark {
  color: var(--palette-color--black);
}

.button_primary-sample {
  border: 2px solid var(--palette-color--accent);
  background-color: var(--palette-color--accent);
  color: var(--palette-color--general);
  text-transform: uppercase;
  border-radius: 40px;
  padding: 12px 24px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.button_primary-sample:hover {
  color: var(--palette-color--accent);
  background-color: #8764b800;
}

.button_primary-sample.negative {
  border-color: var(--palette-color--general);
  background-color: var(--palette-color--general);
  color: var(--palette-color--black);
}

.button_primary-sample.negative:hover {
  color: var(--palette-color--general);
  background-color: #fff0;
}

.par-big {
  font-size: 1.3rem;
}

.download_wrap {
  background-color: var(--palette-color--canvas);
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  height: 80vh;
  min-height: 350px;
  max-height: 700px;
  display: flex;
}

.download_txt {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  display: flex;
}

.download_img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  max-width: 900px;
  display: flex;
}

.download_img.book, .download_img.capitolato {
  background-image: url('../images/placeholder-push.webp');
}

.button-icon {
  border: 2px solid var(--palette-color--accent);
  background-color: var(--palette-color--accent);
  color: var(--palette-color--general);
  text-transform: uppercase;
  border-radius: 40px;
  align-items: center;
  padding: 10px 20px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-icon:hover {
  color: var(--palette-color--accent);
  background-color: #8764b800;
}

.par-small {
  max-width: 300px;
}

.image-fullscreen {
  width: 100%;
}

.image-fullscreen.map-poi {
  object-fit: cover;
  object-position: 67% 50%;
  height: 45vw;
}

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

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

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

.form_component {
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.x_wrap {
  z-index: 10;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.x_asta {
  background-color: var(--palette-color--black);
  flex: none;
  width: 2px;
  height: 40%;
  position: absolute;
  transform: rotate(45deg);
}

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

.x_asta.negative {
  background-color: var(--palette-color--general);
}

.card-small_item {
  flex: 1;
}

.card-small_txt {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.contattaci_component {
  z-index: 2;
  color: var(--palette-color--general);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.contattaci_component.simple {
  color: var(--palette-color--black);
  background-image: none;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

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

.promo_wrap {
  background-color: var(--palette-color--accent);
  color: var(--palette-color--general);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding: 100px 60px;
  display: flex;
  position: relative;
}

.promo_txt {
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  margin-top: 20px;
  font-size: 18px;
  display: flex;
}

.promo_label {
  color: var(--palette-color--accent);
  background-image: url('../images/promo_label.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 76px 14px 9px;
  font-size: 36px;
  display: flex;
  position: absolute;
  top: -1px;
  right: 5vw;
}

.promo_label.popup {
  right: auto;
}

.contattaci_par {
  max-width: 550px;
}

.contattaci_icon {
  border: 1px solid var(--palette-color--black);
  background-image: url('../images/icon_mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 23%;
  border-radius: 100%;
  flex: none;
  width: 140px;
  height: 140px;
  margin-bottom: 60px;
}

.word_txt {
  font-size: 1.8rem;
  font-weight: 700;
}

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

.heading-small {
  font-family: var(--font--serif);
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-small.pad-bot {
  margin-bottom: 50px;
}

.heading-small.align-center {
  text-align: center;
  max-width: 800px;
}

.heading-small.align-center.text-color-green-light {
  color: var(--palette-color--primary-light);
}

.heading-small.align-center.txt-green {
  color: var(--palette-color--accent-alternative);
  letter-spacing: .5px;
  max-width: 400px;
  font-size: 1.6rem;
  font-weight: 300;
}

.heading-small.align-center.max-600 {
  max-width: 600px;
}

.heading-small.no-pad, .heading-small.no-padding-bottom {
  margin-bottom: 0;
}

.list_txt {
  max-width: 430px;
  margin-right: 20px;
}

.list_grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list_grid.is-flex {
  grid-column-gap: 0vw;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.list_grid_item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-width: 170px;
  max-width: 200px;
  height: 110px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.list_grid_item.no-border {
  flex: 1;
  height: 110px;
}

.list_grid_icon {
  width: 60%;
  height: 60%;
}

.list_grid_icon.is-white {
  filter: brightness(200%);
}

.margin-top60 {
  margin-top: 60px;
}

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

.gallery_item {
  background-color: var(--palette-color--hover);
  color: var(--palette-color--general);
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery_img {
  z-index: 1;
  color: var(--palette-color--general);
  background-image: url('../images/placeholder-push.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

.gallery_txt {
  margin-bottom: 20px;
  line-height: 1.4;
}

.card_mask {
  width: 32.8%;
  max-width: 485px;
  height: auto;
  overflow: visible;
}

.card-small_arrow {
  z-index: 1;
  background-image: url('../images/slider_arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  width: 60px;
  height: 40px;
}

.card-small_arrow.left {
  background-image: url('../images/slider_arrow-left.svg');
}

.card-small_arrows_wrap {
  margin-left: auto;
  padding-left: 40px;
  display: flex;
}

.card_slide_wrap {
  color: var(--palette-color--on-general);
  flex-flow: column;
  flex: 1;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.card_slider {
  background-color: #0000;
  height: auto;
  margin-top: 20px;
  overflow: hidden;
}

.card_slide {
  margin-right: 1vw;
}

.card_arrow_wrap {
  width: 60px;
  height: 40px;
  position: relative;
}

.display-none {
  display: none;
}

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

.points_list {
  padding-left: 20px;
  list-style-type: decimal;
}

.points_list.double-digit {
  padding-left: 27px;
}

.card-small_mask {
  width: 100%;
  height: 20vw;
  min-height: 200px;
  max-height: 300px;
  overflow: hidden;
}

.header_wrap {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1173px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.arrow_disable {
  z-index: 2;
  background-color: #fff9;
  position: absolute;
  inset: 0;
}

.arrow_disable.right {
  display: none;
}

.tour_wrap {
  flex-direction: row-reverse;
  height: 80vh;
  min-height: 500px;
  max-height: 800px;
  margin-top: 40px;
  display: flex;
}

.tour_nav {
  background-image: url('../images/placeholder-push.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35%;
  max-width: 500px;
  margin-left: 5%;
  position: relative;
}

.tour_vp_wrap {
  flex: 1;
  height: 80vh;
}

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

.tour_nav_icon {
  -webkit-text-fill-color: inherit;
  background-color: #22222240;
  background-clip: border-box;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  font-size: 90px;
  line-height: 0;
  display: flex;
  position: absolute;
}

.tour_nav_icon.w--current {
  color: var(--palette-color--accent);
  background-color: #e4252566;
  outline-color: #e4252566;
}

.tour_nav_icon.w--current:active, .tour_nav_icon.w--current:focus {
  outline-offset: 0px;
  outline: 10px solid #e4252566;
}

.tour_nav_icon._1 {
  top: 60%;
  left: 12%;
}

.tour_nav_icon._1.w--current {
  outline-color: #e4252540;
}

.tour_nav_icon._2 {
  top: 51%;
  left: 43%;
}

.tour_nav_icon._3 {
  top: 40%;
  left: 64%;
}

.tour_nav_icon._4 {
  top: 13%;
  left: 69%;
}

.tour_nav_icon._5 {
  top: 61%;
  left: 68%;
}

.tour_nav_icon.plans3 {
  top: 40%;
  left: 64%;
}

.tour_nav_icon.plans2 {
  top: 51%;
  left: 43%;
}

.tour_nav_icon.plans1 {
  top: 60%;
  left: 12%;
}

.tour_nav_icon.plans1.w--current {
  outline-color: #e4252540;
}

.tour_nav_icon.plans4 {
  top: 13%;
  left: 69%;
}

.tour_nav_icon.plans5 {
  top: 61%;
  left: 68%;
}

.flags_wrap {
  z-index: 14;
  position: fixed;
  top: 0;
  left: 0;
}

.promo_flag {
  z-index: 1;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--palette-color--accent-alternative-medium);
  background-color: var(--palette-color--accent-alternative-medium);
  color: var(--palette-color--general);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 140px;
  margin-top: 10vh;
  padding-left: 2px;
  display: flex;
  position: fixed;
  top: 100px;
}

.promo_flag:hover {
  background-color: var(--palette-color--general);
  color: var(--palette--primary\<deleted\|variable-335c938d-1e5e-f841-fca4-81582d140c5a\>);
  -webkit-text-stroke-color: var(--palette-color--primary);
}

.promo_flag_txt {
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  transform: rotate(-90deg);
}

.popup-promo_wrap {
  z-index: 2;
  background-color: var(--palette-color--hover);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.popup-promo_container {
  background-color: var(--palette-color--accent);
  flex: none;
  margin: auto;
  padding: 100px 7vw;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.popup-promo_txt_wrap {
  color: var(--palette-color--general);
  flex-direction: column;
  align-items: flex-start;
  max-width: 320px;
  margin-top: 100px;
  margin-right: 7vw;
  display: flex;
}

.promo_heading-small {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.15rem;
  line-height: 1.4;
}

.promo_heading {
  font-size: 30px;
}

.underline {
  text-decoration: underline;
}

.popup-promo_slider {
  background-color: #0000;
  width: 30vw;
  max-width: 500px;
  height: 100%;
}

.promo_slide_wrap {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.promo_logo {
  flex: none;
  height: 60px;
}

.promo_img {
  background-image: url('../images/placeholder-push.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.promo_img._01, .promo_img._02, .promo_img._03 {
  mix-blend-mode: multiply;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-top: 0;
  font-size: 8px;
  display: flex;
}

.popup-promo_slide {
  background-color: var(--palette-color--accent);
}

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

.subnav_space {
  flex: none;
  height: 20px;
}

.subnav_space.top {
  height: 40px;
}

.subnav_space.nav-header {
  height: 20px;
}

.subnav_space.nav-header.top {
  height: 40px;
}

.footer_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
  display: flex;
}

.header_hover {
  z-index: 2;
  background-color: var(--palette-color--hover);
  position: absolute;
  inset: 0;
}

.nav_links {
  max-width: 1500px;
  display: flex;
}

.nav_links.nav-header {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.nav_links.nav-page {
  flex: 1;
}

.video_popup {
  z-index: 30;
  background-color: var(--palette-color--black);
  flex-direction: column;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0;
}

.video {
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.flag_line {
  background-color: #ffffff80;
  flex: none;
  width: 1px;
  height: 60%;
}

.flag_component {
  cursor: pointer;
  border-bottom-left-radius: 20px;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.flag_icon {
  z-index: 2;
  background-color: var(--palette-color--accent-light);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.flag_icon.promo {
  background-color: var(--palette-color--accent-alternative-medium);
}

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

.flag_txt_wrap.promo {
  background-color: var(--palette-color--accent-alternative-medium);
}

.flag_txt {
  color: var(--palette-color--on-general);
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  font-weight: 500;
}

.nav_background, .nav_hamburger {
  display: none;
}

.contact_wrap {
  margin-bottom: 50px;
}

.contact_wrap.big {
  margin-bottom: 60px;
}

.contact_wrap.last {
  margin-bottom: 0;
}

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

.card-slide_txt {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--palette-color--general);
  background-image: url('../images/Dimore-dei-Colli_pittogr-neg-opacity.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  max-height: 240px;
  padding: 20px 20px 25px;
  display: flex;
}

.card-slide_txt.align-top {
  justify-content: flex-start;
  height: auto;
}

.card-square_mask {
  width: 100%;
  overflow: hidden;
}

.card-square_txt {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.card-square_wrap {
  flex: 1;
}

.poi_wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.contacts_wrap {
  justify-content: center;
  display: flex;
}

.footer_component {
  background-color: var(--palette-color--canvas);
  padding: 100px 60px 0;
}

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

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

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

.popup-area_wrap {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--palette-color--hover), var(--palette-color--hover));
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.popup-area_container {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  position: relative;
}

.popup-area_box {
  background-color: var(--palette-color--general);
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  padding: 40px;
  display: flex;
  position: relative;
}

.popup-area_box.iscriviti {
  max-width: 600px;
  margin-left: 60px;
}

.popup-area_line {
  background-color: var(--palette-color--hover);
  flex: none;
  width: 50%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.popup-area_title {
  font-size: 2em;
  line-height: 1.2;
}

.area_row {
  text-align: left;
  align-items: center;
  max-width: 440px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
}

.area_icon-row {
  align-self: flex-start;
  width: 40px;
  height: 40px;
  margin-right: 30px;
}

.gallery_txt_wrap {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gallery_hover {
  z-index: 2;
  background-color: var(--palette-color--hover);
  color: var(--palette-color--general);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

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

.nav_logo_wrap {
  display: flex;
}

.nav_logo_wrap.desk {
  margin-right: 1vw;
}

.nav_logo_wrap.mobile {
  display: none;
}

.button_icon {
  filter: contrast(0%) brightness(200%);
  height: 16px;
  margin-right: 10px;
}

.social_icon {
  max-width: 50%;
  max-height: 50%;
}

.button_submit {
  background-color: var(--palette-color--black);
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 12px 24px;
  font-weight: 500;
  line-height: 1;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.button_submit:hover {
  color: var(--palette-color--black);
  background-color: #0000;
}

.background_img {
  z-index: 0;
  background-image: url('../images/AC1619_VP10_Exterior_Generale_rev07.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.background_img.is01 {
  background-image: url('../images/IMG_0194-copia.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.background_img.is02 {
  background-image: url('../images/AC1619_VP011_Interior_Fitness_rev01.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.background_img.is03 {
  background-image: url('../images/AC1619_VP013_Interior_Living_rev01-copia_1.webp');
  background-position: 50% 55%;
  background-size: cover;
  background-attachment: fixed;
}

.background_img.fit-top {
  object-position: 100% 50%;
}

.background_hover {
  z-index: 1;
  background-image: linear-gradient(#000000a6 33%, #fff0);
  position: absolute;
  inset: 0;
}

.background_hover.light {
  background-color: #fffc;
}

.background_hover.dark {
  background-color: #0009;
}

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

.header_container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.tecma_txt {
  color: var(--palette-color--hover);
  width: 100%;
  margin-top: 200px;
  font-size: 11px;
}

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

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

.map_wrap {
  position: relative;
}

.poi_number {
  background-color: var(--palette-color--accent);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 0;
  display: flex;
}

.poi_number.absolute {
  letter-spacing: .5px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  font-size: 10px;
  position: absolute;
}

.poi_number.absolute._02 {
  top: 55%;
  left: 51%;
}

.poi_number.absolute._11 {
  top: 33%;
  left: 56%;
}

.poi_number.absolute._08 {
  top: 34%;
  left: 76%;
}

.poi_number.absolute._06 {
  top: 83%;
  left: 42%;
}

.poi_number.absolute._07 {
  top: 40%;
  left: 65%;
}

.poi_number.absolute._09 {
  top: 27%;
  left: 79%;
}

.poi_number.absolute._03 {
  top: 52%;
  left: 67%;
}

.poi_number.absolute._05 {
  top: 77%;
  left: 59%;
}

.poi_number.absolute._12 {
  top: 21%;
  left: 73%;
}

.poi_number.absolute._04 {
  top: 54%;
  left: 42%;
}

.poi_number.absolute._01 {
  top: 64%;
  left: 56%;
}

.poi_number.absolute._10 {
  top: 40%;
  left: 58%;
}

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

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

.banners_wrap {
  width: 0;
  height: 0;
}

.ideo_popup {
  z-index: 30;
  background-color: #000;
  flex-direction: column;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0;
}

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

.x_asta-2.negative {
  background-color: var(--palette-color--general);
}

.x_asta-2.negative._2 {
  transform: rotate(-45deg);
}

.display-none-2 {
  display: none;
}

.footer_container {
  padding: 24px var(--padding\<deleted\|variable-08ca8039-3cb4-7b07-8893-f04fa4a50d58\>);
  grid-row-gap: 8px;
  background-color: var(--palette--on-general\<deleted\|variable-21652418-1653-a583-817e-d0283731a8d4\>);
  color: var(--palette--primary\<deleted\|variable-335c938d-1e5e-f841-fca4-81582d140c5a\>);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: .9em;
  display: flex;
}

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

.footer_row.is-link {
  grid-column-gap: 24px;
  grid-row-gap: 6px;
}

.footer_link-2 {
  color: var(--palette--on-general\<deleted\|variable-21652418-1653-a583-817e-d0283731a8d4\>);
  letter-spacing: .5px;
  cursor: pointer;
}

.footer_link-2:hover {
  color: var(--palette--general\<deleted\|variable-8f69fce7-f592-dd4a-469e-4cfad46ead63\>);
}

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

.footer_link-3 {
  color: var(--palette-color--black);
  letter-spacing: .5px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.footer_link-3:hover {
  color: var(--palette-color--general);
}

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

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

.footer_component-2 {
  background-color: var(--palette--primary\<deleted\|variable-335c938d-1e5e-f841-fca4-81582d140c5a\>);
  color: #40542e;
  padding: 5vw;
}

.footer_partner_container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_logo-partner {
  flex-direction: column;
  align-items: flex-start;
  min-width: 200px;
  max-width: none;
  height: 80px;
  display: flex;
}

.footer_gdpr_link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.footer_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: .9em;
  display: flex;
}

.footer_partner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 21.5em;
  display: flex;
}

.footer_link-4 {
  cursor: pointer;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.footer_link-4:hover {
  color: #cc7d44;
  border-bottom-color: #cc7d44;
}

.footer_link-4.w--current {
  border-bottom-color: #40542e;
}

.footer_link-4.w--current:hover {
  transform: none;
}

.footer_line {
  background-color: #a6b69d;
  width: 1px;
}

.footer_line.is-horizontal {
  width: 100%;
  height: 1px;
}

.footer_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1em;
  display: flex;
}

.footer_column-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  line-height: 1;
  display: flex;
}

.footer_row-2 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.footer_gdpr_notes {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: .6;
  text-align: left;
  letter-spacing: .5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 650px;
  font-size: 1em;
  line-height: 1.6;
  display: flex;
}

.footer_heading {
  color: var(--palette-color--canvas);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
}

.footer_logo-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 80px;
  height: 80px;
}

.footer_logo-2.w--current {
  width: 85px;
  height: 85px;
}

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

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

.container-3.is-full {
  max-width: none;
}

.footer_gdpr_column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  font-size: .9em;
  display: flex;
}

.contact_link-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--palette-color--on-general);
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.contact_link-2:hover {
  color: var(--palette--general\<deleted\|variable-8f69fce7-f592-dd4a-469e-4cfad46ead63\>);
  text-decoration: underline;
}

.form_message {
  opacity: 0;
  background-color: #0000;
  padding: 0;
}

.contact_link-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1c392f;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.contact_link-3:hover {
  color: #fff;
  text-decoration: underline;
}

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

.lightbox_map {
  background-color: var(--palette-color--accent-light);
  color: var(--palette-color--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.dropdown_close {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.text-poi-map {
  color: #2f2f2f;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.text-poi-map.text {
  font-size: 14px;
  position: static;
}

.form_text-2 {
  font-family: var(--font--sans-serif);
  color: var(--palette-color--primary);
  letter-spacing: 1px;
  font-size: 13px;
}

.footer_gdpr_link-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.image_wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image_wrapper.is-map {
  border: 1px solid var(--palette-color--on-primary);
  background-color: #d6e5d8;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  box-shadow: 2px 2px 11px -8px #00000069;
}

.form_label {
  color: var(--palette-color--on-general);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.text-block-item {
  color: #000;
  letter-spacing: 1.12px;
  margin-left: 10px;
  font-size: 11px;
  font-weight: 300;
  display: flex;
}

.button {
  z-index: 2;
  color: var(--palette-color--general);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 0 20px;
  align-self: center;
  padding: 17px 40px 16px;
  font-size: 13px;
  line-height: 17px;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  position: relative;
}

.button:where(.w-variant-ecca48bc-b21b-d156-6a6b-52a8cbbba07d) {
  padding-left: 10px;
  padding-right: 20px;
}

.button:where(.w-variant-979bb5f8-c032-9d68-ae56-c02b2928fe9e) {
  text-transform: none;
  padding-left: 10px;
  padding-right: 20px;
}

.button:where(.w-variant-71ef91d6-8b65-a8a0-f60d-57f5cb6a86eb) {
  padding-left: 10px;
  padding-right: 20px;
}

.button:where(.w-variant-b8429186-7612-907a-0c29-89dd080cc4b5) {
  border-bottom: 1px solid var(--palette-color--general);
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 10px;
}

.button.is-submit {
  background-color: #a3a7d8;
  margin-right: auto;
}

.button.is-neg {
  color: var(--palette-color--general);
}

.button.is-text {
  border-bottom: 1px solid var(--palette-color--general);
  white-space: nowrap;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 10px;
  padding: 0 0 5px;
  text-decoration: none;
}

.button.is-text:hover {
  color: var(--palette-color--accent-alternative);
}

.button.is-text.is-accent {
  color: #ced0ff;
}

.button.is-text.is-secondary {
  color: var(--palette-color--primary);
}

.button.is-text-small {
  color: #fff;
  letter-spacing: .15em;
  white-space: nowrap;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 2px;
  margin-right: 20px;
  padding: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 14px;
}

.button.is-text-small.is-accent {
  color: #ced0ff;
}

.button.is-text-small.is-secondary {
  color: var(--palette-color--primary);
}

.button.is-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--palette-color--accent-light);
  text-transform: none;
  align-items: center;
  padding: 10px 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button.download-5 {
  padding-left: 10px;
  padding-right: 20px;
}

.footer_heading-2 {
  color: #1c392f;
  letter-spacing: .02em;
  white-space: nowrap;
  font-weight: 700;
}

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

.footer_gdpr_notes-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: .6;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: .85em;
  line-height: 1.6;
  display: flex;
}

.button_component_01 {
  cursor: pointer;
  flex-direction: column;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button_component_01:where(.w-variant-ecca48bc-b21b-d156-6a6b-52a8cbbba07d) {
  color: var(--palette-color--general);
  flex-flow: row;
  align-items: center;
}

.button_component_01:where(.w-variant-979bb5f8-c032-9d68-ae56-c02b2928fe9e) {
  color: var(--palette-color--general);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button_component_01:where(.w-variant-71ef91d6-8b65-a8a0-f60d-57f5cb6a86eb), .button_component_01.download {
  flex-flow: row;
  align-items: center;
}

.footer_link-5 {
  color: #1c392f;
  letter-spacing: .5px;
  cursor: pointer;
}

.footer_link-5:hover {
  color: #fff;
}

.footer_component-3 {
  color: #40542e;
  background-color: #869d8b;
  padding: 100px 60px 60px;
}

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

.dropdown_list {
  background-color: #e6e9e6;
  font-weight: 400;
}

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

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

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

.container-4.is-full {
  max-width: none;
}

.text-block-5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: .9;
}

.footer_link-6 {
  cursor: pointer;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.footer_link-6:hover {
  color: #cc7d44;
  border-bottom-color: #cc7d44;
}

.footer_link-6.w--current {
  border-bottom-color: #40542e;
}

.footer_link-6.w--current:hover {
  transform: none;
}

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

.list-wrap.is-first {
  margin-top: 10px;
}

.heading-small-2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.form_link-2 {
  color: var(--palette-color--on-general);
}

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

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  font-size: 17px;
  display: flex;
}

.policyflagscontainer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: stretch;
  width: 100%;
}

.footer_logo-partner-2 {
  flex-direction: column;
  align-items: flex-start;
  min-width: 200px;
  max-width: 100%;
  height: 100px;
  display: flex;
}

.footer_line-2 {
  background-color: #a6b69d;
  width: 1px;
}

.footer_line-2.is-horizontal {
  width: 100%;
  height: 1px;
}

.footer_column-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  line-height: 1;
  display: flex;
}

.footer_wrapper-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: .9em;
  display: flex;
}

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

.footer_logo-3 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100px;
  height: 100px;
}

.footer_container-item {
  background-color: var(--palette-color--canvas);
  flex-flow: column;
  width: 50%;
  max-width: none;
  padding: 5vw;
  display: flex;
}

.footer_container-item.is-image {
  width: 50%;
  max-width: none;
  padding: 0;
}

.list-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.footer_gdpr_column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  font-size: .9em;
  display: flex;
}

.icona-mappa {
  background-color: #a3a7d8;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding-top: 2px;
  display: flex;
}

.dropdown-list-map {
  cursor: auto;
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer_partner_container-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-6 {
  font-family: var(--font--sans-serif);
  color: var(--palette-color--primary);
  letter-spacing: 1px;
  font-size: 14px;
}

.accordion-item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-fit-cover {
  object-fit: cover;
  background-color: #0000;
  flex: none;
  width: 100%;
  height: 100%;
}

.container-5 {
  z-index: 3;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  display: flex;
  position: relative;
}

.container-5.is-center {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-left: auto;
  margin-right: auto;
}

.policy-flag {
  color: var(--palette-color--primary);
  flex-direction: row;
  align-items: flex-start;
  font-size: 14px;
  display: flex;
}

.footer_partner-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 21.5em;
  display: flex;
}

.dropdown_choice {
  color: var(--palette-color--on-general);
  background-color: #e6e9e6;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.dropdown_choice:hover {
  background-color: #bacebe;
}

.dropdown_choice.w--current {
  color: var(--palette-color--on-general);
  background-color: #bacebe;
}

.icon-2 {
  color: var(--palette-color--primary);
}

.page_wrapper {
  position: relative;
}

.map-embed {
  border: 2px solid #869d8b;
  width: 100%;
  height: 100%;
  line-height: 0;
}

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

.item-button {
  z-index: 0;
  background-color: #bdbee1;
  border-radius: 0 25px;
  position: absolute;
  inset: 0%;
}

.item-button:where(.w-variant-b8429186-7612-907a-0c29-89dd080cc4b5) {
  display: none;
}

.item-button.is-dark {
  z-index: 1;
  background-color: #a3a7d8;
  background-image: linear-gradient(35deg, var(--palette-color--accent) 4%, #a3a7d8 39%, #869d8b 77%, var(--palette-color--primary) 102%);
}

.item-button.is-neg {
  border: 2px solid var(--palette-color--general);
  background-color: #bdbee100;
}

.item-button.is-border {
  z-index: 2;
  border: .5px solid var(--palette-color--general);
  opacity: 0;
  background-color: #bdbee100;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  width: 95%;
  height: 80%;
  margin: auto;
}

.accordion_wrapper {
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: flex-start;
  min-width: 250px;
  padding-left: 20px;
  padding-right: 20px;
}

.form_field-2 {
  z-index: 1;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--primary-light);
  color: var(--palette-color--general);
  letter-spacing: .3px;
  background-color: #fff0;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.form_field-2:active {
  color: var(--palette-color--primary);
}

.form_field-2:focus {
  border-bottom-color: var(--palette-color--primary-light);
  color: var(--palette-color--primary);
}

.form_field-2:focus-visible, .form_field-2[data-wf-focus-visible] {
  border-bottom-color: var(--palette-color--primary);
}

.form_field-2::placeholder {
  color: var(--palette-color--primary);
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
}

.form_field-2:lang(it) {
  color: var(--palette-color--primary);
}

.form_field-2.text-capitalize-everyword::placeholder {
  color: var(--palette-color--primary);
  text-transform: none;
}

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

.form_field-2.is-interest {
  z-index: 2;
}

.accordion-map {
  border-bottom: 1px solid #333;
  align-items: stretch;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 0;
  display: flex;
}

.form_field_wrapper-2 {
  color: var(--palette-color--general);
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.6;
  display: flex;
}

.form_wrapper-2 {
  width: 100%;
}

.heading-large-2 {
  letter-spacing: 1px;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: superior-title, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.1;
}

.text_container {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.text_container.align-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.text_container.align-center.text-color-white {
  max-width: 800px;
}

.text_container.align-center.pad-bot {
  margin-bottom: 20px;
}

.footer_row-3 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

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

.color-primary {
  background-color: var(--palette-color--primary);
}

.color-secondary {
  background-color: var(--palette-color--on-general);
}

.color-accent {
  background-color: var(--palette-color--accent);
}

.color-canvas {
  background-color: var(--palette-color--canvas);
}

.color-accent-alt {
  background-color: var(--palette-color--accent-alternative);
}

.text-color-primary {
  color: var(--palette-color--primary);
}

.text-color-secondary {
  color: var(--palette-color--on-general);
}

.text-color-accent {
  color: #ced0ff;
}

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

.text-color-accent-alt {
  color: var(--palette-color--accent-alternative-medium);
}

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

.text-color-white {
  color: var(--palette-color--general);
}

.navbar_component {
  z-index: 4;
  background-color: #1c392f;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.logo_part01 {
  width: 150px;
  height: 50px;
}

.logo_part01.is-responsive {
  display: none;
}

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

.logo_text-small {
  width: auto;
  max-width: none;
  height: 15px;
  margin-top: 20px;
}

.button-contact-ink {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #ccdd8f;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-contact-ink:hover {
  color: #fff;
}

.text-contact {
  letter-spacing: 1px;
  text-transform: none;
  background-image: url('../images/foglia-verde.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 8px;
  height: 15px;
  padding-left: 16px;
  font-family: elza, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.icon-small {
  width: 1.6rem;
  height: 1.3rem;
}

.container_scroll-down {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.linea {
  background-color: #fff;
  justify-content: center;
  width: 1px;
  height: 100px;
  margin-bottom: 5px;
  position: relative;
}

.countdown_number {
  color: #869d8b;
  font-family: superior-title, sans-serif;
  font-size: 3em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.dot_scroll {
  z-index: 2;
  background-image: url('../images/Dimore-dei-Colli_leaf.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
}

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

.countdown_component {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.countdown_container {
  border: 0 solid #000;
  border-radius: 30px;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.logo {
  align-self: auto;
  max-width: 12vw;
  height: 130px;
}

.logo.is-absolute {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 35vw;
  max-width: 400px;
  height: 190px;
  display: flex;
  position: static;
  top: 40%;
}

.text-color-green-light {
  color: #869d8b;
}

.header_container-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-medium-2 {
  letter-spacing: 1px;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: elza, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.1;
}

.logo_part02 {
  width: 100%;
  height: 50px;
}

.logo_part03 {
  width: 70%;
  height: 20px;
}

.countdown_label {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: elza, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.heading-large-3 {
  letter-spacing: 1px;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: superior-title, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.1;
}

.countdown_heading {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: elza, sans-serif;
}

.countdown_item {
  border-right: 1px solid #bdbee1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.countdown_item.is-last {
  border-right-style: none;
  margin-right: 0;
}

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

.color-effect01 {
  background-color: var(--palette-color--primary);
  background-image: url('../images/Dimore-dei-Colli_pittogr-neg-opacity.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 120%;
}

.color-effect02 {
  background-image: url('../images/Dimore-dei-Colli_leaf-opacity.svg'), radial-gradient(circle at 100% 100%, #b3b6b4a1, #fff0 38%);
  background-repeat: no-repeat, repeat;
  background-size: 30vw, auto;
}

.item-leaf {
  position: absolute;
  inset: 0% auto auto 0%;
}

.item-leaf.is-extra-small {
  width: 30px;
  position: static;
}

.item-pittogr {
  width: 180px;
}

.color-effect03 {
  background-image: linear-gradient(302deg, var(--palette-color--general), #fff0 59%), url('../images/Dimore-dei-Colli_leaf-double2-green.svg'), linear-gradient(180deg, var(--palette-color--general), #ffffffe3 47%, #fff0), url('../images/Dimore-dei-Colli_leaf-double2-green.svg');
  background-position: 0 0, 100% 0, 0 0, 0%;
  background-repeat: repeat, repeat-y, repeat, repeat-y;
  background-size: auto, 100px, auto, 100px;
}

.item-leaft2 {
  z-index: 4;
  width: 100px;
}

.item-wrap_leaf {
  position: absolute;
  inset: 20px -47px auto auto;
}

.color-effect04 {
  background-image: linear-gradient(to bottom, #ffffff80, #ffffff80), linear-gradient(180deg, var(--palette-color--general) 15%, #ffffffab 46%, white 77%), url('../images/iStock-692421918-mod-bw.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.text-price {
  color: var(--palette-color--accent-light);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.item-plus {
  background-image: url('../images/button_plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  right: 0;
}

.item-plus.is-green {
  background-image: url('../images/button_arrow_green-light.svg');
}

.color-effect01-light {
  background-color: #cad3cc;
  background-image: url('../images/Dimore-dei-Colli_pittogr-neg-opacity.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 120%;
}

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

.item-service_wrapper {
  border: 2px solid var(--palette-color--accent-alternative-medium);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.item-service_wrapper.padding {
  margin-bottom: 20px;
}

.item-service_wrapper.padding.is-big {
  width: 80px;
  height: 80px;
}

.footer-pittogramma {
  width: 40px;
}

.color-effect01-dark {
  background-color: var(--palette-color--on-general);
  background-image: linear-gradient(#1c392fcf, #1c392fcf), url('../images/Dimore-dei-Colli_pittogr-neg-opacity.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 120%;
}

.heading-extra-small {
  font-family: var(--font--serif);
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-extra-small.pad-bot {
  margin-bottom: 50px;
}

.container-6 {
  z-index: 3;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  display: flex;
  position: relative;
}

.container-6.is-gdpr {
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}

.note_txt {
  color: var(--palette-color--on-general);
  width: 100%;
}

.note_txt p {
  max-width: none;
}

.note_txt h2 {
  font-family: var(--font--serif);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.note_txt h1 {
  font-family: superior-title, sans-serif;
  font-size: 2em;
  font-weight: 300;
}

.note_txt h2 {
  font-family: superior-title, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}

.note_txt a {
  color: #869d8b;
}

.container-7 {
  z-index: 3;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  display: flex;
  position: relative;
}

.container-7.is-gdpr {
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}

.cookie-embed {
  width: 100%;
}

.item-line {
  background-color: var(--palette-color--primary);
  flex: none;
  align-self: stretch;
  width: 1px;
  margin-left: 0;
  margin-right: 0;
}

.footer_link01 {
  color: var(--palette-color--hover);
  letter-spacing: .5px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

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

.container-8.is-technical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
}

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

.container-9.is-technical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  align-items: center;
}

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

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

.button-3.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

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

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

.button_icon-4:where(.w-variant-ecca48bc-b21b-d156-6a6b-52a8cbbba07d), .button_icon-4.is-mail:where(.w-variant-979bb5f8-c032-9d68-ae56-c02b2928fe9e) {
  z-index: 2;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.button_icon-4.is-mail:where(.w-variant-ecca48bc-b21b-d156-6a6b-52a8cbbba07d) {
  display: none;
}

.button_icon-4.is-download:where(.w-variant-71ef91d6-8b65-a8a0-f60d-57f5cb6a86eb) {
  z-index: 2;
  color: var(--palette-color--general);
  margin-left: 20px;
  display: flex;
  position: relative;
}

.button_icon-4.is-download:where(.w-variant-ecca48bc-b21b-d156-6a6b-52a8cbbba07d) {
  display: none;
}

.button_icon-4.is-download.download-4 {
  z-index: 2;
  color: var(--palette-color--general);
  margin-left: 20px;
  display: flex;
  position: relative;
}

.ancora {
  position: absolute;
  inset: -60px 0% 0%;
}

.nav-logo {
  flex: none;
  width: 220px;
}

.nav-logo:where(.w-variant-2966f6b4-460c-cfa6-abb3-8f119ce6ba41) {
  width: auto;
  height: 50px;
}

.nav-logo.w--current {
  width: 220px;
}

.nav_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 180px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.nav_container:where(.w-variant-2966f6b4-460c-cfa6-abb3-8f119ce6ba41) {
  height: 80px;
}

.menu-open {
  display: none;
}

.nav_component-2 {
  z-index: 10;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_component-2:where(.w-variant-2966f6b4-460c-cfa6-abb3-8f119ce6ba41) {
  background-color: var(--palette-color--on-general);
}

.nav-mobile-logo {
  width: 230px;
  display: none;
}

.nav_link-2 {
  color: var(--palette-color--canvas);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.nav_link-2.w--current {
  color: var(--palette-color--accent-light);
}

.list_wrap {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.timbro {
  z-index: 1;
  opacity: .15;
  background-image: url('../images/timbro.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: -93px 0% auto 174px;
}

.timbro.is-menu, .menu-close {
  display: none;
}

.icon-close.is-white {
  color: var(--palette-color--general);
}

.contatti_flag {
  z-index: 5;
  color: #403333;
  background-color: #f2be1c;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: color .4s;
  display: flex;
  position: fixed;
  top: 15px;
  right: 20px;
}

.contatti_flag:hover {
  color: #f3eadb;
}

.list {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex: 1;
  margin-bottom: 17px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list.left {
  justify-content: flex-end;
  align-items: center;
}

.envelope {
  width: 60%;
  padding-top: 5px;
}

.list-item {
  justify-content: center;
  align-items: center;
  min-width: 80px;
  display: flex;
}

.navbar_trigger {
  width: 5px;
  height: 10vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.image {
  width: 40px;
}

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

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vp_grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr .5fr;
  width: 100%;
  height: 30vw;
  min-height: 600px;
  margin-top: 10px;
}

.vp_grid.no-pad-top {
  margin-top: 0;
}

.img_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img_wrap.display-none-tablet {
  display: flex;
}

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

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

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

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

.italic-text {
  color: var(--palette-color--primary);
}

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

.flex_vertical.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex_vertical.gap-20.margin-top {
  margin-top: 40px;
}

.grid_img_wrap-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.grid_img_wrap-2.is-relative {
  position: relative;
}

.grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 14vw;
  margin-top: 40px;
}

.container-10 {
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-10.small-grid {
  max-width: 1100px;
}

.grid_img_wrap-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.grid_img_wrap-3.is-relative {
  position: relative;
}

.image-2 {
  width: 350px;
}

.text-block-7, .text-block-8 {
  font-weight: 500;
}

.container_scroll-down-2 {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 140px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.linea-2 {
  background-color: #fff;
  justify-content: center;
  width: 1px;
  height: 140px;
  margin-bottom: 5px;
  position: relative;
}

.dot_scroll-2 {
  z-index: 2;
  background-image: url('../images/Dimore-dei-Colli_leaf.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 22px;
  position: absolute;
  top: 0;
}

.italic-text-2 {
  color: var(--palette-color--accent-alternative);
}

.grid-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

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

.gallery_img-2 {
  z-index: 1;
  color: #fff;
  background-image: url('../images/placeholder-push.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

.gallery_img-2.contesto {
  background-image: url('../images/IMG_0161.webp');
}

.gallery_img-2.esterni {
  background-image: url('../images/AC1619_VP02_Exterior_Parco_Rev00.webp');
}

.gallery_img-2.interni {
  background-image: url('../images/AC1619_VP04_Interior_Bathroom_rev01.webp');
}

.leaf {
  background-image: url('../images/leaf_logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 40px;
  height: 20px;
}

.gallery_hover-2 {
  z-index: 2;
  color: #fff;
  background-color: #000000a1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

.section-4 {
  width: 100%;
  padding: 80px;
  position: relative;
}

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

.container-11 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.gallery_item-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #000000a1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title {
  z-index: 20;
  font-family: var(--font--serif);
  letter-spacing: 1px;
  width: 100%;
  max-width: 450px;
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: 44px;
  position: relative;
}

.gallery_wrap-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  height: 100%;
  min-height: 450px;
  display: flex;
}

.image-4 {
  width: 30px;
}

.icon-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.italic-text-3 {
  font-weight: 300;
}

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

.image-5 {
  height: 50px;
}

.heading-medium-copy {
  font-family: var(--font--serif);
  color: var(--palette-color--primary);
  text-align: center;
  max-width: 800px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-medium-copy.underline {
  font-weight: 400;
  text-decoration: underline;
}

.heading-medium-copy.is-tipologico {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.heading-medium-copy.text-color-accent-alternative {
  color: var(--palette-color--accent-alternative);
}

.heading-medium-copy.text-color-dark {
  color: var(--palette-color--on-general);
}

.heading-medium-3 {
  color: var(--palette-color--primary);
  text-align: center;
  letter-spacing: 1px;
  max-width: 800px;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: elza, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 37px;
}

.div-block-5 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 150px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-5.position, .div-block-5.position-40 {
  bottom: 40%;
}

.hover {
  background-color: #0000008c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hover.is-tipologico {
  background-color: #00000045;
  background-image: radial-gradient(circle, #000000ba 4%, #0000 72%);
}

.hover.is-tipologico.is-var {
  background-image: none;
}

.text-block-9, .text-block-10, .text-block-11, .text-block-12 {
  color: var(--palette-color--general);
  text-align: center;
}

.text-block-12.margin-bot {
  margin-bottom: 35px;
}

.line {
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: var(--palette-color--accent-alternative-medium) black black var(--palette-color--accent-alternative-medium);
  padding-left: 100px;
  padding-right: 140px;
  position: absolute;
  inset: 0%;
}

.hover-copy {
  border-style: solid;
  border-width: 3px;
  border-color: var(--palette-color--canvas) #af3a3a #af3a3a;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  inset: 0%;
}

.line-box {
  z-index: 2;
  border: 1px solid var(--primary-light);
  opacity: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin: 20px;
  transition: opacity .35s;
  position: absolute;
  inset: 0%;
}

.line-box:hover {
  opacity: 1;
}

.text-wrap-half {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 50%;
  display: flex;
}

.text-wrap-half.is-small {
  width: 50%;
  min-width: auto;
}

.paragraph {
  max-width: 800px;
}

.video-2 {
  cursor: pointer;
  width: 100%;
}

.vimeo-01_component {
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
}

.vimeo-01_wrapper {
  width: 100%;
  padding-top: 56.2%;
  position: relative;
}

.vimeo-01_iframe {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-video {
  width: 100%;
  margin-top: 100px;
}

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

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

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

.button_icon-5.slider {
  color: var(--palette-color--on-general);
  width: 20px;
  height: 20px;
  line-height: 2px;
}

.heading-xsmall-2 {
  color: #d8bab6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
}

.heading-xsmall-2.is-white {
  color: #f7f4e7;
}

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

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

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

.container-12 {
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-12.small {
  max-width: 650px;
}

.container-12.small.padding-bottom {
  margin-bottom: 5vw;
}

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

.image-fit-cover-3.position-up {
  object-position: 50% 70%;
}

.section-5 {
  background-color: #f7f4e7;
  padding: 8vw 60px;
  display: block;
}

.section-5.is-dark {
  background-color: #a57b77;
}

.section-5.is-dark.no-padding-top {
  padding-top: 0;
}

.section-5.is-dark.no-padding-top.image-background {
  background-image: linear-gradient(#a57b77d9, #a57b77d9), url('../images/iStock-1321208586.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flex-central {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-central.padding-top {
  padding-top: 5vw;
  padding-bottom: 3vw;
}

.slide-motivi {
  height: auto;
}

.paragraph-2 {
  color: #554441;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 15px;
}

.paragraph-2.is-central {
  text-align: center;
  max-width: 100%;
}

.paragraph-2.is-central.text-color-white {
  color: #fdfcf8;
}

.slider_arrow {
  background-color: #eef3ef;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: 0% 0% 0% auto;
}

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

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

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

.heading-card {
  color: #554441;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.9rem;
  line-height: 1.2;
  text-decoration: none;
}

.heading-card.is-central {
  text-align: center;
}

.heading-card.is-central.text-color-white {
  color: #f7f4e7;
}

.slide-motivi_container {
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.text_servizi {
  z-index: 3;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  display: flex;
  position: relative;
}

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

.heading-small-3 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-small-3.is-white {
  color: #f7f4e7;
  text-align: center;
  font-weight: 300;
}

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

.item-4leaf {
  width: 25px;
}

.italic-text-5 {
  color: var(--palette-color--accent-alternative);
}

.text-block-13 {
  text-transform: uppercase;
}

.tab-link-tab-1 {
  background-color: #ddd0;
}

.tab-link-tab-1.w--current {
  z-index: 5;
}

.tabs-menu {
  z-index: 10;
  position: absolute;
}

.tabs {
  position: relative;
}

.div-block-7 {
  width: 300px;
  height: 300px;
}

.tab-link-tab-2 {
  position: absolute;
}

.tab-pane-tab-1 {
  position: relative;
}

.tabs-menu-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ddd0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-link.w--current {
  background-color: #fff0;
}

.text-block-14 {
  font-family: var(--font--serif);
  color: var(--palette-color--on-general);
  text-align: center;
  letter-spacing: 1px;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.text-block-14.color-violet {
  color: var(--palette-color--accent-light);
  text-transform: none;
  font-size: 29px;
}

.text-block-14.is-small {
  font-size: 18px;
}

.text-block-14.color-green-copy {
  color: var(--palette-color--accent-alternative-medium);
  text-transform: none;
  font-size: 29px;
}

.tab-link-tab-2-2 {
  background-color: #c8c8c800;
}

.image-7 {
  width: 40px;
}

.tab-link-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ddd0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 60px;
  display: flex;
}

.tab-link-1.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ced0ff54;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.tab-link-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ddd0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 60px;
  display: flex;
}

.tab-link-2.w--current {
  color: var(--palette-color--accent-light);
  background-color: #ccdd8f47;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 10px 60px;
}

.italic-text-6 {
  color: var(--palette-color--on-general);
}

.italic-text-7, .italic-text-8 {
  color: var(--palette-color--primary);
}

.image-9 {
  height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span {
  color: var(--palette-color--accent-alternative-medium);
}

.italic-text-10, .italic-text-11, .italic-text-12, .italic-text-13 {
  color: var(--palette-color--accent-alternative);
}

.italic-text-14, .italic-text-15, .txt-italic-green {
  color: var(--palette-color--primary);
}

.italic-text-16, .italic-text-17, .italic-text-18, .italic-text-19 {
  color: var(--palette-color--accent-alternative);
}

.italic-text-20 {
  color: var(--palette-color--primary);
}

.italic-text-21, .italic-text-22 {
  color: var(--palette-color--accent-alternative);
}

.icon-scopri {
  background-color: var(--palette-color--general);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.image-logo.is-pittogramma {
  display: none;
}

.image-logo.is-pittogramma:where(.w-variant-2966f6b4-460c-cfa6-abb3-8f119ce6ba41) {
  display: block;
}

.image-logo.is-logo:where(.w-variant-2966f6b4-460c-cfa6-abb3-8f119ce6ba41) {
  display: none;
}

.item-logo-footer {
  width: 350px;
}

.item-logo-footer.is-responsive {
  display: none;
}

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

.div-block-26 {
  background-image: url('../images/text-frame.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 65%;
  min-width: 250px;
  height: 65%;
}

.container-13.is-form-download {
  flex: 1;
  max-width: 70vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.close-form-popup {
  z-index: 11;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  inset: 4vw 4vw auto auto;
}

.div-block-21 {
  background-image: url('../images/AC1807_VP02_Exterior_Giardinocondominiale_Rev02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 8vw;
  display: flex;
}

.div-block-21.is-download {
  background-image: linear-gradient(to bottom, null, null), url('../images/AC1807_VP02_Exterior_Giardinocondominiale_Rev02.webp');
}

.download-popup {
  z-index: 15;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1c392f96;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.form_component-2 {
  width: 50vw;
  padding-top: 4vw;
  padding-bottom: 4vw;
  padding-right: 8vw;
}

.form_component-2.is-popup {
  background-color: var(--palette-color--on-primary);
  width: 50%;
  padding: 4vw 4vw 2vw;
}

@media screen and (max-width: 991px) {
  .footer_component {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer_column {
    padding-bottom: 0;
  }

  .form_field {
    line-height: 20px;
  }

  .nav_component {
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav_component.nav-header {
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav_component.nav-header:where(.w-variant-ca60e1fc-5c00-cf1c-c1c4-e33ed8728668) {
    background-color: var(--palette-color--on-general);
    flex-flow: column;
    align-items: center;
    min-height: auto;
  }

  .nav_component.nav-header:hover {
    background-color: #fff0;
  }

  .nav_component.nav-page {
    align-items: center;
  }

  .header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .header.black {
    height: auto;
    padding-top: 190px;
    padding-bottom: 60px;
  }

  .nav_logo {
    z-index: 3;
  }

  .nav_logo.nav-header {
    width: 50px;
  }

  .nav_link_wrap {
    width: 50%;
    margin: 20px 0;
    padding-top: 0;
  }

  .nav_link_wrap.nav-header {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin: 16px 0;
    padding-top: 0;
  }

  .nav_link_wrap.nav-header.responsive_display {
    margin-bottom: auto;
    display: flex;
  }

  .nav_link_wrap.nav-header.is-fisrt-responsive, .nav_link_wrap.first {
    margin-top: auto;
  }

  .nav_link_wrap.last {
    margin-bottom: auto;
  }

  .nav_link_wrap.is-contact {
    display: none;
  }

  .subnav_wrap {
    width: auto;
    margin-top: 10px;
    display: flex;
  }

  .subnav_link {
    text-transform: uppercase;
    font-size: 14px;
  }

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

  .section.bg_img {
    height: 600px;
    min-height: auto;
  }

  .section.color-effect01-copy.pad-right-0px {
    padding-right: 0;
  }

  .section.no-padding-top {
    padding-top: 0;
  }

  .section.bg_img_gallery {
    height: 600px;
    min-height: auto;
  }

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

  .heading-large {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 2rem;
    line-height: 1.4;
  }

  .heading-medium {
    margin-bottom: 10px;
  }

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

  .container.is-item {
    order: -1;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .flex-horizontal, .flex-horizontal.reverse {
    flex-direction: column;
  }

  .flex-horizontal.justify-space-between {
    flex-direction: row;
  }

  .flex-horizontal.justify-left {
    align-items: flex-start;
  }

  .flex-horizontal.justify-space-around.is-grid {
    justify-content: space-around;
    align-items: flex-start;
  }

  .flex-horizontal.is-card {
    flex-flow: row;
    overflow: auto;
  }

  .flex-horizontal.is-invert {
    flex-flow: column-reverse;
  }

  .card-big_item {
    display: flex;
  }

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

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

  .half_wrap {
    min-height: 300px;
    max-height: none;
  }

  .half_txt {
    padding: 60px 0;
  }

  .half_txt.color-grey {
    padding-left: 60px;
    padding-right: 60px;
  }

  .half_txt.responsive-pad-top {
    padding-top: 0;
  }

  .square_card {
    flex: 0 auto;
    width: 40vw;
    max-width: none;
    height: 40vw;
    margin: 5px;
  }

  .square_card.full {
    width: 100%;
    max-width: none;
  }

  .button_tertiray-sample.negative {
    letter-spacing: .1rem;
    font-size: .9rem;
  }

  .button_wrap {
    align-self: auto;
  }

  .margino-top-auto {
    margin-left: 0;
    padding-left: 0;
  }

  .form_img {
    flex: none;
    height: 60vw;
  }

  .form_wrap {
    width: 100%;
    max-width: none;
    padding: 60px;
  }

  .flex-vertical.align-center.absolute {
    max-width: 80%;
  }

  .flex-vertical.align-center.pad-bot {
    padding-bottom: 60px;
  }

  .flex-vertical.txt-horizontal {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact_column {
    grid-column-gap: 48px;
    flex-direction: row;
    justify-content: flex-start;
  }

  .contact_column.logos {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    justify-content: space-between;
  }

  .contact_link {
    font-size: 1.5rem;
  }

  .partner_logo {
    width: 150px;
  }

  .map {
    height: 60vw;
  }

  .footer_logo {
    align-self: center;
  }

  .footer_column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer_column.last {
    align-items: center;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .nav_link {
    color: var(--palette-color--black);
    text-transform: none;
    font-size: 1.7rem;
  }

  .nav_link.w--current {
    border-bottom-color: var(--palette-color--black);
  }

  .nav_link.nav-header {
    font-family: var(--font--serif);
    font-size: 1.5rem;
    font-weight: 300;
  }

  .nav_link.nav-header.w--current {
    color: var(--palette-color--on-general);
  }

  .grid, .grid.small {
    height: 450px;
    min-height: auto;
    max-height: none;
  }

  .par-underline {
    font-size: 1.8rem;
  }

  .par-big {
    font-size: 1.2rem;
  }

  .download_wrap {
    height: 50vw;
  }

  .par-small {
    max-width: 100%;
  }

  .image-fullscreen.map-poi {
    height: 50vw;
  }

  .form_component {
    flex-direction: column;
  }

  .x_asta {
    background-color: var(--palette-color--general);
  }

  .card-small_item {
    align-items: stretch;
    min-width: 30vw;
    display: flex;
  }

  .card-small_txt {
    justify-content: center;
    padding-bottom: 20px;
  }

  .contattaci_component {
    min-height: 80vw;
  }

  .contattaci_icon {
    width: 100px;
    height: 100px;
  }

  .list_txt {
    max-width: none;
  }

  .list_grid {
    margin-top: 100px;
  }

  .list_grid.is-flex {
    grid-column-gap: 5vw;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-bottom: 20px;
    padding-right: 80px;
    overflow: auto;
  }

  .list_grid_item {
    min-width: 100px;
  }

  .gallery_wrap {
    flex-wrap: wrap;
  }

  .gallery_item {
    min-width: 40%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .card_mask {
    width: 50%;
  }

  .card-small_arrow {
    margin-top: 290px;
    padding-top: 0;
  }

  .card-small_arrow.left {
    margin-top: 290px;
  }

  .card_slide_wrap {
    min-width: 350px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-small_mask {
    flex: none;
    width: 50%;
    height: auto;
    max-height: none;
  }

  .tour_wrap {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .tour_nav {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 60vh;
    min-height: 50vh;
  }

  .tour_vp_wrap {
    min-height: 80vh;
  }

  .tour_vp {
    max-height: 45vh;
  }

  .tour_nav_icon._1 {
    top: 53%;
    left: 29%;
  }

  .tour_nav_icon._1.w--current {
    left: 29%;
  }

  .tour_nav_icon._2 {
    top: 51%;
  }

  .tour_nav_icon._3.w--current {
    top: 45%;
  }

  .tour_nav_icon._4 {
    top: 32%;
    left: 61%;
  }

  .tour_nav_icon._5 {
    top: 55%;
    left: 64%;
  }

  .tour_nav_icon.plans3.w--current {
    top: 45%;
  }

  .tour_nav_icon.plans2 {
    top: 51%;
  }

  .tour_nav_icon.plans1 {
    top: 53%;
    left: 29%;
  }

  .tour_nav_icon.plans1.w--current {
    left: 29%;
  }

  .tour_nav_icon.plans4 {
    top: 32%;
    left: 61%;
  }

  .tour_nav_icon.plans5 {
    top: 55%;
    left: 64%;
  }

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

  .promo_flag:hover {
    background-color: var(--palette-color--accent);
    color: var(--palette-color--canvas);
  }

  .popup-promo_container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .popup-promo_txt_wrap {
    margin-right: 5vw;
  }

  .fixed_flags {
    margin-top: 0;
    top: 35%;
  }

  .subnav_space {
    display: none;
  }

  .footer_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .nav_links {
    z-index: 1;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #fff9;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    padding-top: 140px;
    padding-bottom: 80px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
  }

  .nav_links.nav-header {
    background-color: #869d8bc2;
    background-image: linear-gradient(#687f6da8, #687f6da8), url('../images/Dimore-dei-Colli_pittogr-neg-opacity.svg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 75%;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .nav_background {
    z-index: 2;
    background-color: var(--palette-color--general);
    opacity: 0;
    padding: 0;
    display: block;
    position: absolute;
    inset: 0;
    box-shadow: 0 0 14px #0000001a;
  }

  .nav_hamburger {
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: auto;
    display: flex;
    position: relative;
  }

  .nav_hamburger.nav-header {
    filter: invert();
    cursor: pointer;
    width: 60px;
    height: 60px;
  }

  .nav_hamburger.nav-header:where(.w-variant-ca60e1fc-5c00-cf1c-c1c4-e33ed8728668) {
    display: none;
  }

  .nav_lottie {
    flex: none;
    width: 3rem;
    height: 3rem;
  }

  .card-slide_mask {
    height: 35vw;
  }

  .card-square_wrap {
    min-width: 30vw;
  }

  .contacts_wrap {
    flex-direction: column;
  }

  .square_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

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

  .cards-big_wrap.big {
    grid-row-gap: 80px;
  }

  .popup-area_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .popup-area_container {
    flex-direction: column;
    position: static;
  }

  .popup-area_box {
    flex: none;
    position: static;
  }

  .popup-area_box.iscriviti {
    margin-top: 60px;
    margin-left: 0;
  }

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

  .nav_logo_wrap.desk {
    display: none;
  }

  .nav_logo_wrap.mobile {
    display: flex;
  }

  .poi_number.absolute._02 {
    left: 38%;
  }

  .poi_number.absolute._11 {
    left: 45%;
  }

  .poi_number.absolute._08 {
    left: 79%;
  }

  .poi_number.absolute._06 {
    left: 21%;
  }

  .poi_number.absolute._07 {
    left: 61%;
  }

  .poi_number.absolute._09 {
    left: 85%;
  }

  .poi_number.absolute._03 {
    left: 64%;
  }

  .poi_number.absolute._05 {
    left: 50%;
  }

  .poi_number.absolute._12 {
    left: 75%;
  }

  .poi_number.absolute._04 {
    left: 22%;
  }

  .poi_number.absolute._01 {
    left: 45%;
  }

  .poi_number.absolute._10 {
    left: 47%;
  }

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

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

  .x_asta-2 {
    background-color: #fff;
  }

  .footer_txt.is-line {
    display: none;
  }

  .footer_component-2 {
    padding: 10vw 32px 5vw;
  }

  .footer_wrapper {
    flex-direction: column;
  }

  .footer_line {
    width: auto;
    height: 1px;
  }

  .footer_column-2 {
    padding-bottom: 0;
  }

  .footer_row-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .footer_gdpr_notes {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .footer_logo-2, .footer_logo-2.w--current {
    width: 50px;
    height: 50px;
  }

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

  .footer_gdpr_column {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .lightbox_map {
    color: #1c392f;
    background-color: #bdbee1;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 19px;
    display: flex;
    position: absolute;
    inset: auto 20px 20px auto;
  }

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

  .image_wrapper.is-map {
    aspect-ratio: auto;
    flex-flow: column;
    order: 0;
    height: auto;
  }

  .map_container {
    position: relative;
  }

  .footer_gdpr_notes-2 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .footer_component-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .section-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .icon-embed-xxsmall {
    width: 1.3rem;
    height: 1.3rem;
  }

  .flex-block {
    flex-flow: column;
  }

  .footer_line-2 {
    width: auto;
    height: 1px;
  }

  .footer_column-3 {
    padding-bottom: 0;
  }

  .footer_wrapper-2 {
    flex-direction: column;
  }

  .footer_container-item, .footer_container-item.is-image {
    width: 100%;
  }

  .list-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer_gdpr_column-2 {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .accordion-item {
    width: 100%;
  }

  .dropdown_choice:hover {
    background-color: #9ac0a2;
  }

  .accordion_wrapper {
    border-right-style: none;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: auto;
  }

  .form_field-2 {
    z-index: 1;
    border-radius: 0;
    line-height: 20px;
    position: relative;
  }

  .form_field-2.is-interest {
    z-index: 2;
  }

  .form_wrapper-2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: auto;
  }

  .text_container {
    margin-right: 0;
  }

  .text_container.align-center.text-color-white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer_row-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .navbar_component {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo_part01.is-responsive {
    width: 40px;
    height: 40px;
    display: block;
  }

  .logo_text-small {
    display: none;
  }

  .button-contact-ink {
    display: flex;
  }

  .container_scroll-down {
    margin-top: 40px;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .logo {
    max-width: none;
  }

  .logo.is-absolute {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: auto;
  }

  .heading-medium-2 {
    font-size: 1.5em;
  }

  .heading-large-3 {
    font-size: 2.5em;
  }

  .item-pittogr {
    width: 100px;
  }

  .item-wrap_leaf {
    top: -40px;
    right: 0;
  }

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

  .ancora {
    top: -80px;
  }

  .nav-logo {
    display: none;
  }

  .nav_container {
    justify-content: space-between;
    height: 90px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-open {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 20px 40px auto auto;
  }

  .nav_component-2 {
    z-index: 15;
  }

  .nav-mobile-logo {
    width: 50px;
    display: flex;
  }

  .nav-mobile-logo.w--current {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .nav_link-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
  }

  .nav_link-2.w--current {
    border-bottom: 1px solid var(--palette-color--accent);
  }

  .list_wrap {
    z-index: 15;
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    background-color: var(--palette-color--on-general);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .timbro {
    width: 130px;
    height: 130px;
    top: -82px;
  }

  .timbro.is-menu {
    background-image: url('../images/pittogramma-green.svg');
    background-position: 100% 0;
    background-size: 105%;
    width: 30vw;
    height: 25vw;
    display: flex;
    inset: auto auto 0 0;
  }

  .icon-menu {
    color: var(--palette-color--general);
    width: 35px;
    height: 35px;
  }

  .menu-close {
    z-index: 15;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 20px 40px auto auto;
  }

  .icon-close {
    color: #f3eadb;
    width: 35px;
    height: 35px;
  }

  .contatti_flag.is-mobile {
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    top: auto;
    right: calc(5vw + 65px);
  }

  .contatti_flag.is-desktop {
    display: none;
  }

  .list {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    flex-flow: column;
    flex: none;
    margin-bottom: auto;
  }

  .list.left {
    flex: 0 auto;
    margin-top: auto;
    margin-bottom: 0;
  }

  .vp_grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
  }

  .img_wrap.display-none-tablet {
    display: none;
  }

  .grid-2 {
    height: auto;
  }

  .container_scroll-down-2 {
    margin-top: 40px;
  }

  .section-4.pad-top-0px.color_green-dark {
    height: auto;
  }

  .gallery_item-2 {
    min-width: 40%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .gallery_wrap-2 {
    flex-wrap: wrap;
    height: auto;
  }

  .heading-medium-copy {
    margin-bottom: 10px;
  }

  .heading-medium-3 {
    font-size: 1.5em;
  }

  .hover.is-tipologico {
    background-color: #00000059;
    background-image: radial-gradient(circle, #0000009e 4%, #0000 72%);
  }

  .hover.is-tipologico.is-var {
    background-image: none;
  }

  .line-box:hover {
    opacity: 0;
  }

  .text-wrap-half {
    width: 100%;
    min-width: auto;
  }

  .text-wrap-half.is-small {
    width: 100%;
  }

  .paragraph {
    max-width: none;
  }

  .video-2 {
    width: 100%;
  }

  .home-video {
    margin-top: 40px;
  }

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

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

  .container-12.small {
    max-width: none;
  }

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

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

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

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

  .heading-card {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .slide-motivi_container {
    height: 400px;
  }

  .text_servizi {
    max-width: 90%;
  }

  .tab-link-1, .tab-link-1.w--current, .tab-link-2, .tab-link-2.w--current {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-logo.is-pittogramma {
    display: block;
  }

  .image-logo.is-logo {
    display: none;
  }

  .item-logo-footer.is-responsive {
    width: 250px;
    margin-bottom: 20px;
    display: flex;
  }

  .anchor {
    z-index: 100;
    position: absolute;
    inset: -80px auto auto 0%;
  }

  .div-block-26 {
    width: 30vw;
    height: 30vw;
  }

  .container-13.is-form-download {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    flex: 0 auto;
    width: 75%;
    min-width: auto;
    max-width: none;
  }

  .close-form-popup {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 40px 20px auto auto;
  }

  .div-block-21 {
    flex: 0 auto;
    width: 100%;
    height: 300px;
  }

  .download-popup {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .form_component-2.is-popup {
    width: 100%;
    padding-bottom: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .footer_column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  p {
    max-width: none;
  }

  .form_field {
    margin-bottom: 15px;
  }

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

  .nav_component.nav-header {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .header.black {
    padding-top: 120px;
    padding-bottom: 40px;
  }

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

  .section.bg_img {
    height: 580px;
    min-height: auto;
  }

  .section.bg_img_gallery {
    height: 450px;
    min-height: auto;
  }

  .heading-large {
    font-size: 2rem;
  }

  .container.is-technical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container.pad-top {
    margin-top: 60px;
  }

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

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

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

  .half_wrap {
    flex: 0 auto;
    height: auto;
    min-height: auto;
  }

  .half_txt {
    padding-left: 0;
    padding-right: 0;
  }

  .half_txt.color-grey {
    padding-left: 40px;
    padding-right: 40px;
  }

  .counter_txt {
    font-size: 2rem;
  }

  .square_card {
    width: 100%;
    height: 60vw;
    min-height: auto;
    max-height: 250px;
    margin-left: 0;
    margin-right: 0;
  }

  .desk_flex-vertical {
    align-items: flex-start;
  }

  .form_img {
    min-height: 300px;
  }

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

  .flex-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .contact_column {
    flex-direction: row;
  }

  .contact_column.logos {
    flex-wrap: nowrap;
  }

  .footer_logo {
    margin-bottom: 100px;
  }

  .footer_column {
    min-width: 50%;
  }

  .footer_column.last {
    margin-top: 0;
  }

  .footer_title {
    margin-bottom: 40px;
  }

  .header_heading {
    font-size: 2.1rem;
  }

  .grid {
    grid-template-columns: 1fr;
    height: 350px;
  }

  .grid.small {
    height: 120vw;
    max-height: none;
    margin-top: 60px;
  }

  .grid.small.no-margin-top {
    margin-top: -100px;
  }

  .par-underline {
    font-size: 1.4rem;
  }

  .par-big {
    font-size: 1.2rem;
  }

  .download_wrap {
    flex-direction: column;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .download_txt {
    margin-left: 0;
  }

  .download_img.book {
    width: 100%;
    height: 60vw;
  }

  .card-small_item, .card-small_item.long_par {
    flex-direction: column;
  }

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

  .contattaci_icon {
    width: 80px;
    height: 80px;
  }

  .heading-small.pad-0 {
    margin-bottom: 0;
  }

  .list_grid {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

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

  .card-small_arrow {
    background-size: 100%;
    width: 30px;
    margin-top: 290px;
    margin-right: 42px;
  }

  .card-small_arrow.left {
    margin-left: 41px;
  }

  .card-small_arrows_wrap {
    grid-column-gap: 10px;
    margin-left: 0;
    padding-left: 0;
  }

  .card_slider {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card_arrow_wrap {
    width: 30px;
  }

  .points_column {
    flex: 1;
    min-width: 40%;
    margin-bottom: 40px;
  }

  .card-small_mask {
    width: 100%;
  }

  .card-small_mask.long_par {
    width: 100%;
    height: 60vw;
  }

  .tour_wrap {
    grid-row-gap: 2vh;
    flex-direction: column;
  }

  .tour_nav {
    width: 100%;
    max-width: none;
    height: 60vw;
    margin-left: 0;
  }

  .tour_vp_wrap {
    flex: none;
    height: 80vw;
  }

  .tour_nav_icon._1 {
    top: 57%;
    left: 28%;
  }

  .tour_nav_icon._3.w--current {
    top: 38%;
    left: 58%;
  }

  .tour_nav_icon._4 {
    top: 6%;
    left: 58%;
  }

  .tour_nav_icon._5 {
    top: 63%;
    left: 58%;
  }

  .tour_nav_icon.plans3.w--current {
    top: 38%;
    left: 58%;
  }

  .tour_nav_icon.plans1 {
    top: 57%;
    left: 28%;
  }

  .tour_nav_icon.plans4 {
    top: 6%;
    left: 58%;
  }

  .tour_nav_icon.plans5 {
    top: 63%;
    left: 58%;
  }

  .promo_flag {
    flex-direction: column;
    width: auto;
    height: 40px;
    inset: auto 0 0;
  }

  .promo_flag_txt {
    transform: none;
  }

  .popup-promo_container {
    flex-direction: column-reverse;
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .popup-promo_txt_wrap {
    flex: none;
    margin-top: 60px;
    margin-right: 0;
  }

  .promo_heading-small {
    font-size: 1rem;
  }

  .popup-promo_slider {
    flex: none;
    width: auto;
    height: 60vw;
  }

  .fixed_flags {
    top: 100px;
  }

  .footer_wrap {
    grid-row-gap: 100px;
  }

  .flag_component {
    top: 28px;
  }

  .card-slide_mask {
    height: 50vw;
    max-height: none;
  }

  .card-square_txt {
    justify-content: center;
    padding-bottom: 40px;
  }

  .card-square_wrap {
    flex: none;
    display: flex;
  }

  .poi_wrap {
    flex-wrap: wrap;
  }

  .contacts_wrap {
    grid-row-gap: 5vw;
  }

  .landscape-none {
    display: none;
  }

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

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

  .popup-area_box.iscriviti {
    margin-top: 40px;
  }

  .cards-small_wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .background_hover {
    background-color: #0000004f;
    background-image: linear-gradient(#0000006e 14%, #0000 54%);
  }

  .tecma_txt {
    margin-top: 0;
  }

  .poi_number.absolute {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
  }

  .header_component_nav-small {
    padding-top: 100px;
  }

  .footer_row.is-link {
    max-width: 370px;
  }

  .footer_gdpr_link {
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: flex-start;
  }

  .footer_wrapper {
    grid-column-gap: 32px;
  }

  .footer_column-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer_gdpr_notes {
    text-align: left;
  }

  .footer_gdpr_column {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_gdpr_link-2 {
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: flex-start;
  }

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

  .button {
    padding: 14px 25px;
    font-size: 13px;
  }

  .button:where(.w-variant-ecca48bc-b21b-d156-6a6b-52a8cbbba07d), .button:where(.w-variant-979bb5f8-c032-9d68-ae56-c02b2928fe9e) {
    padding-left: 10px;
  }

  .footer_gdpr_notes-2 {
    text-align: left;
  }

  .footer_column-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer_wrapper-2 {
    grid-column-gap: 32px;
  }

  .footer_container-item {
    padding: 20px;
  }

  .footer_gdpr_column-2 {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .accordion-item {
    width: 100%;
  }

  .container-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }

  .accordion_wrapper {
    width: 100%;
    margin-top: 20px;
  }

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

  .text_container {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .navbar_component {
    align-self: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    align-self: auto;
    height: 100px;
  }

  .logo.is-absolute {
    width: 70vw;
  }

  .header_container-2 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .item-service_wrapper.padding.is-big {
    width: 50px;
    height: 50px;
  }

  .container-6, .container-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }

  .nav_container {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-open {
    right: 20px;
  }

  .nav-mobile-logo.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .list_wrap {
    display: none;
  }

  .timbro {
    width: 120px;
    height: 120px;
    top: -77px;
    left: 201px;
  }

  .menu-close {
    top: 20px;
    right: 20px;
  }

  .grid-2 {
    width: 100%;
  }

  .section-4 {
    padding: 40px;
  }

  .section-4.pad-top-0px {
    height: 600px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-4.pad-top-0px.color_green-dark {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .video-2 {
    width: 100%;
  }

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

  .flex-central {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-motivi {
    margin-right: 10px;
  }

  .slide-motivi_container {
    flex-direction: column;
  }

  .mask-2 {
    width: 90vw;
  }

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

  .text-block-14.color-violet, .text-block-14.color-green-copy {
    font-size: 22px;
  }

  .tab-link-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-1.w--current {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-2.w--current {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-logo-footer {
    width: 250px;
  }

  .tabs-2 {
    width: 100%;
    max-width: 400px;
  }

  .anchor {
    top: -75px;
  }

  .div-block-26 {
    width: 200px;
    min-width: auto;
    height: 200px;
  }

  .container-13.is-form-download {
    width: 85%;
  }

  .download-popup {
    padding: 100px 40px 60px;
  }

  .form_component-2.is-popup {
    padding: 40px;
  }
}

@media screen and (max-width: 479px) {
  .footer_column {
    text-align: center;
    order: 0;
    align-items: center;
  }

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

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

  .header {
    min-height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav_link_wrap.nav-header {
    min-width: 165px;
  }

  .section {
    padding: 40px 20px;
  }

  .section.bg_img, .section.bg_img_gallery {
    max-height: none;
  }

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

  .heading-large {
    font-size: 1.5rem;
  }

  .heading-medium {
    font-size: 1.2rem;
  }

  .container.small-grid {
    padding-top: 32px;
  }

  .container.pad-top {
    margin-top: 40px;
  }

  .flex-horizontal.justify-space-between {
    grid-column-gap: 10px;
    flex-wrap: wrap;
    place-content: center space-around;
  }

  .card-big_txt {
    padding-left: 0;
    padding-right: 0;
  }

  .half_txt {
    padding: 40px 0;
  }

  .half_txt.color-grey {
    padding: 40px 20px;
  }

  .square_card {
    height: 90vw;
  }

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

  .contact_column {
    grid-column-gap: 0px;
    flex-direction: column;
    min-width: 100%;
  }

  .contact_column.logos {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact_link {
    font-size: 1.5rem;
  }

  .map {
    height: 120vw;
  }

  .footer_logo {
    width: 148px;
    margin-bottom: 88px;
  }

  .footer_column {
    min-width: 100%;
  }

  .footer_title {
    margin-bottom: 20px;
  }

  .social_wrap {
    grid-column-gap: 10vw;
  }

  .nav_link.nav-header {
    font-size: 1.3rem;
  }

  .header_title-home {
    font-size: 2.2rem;
    font-weight: 700;
  }

  .header_heading {
    font-size: 1.7rem;
  }

  .grid.small.no-margin-top {
    height: 100%;
    max-height: 100%;
  }

  .par-underline {
    font-size: 1.2rem;
  }

  .par-small {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.7;
  }

  .image-fullscreen.map-poi {
    height: 80vw;
  }

  .card-small_item {
    flex-direction: column;
  }

  .card-small_txt {
    padding: 20px 0 0;
  }

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

  .list_grid {
    flex-wrap: wrap;
    display: flex;
  }

  .list_grid_item {
    flex: 1;
    min-width: 100px;
  }

  .gallery_wrap {
    flex-direction: column;
  }

  .gallery_item {
    min-height: 70vw;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gallery_img.interni {
    background-position: 50% 30%;
  }

  .card-small_arrow {
    margin-top: 222px;
    margin-right: 19px;
  }

  .card-small_arrow.left {
    margin-top: 222px;
    margin-left: 23px;
  }

  .card_slide_wrap {
    min-width: 280px;
    max-width: none;
  }

  .card_slider {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card_slide {
    margin-right: 10px;
  }

  .points_column {
    width: 40%;
    min-width: 130px;
  }

  .card-small_mask {
    width: 100%;
    height: 70vw;
  }

  .tour_nav {
    background-size: contain;
  }

  .tour_nav_icon._1, .tour_nav_icon._2, .tour_nav_icon._3.w--current, .tour_nav_icon._4, .tour_nav_icon._5, .tour_nav_icon.plans3.w--current, .tour_nav_icon.plans2, .tour_nav_icon.plans1, .tour_nav_icon.plans4, .tour_nav_icon.plans5 {
    width: 16px;
    height: 16px;
  }

  .promo_flag {
    width: auto;
    height: 40px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    inset: auto 0 0;
  }

  .promo_flag_txt {
    position: static;
    transform: none;
  }

  .popup-promo_wrap {
    padding: 20px;
  }

  .popup-promo_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-promo_slider {
    height: 120vw;
  }

  .footer_wrap {
    grid-row-gap: 60px;
  }

  .nav_links.nav-header {
    padding-left: 24px;
  }

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

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

  .nav_lottie {
    width: 2.5rem;
    height: 2.5rem;
  }

  .contact_wrap.big {
    margin-bottom: 24px;
  }

  .card-slide_mask {
    min-height: 280px;
  }

  .card-square_txt {
    padding-left: 0;
    padding-right: 0;
  }

  .card-square_wrap {
    flex-direction: column;
  }

  .poi_wrap {
    margin-bottom: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .popup-area_wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-area_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-area_box.iscriviti {
    margin-top: 20px;
  }

  .area_row {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
  }

  .tecma_txt {
    margin-top: 60px;
  }

  .footer_container {
    grid-row-gap: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer_row {
    grid-row-gap: 6px;
  }

  .footer_row.is-link {
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .footer_component-2 {
    padding-top: 15vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_partner_container {
    flex-flow: column;
  }

  .footer_gdpr_link {
    flex-direction: column;
  }

  .footer_wrapper {
    grid-row-gap: 60px;
  }

  .footer_partner {
    align-items: center;
  }

  .footer_column-2 {
    text-align: center;
    order: 0;
    align-items: center;
  }

  .footer_gdpr_column {
    text-align: left;
  }

  .footer_gdpr_link-2 {
    flex-direction: column;
  }

  .text-block-item {
    flex: 1;
    min-width: 150px;
  }

  .footer_component-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-wrap.is-first {
    flex: 1;
  }

  .heading-small-2 {
    font-size: 1.1em;
  }

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

  .footer_column-3 {
    text-align: center;
    order: 0;
    align-items: center;
  }

  .footer_wrapper-2 {
    grid-row-gap: 60px;
  }

  .list-container {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
    overflow: auto;
  }

  .footer_gdpr_column-2 {
    text-align: left;
  }

  .footer_partner_container-2 {
    flex-flow: column;
  }

  .accordion-item {
    width: 100%;
  }

  .footer_partner-2 {
    align-items: center;
  }

  .accordion_wrapper {
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-large-2 {
    font-size: 2.6em;
  }

  .countdown_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .countdown_container {
    flex-flow: wrap;
  }

  .logo {
    height: 80px;
  }

  .heading-large-3 {
    font-size: 2.6em;
  }

  .countdown_item {
    border-bottom: 1px solid #bdbee1;
    border-right-style: none;
    align-self: stretch;
    min-width: 50%;
    padding: 20px 0;
  }

  .nav_container {
    justify-content: space-between;
    height: 75px;
  }

  .menu-open, .nav-mobile-logo {
    width: 40px;
    height: 40px;
  }

  .nav-mobile-logo:where(.w-variant-2966f6b4-460c-cfa6-abb3-8f119ce6ba41) {
    width: 50px;
  }

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

  .timbro {
    width: 100px;
    height: 100px;
    top: -63px;
    left: 155px;
  }

  .timbro.is-menu {
    width: 50vw;
    height: 50vw;
    left: -3.5vw;
  }

  .menu-close {
    width: 40px;
    height: 40px;
  }

  .contatti_flag.is-mobile {
    width: 40px;
    height: 40px;
    right: calc(5vw + 50px);
  }

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

  .section-3 {
    padding: 100px 7vw;
    overflow: hidden;
  }

  .vp_grid {
    margin-top: 0;
  }

  .container-10.small-grid {
    padding-top: 32px;
  }

  .gallery_img-2.contesto, .gallery_img-2.interni {
    background-position: 50% 30%;
  }

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

  .section-4.pad-top-0px {
    height: 400px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-4.pad-top-0px.color_green-dark {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery_item-2 {
    min-height: 70vw;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gallery_wrap-2 {
    flex-direction: column;
  }

  .heading-medium-copy {
    font-size: 1.2rem;
  }

  .hover.is-tipologico {
    background-color: #00000040;
    background-image: radial-gradient(circle, #000000ab 21%, #0000);
  }

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

  .section-5 {
    padding: 40px 20px;
  }

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

  .slider_arrow.right {
    margin-right: 0;
  }

  .text-motivi_wrap {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-card {
    font-size: 1.2rem;
  }

  .slide-motivi_container {
    align-items: center;
    height: 100vw;
    max-height: 320px;
  }

  .text_servizi {
    max-width: 85%;
  }

  .heading-small-3 {
    font-size: 1.2rem;
  }

  .text-block-14.is-small {
    font-size: 15px;
  }

  .item-logo-footer {
    width: 180px;
  }

  .anchor {
    top: -50px;
  }

  .close-form-popup {
    width: 30px;
    height: 30px;
  }

  .download-popup {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form_component-2 {
    z-index: 8;
    padding: 60px 20px 40px;
  }

  .form_component-2.is-popup {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#field.w-node-e6bef031-9034-741c-cc8e-11a6b6dc8b8a-b6dc8b7b, #w-node-e6bef031-9034-741c-cc8e-11a6b6dc8b8b-b6dc8b7b, #w-node-e6bef031-9034-741c-cc8e-11a6b6dc8b8d-b6dc8b7b, #w-node-e6bef031-9034-741c-cc8e-11a6b6dc8b94-b6dc8b7b, #w-node-e6bef031-9034-741c-cc8e-11a6b6dc8b99-b6dc8b7b, #w-node-e6bef031-9034-741c-cc8e-11a6b6dc8b9e-b6dc8b7b, #w-node-d7ed85fb-ea79-6855-be9a-3b91c56b7c70-b6dc8b7b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#btn-form1.w-node-_9c49365f-c0b3-1dc2-d4da-ce6b86f390f4-b6dc8b7b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-b77ff546-7d48-9f2e-965a-c0f10232aada-0232aada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32282402-6b10-fae0-1e24-6dc9500edd23-500edd11, #w-node-_32282402-6b10-fae0-1e24-6dc9500edd2f-500edd11, #w-node-_32282402-6b10-fae0-1e24-6dc9500edd33-500edd11, #policyFlagsContainer1.w-node-_32282402-6b10-fae0-1e24-6dc9500edd36-500edd11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32282402-6b10-fae0-1e24-6dc9500edd39-500edd11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_32282402-6b10-fae0-1e24-6dc9500edd3a-500edd11, #w-node-_37f3e6c3-844d-1f1e-d963-811278474431-e34478bd, #w-node-_522c75d1-2800-9865-1b39-385966731461-e34478bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9118499a-b9c4-eaa6-93d4-8143dd3f03ad-e34478bd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9118499a-b9c4-eaa6-93d4-8143dd3f03ae-e34478bd, #w-node-_7715e443-21fa-8b3e-bd00-377bb7f775b1-e34478bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8084176c-4b3b-6ffa-3a8a-9b23501f74ba-e34478c0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8084176c-4b3b-6ffa-3a8a-9b23501f74bb-e34478c0, #w-node-_8084176c-4b3b-6ffa-3a8a-9b23501f74bc-e34478c0, #w-node-_37f3e6c3-844d-1f1e-d963-811278474431-e34478c1, #w-node-_522c75d1-2800-9865-1b39-385966731461-e34478c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_254129e6-e311-e303-ee23-2ad435216af6-e34478c2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_37f3e6c3-844d-1f1e-d963-811278474431-e34478c2, #w-node-_522c75d1-2800-9865-1b39-385966731461-e34478c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c459ea84-2d0c-3179-bba6-465c4939b79b-e34478c3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fd54892e-85f8-865a-e1df-f429c4875b88-e34478c3, #w-node-fea02b70-1efd-4c55-8372-238582eb018a-e34478c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2d05d9b-b400-4641-8e7d-e2a9b1293ea7-e34478c3, #w-node-a2d05d9b-b400-4641-8e7d-e2a9b1293ea8-e34478c3, #w-node-ff65dd72-06e0-a4f6-00bf-8818715db8d0-e34478c4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ff65dd72-06e0-a4f6-00bf-8818715db8d1-e34478c4, #w-node-ff65dd72-06e0-a4f6-00bf-8818715db8d2-e34478c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd3a977a-a77e-8a82-1dfe-cb5f1775648f-a6654bd1 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_504f41ab-8c1f-2be7-0a0e-3646699c9bf3-a6654bd1, #w-node-_504f41ab-8c1f-2be7-0a0e-3646699c9bf5-a6654bd1, #w-node-d5040983-7fdc-93a2-b84f-59ddad3fd3bc-a6654bd1, #w-node-c224cf10-c282-6555-49dc-662925b91aee-a6654bd1, #w-node-_1084257d-93ff-5cf1-2935-56a38d6aa5d3-a6654bd1, #w-node-_5942b597-2169-1e0a-5e68-623d6b4ef8c7-a6654bd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d8bda12-e18d-f8f1-e49d-7d2c9f58cabf-a6654bd1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8ccf6fa8-5acd-0e31-a9ca-298055f734f3-a6654bd1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2fbad887-5f70-5a06-b2fa-d60f6be93dc6-a6654bd1 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-fbf5436c-ebb9-8c59-0389-29ef2cbb6a49-a6654bd1 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_44cecfcc-b4c7-d23f-b2f3-01e48a1ecf77-a6654bd1 {
  grid-area: 2 / 7 / 3 / 8;
}

#w-node-_4a2265f0-6832-dd99-b368-7e0a5362141e-a6654bd1, #w-node-_4a2265f0-6832-dd99-b368-7e0a53621420-a6654bd1, #w-node-ed1f9873-f529-b6b9-7ef9-e075cecfd054-14cd764d, #w-node-ed1f9873-f529-b6b9-7ef9-e075cecfd056-14cd764d, #w-node-_06fe1763-8537-27ee-06fb-c9ed4f2c5c31-14cd764d, #w-node-_0aaab586-15c1-6d8c-7b82-d2cba8a31ee2-14cd764d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9de43ba-72e7-2bf4-cadb-0e6d2a3ed4bb-14cd764d {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_70f44bca-9d2c-251e-434e-edc7c44a6d5c-14cd764d, #w-node-_70f44bca-9d2c-251e-434e-edc7c44a6d5e-14cd764d, #w-node-_70f44bca-9d2c-251e-434e-edc7c44a6d60-14cd764d, #w-node-_70f44bca-9d2c-251e-434e-edc7c44a6d62-14cd764d, #w-node-b6382003-be44-fcfd-b270-1a39df703fba-14cd764d, #w-node-b6382003-be44-fcfd-b270-1a39df703fbc-14cd764d, #w-node-b6382003-be44-fcfd-b270-1a39df703fbe-14cd764d, #w-node-b6382003-be44-fcfd-b270-1a39df703fc0-14cd764d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81312388-fbad-5442-85a5-ded844c357a3-44c35788, #policyFlagsContainer2.w-node-_81312388-fbad-5442-85a5-ded844c357a6-44c35788 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_81312388-fbad-5442-85a5-ded844c357a9-44c35788 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_81312388-fbad-5442-85a5-ded844c357aa-44c35788 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9de43ba-72e7-2bf4-cadb-0e6d2a3ed4bb-40e2f395 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_07c06045-c7cb-a7a1-c33d-f5a8ccf4e82f-40e2f395 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2436e54e-fe54-7cc3-15ed-f834f5c976f5-40e2f395 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0c951390-5d7c-7b07-d46e-58ef3c59ed46-40e2f395 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_96bf8712-9cff-72b8-f9b4-d318b2795079-40e2f395, #w-node-_1576134a-fa15-fcc8-02db-c4ea655a7763-40e2f395 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1576134a-fa15-fcc8-02db-c4ea655a7765-40e2f395 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1576134a-fa15-fcc8-02db-c4ea655a7767-40e2f395 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1576134a-fa15-fcc8-02db-c4ea655a7769-40e2f395 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5a3ba93-322a-72ce-4c19-54a8c45611de-ffa817a1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d5a3ba93-322a-72ce-4c19-54a8c45611df-ffa817a1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d5a3ba93-322a-72ce-4c19-54a8c45611e4-ffa817a1 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d5a3ba93-322a-72ce-4c19-54a8c45611e5-ffa817a1 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-ed1f9873-f529-b6b9-7ef9-e075cecfd054-9dc74737, #w-node-ed1f9873-f529-b6b9-7ef9-e075cecfd056-9dc74737, #w-node-_06fe1763-8537-27ee-06fb-c9ed4f2c5c31-9dc74737, #w-node-_0aaab586-15c1-6d8c-7b82-d2cba8a31ee2-9dc74737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9de43ba-72e7-2bf4-cadb-0e6d2a3ed4bb-9dc74737 {
  grid-area: 1 / 1 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #field.w-node-e6bef031-9034-741c-cc8e-11a6b6dc8b86-b6dc8b7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #field.w-node-e6bef031-9034-741c-cc8e-11a6b6dc8b87-b6dc8b7b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #field.w-node-e6bef031-9034-741c-cc8e-11a6b6dc8b88-b6dc8b7b, #field.w-node-e6bef031-9034-741c-cc8e-11a6b6dc8b89-b6dc8b7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_32282402-6b10-fae0-1e24-6dc9500edd23-500edd11, #w-node-_32282402-6b10-fae0-1e24-6dc9500edd2f-500edd11, #w-node-_32282402-6b10-fae0-1e24-6dc9500edd33-500edd11, #policyFlagsContainer1.w-node-_32282402-6b10-fae0-1e24-6dc9500edd36-500edd11, #w-node-_32282402-6b10-fae0-1e24-6dc9500edd39-500edd11 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9118499a-b9c4-eaa6-93d4-8143dd3f03ad-e34478bd, #w-node-_8084176c-4b3b-6ffa-3a8a-9b23501f74ba-e34478c0, #w-node-_254129e6-e311-e303-ee23-2ad435216af6-e34478c2, #w-node-c459ea84-2d0c-3179-bba6-465c4939b79b-e34478c3, #w-node-ff65dd72-06e0-a4f6-00bf-8818715db8d0-e34478c4, #w-node-bd3a977a-a77e-8a82-1dfe-cb5f1775648f-a6654bd1, #w-node-c9de43ba-72e7-2bf4-cadb-0e6d2a3ed4bb-14cd764d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_81312388-fbad-5442-85a5-ded844c357a3-44c35788, #policyFlagsContainer2.w-node-_81312388-fbad-5442-85a5-ded844c357a6-44c35788, #w-node-_81312388-fbad-5442-85a5-ded844c357a9-44c35788 {
    grid-column: span 1 / span 1;
  }

  #w-node-c9de43ba-72e7-2bf4-cadb-0e6d2a3ed4bb-40e2f395, #w-node-c9de43ba-72e7-2bf4-cadb-0e6d2a3ed4bb-9dc74737 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #field.w-node-e6bef031-9034-741c-cc8e-11a6b6dc8b8a-b6dc8b7b, #w-node-e6bef031-9034-741c-cc8e-11a6b6dc8b8b-b6dc8b7b, #w-node-e6bef031-9034-741c-cc8e-11a6b6dc8b8d-b6dc8b7b, #w-node-e6bef031-9034-741c-cc8e-11a6b6dc8b94-b6dc8b7b, #w-node-e6bef031-9034-741c-cc8e-11a6b6dc8b99-b6dc8b7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e6bef031-9034-741c-cc8e-11a6b6dc8b9e-b6dc8b7b, #btn-form1.w-node-_9c49365f-c0b3-1dc2-d4da-ce6b86f390f4-b6dc8b7b {
    grid-column: span 1 / span 1;
  }

  #w-node-_9118499a-b9c4-eaa6-93d4-8143dd3f03ad-e34478bd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37f3e6c3-844d-1f1e-d963-811278474431-e34478c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_254129e6-e311-e303-ee23-2ad435216af6-e34478c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_504f41ab-8c1f-2be7-0a0e-3646699c9bf3-a6654bd1, #w-node-_4a2265f0-6832-dd99-b368-7e0a5362141e-a6654bd1, #w-node-ed1f9873-f529-b6b9-7ef9-e075cecfd054-14cd764d, #w-node-_70f44bca-9d2c-251e-434e-edc7c44a6d5c-14cd764d, #w-node-b6382003-be44-fcfd-b270-1a39df703fba-14cd764d, #w-node-ed1f9873-f529-b6b9-7ef9-e075cecfd054-9dc74737 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


