:root {
  --black: #222;
  --grey: #2c3b37;
  --white: white;
  --7vw: 7vw;
  --10vw: 10vw;
  --light: #e1e5e2;
  --border-radius: 0px;
  --cta: #214239;
  --linee: #e1e5e2;
  --color: #697b6c;
  --hover-light: #fffc;
  --hover-dark: #0006;
  --arrow-radius: 25px;
  --color-2: #4d6861;
  --transparent: #0000;
}

body {
  color: var(--black);
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

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

h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Droid Serif, serif;
  font-size: 1.25rem;
  font-style: italic;
  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 {
  color: var(--grey);
  max-width: 530px;
  margin-bottom: 0;
  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;
}

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

strong {
  font-weight: bold;
}

blockquote {
  color: var(--white);
  border-left: 1px #000;
  max-width: 800px;
  margin-bottom: 0;
  padding: 0;
  font-family: le-monde-livre-std, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

figure {
  margin-bottom: 0;
}

.nav_component {
  z-index: 20;
  grid-row-gap: 48px;
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 14px 3px #00000005;
}

.header_component {
  z-index: 21;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  padding: 100px 100px 160px;
  display: flex;
  position: relative;
}

.nav_logo_wrap {
  z-index: 2;
  letter-spacing: .02em;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  height: 90px;
  font-family: le-monde-livre-std, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.nav_link_wrap.is-last:where(.w-variant-3f8cedec-c576-231f-51c2-3e87341c3d7e), .nav_link_wrap.is-invest {
  display: none;
}

.section {
  padding: var(--10vw) var(--7vw);
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.section.is-technical {
  text-align: center;
  justify-content: center;
  min-height: 100vh;
  padding-top: 180px;
}

.section.is-fullimg {
  padding: 0;
}

.section.is-100vh {
  height: 100vh;
  min-height: 600px;
}

.section.is-project-switch {
  height: 500vh;
  padding: 0 0 50vh;
}

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

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

.section.is_winter {
  background-color: var(--grey);
}

.section.is-project-mobile {
  height: 600vh;
  padding: 0 0 50vh;
  display: none;
}

.heading-xsmall {
  color: var(--grey);
  text-transform: uppercase;
  font-size: .9em;
  line-height: 1.4;
}

.heading-xsmall.text-color-cta {
  font-weight: 400;
}

.heading-medium {
  color: var(--grey);
  max-width: 650px;
  margin-top: 10px;
  font-family: le-monde-livre-std, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
}

.heading-medium.is_white {
  color: var(--light);
}

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

.container.is-header {
  z-index: 3;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

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

.container.is-large {
  max-width: 1300px;
}

.container.is-large.flex-gap-0px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.container._2cols {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.container.project_switch {
  z-index: 15;
  padding-right: var(--7vw);
  padding-left: var(--7vw);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

.container.img-txt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.container.is-season {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.is-plani {
  max-width: 1200px;
}

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

.image-cover.align-bottom, .image-cover.position_bottom {
  object-position: 50% 100%;
}

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

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

.nav_link {
  border-radius: var(--border-radius);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-top: 11px;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.nav_link:where(.w-variant-3f8cedec-c576-231f-51c2-3e87341c3d7e) {
  color: var(--cta);
}

.grid_img_wrap {
  border-radius: var(--border-radius);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.header_par {
  color: var(--light);
  max-width: 540px;
  font-size: 21px;
  font-weight: 300;
  line-height: 31px;
}

.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 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header_img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.tipo_item_wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tipo_item_container {
  background-color: var(--white);
  flex: 1;
  overflow: hidden;
  box-shadow: 8px 8px 14px #0000000a;
}

.display-none {
  display: none;
}

.header_container {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
  display: flex;
  position: relative;
}

.header_hover {
  z-index: 2;
  background-image: linear-gradient(0deg, #0006 23%, #0000 47% 68%, #0003 88%);
  position: absolute;
  inset: 0;
}

.nav_links {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .8em;
  display: flex;
}

.nav_hamburger {
  display: none;
}

.tipo_item_mask {
  z-index: 2;
  flex: 1;
  max-height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_component {
  border-top: 1px solid var(--linee);
  padding-left: 60px;
  padding-right: 60px;
}

.button_component {
  border-radius: var(--border-radius);
  background-color: var(--cta);
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  margin-top: 24px;
  padding: 10px 40px;
  font-size: .9em;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button_component:hover {
  background-color: #4d6861;
}

.button_component.is-navbar {
  background-color: var(--cta);
  margin-top: 0;
  margin-bottom: 2px;
  padding-top: 11px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1em;
}

.heading-large {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: le-monde-livre-std, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
}

.heading-large.no-wrap {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 7vw;
}

.moodboard {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--border-radius);
  opacity: .95;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1.25fr .4fr 1fr 1fr;
  width: 100%;
  height: 35vw;
  min-height: 400px;
  max-height: 700px;
  position: relative;
  overflow: hidden;
}

.txt_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.txt_wrap.is-cta {
  border-radius: var(--border-radius);
  background-color: var(--white);
  background-color: #fff;
  border-radius: 0;
  width: auto;
  padding: 100px;
  box-shadow: 0 0 14px #0000001a;
}

.txt_wrap.align_left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.txt_wrap.pad-7vw {
  padding: var(--10vw) var(--7vw);
}

.txt_wrap.pad-r-3vw {
  padding-right: 3vw;
}

.txt_wrap.pad-l-3vw {
  padding-left: 3vw;
}

.tipo_item_text {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 201px;
  padding: 3vw;
  display: flex;
  position: relative;
}

.par-large {
  max-width: 660px;
}

.page_wrapper {
  text-align: center;
}

.background_image-white {
  z-index: 1;
  background-image: linear-gradient(135deg, #fff0 32%, var(--white) 83%), url('../images/Cereria28_texture-white.webp');
  opacity: .3;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0;
}

.background_image-white.is-upsidedown {
  transform: rotate(180deg);
}

.note_txt p {
  max-width: none;
}

.note_txt h2 {
  font-size: 1.8em;
}

.note_txt h1 {
  letter-spacing: 0;
  font-size: 2.1em;
}

.note_txt a {
  color: var(--grey);
  text-decoration: none;
}

.footer-03_link {
  cursor: pointer;
  font-size: .88em;
  text-decoration: none;
}

.footer-03_link:hover {
  color: #000;
}

.footer-03_link.w--current:hover {
  transform: none;
}

.footer-03_links {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  display: flex;
}

.footer-03_gdpr {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #0006;
  text-align: left;
  flex-flow: row;
  width: 100%;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.footer-03_row {
  grid-column-gap: 5vw;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--linee);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  line-height: 1;
  display: flex;
}

.footer_logo_container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_label {
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 400;
}

.tipo_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.scroll_line {
  background-color: #fff;
  width: 1px;
  height: 100%;
}

.scroll_component {
  z-index: 3;
  width: 1px;
  height: 120px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

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

.background_image-light {
  z-index: 1;
  background-image: linear-gradient(#697b6c26, #697b6c26), url('../images/texture-light.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  position: absolute;
  inset: 0;
}

.line {
  background-image: linear-gradient(270deg, var(--cta), var(--light) 52%, var(--linee) 80%, var(--cta));
  height: 1px;
}

.line.is-reverse {
  background-image: linear-gradient(270deg, var(--cta), var(--linee) 20%, var(--light) 48%, var(--cta));
}

.par-small {
  color: var(--grey);
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
}

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

.background_image {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/bg_intro.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0;
}

.text-block {
  cursor: default;
  font-size: 26px;
  font-weight: 500;
}

.intro {
  letter-spacing: 2px;
  max-width: 650px;
  font-size: 30px;
}

.footer_link:hover, .footer_link.w--current {
  color: #000000bf;
}

.gdpr_richtext {
  text-align: left;
  width: 100%;
  margin-top: 60px;
}

.gdpr_richtext p {
  max-width: none;
}

.gdpr_richtext h1 {
  font-size: 24px;
  line-height: 1.4;
}

.gdpr_richtext h2 {
  margin-top: 32px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.6;
}

.form_link {
  color: var(--cta);
  text-align: left;
  font-size: 13px;
  text-decoration: underline;
  transition: color .35s;
}

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

.dropdown_choice {
  color: var(--grey);
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.dropdown_choice:hover {
  color: var(--color);
}

.dropdown_choice:active, .dropdown_choice:focus, .dropdown_choice:visited {
  color: var(--grey);
}

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

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

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

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

.policy-flag {
  color: var(--grey);
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.5;
  display: flex;
}

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

.form_field {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--light);
  background-color: var(--light);
  color: var(--grey);
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  transition: border-color .2s cubic-bezier(.165, .84, .44, 1);
}

.form_field:focus {
  border-bottom-color: var(--grey);
}

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

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

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

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

.form_label {
  color: var(--grey);
  margin-bottom: 0;
  font-weight: 400;
}

.form_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 70%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

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

.button.is-submit {
  background-color: var(--cta);
  color: var(--white);
  text-transform: uppercase;
  align-self: flex-start;
  padding: 11px 30px 10px;
  transition: background-color .35s;
}

.button.is-submit:hover {
  background-color: #4d6861;
}

.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;
  width: 80%;
  display: grid;
}

.form_text {
  text-align: left;
  font-size: 13px;
}

.contact_heading {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
}

.contact_heading.big {
  font-size: 1.7em;
}

.policy-flags {
  align-self: stretch;
  margin-top: 8px;
  margin-bottom: 8px;
}

.dropdown_link {
  background-color: #fdfaf5;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.dropdown_link:hover {
  background-color: #ebcbb2;
}

.dropdown_link.w--current {
  color: #fff;
  background-color: #cc7d44;
}

.form_field-2 {
  color: #a6b69d;
  background-color: #faf2e5;
  border: 1px #40542e;
  border-bottom-style: solid;
  border-radius: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.form_field-2:focus {
  border-bottom-color: #cc7d44;
}

.form_field-2::placeholder {
  font-size: 14px;
  line-height: 1;
}

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

.form_field-2.is-dropdown {
  border-style: solid;
  width: 100%;
}

.form_field-2.is-message {
  border-style: solid;
  min-height: 100px;
  padding: 10px;
}

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

.form_label-2 {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.contact_column {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  justify-content: space-between;
  display: flex;
}

.contact_wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--hover-light);
  flex-direction: column;
  width: 50%;
  padding: 40px;
  display: flex;
}

.contact_wrapper.is-full {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--white);
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/monogramma-pos.svg');
  background-position: 0 0, -40% -20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 120%;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.dropdown_list-2 {
  border: 1px solid #40542e;
  left: -1px;
  right: -1px;
}

.form_message-2 {
  background-color: #0000;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}

.form_dropdown {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.form_container-2 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact_item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  font-style: normal;
  display: flex;
}

.contact_item.is-centred {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.form_component-2 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.form_text-2 {
  font-size: 12px;
  line-height: 1.4;
}

.contact_text {
  color: var(--grey);
  text-align: left;
  max-width: 350px;
}

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

.contact_text.centred.display-none {
  display: none;
}

.button-2 {
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #cc7d44;
  border: 1px solid #cc7d44;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.button-2:hover {
  color: #cc7d44;
  background-color: #0000;
}

.button-2.is-submit {
  margin-top: 16px;
}

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

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

.container-2 {
  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-2.is-contact {
  flex-direction: row;
  justify-content: space-between;
  max-width: 1300px;
}

.container-2.orizontal {
  flex-flow: row;
  justify-content: space-between;
}

.contact_link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--cta);
  color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.contact_link:hover {
  background-color: #4d6861;
}

.paragraph {
  text-align: left;
}

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

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

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

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

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

.container-4.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-4 {
  cursor: pointer;
  font-size: 14px;
}

.button-4.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #4d6861;
  text-transform: uppercase;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.button-4.is-icon:hover {
  color: var(--cta);
}

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

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

.dropdown_choice-2 {
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.policy-flag-2 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.form_field-3 {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

.form_label-3 {
  margin-bottom: 0;
}

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

.button-5.is-submit {
  align-self: flex-start;
}

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

.div-block {
  width: 50%;
  height: 400px;
}

.heading-xsmall-2 {
  color: #2c3b37;
  text-transform: uppercase;
  font-size: .9em;
  line-height: 1.4;
}

.heading-xsmall-2.text-color-cta {
  font-weight: 400;
}

.button_component-4 {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #214239;
  border-radius: 0;
  flex-direction: column;
  margin-top: 24px;
  padding: 10px 40px;
  font-size: .9em;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button_component-4:hover {
  background-color: #4d6861;
}

.logo {
  height: 90px;
}

.header_trigger {
  width: 5px;
  height: 50px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero_txt_wrapper {
  overflow: hidden;
}

.heading-section {
  color: var(--color);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.heading-section.text-color-cta {
  font-weight: 400;
}

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

.heading-small {
  color: var(--grey);
  max-width: 650px;
  margin-top: 10px;
  font-family: le-monde-livre-std, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1.2;
}

.heading-small.align-left {
  text-align: left;
}

.monogramma {
  z-index: 10;
  opacity: .3;
  mix-blend-mode: multiply;
  width: 20vw;
  position: absolute;
  bottom: -12vw;
  right: 50px;
}

.monogramma.top-right {
  inset: 1vw auto auto -5vw;
}

.intro-highlight {
  color: #a6b1a8;
}

.background_image_location {
  z-index: 1;
  opacity: .65;
  background-image: linear-gradient(135deg, #fff6 7%, #fff0 31%), url('../images/iStock-494088882-copia.webp');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0;
}

.background_image_location.is-upsidedown {
  transform: rotate(180deg);
}

.image_switch {
  object-fit: cover;
  transform-origin: 0;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image_switch.is_winter {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.image_switch-wrapper {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-bottom: -50vh;
  display: flex;
  position: sticky;
  top: 40px;
}

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

.season_text.is-winter {
  position: absolute;
}

.season_txt_wrap {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.season_txt_wrap.is-cta {
  border-radius: var(--border-radius);
  background-color: var(--white);
  background-color: #fff;
  border-radius: 0;
  width: auto;
  padding: 100px;
  box-shadow: 0 0 14px #0000001a;
}

.season_txt_wrap.align_left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.image-cover-wrapper {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-cover-wrapper.is-header {
  z-index: 3;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.image-cover-wrapper.is-full {
  max-width: none;
}

.image-cover-wrapper.is-large {
  max-width: 1300px;
}

.image-cover-wrapper.is-large.flex-gap-0px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.image-cover-wrapper._2cols {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.image-cover-wrapper.project_switch {
  z-index: 15;
  padding-right: var(--7vw);
  padding-left: var(--7vw);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

.image-cover-wrapper.img-txt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.image-cover-wrapper.h-100 {
  height: 100%;
}

.image-cover-wrapper.is_square {
  aspect-ratio: 1;
}

.image-cover-wrapper.is_16-9 {
  aspect-ratio: 16 / 9;
}

.menu_select {
  background-color: var(--white);
  width: 0%;
  height: 2px;
  transition: width .4s cubic-bezier(.165, .84, .44, 1);
}

.map_embed {
  height: 800px;
}

.logo_mobile {
  display: none;
}

.is_white {
  color: var(--light);
}

.switch_wrap-01 {
  color: #545454;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.switch_txt-01 {
  color: #a39bff;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  display: flex;
}

.switch-01 {
  cursor: pointer;
  background-color: #a39bff;
  border-radius: 20px;
  align-items: center;
  width: 70px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px;
  display: flex;
  position: relative;
}

.switch_icon {
  z-index: 1;
  opacity: 0;
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 22px;
  margin: 9px;
  position: absolute;
  top: 0;
  left: 0;
}

.switch_icon.is-02 {
  left: auto;
  right: 0;
}

.switch_dot {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.form_text-4 {
  font-size: 11px;
  line-height: 1.4;
}

.policy-flags-2 {
  align-self: stretch;
  margin-top: 8px;
  margin-bottom: 8px;
}

.form_message-3 {
  background-color: #0000;
  padding: 0;
  overflow: hidden;
}

.button_component-5 {
  color: #fff;
  cursor: pointer;
  background-color: #a7827a;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_component-5:hover {
  opacity: 1;
  color: #fff;
}

.policy-flag-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 300;
  display: flex;
}

.form_component-3 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.form_container-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #c2afa7;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.button-circle {
  z-index: 0;
  opacity: 0;
  background-color: #d39f97;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
}

.form_field-4 {
  color: #c2afa7;
  background-color: #fff;
  border: 1px #a7827a;
  border-bottom-style: solid;
  border-radius: 0;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}

.form_field-4:focus {
  border-bottom-color: #c2afa7;
}

.form_field-4::placeholder {
  color: #a7827a;
  font-size: 14px;
  line-height: 1;
}

.form_field-4.is-message {
  border-style: solid;
  min-height: 100px;
  padding: 10px;
}

.form_field-4.is-message:focus {
  border-color: #c2afa7;
}

.button-6 {
  z-index: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3898ec00;
  padding: 16px 40px;
  font-size: .85rem;
  line-height: 1;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  position: relative;
}

.form_link-3 {
  color: #a7827a;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
  transition: color .2s;
}

.form_link-3:hover {
  color: #c2afa7;
}

.plani_slide, .plani_mask, .plani_slider {
  height: auto;
}

.plani_slider.is-vertical {
  display: none;
}

.plani_arrow_icon {
  color: var(--cta);
}

.partners_grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.paretner_block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.logo_partner {
  width: 100%;
  max-width: 120px;
  max-height: 30px;
}

.logo_partner.is-gessi {
  max-height: 36px;
}

.logo_partner.is-itlas {
  max-height: 25px;
}

@media screen and (max-width: 991px) {
  .nav_component {
    flex-direction: row;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 27px;
  }

  .header_component {
    z-index: 18;
    padding-right: var(--7vw);
    padding-left: var(--7vw);
  }

  .nav_logo_wrap {
    z-index: 3;
  }

  .nav_link_wrap.is-first {
    margin-top: auto;
  }

  .nav_link_wrap.is-last, .nav_link_wrap.is-invest {
    margin-bottom: auto;
  }

  .section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .section.is-project-mobile {
    display: none;
  }

  .heading-medium {
    font-size: 35px;
  }

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

  .container.is-header {
    flex-direction: column;
  }

  .container._2cols {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.5fr 1fr;
  }

  .container.img-txt, .container.img-txt.reverse {
    height: 80vh;
  }

  .container.is-season {
    grid-template-columns: 2fr 1fr 1fr;
    height: 80vh;
  }

  .container.is-season.reverse {
    grid-template-columns: 1fr 1fr 2fr;
    height: 80vh;
  }

  .nav_link {
    margin-top: 0;
    padding-bottom: 8px;
    font-size: 1em;
  }

  .nav_link.w--current {
    border-bottom-color: var(--white);
  }

  .form_component {
    flex-direction: column;
  }

  .tipo_item_wrapper {
    height: 100%;
  }

  .tipo_item_container {
    flex: 1;
  }

  .header_hover {
    background-image: linear-gradient(0deg, #0009 23%, #0000 50% 68%, #0003 88%);
  }

  .nav_links {
    z-index: 2;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fffffff2;
    background-image: linear-gradient(#2c3b37f2, #2c3b37f2), url('../images/AC1696_VP03_Exterior_Generale_Rev01-copia.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 130px;
    padding-bottom: 80px;
    display: none;
    position: fixed;
    inset: 0;
    overflow: auto;
  }

  .nav_hamburger {
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: auto;
    display: flex;
    position: relative;
  }

  .nav_hamburger_lottie, .tipo_item_mask {
    flex: none;
  }

  .footer_component {
    padding-left: 32px;
    padding-right: 32px;
  }

  .button_component.is-navbar {
    background-color: var(--color);
  }

  .moodboard {
    grid-template-columns: 1fr 1fr 1fr;
    align-self: stretch;
    height: 56vw;
  }

  .txt_wrap.is-cta {
    padding-left: 60px;
    padding-right: 60px;
  }

  .tipo_item_text {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .footer-03_links {
    flex-wrap: wrap;
  }

  .button_wrap {
    align-self: auto;
  }

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

  .gdpr_richtext {
    margin-top: 20px;
  }

  .form_field {
    line-height: 20px;
  }

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

  .form_container {
    width: 100%;
  }

  .form_field-2 {
    line-height: 20px;
  }

  .contact_column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 44px;
    display: flex;
  }

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

  .contact_item {
    flex-direction: column;
  }

  .contact_item.is-centred {
    justify-content: flex-start;
    align-items: center;
  }

  .form_component-2 {
    width: 100%;
    max-width: none;
  }

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

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

  .container-2.is-contact {
    flex-direction: column;
    align-items: stretch;
  }

  .container-2.orizontal {
    flex-flow: column;
  }

  .form_field-3 {
    line-height: 20px;
  }

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

  .div-block {
    width: 100%;
    height: auto;
  }

  .logo.is-mobile {
    height: 150px;
  }

  .heading-small.align-left {
    font-size: 24px;
  }

  .season_txt_wrap.is-cta {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-cover-wrapper.is-header {
    flex-direction: column;
  }

  .image-cover-wrapper.is_square, .image-cover-wrapper.is_16-9 {
    aspect-ratio: auto;
    height: 100%;
  }

  .logo_mobile {
    display: block;
  }

  .form_text-4, .policy-flags-2 {
    width: 100%;
  }

  .form_message-3 {
    width: 0;
    height: 0;
    position: absolute;
  }

  .button_component-5.is-submit {
    margin-top: 24px;
  }

  .form_component-3 {
    width: 100%;
    max-width: none;
  }

  .form_container-4 {
    flex-flow: wrap;
    display: flex;
  }

  .form_field-4 {
    flex: 1;
    min-width: 250px;
    line-height: 20px;
  }

  .form_field-4.is-message {
    min-width: 100%;
  }

  .plani_slider.is-vertical {
    display: block;
  }

  .plani_slider.is-horizontal {
    display: none;
  }

  .plani_arrow {
    width: 40px;
  }

  .partners_grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4rem;
  }

  .header_component {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    color: var(--black);
    background-color: #0000;
    flex-direction: column-reverse;
    min-height: 700px;
    padding: 0 0 80px;
  }

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

  .section.is-project-switch {
    display: none;
  }

  .section.is-project-mobile {
    padding-top: var(--10vw);
    padding-bottom: var(--10vw);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .container.is-header {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .container._2cols {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .container.project_switch {
    height: auto;
    display: flex;
    position: static;
  }

  .container.img-txt, .container.img-txt.reverse {
    height: auto;
  }

  .container.is-season {
    grid-template-rows: auto auto auto;
    height: auto;
    display: flex;
  }

  .container.is-season.reverse {
    flex-flow: column-reverse;
    height: auto;
  }

  .nav_link.w--current {
    border-bottom-color: var(--black);
    padding-bottom: 6px;
  }

  .header_par {
    color: var(--grey);
  }

  .header_img {
    flex: 1;
    width: 100%;
    height: auto;
    min-height: 60vw;
    position: relative;
  }

  .tipo_item_container {
    width: 100%;
  }

  .header_container {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 1.2rem;
  }

  .header_hover {
    display: none;
  }

  .nav_links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: none;
  }

  .nav_hamburger {
    filter: none;
    height: 40px;
  }

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

  .button_component {
    padding-left: 30px;
    padding-right: 30px;
  }

  .moodboard {
    grid-template-rows: 1fr .5fr;
    grid-template-columns: 1fr 1fr;
    height: 110vw;
    max-height: none;
  }

  .txt_wrap.is-cta {
    padding: 60px 20px;
  }

  .txt_wrap.pad-r-3vw, .txt_wrap.pad-l-3vw {
    margin-bottom: 30px;
  }

  .tipo_item_text {
    padding: 40px;
  }

  .footer-03_link {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-03_links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-03_row {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .tipo_container {
    flex-flow: column;
  }

  .scroll_component {
    display: none;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .form_wrapper {
    width: 100%;
  }

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

  .form_field-2 {
    margin-bottom: 15px;
  }

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

  .form_field-3 {
    margin-bottom: 15px;
  }

  .logo.is-mobile {
    height: 120px;
  }

  .header_trigger {
    height: 400px;
  }

  .image_switch.is_winter {
    opacity: 0;
    position: absolute;
  }

  .image_switch-wrapper {
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .season_text.is-winter {
    display: none;
  }

  .season_text.is-summer {
    display: flex;
  }

  .season_txt_wrap.is-cta {
    padding: 60px 20px;
  }

  .image-cover-wrapper.is-header {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .switch_wrap-01 {
    z-index: 2;
    align-self: auto;
    position: relative;
  }

  .switch-01 {
    background-color: var(--cta);
  }

  .switch_icon.is-01, .switch_icon.is-02 {
    opacity: 100;
  }

  .form_field-4 {
    margin-bottom: 15px;
  }

  .plani_slider.is-vertical {
    display: none;
  }

  .plani_slider.is-horizontal {
    display: block;
  }

  .plani_arrow {
    font-size: 30px;
  }

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

@media screen and (max-width: 479px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 2.1rem;
  }

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

  .section.is-100vh {
    min-height: 780px;
  }

  .heading-medium {
    font-size: 1.8rem;
  }

  .container._2cols {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .container.img-txt {
    display: flex;
  }

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

  .container.is-season {
    display: flex;
  }

  .container.is-season.reverse {
    flex-flow: column-reverse;
  }

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

  .grid_img_wrap {
    order: 1;
  }

  .header_img {
    min-height: 40vh;
  }

  .tipo_item_container {
    width: 100%;
    margin-right: 10px;
  }

  .header_container {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.1rem;
  }

  .tipo_item_mask {
    max-height: 210px;
  }

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

  .txt_wrap {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .txt_wrap.is-centred {
    text-align: center;
  }

  .tipo_item_text {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding: 25px;
  }

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

  .footer-03_row {
    grid-row-gap: 40px;
  }

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

  .intro {
    text-align: center;
  }

  .contact_heading {
    font-size: 1.8rem;
  }

  .contact_column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

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

  .contact_item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    min-width: auto;
  }

  .button-2.is-submit {
    margin-top: 20px;
  }

  .icon {
    flex: none;
    width: 20px;
    height: 20px;
  }

  .contact_link, .text-block-2 {
    white-space: nowrap;
  }

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

  .header_trigger {
    height: 150px;
  }

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

  .heading-small.align-left {
    font-size: 22px;
  }

  .background_image_location {
    background-image: linear-gradient(#fff 14%, #fff0 53%), url('../images/iStock-494088882-copia.webp');
    background-position: 0 0, 50% 25%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 600px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .map_embed {
    height: 500px;
  }

  .button_component-5.is-submit {
    align-self: center;
  }

  .form_container-4 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .button-6 {
    padding-left: 32px;
    padding-right: 32px;
    line-height: 1.4;
  }

  .plani_slider.is-vertical {
    display: block;
  }

  .plani_slider.is-horizontal {
    display: none;
  }

  .plani_arrow_icon {
    font-size: 25px;
  }

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

#w-node-_7da57a47-278b-f20b-6e21-ac7ec7accb6f-6b02b51a, #w-node-bec06750-2ed9-e99a-b443-ff5681520f32-6b02b51a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#note.w-node-_45ac760f-2883-ed19-c074-d24302f612e6-ea5bd0fb, #w-node-_45ac760f-2883-ed19-c074-d24302f612e7-ea5bd0fb, #policyFlagsContainer.w-node-_45ac760f-2883-ed19-c074-d24302f612e9-ea5bd0fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_45ac760f-2883-ed19-c074-d24302f612ea-ea5bd0fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-c0599c81-1981-c8f5-f976-7a180c407879-ea5bd0fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_45ac760f-2883-ed19-c074-d24302f612ef-ea5bd0fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f359ea65-89c5-1a72-d7b2-9b172fb3e2d3-7692e723, #w-node-_404eb7b0-c369-918b-f020-2fead63eeb98-7692e723 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3fb8a51a-3e56-8979-65e7-f3d996f5641c-c5dbfd0f, #w-node-_3fb8a51a-3e56-8979-65e7-f3d996f5641e-c5dbfd0f, #w-node-e448d6d3-900e-6c53-4eed-a5a102514873-29de0f20 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e448d6d3-900e-6c53-4eed-a5a10251487a-29de0f20, #w-node-e448d6d3-900e-6c53-4eed-a5a10251487c-29de0f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e448d6d3-900e-6c53-4eed-a5a10251487e-29de0f20 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e448d6d3-900e-6c53-4eed-a5a102514882-29de0f20, #w-node-e448d6d3-900e-6c53-4eed-a5a102514884-29de0f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e448d6d3-900e-6c53-4eed-a5a102514886-29de0f20 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e448d6d3-900e-6c53-4eed-a5a102514888-29de0f20 {
  grid-area: 1 / 3 / 3 / 4;
}

@media screen and (max-width: 767px) {
  #w-node-_7da57a47-278b-f20b-6e21-ac7ec7accb6f-6b02b51a, #w-node-bec06750-2ed9-e99a-b443-ff5681520f32-6b02b51a {
    grid-row: span 1 / span 1;
  }

  #w-node-_7f7c9a8b-3588-d0e6-3706-a1ae05843bee-6b02b51a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3fb8a51a-3e56-8979-65e7-f3d996f5641c-c5dbfd0f, #w-node-_3fb8a51a-3e56-8979-65e7-f3d996f5641e-c5dbfd0f {
    grid-row: span 1 / span 1;
  }

  #w-node-e448d6d3-900e-6c53-4eed-a5a102514873-29de0f20 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e448d6d3-900e-6c53-4eed-a5a10251487c-29de0f20 {
    grid-column: span 2 / span 2;
  }

  #w-node-e448d6d3-900e-6c53-4eed-a5a10251487e-29de0f20 {
    grid-column: span 3 / span 3;
  }

  #w-node-e448d6d3-900e-6c53-4eed-a5a102514882-29de0f20 {
    grid-column: span 2 / span 2;
  }

  #w-node-e448d6d3-900e-6c53-4eed-a5a102514886-29de0f20 {
    grid-column: span 3 / span 3;
  }

  #w-node-e448d6d3-900e-6c53-4eed-a5a102514888-29de0f20 {
    grid-row-end: 2;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #firstName.w-node-_45ac760f-2883-ed19-c074-d24302f612e1-ea5bd0fb, #lastName.w-node-_45ac760f-2883-ed19-c074-d24302f612e2-ea5bd0fb, #email.w-node-_45ac760f-2883-ed19-c074-d24302f612e3-ea5bd0fb, #tel-2.w-node-_45ac760f-2883-ed19-c074-d24302f612e4-ea5bd0fb, #note.w-node-_45ac760f-2883-ed19-c074-d24302f612e6-ea5bd0fb, #w-node-_45ac760f-2883-ed19-c074-d24302f612e7-ea5bd0fb, #policyFlagsContainer.w-node-_45ac760f-2883-ed19-c074-d24302f612e9-ea5bd0fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45ac760f-2883-ed19-c074-d24302f612ea-ea5bd0fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }
}


