:root {
  --white: #fff;
  --green: #0a3922;
  --brown: #a67b53;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Inter;
  font-size: .875rem;
  font-weight: 300;
  line-height: 140%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alata;
  font-size: 34rem;
  font-weight: 700;
  line-height: 100%;
}

p {
  margin-bottom: 0;
}

.hero-section {
  height: 100vh;
  overflow: hidden;
}

.hero_component {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero_bg {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.image-cover.is-absolute {
  position: absolute;
  inset: 0%;
}

.hero_text {
  position: absolute;
}

.hero_text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -1rem;
}

.hero_h1 {
  background-image: url('../images/feature-img.jpg');
  background-position: 0 0;
  background-size: auto;
  padding: 1rem 1rem 40px;
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 10vw;
  font-style: italic;
  font-weight: 400;
}

.hero_overlay {
  opacity: .7;
  mix-blend-mode: multiply;
  background-color: #13100d;
  position: absolute;
  inset: 0%;
}

.hero_h2 {
  color: #fff;
  font-family: Kapakana, Georgia, sans-serif;
  font-size: 17vw;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  top: auto;
  bottom: -122px;
}

.hero_footer {
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero_scroll {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero_arrow {
  border: 1px solid #fff6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}

.hero_arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.text-style-caps {
  text-transform: uppercase;
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 1.4rem;
  line-height: 120%;
}

.max-width-small {
  max-width: 24rem;
}

.text-clip-style {
  display: none;
}

.page-wrapper {
  height: 100vh;
  overflow: hidden;
}

.nav-section {
  background-color: #0000;
  min-width: 100%;
  max-width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-weight: 400;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  padding-top: 1.2rem;
  padding-bottom: 1.2em;
  display: flex;
}

.nav_col {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
  min-height: 4rem;
  display: flex;
}

.nav_menu-btn {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 2.313rem;
  padding: 0;
}

.nav_menu-btn.w--open {
  background-color: #0000;
}

.nav_menu-line {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: .75rem;
}

.nav_menu-line.is-top {
  margin-top: 0;
}

.divider {
  opacity: .4;
  background-color: #fff;
  align-self: stretch;
  width: 1px;
}

.hero_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px;
  text-decoration: none;
  display: flex;
}

.hero_link.w--current {
  text-decoration: underline;
}

.icon-medium {
  width: 1.25rem;
  height: 1.25rem;
}

.button {
  text-transform: uppercase;
  background-color: #ffffff1a;
  border-radius: 11rem;
  padding: 1.25rem 1.5rem;
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
  transition: color .2s, background-color .2s;
}

.button:hover {
  background-color: var(--white);
  color: var(--green);
}

.nav_lang {
  grid-column-gap: .313rem;
  grid-row-gap: .313rem;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  display: flex;
}

.nav_logo {
  z-index: 2;
  width: auto;
  height: 100%;
  margin-top: 0;
  padding-left: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_logo.w--current {
  z-index: 2;
  width: auto;
  max-width: none;
  margin-top: 0;
  padding-left: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_divider {
  z-index: -1;
  background-color: var(--white);
  opacity: .4;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.loader-wrapper {
  z-index: 1000;
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader_component {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  display: flex;
  position: relative;
}

.loader_images {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 48rem;
  height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loader_img {
  width: 170px;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.loader_img.is-1 {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.loader_img.is-2 {
  position: absolute;
  left: 200px;
}

.loader_img.is-3 {
  position: absolute;
  left: 400px;
}

.loader_img.is-4 {
  position: absolute;
  inset: 0% auto 0% 600px;
}

.loader_bar {
  background-color: #0003;
  border-radius: 5rem;
  width: 100%;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.loader_fill {
  background-color: var(--brown);
  width: 50%;
  position: absolute;
  inset: 0%;
}

.loader_progress {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-small {
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 1.3rem;
}

.loader_lottie {
  transform-style: preserve-3d;
  width: 150%;
  position: absolute;
  top: 0%;
  bottom: 20%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

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

.gallery21_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer4_credit-text {
  color: #fffdf8;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.footer4_credit-text.smaller {
  font-size: 12px;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.big-img-content {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 500px;
  padding: 41px;
  display: flex;
  position: relative;
  left: 200px;
}

.navbar4_menu-button {
  padding: 0;
}

.navbar4_menu-button.w--open {
  background-color: #0000;
}

.gallery21_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery21_arrow.left {
  right: 4rem;
}

.text-title-experience {
  color: #fffdf8;
  text-align: center;
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.menu-icon4_line-top {
  background-color: #000;
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.gray-bg-square-text {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.35em;
}

.gray-bg-square-text.third-section {
  margin-bottom: .5em;
  padding-left: 1.6em;
  padding-right: 1.6em;
  font-size: 1.8em;
  font-weight: 300;
}

.navbar4_logo-link {
  padding-left: 0;
}

.menu-icon4_line-middle {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.testimonial15_logo {
  max-height: 3rem;
}

.left-row-home-about {
  width: 33%;
  height: 80vh;
  margin-right: 2rem;
  position: relative;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #0000008f;
  position: absolute;
  inset: 0%;
}

.right-row-home-about {
  width: 33%;
  height: 65vh;
  margin-left: 2rem;
  position: relative;
}

.navbar4_menu {
  background-color: #fffdf8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  top: 103px;
  overflow: auto;
}

.menu-icon4_line-bottom {
  background-color: #000;
  width: 24px;
  height: 2px;
}

.button-wrapper-experiences {
  justify-content: center;
  display: flex;
}

.testimonial15_rating-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.image-middle_home-about {
  z-index: 3;
  position: absolute;
}

.image-middle_home-about.is-right {
  width: 40rem;
  inset: auto auto 0%;
}

.image-middle_home-about.is-left {
  width: 20rem;
  inset: auto 0% 0% auto;
}

.testimonial15_divider {
  background-color: #0000;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.column-4 {
  height: 600px;
}

.section-margin-large {
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
}

.section-margin-large.no-bottom {
  padding-bottom: 0;
}

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

.section-margin-large.bc-grey {
  background-color: #f8f8f8;
}

.title-hover-experiences {
  z-index: 10;
  position: absolute;
  inset: auto 0% 5%;
}

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

.cta9_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial15_client-image {
  object-fit: cover;
}

.center-row-home-about {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: column;
  align-items: center;
  width: 37%;
  display: flex;
}

.text-cta {
  color: #fffdf8;
  margin-top: 0;
  font-style: italic;
  font-weight: 400;
}

.grid_home-experiences {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: repeat(auto-fit, 28rem);
  grid-template-columns: 1fr 1fr 1fr;
  min-width: 100%;
  max-width: 100%;
  max-height: 300px;
  margin-bottom: 20px;
}

.grid_home-experiences.single {
  grid-template-columns: 1fr;
}

.page-padding {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 5%;
  display: flex;
}

.image-background_home-about {
  z-index: 1;
  position: absolute;
}

.image-background_home-about.is-right {
  width: 20rem;
  inset: 5% auto auto -5%;
}

.image-background_home-about.is-left {
  width: 20rem;
  inset: 5% -10% auto auto;
}

.section-home-cta {
  justify-content: space-between;
  align-items: center;
  min-height: 260px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-title {
  color: var(--green);
  text-align: center;
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}

.section-grey {
  background-color: #f8f8f8;
  margin: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 400;
  overflow: hidden;
}

.view-text {
  color: #004225;
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
}

.testimonial15_slide {
  margin-right: 5rem;
}

.section-footer {
  background-color: #004225;
  overflow: hidden;
}

.gallery21_slide {
  padding-right: 2rem;
}

.testimonial15_content {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.mouse-hover-experiences {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header-100vh {
  justify-content: center;
  align-items: flex-end;
  min-height: 30vh;
  max-height: none;
  margin-bottom: 60px;
  display: flex;
}

.social-icon {
  color: #fffdf8;
  width: auto;
  height: auto;
}

.big-img-section {
  background-image: url('../images/0-approfondimento.jpg');
  background-position: 0%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  height: 600px;
  display: flex;
}

.view-circle {
  z-index: 5;
  background-color: #fffdf8bf;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 60px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cta9_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-3 {
  color: #242424;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 14px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.link {
  color: var(--green);
  text-transform: uppercase;
  border-bottom: 3px solid #cda183;
  margin-top: 43px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link:hover {
  opacity: .79;
}

.image-grid-overlay-experiences {
  z-index: 2;
  background-image: linear-gradient(0deg, #00000080, #13120200 75%);
  min-width: 100%;
  position: absolute;
  inset: 0%;
}

.cta9_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-small {
  color: #131202;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.container-large {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.navbar4_link {
  color: var(--green);
  text-align: center;
  width: 100%;
  margin: .5rem auto .5rem 0;
  padding: .5rem 0;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  transition: all .2s;
  display: inline-block;
  position: static;
}

.navbar4_link:hover {
  opacity: .68;
}

.navbar4_link.w--current {
  color: #000;
}

.navbar4_component {
  background-color: #fffdf8;
  border: 1px #000;
  align-items: center;
  min-height: 4rem;
  padding-left: 5%;
  padding-right: 0%;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.menu-icon4 {
  filter: invert();
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer4_bottom-wrapper.space {
  margin-bottom: 10px;
}

.gallery21_mask {
  width: 50%;
  overflow: visible;
}

.gallery21_mask._2 {
  width: 30%;
}

.section-home-header {
  min-height: 100px;
  position: relative;
}

.cta9_content {
  flex: 1;
}

.big-text {
  color: #462983;
  border-bottom: 3px solid #0000;
  font-size: 80px;
  line-height: 125px;
  text-decoration: none;
}

.big-text:hover {
  color: #202020;
  border-bottom: 3px solid #e7b63a;
}

.grid-row-experiences {
  cursor: none;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  max-width: 100%;
  max-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-row-experiences.w--current {
  min-width: auto;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  display: flex;
}

.heading-1 {
  color: #fffdf8;
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.testimonial15_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial15_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.big-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.image-bg-rectangle {
  background-image: url('../images/Copyright_Soho_Farm_House_Boat_House_1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.35em;
}

.left-aligned-container-grid {
  grid-column-gap: .6em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 65vh;
  padding: 0 2vw 1.5vh;
  display: grid;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 700px;
  display: flex;
}

.text-align-center {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.footer4_link {
  color: #fffdf8;
  text-align: center;
  text-transform: uppercase;
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.footer4_link:hover {
  opacity: .72;
}

.footer4_link.w--current {
  text-transform: uppercase;
}

.bg {
  background-image: url('../images/0-approfondimento.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.bg.is-3 {
  background-image: url('../images/3_1.jpg');
}

.bg.is-2 {
  background-image: url('../images/2.jpg');
}

.bg.is-4 {
  background-image: url('../images/4.jpg');
}

.bg.is-5 {
  background-image: url('../images/5.jpg');
}

.bg.is-6 {
  background-image: url('../images/6.jpg');
}

.bg.is-7 {
  background-image: url('../images/7.jpg');
}

.bg.is-8 {
  background-image: url('../images/8.jpg');
}

.bg.is-9 {
  background-image: url('../images/9.jpg');
}

.section-1 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.testimonial15_rating-wrapper {
  display: flex;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.bg-image {
  background-image: url('../images/SL_Farm-16.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-image._4 {
  background-image: url('../images/Photo_17-11-2016-10.jpeg');
}

.bg-image._5 {
  background-image: url('../images/Copyright-Soho-House-Farmhouse-Hay-Barn-201904-VE-LR-001.jpg');
}

.link-decoration {
  color: #fff;
  background-color: #a0a0a0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: 4.9em;
  height: .1em;
}

.text-size-medium {
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium.text-color-white {
  color: var(--white);
}

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

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  margin-bottom: 20px;
  display: grid;
}

.image-overlay-layer-2 {
  z-index: 1;
  background-image: linear-gradient(to right, #63694085, #13120200);
  position: absolute;
  inset: 0%;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-large {
  min-width: 100%;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-regular {
  color: #131202e6;
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 130%;
}

.text-size-regular.text-align-center {
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 1.2rem;
  line-height: 130%;
}

.text-size-regular.text-align-center.space-down {
  margin-bottom: 10px;
}

.text-size-regular.small {
  color: #131202ad;
  font-size: 1.1rem;
  line-height: 150%;
}

.text-size-regular.small.margin-up, .text-size-regular.small.margin-up-copy {
  margin-top: 140px;
}

.heading-3 {
  color: var(--green);
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Kapakana, Georgia, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 45px;
}

.read-more-link {
  color: #fff;
  letter-spacing: .1em;
  font-size: .87em;
  font-weight: 300;
  line-height: 1.7em;
  text-decoration: none;
}

.heading-2 {
  color: #004225;
  text-align: center;
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 3.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 110%;
}

.heading-2.is-left-align {
  text-align: left;
  margin-bottom: 40px;
}

.hero-img-container {
  background-image: url('../images/hero-7.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 800px;
  margin-top: 40px;
}

.header30_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.image-grid-experiences-background_wrapper {
  min-width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.line-divider {
  background-color: #0000;
  width: 100%;
  height: 1px;
}

.container-2 {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.loading-bar-preloader_wrapper {
  border-radius: 100%;
  width: 20rem;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.section-3-img-container {
  background-image: url('../images/3.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 600px;
}

.right-aligned-container-grid {
  grid-column-gap: .6em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  min-height: 65vh;
  padding-bottom: 1.5vh;
  padding-left: 2vw;
  padding-right: 2vw;
  display: grid;
}

.section-home-slider {
  overflow: hidden;
}

.main-paragraph {
  color: #462983;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.navbar4_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.overlap-img-2 {
  background-image: url('../images/portfolio_piscina_2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 400px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.is-button-row-center {
  flex-flow: column;
  justify-content: center;
}

.loading-bar-preloader-color {
  z-index: 7000;
  background-color: #004225;
  position: absolute;
  inset: 0%;
}

.loading-bar-preloader-color.is-secondary {
  z-index: 6000;
  background-color: #ced69d;
}

.gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.gray-bg-rectangle {
  background-color: #b9afa1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.6em;
  padding-right: 1.6em;
  display: flex;
}

.gray-bg-rectangle.dark {
  background-color: #a89b8a;
}

.navbar4_menu-wrapper {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.overlap-img-1 {
  background-image: url('../images/portfolio_parco_2.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 300px;
  height: 500px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-1-img-container {
  background-image: url('../images/mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 700px;
}

.header30_background-image {
  object-fit: cover;
  background-image: url('../images/portfolio_piscina_1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header30_background-image._2 {
  background-image: url('../images/work-img1.jpg');
}

.header30_background-image._3 {
  background-image: url('../images/portfolio_suite_1.jpg');
}

.preloader {
  z-index: 5000;
  background-color: #fffdf8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-top_home-about {
  z-index: 5;
  position: absolute;
}

.image-top_home-about.is-right {
  width: 22rem;
  inset: 0% 0% auto auto;
}

.image-top_home-about.is-left {
  width: auto;
  max-width: 300px;
  inset: 0% auto auto 0%;
}

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

.padding-bottom, .padding-bottom.padding-small {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-huge {
  min-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.heading {
  color: #381780;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 45px;
}

.gray-bg-square {
  background-color: #b9afa1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-icon_line-middle-base {
  background-color: #000;
  width: 24px;
  height: 2px;
  position: absolute;
}

.heading-4 {
  color: #381780;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 400;
  line-height: 45px;
}

.cta9_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 900px;
  max-width: 1000px;
  display: flex;
}

.section-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer4_legal-link {
  color: #fffdf8;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.gallery21_lightbox-link {
  width: 100%;
}

.component_home-about {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial15_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial15_arrow.left {
  right: 4rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #004225;
  border: 1px solid #004225;
  padding: .75rem 1.5rem;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.button-2.is-navbar4-button, .button-2.big {
  background-color: #004225;
  padding: 1.5rem 3rem;
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
}

.button-2.big.outline {
  color: var(--green);
  background-color: #00422500;
}

.paragraph {
  width: 258px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
  display: block;
  position: static;
}

.paragraph._3 {
  margin-bottom: 51px;
}

.paragraph._2 {
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.navbar4_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.paragraph-2 {
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.language {
  color: var(--white);
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  transition: all .2s;
}

.language:hover {
  opacity: .61;
}

.icon {
  color: var(--white);
  max-width: 40px;
}

.icon.green {
  color: var(--green);
}

.dropdown-list {
  background-color: #856f6f;
}

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

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.dropdown-list-copy {
  background-color: #856f6f;
}

.dropdown-list-copy.w--open {
  background-color: #0000;
  position: static;
  top: 37px;
}

.dropdown-link {
  color: var(--green);
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 1.2rem;
}

.dropdown-link:hover {
  opacity: .69;
}

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

.image {
  max-width: 200px;
}

.link-sito-principale {
  transition: all .2s;
}

.link-sito-principale:hover {
  opacity: .76;
}

.link-2 {
  color: var(--white);
}

.text-size-medium-2 {
  color: #191919;
  font-size: 1.25rem;
  line-height: 1.45;
}

.text-size-medium-2.margin-down {
  margin-bottom: 40px;
}

.icon-1x1-tiny {
  z-index: 5;
  flex: none;
  width: .8rem;
  height: .8rem;
  position: relative;
}

.h2 {
  font-size: 2.8rem;
}

.h2.margin-down {
  margin-bottom: 20px;
  font-size: 2.8rem;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-7.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #191919;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50rem;
  justify-content: flex-start;
  align-items: center;
  padding: .6em 1.5em;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3.w--current {
  justify-content: center;
  align-items: center;
}

.button-3.wight {
  max-width: 330px;
}

.button-3.wight.margin-down {
  margin-bottom: 40px;
}

.column-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: block;
}

.grid-2._2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  margin-bottom: 60px;
}

.grid-2._2._1col {
  place-items: center stretch;
}

.button-bg {
  z-index: 0;
  background-color: #191919;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.text-color-grey-copy {
  color: #f7f6f1;
  text-decoration: none;
}

.text-color-grey-copy.black {
  color: #191919;
}

.text-color-grey-copy.black.italic {
  font-style: italic;
}

.text-color-grey-copy.black.bigger {
  font-size: 1rem;
}

.text-color-grey-copy.black.space-right {
  margin-right: 10px;
}

.button-text {
  z-index: 5;
  position: relative;
}

.icon-banner {
  max-width: 20px;
  margin-right: 10px;
}

.icon-banner.invert {
  filter: invert();
}

.icon-banner.invert.less-space {
  margin-right: 6px;
}

.link-banner {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-banner:hover {
  opacity: .7;
}

.link-banner.space-down {
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
}

.link-banner.space-down:hover {
  opacity: .71;
}

.link-banner.space-down.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.cursive {
  margin-left: -9px;
  padding-left: 3px;
  padding-right: 5px;
  font-style: italic;
}

.cursive.no-margin {
  margin-left: 0;
  padding-right: 1px;
}

.map {
  margin-top: 80px;
  margin-bottom: -4px;
}

.header-100vh-copy {
  justify-content: center;
  align-items: flex-end;
  min-height: 30vh;
  max-height: none;
  display: flex;
}

.logo {
  max-width: 200px;
}

.columns {
  margin-bottom: 60px;
}

.columns-2 {
  margin-bottom: 20px;
}

.container-3 {
  margin-bottom: 60px;
}

.header3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Synthetic Pleasures, Times New Roman, sans-serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
}

.big-img-content-copy {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  min-width: 100%;
  padding: 41px;
  display: flex;
  position: static;
  left: 200px;
}

.big-img-content-copy.margin-up {
  margin-top: 60px;
}

.number {
  color: var(--green);
  font-family: Kapakana, Georgia, sans-serif;
  font-size: 120px;
  line-height: 100%;
}

.div-block-11 {
  color: #333;
  text-align: center;
  background-image: linear-gradient(#d8ffec, #d8ffec);
  min-width: 140px;
  max-width: none;
  min-height: 140px;
  position: absolute;
  inset: -10% -5% auto auto;
}

.big-img-section-copy {
  background-image: url('../images/homepage-bg.jpg');
  background-position: 0%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  height: 600px;
  display: flex;
}

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

.image-2 {
  max-width: 34px;
}

.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: 350px;
  display: flex;
}

.image-3 {
  object-fit: cover;
  max-width: none;
  max-height: 400px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
  place-items: center;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.container-4 {
  max-width: 1000px;
}

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 900px;
  max-width: 900px;
  display: flex;
}

.container-5.no-padding {
  min-width: 100%;
}

.columns-3 {
  max-width: 900px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
  margin-top: 60px;
}

.link-block {
  text-align: center;
  min-height: 100%;
  text-decoration: none;
}

.link-3 {
  color: var(--green);
  text-decoration: none;
  transition: all .2s;
}

.link-3:hover {
  opacity: .8;
}

.link-3.space-down {
  margin-bottom: 10px;
}

.div-mappa-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero_h2 {
    bottom: -69px;
  }

  .hero_footer, .nav-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_col {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
  }

  .hero_link.hide {
    display: none;
  }

  .button {
    font-size: 1rem;
  }

  .loader_img.is-3 {
    max-width: 100%;
  }

  .big-img-content {
    left: 102px;
  }

  .navbar4_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar4_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon4_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .gray-bg-square-text {
    font-size: 1.5em;
  }

  .gray-bg-square-text.third-section {
    font-size: 1.2em;
  }

  .menu-icon4_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .left-row-home-about, .right-row-home-about {
    width: 30%;
  }

  .navbar4_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .menu-icon4_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-margin-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-margin-large.medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta9_button-row {
    flex: none;
  }

  .center-row-home-about {
    width: 40%;
  }

  .grid_home-experiences {
    grid-column-gap: 1.1rem;
    grid-template-rows: repeat(auto-fit, 17.75rem);
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-background_home-about.is-right, .image-background_home-about.is-left {
    display: none;
  }

  .section-home-cta {
    min-height: 200px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-grey {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .testimonial15_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header-100vh {
    min-height: 40vh;
  }

  .big-img-section {
    height: auto;
    min-height: 300px;
    max-height: 300px;
  }

  .view-circle {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .container-large {
    max-width: 100%;
  }

  .navbar4_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    font-size: 3rem;
    position: static;
  }

  .menu-icon4 {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .cta9_content {
    margin-right: 3rem;
  }

  .grid-row-experiences {
    min-width: 200px;
  }

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

  .image-bg-rectangle {
    height: 40vh;
  }

  .heading-5 {
    font-size: 1.2em;
  }

  .left-aligned-container-grid {
    min-height: 40vh;
    max-height: 40vh;
    margin-bottom: 1.5vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column {
    height: 600px;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .bg-image._4 {
    width: auto;
    height: 40vh;
  }

  .bg-image._5 {
    height: 40vh;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-regular, .text-size-regular.small {
    font-size: 1rem;
  }

  .heading-2.is-left-align {
    font-size: 2.5rem;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .right-aligned-container-grid {
    min-height: 40vh;
    max-height: 40vh;
    margin-bottom: 1.5vh;
    padding-bottom: 0;
  }

  .gray-bg-rectangle.dark {
    height: 40vh;
  }

  .navbar4_menu-wrapper {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
  }

  .section-1-img-container {
    height: 600px;
  }

  .image-top_home-about.is-left {
    max-width: 200px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge.padding-left {
    padding-left: 1rem;
  }

  .gray-bg-square {
    height: 40vh;
  }

  .menu-icon_line-middle-base {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .cta9_component {
    grid-column-gap: 3rem;
    min-width: 100%;
    max-width: none;
  }

  .navbar4_container {
    grid-auto-columns: 1fr;
  }

  .language {
    font-size: 1.5rem;
  }

  .icon {
    margin-right: 2px;
  }

  .dropdown-link {
    font-size: .9rem;
  }

  .h2, .h2.margin-down {
    font-size: 2rem;
  }

  .button-3 {
    font-size: .8rem;
  }

  .button-3.wight.margin-down {
    max-width: 240px;
  }

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

  .map {
    margin-top: 0;
  }

  .logo {
    max-width: 140px;
  }

  .dropdown-toggle-2 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .grid-3 {
    grid-template-columns: minmax(min-content, max-content);
  }

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

  .container-5 {
    min-width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-5.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 70vh;
  }

  .hero_h2 {
    bottom: -42px;
  }

  .hero_footer {
    inset: auto 0% 26%;
  }

  .text-style-caps {
    max-width: 250px;
    font-size: 1rem;
  }

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

  .nav_col {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    min-width: 90%;
    max-width: 90%;
  }

  .nav_col.no-full-wight {
    min-width: auto;
  }

  .divider.hide {
    display: none;
  }

  .button {
    font-size: .9rem;
  }

  .loader_images {
    width: auto;
    max-width: 100%;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

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

  .big-img-content {
    width: 360px;
    padding-left: 1rem;
    padding-right: 1rem;
    left: 65px;
  }

  .gallery21_arrow.left {
    right: 3.5rem;
  }

  .gray-bg-square-text {
    font-size: 1.2em;
  }

  .gray-bg-square-text.third-section {
    font-size: 1em;
  }

  .column-4 {
    height: 400px;
  }

  .cta9_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .grid_home-experiences {
    grid-template-rows: minmax(200px, max-content);
    grid-template-columns: 1fr 1fr 1fr;
    max-height: 200px;
  }

  .section-grey {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonial15_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery21_slide {
    min-width: 200px;
    padding-right: 1.5rem;
  }

  .testimonial15_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .container {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navbar4_link {
    font-size: 2rem;
  }

  .navbar4_component {
    min-height: 4rem;
  }

  .menu-icon4 {
    background-color: #0000;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
    display: flex;
  }

  .gallery21_mask {
    width: 100%;
  }

  .cta9_content {
    margin-right: 0;
  }

  .grid-row-experiences {
    min-width: 150px;
    max-height: 200px;
  }

  .testimonial15_client {
    align-items: center;
    width: 100%;
  }

  .testimonial15_component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .image-bg-rectangle {
    height: 30vh;
  }

  .heading-5 {
    font-size: 1em;
  }

  .left-aligned-container-grid {
    min-height: auto;
    max-height: none;
  }

  .column {
    height: auto;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .bg-image, .bg-image._4, .bg-image._5 {
    height: 30vh;
  }

  .link-decoration {
    margin-bottom: 1px;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .column-2 {
    padding-bottom: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-template-columns: minmax(max-content, 1fr) 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-regular.small {
    font-size: .8rem;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .heading-2.is-left-align {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }

  .right-aligned-container-grid {
    min-height: auto;
    max-height: none;
  }

  .overlap-img-2 {
    height: auto;
    min-height: 300px;
  }

  .gray-bg-rectangle.dark {
    height: 30vh;
  }

  .navbar4_menu-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 20px;
  }

  .overlap-img-1 {
    height: auto;
    min-height: 300px;
  }

  .section-1-img-container {
    height: 300px;
  }

  .image-top_home-about.is-left {
    max-width: 150px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .gray-bg-square {
    width: 30vh;
    height: 30vh;
  }

  .cta9_component {
    grid-row-gap: 2rem;
    flex-flow: row;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .footer4_legal-link {
    margin-right: 10px;
  }

  .testimonial15_arrow {
    inset: 0% 0% auto auto;
  }

  .testimonial15_arrow.left {
    right: 3.5rem;
  }

  .button-2.is-navbar4-button, .button-2.big {
    padding: 1.5rem 1rem;
  }

  .testimonial15_slide-nav {
    inset: 0% auto auto 0%;
  }

  .grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .image {
    max-width: 150px;
  }

  .div-block-7 {
    margin-right: 20px;
  }

  .button-3.wight.margin-down {
    max-width: 320px;
    font-size: 1.2rem;
  }

  .cursive {
    margin-left: -11px;
  }

  .columns {
    margin-bottom: 0;
  }

  .big-img-section-copy {
    height: auto;
    max-height: 300px;
  }

  .div-block-12 {
    background-image: none;
    max-height: none;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-mappa-mobile {
    max-height: none;
  }
}

@media screen and (max-width: 479px) {
  .hero_h1 {
    font-size: 14vw;
  }

  .hero_h2 {
    font-size: 22vw;
    bottom: -35px;
  }

  .hero_footer {
    flex-flow: column-reverse;
  }

  .hero_scroll {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .hero_arrow {
    width: 3rem;
    height: 3rem;
  }

  .text-style-caps {
    text-align: center;
    max-width: none;
    margin-bottom: 20px;
    font-size: 1.05rem;
  }

  .nav_component {
    justify-content: space-between;
  }

  .nav_col {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-end;
    min-width: 70%;
    max-width: 70%;
  }

  .button.hide-mobile {
    display: none;
  }

  .nav_logo {
    padding-left: 0;
  }

  .nav_logo.w--current {
    inset: 0% 0% auto;
  }

  .loader-wrapper {
    display: none;
  }

  .loader_images {
    max-width: none;
  }

  .loader_lottie {
    width: 100%;
  }

  .big-img-content {
    width: auto;
    min-width: 220px;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    left: 12px;
  }

  .text-title-experience {
    font-size: 1rem;
  }

  .gray-bg-square-text {
    margin-bottom: 2em;
    padding: 1em 1.6em;
    display: block;
  }

  .gray-bg-square-text.third-section {
    margin-bottom: 1.5vh;
    padding-top: 1em;
    font-size: 1.2em;
  }

  .left-row-home-about, .right-row-home-about {
    display: none;
  }

  .testimonial15_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .column-4 {
    height: 300px;
  }

  .container-small {
    max-width: 100%;
  }

  .center-row-home-about {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid_home-experiences {
    grid-column-gap: .4rem;
    grid-template-rows: minmax(8.75rem, 1fr);
    grid-template-columns: 1fr 1fr 1fr;
    max-height: 140px;
  }

  .grid_home-experiences.single {
    max-height: 200px;
  }

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

  .section-home-cta {
    min-height: 240px;
  }

  .section-grey.overflow {
    overflow: visible;
  }

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

  .header-100vh {
    min-height: 90vh;
  }

  .header-100vh._40 {
    min-height: 40vh;
  }

  .header-100vh._40.padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-100vh._40.padding.no-margin-down {
    margin-bottom: 0;
  }

  .big-img-section {
    width: 100%;
  }

  .view-circle {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .container-large {
    width: auto;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar4_link {
    font-size: 1.4rem;
    line-height: 100%;
  }

  .menu-icon4 {
    background-color: #0000;
  }

  .footer4_bottom-wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-row-experiences {
    min-width: 100px;
  }

  .grid-row-experiences.w--current {
    max-height: 200px;
  }

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

  .max-width-large {
    max-width: 50rem;
  }

  .image-bg-rectangle {
    width: 96vw;
    height: 50vh;
    margin-bottom: 1.5vh;
  }

  .heading-5 {
    padding-top: 1em;
    padding-left: 1.6em;
    padding-right: 1.6em;
    font-size: .9em;
  }

  .left-aligned-container-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .bg-image {
    flex-direction: row;
    width: 96vw;
    height: 40vh;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .bg-image._4 {
    width: 96vw;
    height: 40vh;
    margin-bottom: 1.5vh;
  }

  .link-decoration {
    margin-bottom: 1em;
  }

  .footer4_link-list {
    grid-template-columns: minmax(max-content, 1fr);
    margin-bottom: 10px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-regular {
    font-size: 1.06rem;
  }

  .text-size-regular.small {
    font-size: .9rem;
  }

  .text-size-regular.small.margin-up {
    margin-top: 35%;
  }

  .text-size-regular.small.margin-up-copy {
    margin-top: 10%;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .heading-2.is-left-align {
    font-size: 1.5rem;
  }

  .heading-2.is-left-align.no-space {
    max-width: 100%;
    margin-bottom: 0;
  }

  .heading-2.space-down {
    margin-bottom: 20px;
  }

  .loading-bar-preloader_wrapper {
    width: 16rem;
  }

  .right-aligned-container-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .overlap-img-2 {
    min-height: 200px;
  }

  .gray-bg-rectangle.dark {
    width: 96vw;
    height: 40vh;
    margin-bottom: 0;
  }

  .navbar4_menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .overlap-img-1 {
    max-width: 100%;
    min-height: 200px;
  }

  .section-1-img-container {
    min-width: 100%;
    height: auto;
    min-height: 400px;
    margin-bottom: 60px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .gray-bg-square {
    width: 96vw;
    height: 40vh;
    margin-bottom: 1.5vh;
  }

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

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

  .button-2.is-navbar4-button {
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .button-2.big {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .button-2.big.outline {
    min-width: 100%;
  }

  .paragraph-2 {
    font-size: .9rem;
  }

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

  .link-2 {
    font-size: .9rem;
  }

  .text-size-medium-2 {
    font-size: 1.1rem;
  }

  .button-3.wight.margin-down {
    max-width: 100%;
  }

  .map {
    margin-top: 20px;
  }

  .header-100vh-copy {
    min-height: 90vh;
  }

  .logo {
    max-width: 120px;
  }

  .header3 {
    font-size: 24px;
  }

  .big-img-content-copy.margin-up {
    margin-top: 40px;
    padding: 20px;
  }

  .number {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 60px;
  }

  .div-block-11 {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    top: -42%;
    right: 10%;
  }

  .div-block-12 {
    display: none;
  }

  .div-block-13 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .utility-page-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-3 {
    max-width: 100%;
    max-height: 300px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .div-mappa-mobile {
    display: block;
  }
}

#w-node-_6ff036d8-4033-4df2-0555-4eda5789edc3-5789edb1 {
  justify-self: end;
}

#w-node-f3bc9c80-9d94-f285-eeb2-97017962e732-5789edb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd43d07c-b6e1-b860-78fe-a8eb8df2a393-8df2a391 {
  justify-self: start;
}

#w-node-cd43d07c-b6e1-b860-78fe-a8eb8df2a3bd-8df2a391 {
  justify-self: center;
}

#w-node-cd43d07c-b6e1-b860-78fe-a8eb8df2a3bf-8df2a391 {
  justify-self: end;
}

#w-node-ec0d052e-2632-b913-f21b-b4013dcff1bd-02987ec5 {
  align-self: auto;
}

#w-node-_9e0bf831-1be5-7bfd-2152-fa3c49969da1-70c9763d {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_6ff036d8-4033-4df2-0555-4eda5789edc3-5789edb1 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5f00f63a-221e-b12c-b7b9-5dbb569a985e-5789edb1, #w-node-aefcff47-aa25-e42c-e70f-67f83a2a9e1f-5789edb1, #w-node-_5965c28e-e209-0c29-cb78-5e4a9cead096-5789edb1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2659c09d-cc96-e469-c331-dda8cdf8656e-02987ec5, #w-node-_2659c09d-cc96-e469-c331-dda8cdf86585-02987ec5 {
    order: -9999;
  }
}


.europe_credits{
  max-width:60%;
}
.footer_credits{
  height: 8vh;
}

@media screen and (max-width: 600px) {
  .europe_credits{
    max-width:100%;
  }
  .footer_credits{
    height: 4vh;
  }
}

@font-face {
  font-family: 'Kapakana';
  src: url('../fonts/Kapakana.ttf') format('truetype');
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Synthetic Pleasures';
  src: url('../fonts/Synthetic-Pleasures-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Synthetic Pleasures';
  src: url('../fonts/Synthetic-Pleasures.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}