:root {
  --sans-serif: acumin-variable, sans-serif;
  --black: #2c2c2c;
  --serif: minerva-modern, sans-serif;
  --3vw: 3vw;
  --5vw: 5vw;
  --tertiary: #1a544d;
  --hover\<deleted\|variable-c2cac379\>: #c09576;
  --cta\<deleted\|variable-2e2f9825\>: #cc7d45;
  --10vw: 10vw;
  --hover-dark: #2c2c2ccc;
  --canvas: #f5f9ef;
  --tertiray-light: #cedfb1;
  --white: white;
  --green-dark\<deleted\|variable-d38eed08-f068-4660-3768-2688df1888d3\>: #40542e;
  --accent: #f9936b;
  --primary: #f9936b;
  --secondary: #8db1d9;
  --letter-spacing: .5px;
}

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

body {
  font-family: var(--sans-serif);
  color: var(--black);
  font-size: 14px;
  line-height: 24px;
}

h1 {
  font-family: var(--serif);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

h2 {
  max-width: 650px;
  font-family: var(--serif);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

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

p {
  color: var(--black);
  font-size: 16px;
  line-height: 26px;
}

a {
  text-decoration: underline;
}

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

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

strong {
  font-weight: bold;
}

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

.todelete strong {
  font-weight: 800;
}

.footer_component {
  z-index: 5;
  padding: var(--3vw) var(--5vw);
  grid-row-gap: 10px;
  background-color: var(--tertiary);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.returnbtn {
  z-index: 1000;
  border: 2px solid var(--hover\<deleted\|variable-c2cac379\>);
  background-color: var(--cta\<deleted\|variable-2e2f9825\>);
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  inset: 10px auto auto 10px;
}

.contact_component {
  z-index: 5;
  width: 100%;
  padding: var(--10vw) var(--5vw) var(--5vw);
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.5vw;
  background-color: var(--tertiary);
  background-image: linear-gradient(0deg, var(--tertiary), #fff0 12%), linear-gradient(to bottom, #1a544dcc, #1a544dcc), linear-gradient(to bottom, var(--hover-dark), var(--hover-dark)), url('../images/flau-living_backgorund.webp');
  background-position: 0 0, 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  flex-flow: column;
  display: flex;
  position: relative;
}

.button_component {
  cursor: pointer;
}

.page_wrapper {
  position: relative;
}

.page_wrapper.informative {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container {
  z-index: 0;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.citazione {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 850px;
  padding-top: 0;
  padding-bottom: 0;
}

.container.citazione.max-w-900 {
  max-width: 900px;
}

.container.vertical {
  z-index: 5;
  grid-column-gap: var(--5vw);
  grid-row-gap: var(--5vw);
  flex-direction: column;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container.contatti {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.container.is-mappa {
  max-width: none;
  height: 30vw;
  padding-left: 0;
  padding-right: 0;
}

.container.img-txt {
  min-height: 600px;
}

.section {
  width: 100%;
  padding: var(--10vw) var(--5vw);
  position: relative;
}

.section.is-technical {
  background-image: linear-gradient(#1a544dcc, #1a544dcc), linear-gradient(#0009, #0009), url('../images/AC1893_VP04_Exterior_Dettaglio_Rev00.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  align-items: center;
  min-height: 100vh;
  padding-top: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section.color-green-light {
  background-color: var(--tertiray-light);
  background-image: linear-gradient(#cedfb1e6, #cedfb1e6), url('../images/flau-living_backgorund.webp');
  background-position: 0 0, 0%;
}

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

.section.bg-image {
  padding: 0;
  overflow: hidden;
}

.header_component {
  height: 101vh;
  min-height: 750px;
  color: var(--white);
  justify-content: center;
  align-items: flex-end;
  padding: 60px 100px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_component.is-contatti {
  height: 50vh;
  min-height: 330px;
}

.header_container {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.header_hover {
  z-index: 2;
  background-image: linear-gradient(#0000008c, #0000 41%), linear-gradient(0deg, #0000008c 37%, #0000);
  position: absolute;
  inset: 0%;
}

.header_background {
  z-index: 1;
  width: 100%;
  height: 101vh;
  min-height: 750px;
  position: absolute;
  inset: 0%;
}

.header_background.is-contatti {
  height: 100%;
  min-height: auto;
}

.nav_component {
  z-index: 10;
  grid-column-gap: 60px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0 40px;
  display: flex;
  position: fixed;
  top: 0;
}

.nav_component.is-tecnical {
  border-bottom: 1px solid var(--tertiray-light);
  background-color: var(--tertiary);
  justify-content: center;
}

.list {
  grid-column-gap: 30px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  list-style-type: none;
  display: flex;
}

.logo-navbar {
  width: 180px;
  display: block;
}

.navbar_link {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 8px;
  line-height: 30px;
  text-decoration: none;
  transition: color .35s;
}

.navbar_link:hover, .navbar_link.w--current {
  color: var(--accent);
}

.list-item {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.pittogramma-navbar {
  width: 50px;
  height: 50px;
  display: none;
}

.section-intro {
  padding: var(--10vw) var(--5vw);
  background-color: var(--white);
  background-image: linear-gradient(#f5f9efcc, #f5f9efcc), url('../images/light_white_and_beige_soft_gradient_background_02.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.titolo-hero {
  max-width: 700px;
  font-family: var(--serif);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.sottotitolo-hero {
  font-family: var(--sans-serif);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.citazione {
  z-index: 1;
  text-align: center;
  width: 800px;
  font-size: 26px;
  line-height: 36px;
  position: relative;
}

.section-video {
  padding: var(--5vw);
  background-color: var(--canvas);
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-embed {
  width: 100%;
  max-width: 1100px;
  height: 100%;
  line-height: 0;
}

.txt-wrap {
  z-index: 5;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.txt-wrap.centred {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
}

.image-wrap {
  z-index: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.image-wrap._w-50 {
  width: 50%;
}

.image-wrap._w-50.overflow-hidden, .image-wrap.overflow-hidden {
  overflow: hidden;
}

.image-wrap.overflow-hidden.radius_bottom-left-corner {
  border-bottom-left-radius: 150px;
}

.image-wrap.overflow-hidden.radius_top-right-corner {
  border-top-right-radius: 150px;
}

.titolo-paragrafo {
  max-width: 800px;
  font-family: var(--serif);
  color: var(--tertiary);
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.titolo-paragrafo.margin-bot-0 {
  margin-bottom: 0;
}

.titolo-paragrafo.color-secondary {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 10px;
}

.sottotitolo-paragrafo {
  font-family: var(--sans-serif);
  color: var(--secondary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.sottotitolo-paragrafo.highlight {
  background-color: var(--secondary);
  color: var(--white);
  letter-spacing: var(--letter-spacing);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 30px;
}

.sottotitolo-paragrafo.highlight.margin-bot-40 {
  margin-bottom: 40px;
}

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

.p-paragrafo {
  max-width: 500px;
  margin-bottom: 80px;
}

.p-paragrafo.margin-bot-0 {
  margin-bottom: 0;
}

.txt-container {
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.txt-container.beside {
  z-index: 2;
  width: 50%;
  padding: var(--5vw) var(--3vw);
  background-color: var(--canvas);
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 10vw;
}

.txt-container.beside.radius_top-right-corner {
  border-top-right-radius: 150px;
}

.txt-container.beside.radius_bottom-left-corner {
  border-bottom-left-radius: 150px;
}

.contact-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 60px;
  display: flex;
}

.contact-container.is-form {
  padding: 40px;
}

.logo-footer {
  width: 230px;
  margin-bottom: 40px;
}

.contact-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 16px;
  display: flex;
}

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

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

.txt-contact {
  max-width: 350px;
  color: var(--canvas);
  flex-direction: column;
  font-size: 18px;
  line-height: 22px;
  text-decoration: underline;
  transition: color .35s;
  display: flex;
}

.txt-contact:hover {
  color: var(--secondary);
}

.partner-container {
  border-top: 1px solid var(--white);
  align-self: stretch;
  padding-top: 40px;
  padding-left: 16px;
}

.txt-partner {
  color: var(--white);
  letter-spacing: var(--letter-spacing);
  margin-bottom: 15px;
}

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

.footer_row.direction-wrap-down {
  flex-flow: wrap;
}

.footer-link {
  color: var(--tertiray-light);
  cursor: pointer;
  text-decoration: underline;
  transition: color .35s;
}

.footer-link:hover {
  color: var(--canvas);
}

.footer-link.hover-none {
  border-top: 1px solid var(--white);
  color: var(--canvas);
  cursor: default;
  padding-top: 5px;
  text-decoration: none;
  transition-property: none;
}

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

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

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

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

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

.cookie-banner_trigger {
  display: none;
}

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

.background-image.top-70 {
  object-position: 50% 70%;
}

.link-logo {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.link-logo.is-small {
  justify-content: center;
  align-items: center;
  width: 200px;
}

.link-logo.is-small.w--current {
  width: 150px;
}

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

.container-2.is-technical {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-2.is-technical.text-color-white {
  font-size: 16px;
  line-height: 26px;
}

.container-2.is-technical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading.margin-top-0 {
  margin-top: 0;
}

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

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

.container-3.is-gdpr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

.tipologie-wrap {
  background-color: var(--tertiary);
  width: 342px;
  color: var(--primary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.tipologie-container {
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.titolo-tipologia {
  color: var(--tertiray-light);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 21px;
}

.wrap-txt-tipologie {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.casa-completa {
  object-fit: contain;
  width: 120px;
  height: 100%;
  margin-bottom: 40px;
}

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

.flags_popup_x:hover {
  opacity: .5;
}

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

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

.btn_contatti {
  background-color: var(--secondary);
  width: 50px;
  height: 50px;
  color: var(--white);
  cursor: pointer;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: background-color .4s;
  display: flex;
  position: static;
  top: 10px;
  right: 10px;
}

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

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

.mappa {
  width: 100%;
  height: 100%;
  line-height: 0;
  display: block;
}

.policy {
  width: 100%;
  font-family: Karla;
}

.policy p {
  font-family: var(--sans-serif);
  margin-bottom: 0;
}

.policy h2 {
  max-width: none;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 32px;
}

.policy strong {
  font-family: var(--sans-serif);
}

.policy ul {
  font-family: var(--sans-serif);
  font-size: 16px;
  line-height: 26px;
}

.policy h3 {
  font-family: var(--serif);
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 36px;
}

.navlink_tabletmobile {
  z-index: 50;
  display: none;
  position: relative;
}

.close__wrap {
  background-image: url('../images/Icon_X.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.hamburger_wrap {
  display: none;
}

.link-partner {
  width: 140px;
  height: auto;
}

.link-partner.is-small {
  width: 120px;
}

.paragraph {
  font-weight: 500;
}

.paragraph.padding {
  border-bottom: 1px solid #787c66;
  padding-bottom: 40px;
}

.txt-50 {
  font-size: 18px;
}

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

.text-medium {
  max-width: 600px;
  font-size: 18px;
  line-height: 22px;
}

.img-cover {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.img-cover.h-250 {
  height: 250px;
}

.img-cover.top-20 {
  object-position: 50% 20%;
}

.img-cover.top-30 {
  object-position: 50% 30%;
}

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

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

.navbar_bg {
  z-index: -1;
  background-color: var(--tertiary);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

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

.display-none {
  display: none;
}

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

.item-pittogr-small {
  width: 30px;
}

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

.icon-contatto {
  flex: none;
  align-self: center;
  width: 30px;
  height: 30px;
}

.icon-contatto.is-footer {
  width: 25px;
  height: 25px;
  color: var(--secondary);
}

.scroll_wrap {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.ic-scroll {
  width: 40px;
}

.ic-scroll.is-arrow2 {
  width: 26px;
  position: absolute;
  bottom: 0;
}

.ic-scroll.is-arrow1 {
  width: 26px;
  position: absolute;
  bottom: 8px;
}

.button01 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid var(--accent);
  background-color: var(--accent);
  color: var(--white);
  letter-spacing: var(--letter-spacing);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0 30px;
  padding: 12px 35px;
  text-decoration: none;
  transition: color .35s, background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.button01:hover {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--accent);
}

.tipologia-text-prezzo {
  background-color: var(--tertiray-light);
  color: var(--tertiary);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: 700;
}

.icon-hover {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
}

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

.logo-horizontal {
  height: 40px;
  display: none;
}

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

.tipologie-plus {
  color: var(--canvas);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.intro_text {
  font-family: var(--serif);
  color: var(--tertiary);
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
  line-height: 45px;
}

.privacy-h1 {
  font-size: 32px;
  line-height: 38px;
}

.privacy-h3 {
  font-size: 25px;
  line-height: 35px;
}

.footer_txt-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  font-size: 14px;
}

.form_link {
  color: var(--tertiray-light);
  transition: color .35s;
}

.form_link:hover {
  color: var(--canvas);
}

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

.form_text {
  color: var(--canvas);
  text-align: left;
  letter-spacing: .5px;
  font-size: 13px;
  line-height: 20px;
}

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

.button-5.is-submit {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f9936b;
  border: 1px solid #f9936b;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  align-self: flex-start;
  padding: 12px 35px;
  transition: background-color .35s;
}

.button-5.is-submit:hover {
  background-color: #f9936b00;
}

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

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

.form_label {
  color: var(--canvas);
  letter-spacing: .5px;
  margin-bottom: 0;
  font-weight: 400;
}

.phone-error {
  color: var(--primary);
  text-align: left;
  font-size: 12px;
}

.form_checkbox {
  background-color: #f5f9ef;
}

.form_checkbox.w--redirected-checked {
  border: 1px solid var(--accent);
  background-color: var(--accent);
  -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3);
  backdrop-filter: drop-shadow(0 2px 5px #000000b3);
}

.form_container {
  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: grid;
}

.form_checkbox_label {
  color: var(--canvas);
}

.form_field {
  width: 100%;
  color: var(--canvas);
  background-color: #cedfb126;
  border: 1px solid #f5f9ef80;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 12px;
}

.form_field:focus {
  border-color: var(--primary);
  color: #1a544d;
  background-color: #f5f9ef;
}

.form_field::placeholder {
  color: var(--canvas);
}

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

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

.form_checkbox_wrapper {
  text-align: left;
  letter-spacing: .5px;
  font-size: 13px;
  line-height: 20px;
}

.text-capitalize {
  color: var(--canvas);
  text-align: left;
  letter-spacing: var(--letter-spacing);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.pittogramma {
  z-index: 0;
  opacity: .08;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0;
}

.pittogramma.opacity-3 {
  opacity: .05;
  top: auto;
}

.pittogramma.opacity-3.h15 {
  z-index: 1;
  opacity: .25;
  height: 15vw;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  height: 80vh;
  min-height: 500px;
  max-height: 750px;
  display: grid;
}

.grid.columns-mod {
  grid-template-rows: 1fr 1.5fr;
}

.heading-medium {
  color: #cedfb1;
  margin-bottom: 20px;
  font-size: 3em;
}

.heading-small {
  color: #cedfb1;
  font-size: 1.2em;
  font-weight: 500;
}

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

.button-6.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #8db1d9;
  align-items: center;
  font-size: 1.2em;
  transition: color .35s;
  display: flex;
}

.button-6.is-icon:hover {
  color: #f9936b;
}

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

@media screen and (max-width: 991px) {
  .contact_component {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .container.contatti {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
  }

  .container.is-mappa {
    flex-direction: column-reverse;
    height: 50vw;
    margin-left: 0;
    margin-right: 0;
  }

  .container.img-txt {
    flex-flow: column;
  }

  .section {
    z-index: 0;
  }

  .section.is-technical {
    padding-top: 90px;
  }

  .header_component {
    display: flex;
  }

  .header_container {
    width: 100%;
  }

  .nav_component {
    z-index: 14;
    background-color: var(--tertiary);
    height: 70px;
    color: var(--white);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 32px;
  }

  .nav_component.is-tecnical {
    height: auto;
  }

  .list {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-navbar {
    width: 150px;
  }

  .navbar_link {
    color: var(--white);
    padding-bottom: 2px;
    font-size: 18px;
  }

  .navbar_link:hover {
    color: var(--white);
  }

  .navbar_link.w--current {
    border-bottom: 1px solid var(--primary);
    color: var(--primary);
  }

  .list-item {
    display: flex;
  }

  .pittogramma-navbar {
    width: 50px;
    height: 50px;
    display: none;
  }

  .titolo-hero, .sottotitolo-hero {
    max-width: none;
  }

  .citazione {
    width: 600px;
  }

  .video-embed {
    width: 100%;
  }

  .txt-wrap {
    align-items: center;
    padding-top: 0;
    padding-left: 0;
  }

  .image-wrap._w-50 {
    width: 100%;
  }

  .image-wrap._w-50.overflow-hidden.radius_top-right-corner {
    border-top-right-radius: 0;
    border-bottom-left-radius: 150px;
  }

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

  .p-paragrafo {
    text-align: center;
    margin-bottom: 40px;
  }

  .txt-container.beside {
    width: 100%;
    position: static;
  }

  .txt-container.beside.radius_top-right-corner {
    order: -9999;
  }

  .txt-container.beside.radius_bottom-left-corner {
    border-top-right-radius: 150px;
    border-bottom-left-radius: 0;
  }

  .contact-container {
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .logo-footer {
    width: 200px;
  }

  .contact-wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

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

  .txt-contact {
    text-align: center;
    max-width: 350px;
  }

  .partner-container {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    padding-left: 0;
    display: flex;
  }

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

  .background-image.tablet-left-25 {
    object-position: 25% 50%;
  }

  .link-logo {
    width: auto;
    margin: 0;
  }

  .link-logo.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .link-logo.is-small {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link-logo.is-small.w--current {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-2.is-technical {
    width: 80%;
    max-width: 750px;
  }

  .tipologie-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .wrap-btn-contatti {
    z-index: 4;
    top: 50%;
    right: 32px;
  }

  .mappa {
    width: 100%;
    height: 500px;
  }

  .navlink_tabletmobile {
    z-index: 50;
    background-color: var(--tertiray-light);
    background-image: linear-gradient(to bottom, #1a544dcc, #1a544dcc), linear-gradient(to bottom, var(--hover-dark), var(--hover-dark)), url('../images/flau-living_backgorund.webp');
    color: var(--primary);
    background-position: 0 0, 0 0, 0%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .navlink__wrap_tm {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .close__wrap {
    cursor: pointer;
    background-image: url('../images/Icon_X.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    border: 1px solid #fff3;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    top: 4vw;
    right: auto;
  }

  .close__wrap.menuclose {
    border-width: 1px;
    border-color: var(--white);
    border-radius: 0% 15px;
    flex: none;
    margin-bottom: 40px;
  }

  .hamburger_wrap {
    border: 1px solid var(--white);
    background-color: var(--tertiary);
    cursor: pointer;
    background-image: url('../images/Icon_Menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 0 15px;
    flex: none;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

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

  .img-cover.top-20.landscape-top-50, .img-cover.top-30.landscape-top-50, .img-cover.top-100.landscape-top-50 {
    object-position: 50% 50%;
  }

  .container-4 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: center;
  }

  .tablet_display-none {
    display: none;
  }

  .logo-horizontal {
    width: auto;
    height: 50px;
    display: none;
  }

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

  .logo_menu {
    width: 150px;
    margin-bottom: 25px;
  }

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

  .form_field {
    line-height: 20px;
  }

  .grid {
    flex-flow: column;
    grid-template-rows: 1.5fr 1fr;
    grid-template-columns: 1fr 1fr;
    height: auto;
    max-height: 800px;
  }

  .grid.columns-mod {
    grid-template-rows: 1.5fr 1fr;
  }

  .grid.landscape-is-flex {
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    max-height: none;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .footer_component {
    padding-top: var(--5vw);
    padding-bottom: var(--5vw);
  }

  .page_wrapper.informative {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container.vertical {
    grid-column-gap: var(--10vw);
    grid-row-gap: var(--10vw);
  }

  .container.is-mappa {
    height: 50vw;
  }

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

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

  .list {
    overflow: visible;
  }

  .titolo-hero {
    font-size: 30px;
    line-height: 38px;
  }

  .sottotitolo-hero {
    line-height: 25px;
  }

  .citazione {
    width: 420px;
    font-size: 26px;
    line-height: 35px;
  }

  .txt-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .image-wrap._w-50.overflow-hidden.radius_bottom-left-corner, .image-wrap._w-50.overflow-hidden.radius_top-right-corner {
    border-bottom-left-radius: 100px;
  }

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

  .p-paragrafo {
    max-width: none;
    font-size: 14px;
  }

  .txt-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt-container.beside {
    width: 100%;
  }

  .txt-container.beside.radius_top-right-corner, .txt-container.beside.radius_bottom-left-corner {
    border-top-right-radius: 100px;
  }

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

  .contact-container.is-form {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-wrapper {
    align-items: center;
  }

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

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

  .partner-container {
    align-items: center;
  }

  .footer_row {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .footer_row.direction-wrap-down {
    flex-flow: column;
  }

  .background-image.tablet-left-25 {
    object-position: 20% 50%;
  }

  .container-2.is-technical {
    max-width: 460px;
  }

  .tipologie-container {
    grid-row-gap: var(--5vw);
    flex-direction: column;
  }

  .casa-completa {
    width: 100px;
    margin-bottom: 0;
  }

  .flag_component01 {
    top: 28px;
  }

  .wrap-btn-contatti {
    z-index: 4;
    right: 20px;
  }

  .mappa {
    height: 400px;
  }

  .policy h2 {
    font-size: 28px;
  }

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

  .navlink_tabletmobile {
    display: none;
  }

  .intro_text {
    font-size: 25px;
    line-height: 32px;
  }

  .footer_txt-2 {
    text-align: center;
    font-size: 13px;
    line-height: 23px;
  }

  .form_wrapper {
    width: 100%;
  }

  .form_field {
    margin-bottom: 15px;
  }

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

  .heading-small {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .container.citazione {
    width: auto;
  }

  .container.contatti {
    padding-left: 0;
    padding-right: 0;
  }

  .container.is-mappa {
    height: 80vw;
    padding-left: 0;
    padding-right: 0;
  }

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

  .section.color_canvas, .section.color-green-light {
    padding-top: var(--10vw);
    padding-bottom: var(--10vw);
  }

  .header_component {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    min-height: auto;
    padding: 70px 0 0;
  }

  .header_component.is-contatti {
    padding-top: 60px;
  }

  .header_container {
    height: 50%;
    color: var(--green-dark\<deleted\|variable-d38eed08-f068-4660-3768-2688df1888d3\>);
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .header_hover {
    display: none;
    position: relative;
  }

  .header_background {
    order: -9999;
    height: 50%;
    min-height: auto;
    position: relative;
  }

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

  .logo-navbar {
    width: 150px;
  }

  .pittogramma-navbar {
    display: none;
  }

  .titolo-hero {
    color: var(--secondary);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
  }

  .sottotitolo-hero {
    color: var(--tertiary);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .citazione {
    width: 300px;
    font-size: 18px;
    line-height: 30px;
  }

  .image-wrap {
    width: 100%;
  }

  .image-wrap._w-50.overflow-hidden.radius_bottom-left-corner, .image-wrap._w-50.overflow-hidden.radius_top-right-corner {
    border-bottom-left-radius: 70px;
  }

  .titolo-paragrafo {
    font-size: 30px;
    line-height: 38px;
  }

  .sottotitolo-paragrafo {
    flex-flow: column;
    display: flex;
  }

  .sottotitolo-paragrafo.highlight {
    background-image: none;
    padding-top: 0;
  }

  .sottotitolo-paragrafo.highlight.margin-bot-40 {
    font-size: 16px;
    line-height: 26px;
  }

  .p-paragrafo {
    margin-bottom: 60px;
  }

  .txt-container {
    padding-left: 0;
    padding-right: 0;
  }

  .txt-container.beside {
    padding-right: var(--5vw);
    padding-left: var(--5vw);
  }

  .txt-container.beside.radius_top-right-corner, .txt-container.beside.radius_bottom-left-corner {
    padding-top: var(--10vw);
    padding-bottom: var(--10vw);
    border-top-right-radius: 70px;
  }

  .logo-footer {
    width: 150px;
    margin-bottom: 20px;
  }

  .txt-contact {
    max-width: 320px;
  }

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

  .link-logo {
    margin-left: 0;
    margin-right: 0;
  }

  .container-2.is-technical {
    max-width: 300px;
  }

  .container-3.is-gdpr {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tipologie-wrap {
    width: 100%;
  }

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

  .wrap-btn-contatti {
    right: 20px;
  }

  .mappa {
    min-height: 300px;
  }

  .policy h2 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .navlink_tabletmobile {
    z-index: 52;
    display: none;
  }

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

  .button01 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .loghi-wrapper {
    flex-flow: column;
    align-items: center;
  }

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

  .form_wrapper {
    width: 100%;
  }

  .form_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .text-capitalize {
    background-image: none;
    padding-left: 0;
    line-height: 20px;
  }

  .heading-medium {
    font-size: 2em;
    line-height: 40px;
  }
}

#w-node-aeab57f0-546a-93ad-042a-a68ad0418a0a-8a50c9f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aeab57f0-546a-93ad-042a-a68ad0418a0e-8a50c9f9, #w-node-aeab57f0-546a-93ad-042a-a68ad0418a12-8a50c9f9, #w-node-aeab57f0-546a-93ad-042a-a68ad0418a16-8a50c9f9, #w-node-aeab57f0-546a-93ad-042a-a68ad0418a18-8a50c9f9, #w-node-aeab57f0-546a-93ad-042a-a68ad0418a1f-8a50c9f9, #w-node-aeab57f0-546a-93ad-042a-a68ad0418a23-8a50c9f9, #w-node-aeab57f0-546a-93ad-042a-a68ad0418a27-8a50c9f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_435cc5e1-b4cc-80a2-adf5-460cd3c7b57f-843dd61e, #w-node-_435cc5e1-b4cc-80a2-adf5-460cd3c7b581-843dd61e, #w-node-_2f6dfea0-16d7-0e28-e292-62668900f057-843dd61f, #w-node-_77dcf808-8081-06c2-f17c-e271d56445a2-843dd63e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2f6dfea0-16d7-0e28-e292-62668900f057-843dd61f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_77dcf808-8081-06c2-f17c-e271d56445a0-843dd63e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_77dcf808-8081-06c2-f17c-e271d56445a2-843dd63e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_77dcf808-8081-06c2-f17c-e271d56445a4-843dd63e {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-aeab57f0-546a-93ad-042a-a68ad0418a0a-8a50c9f9, #w-node-aeab57f0-546a-93ad-042a-a68ad0418a0e-8a50c9f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


