.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #fdf7f1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #cab39c;
  font-size: 1vw;
  line-height: 1.6;
  cursor: none;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lovelace;
  font-size: 4.69em;
  line-height: 1.3;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 8.85em;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lovelace;
  font-size: 3.13em;
  line-height: 1;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lovelace;
  color: #e5e5e5;
  font-size: 2.24em;
  line-height: 20px;
  font-weight: 400;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.div-block {
  display: none;
}

.vs-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.vs-section.section-thank {
  height: 100vh;
}

.section {
  position: relative;
  top: -40px;
  z-index: 2;
  width: auto;
  color: #544741;
}

.section.is--colored {
  background-color: #2a7e6b;
}

.section.is--nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  background-color: rgba(253, 247, 241, 0.63);
}

.section.is--paralax {
  top: -150px;
}

.section.section-hero-bg {
  height: 100vh;
  background-color: transparent;
  background-image: url('../images/La-Casina-2021---IDS_8335.jpeg');
  background-position: 0% 0%;
  background-size: cover;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section.section-hero-bg.hero-nomargin {
  top: 0px;
  height: 780px;
  background-image: url('../images/La-Casina-2021---IDS_8335.jpeg');
  background-position: 0px 0px;
}

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

.section.footer {
  padding-top: 0px;
  background-color: transparent;
}

.section.stretta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.section-cookies {
  top: 0px;
}

.container {
  position: relative;
  top: -82px;
  width: 1560px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0em 6.25em;
}

.container.is--no-padding {
  padding-right: 1em;
  padding-left: 1em;
}

.container.is--no-margin {
  width: 1560px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em;
}

.container.is--full-page {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 3em;
  padding-left: 3em;
  background-color: #000127;
}

.container.is--navbar {
  padding-top: 1.3em;
  padding-bottom: 0.7em;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid.is--div-1 {
  width: 100%;
  margin-top: 58px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid.is--div-2 {
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid.is--margin {
  margin-top: 6em;
  padding-bottom: 3.5em;
}

.grid.is-padding {
  position: relative;
  padding-top: 5em;
}

.grid.is--tablet {
  position: relative;
  top: -63px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid_item {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 1.04em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}

.grid_item.is--text-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 1.54em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.grid_item.is--badge {
  position: static;
  display: block;
  width: 100%;
  margin-right: 38%;
  margin-bottom: 2.2em;
  margin-left: -15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid_item.is--paragraph-title {
  width: auto;
  margin-right: -36%;
  margin-left: -36%;
  padding-bottom: 2.44em;
}

.grid_item.is--image1 {
  position: relative;
  top: 0px;
  z-index: auto;
  display: block;
  overflow: visible;
  width: 90%;
  height: 37em;
  margin-top: 0em;
  margin-right: auto;
  margin-left: auto;
  padding: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid_item.is--text-middle {
  position: relative;
  top: -437px;
  overflow: visible;
  margin-top: 0em;
  padding-top: 3.08em;
  padding-bottom: 1.65em;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid_item.is--img1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item.is--img2 {
  width: 25%;
  padding-top: 12em;
}

.grid_item.is--img3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item.is--img4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-left: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item.is--text-1 {
  width: 65%;
  margin-top: -10em;
  padding-top: 3.94em;
  padding-left: 11em;
}

.grid_item.is--text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-left: -15%;
  padding-top: 7.44em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid_item.is--text-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  margin-top: -4.9em;
  padding-left: 11em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid_item.is--margin {
  padding-top: 14em;
}

.grid_item.is--grid-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid_item.is--grid-2 {
  position: relative;
  width: 33.333333333333336%;
}

.grid_item.is--grid-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  margin-top: -25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item.is--testimonial {
  margin-top: 2em;
}

.grid_item.is--horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid_item.is--footer-heading {
  position: relative;
  z-index: 2;
  padding-top: 14em;
  padding-bottom: 8em;
  padding-left: 4em;
  color: #544741;
}

.grid_item.is--footer-1 {
  width: 33.333333333333336%;
  padding-left: 4em;
}

.grid_item.is--footer-2 {
  width: 33.333333333333336%;
}

.grid_item.is--footer-3 {
  width: 33.333333333333336%;
}

.grid_item.is--grid-2-copy {
  position: relative;
  width: 33.333333333333336%;
}

.grid_item.is--grid-2-copy {
  position: relative;
  width: 33.333333333333336%;
}

.is--title-small {
  position: relative;
  left: 12%;
  top: 5%;
  display: inline-block;
  margin-top: 0px;
  padding-left: 0px;
  font-family: Avertastd;
  color: #63639c;
  font-size: 2.6em;
  font-weight: 400;
}

.image-card {
  position: static;
  left: 78%;
  top: auto;
  right: auto;
  bottom: 39%;
  display: inline-block;
  height: 10em;
}

.div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fade-up {
  font-family: 'Zetafonts erotique text';
  font-size: 13em;
  line-height: 0.93;
  font-weight: 400;
}

.fade-up.tricks {
  font-size: 9em;
  line-height: 0.8;
  text-align: center;
  text-transform: uppercase;
}

.slide-in {
  font-family: MegabyteRegula;
  color: #6b687c;
  font-size: 1.2em;
}

.slide-in.tricks {
  overflow: hidden;
}

.image-2 {
  position: absolute;
  left: -6.5em;
  top: auto;
  right: 0%;
  bottom: -11em;
  z-index: 9999;
  width: 25em;
  height: auto;
}

.text--middle {
  font-family: tenez, sans-serif;
  font-size: 2.6em;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

.text--middle.fade-up3.tricks {
  position: static;
  z-index: 20;
  overflow: hidden;
  font-family: tenez, sans-serif;
  line-height: 1.3;
  font-weight: 400;
}

.text--middle.fade-up3.tricks.left {
  position: relative;
  left: -67px;
  top: 143px;
  overflow: visible;
  width: 70%;
  color: #cab39c;
  text-align: left;
}

.image-4 {
  height: 17.4em;
}

.image-5 {
  height: 17em;
}

.image-6 {
  height: 17.4em;
}

.text-span {
  font-family: tenez, sans-serif;
  color: #fdf7f1;
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.text-span-2 {
  font-family: Lovelace;
  font-weight: 300;
}

.text-span-3 {
  font-family: Lovelace;
  font-weight: 300;
}

.link-img {
  padding-top: 1.56em;
  font-family: Lovelace;
  color: #3f3e59;
  font-size: 1.2em;
}

.text-span-4 {
  text-decoration: underline;
}

.text-img {
  position: static;
  font-family: tenez, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  padding-left: 1.72em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  height: 2em;
}

.div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h-colorized {
  display: block;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-family: tenez, sans-serif;
  color: #544741;
  font-size: 4.5em;
  line-height: 1.1;
  text-align: center;
  mix-blend-mode: normal;
}

.h-colorized.titolo-404 {
  padding-bottom: 0em;
  font-size: 90px;
}

.image-8 {
  overflow: visible;
  height: 20.73em;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-img {
  position: absolute;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-img-right {
  position: absolute;
  display: none;
}

.image-9 {
  display: block;
  height: 31.35em;
  -o-object-fit: fill;
  object-fit: fill;
}

.icon-3 {
  color: #4c4172;
}

.testimonial-slider {
  height: 100%;
  background-color: #2a7e6b;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5em;
  margin-left: 1.5em;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  cursor: none;
}

.slide-nav {
  display: none;
}

.arrow {
  width: 28px;
}

.arrow.is--scroll {
  width: auto;
  margin-left: 1em;
  opacity: 0.46;
}

.left-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 40%;
  bottom: 0%;
  display: none;
}

.arrow-disabled-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4.5em;
  margin-right: 1.5em;
  margin-left: 1.5em;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  opacity: 0.3;
}

.testimonial-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 26.1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 2.5em 0.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 35%;
  bottom: 0%;
  display: none;
}

.slider-arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.5em;
}

.arrow-disabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4.5em;
  margin-right: 1.5em;
  margin-left: 0em;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  opacity: 0.3;
  cursor: none;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4.5em;
  margin-right: 1.5em;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
}

.testimonial-content-block {
  position: relative;
  max-width: 60em;
}

.testimonial-paragraph {
  margin-bottom: 0px;
  font-family: MegabyteRegula;
  color: #ddd;
  font-size: 1.5em;
  line-height: 1.9;
  font-style: normal;
  font-weight: 500;
}

.is--white {
  position: static;
  z-index: 100;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.is--white._1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 6.5em;
  bottom: 0%;
}

.brackets-1 {
  position: absolute;
  left: 20%;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: 100;
  height: 2em;
}

.brackets-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 25%;
  bottom: 34%;
  z-index: 100;
  height: 2em;
}

.slash {
  position: absolute;
  left: auto;
  top: auto;
  right: 9.1em;
  bottom: 0%;
  z-index: 100;
  color: #fff;
  font-weight: 300;
}

.testimonial-end-number {
  position: absolute;
  left: auto;
  top: auto;
  right: 8.4em;
  bottom: -0.4em;
  z-index: 100;
  color: #fff;
  font-weight: 300;
}

.scroll-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-scroll {
  font-family: Lovelace;
  color: #3f3e59;
  font-size: 1.2em;
}

.splide {
  position: relative;
  width: 100%;
}

.splide.slider1.pill {
  margin-left: 6em;
  padding-top: 6em;
  padding-right: 14em;
  padding-bottom: 7em;
}

.splide__track {
  width: 100%;
}

.splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.splide__slide {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider-pill {
  padding-bottom: 3.5em;
  text-align: center;
}

.slider-pill_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2em;
  padding-top: 128%;
  border-radius: 0vw;
  background-color: rgba(36, 32, 34, 0.14);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-pill_photo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-splide {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  font-family: 'Zetafonts erotique text';
  font-size: 2.4em;
}

.slider-css {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 0px;
}

.footer-heading {
  height: 1.1em;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lovelace;
  color: #fff;
  line-height: 1.3;
  font-weight: 300;
}

.footer-text {
  padding-bottom: 1.7em;
  font-family: MegabyteRegula;
  color: #ddd;
  font-size: 1.2em;
  font-weight: 400;
}

.heading-8 {
  line-height: 1.5;
  font-weight: 300;
  text-decoration: none;
}

.is--p-title-1 {
  width: auto;
  font-family: tenez, sans-serif;
  color: #544741;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.is--p-title-1.stretto {
  width: 410px;
  margin-top: 45px;
}

.is--p-title-1.text-thank {
  text-align: center;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: auto;
}

.large-cursor {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b29880;
  border-radius: 50vw;
}

.dot {
  position: static;
  display: block;
  width: 5px;
  height: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50vw;
  background-color: #362d28;
}

.dot-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-cursor {
  display: block;
  font-family: 'Zetafonts erotique text';
  font-size: 1.5em;
  letter-spacing: 1px;
}

.div-img2 {
  position: absolute;
  display: none;
}

.div-img2-right {
  position: absolute;
  display: none;
}

.div-img3-right {
  position: absolute;
  display: none;
}

.div-img3 {
  position: absolute;
  display: none;
}

.div-img4-right {
  position: absolute;
  top: 43%;
  display: none;
}

.div-img4 {
  position: absolute;
  display: none;
}

.div-img5-right {
  position: absolute;
  top: 43%;
  display: none;
}

.div-img5 {
  position: absolute;
  display: none;
}

.div-img6-right {
  position: absolute;
  top: 43%;
  display: none;
}

.div-img6 {
  position: absolute;
  display: none;
}

.image-10 {
  position: static;
  top: 0px;
  overflow: visible;
  width: 90%;
  height: 33em;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-6 {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-6-copy {
  height: 17.4em;
}

.menu_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 1.2em;
  margin-left: 1.2em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000127;
  text-decoration: none;
}

.hamburger_icon {
  width: 3em;
}

.container-2 {
  z-index: 1;
  width: 1560px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 2.7em 6.25em;
}

.container-2.is--navbar {
  position: relative;
  z-index: 2;
  padding-top: 1.3em;
  padding-bottom: 0.7em;
}

.grid_item--2 {
  width: 100%;
  padding: 1.04em;
}

.grid_item--2.is--nav-logo {
  width: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid_item--2.is--hamburger {
  display: none;
}

.grid_item--2.is--menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-2.is--nav {
  position: relative;
  z-index: 1003;
}

.grid-2.is--nav {
  position: relative;
  z-index: 1003;
}

.menu_p {
  position: static;
  font-family: MegabyteRegula;
}

.nav_logo-img {
  width: 5.21em;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  overflow: visible;
  background-color: rgba(253, 247, 241, 0.37);
  opacity: 1;
}

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

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

.nav-container {
  width: 1560px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 1em 5em 0em;
}

.grid_item-2 {
  width: 100%;
  padding: 1.04em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid_item-2.is--left {
  display: none;
}

.grid_item-2.is--menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu_p-2 {
  position: static;
  color: #2b2b3f;
  font-size: 1em;
}

.nav_logo-img-2 {
  width: 6em;
}

.nav-final {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: block;
  overflow: visible;
  background-color: rgba(253, 247, 241, 0);
  opacity: 1;
}

.grid_item-nav {
  width: 100%;
  padding: 1.04em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid_item-nav.is--left {
  display: none;
}

.grid_item-nav.is--menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block {
  text-decoration: none;
}

.button-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 50px;
  min-width: 220px;
  margin-top: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #cab39c;
  border-radius: 60px;
}

.button-wrap.margin-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #cab39c;
}

.button-wrap.margin-more.margin-less {
  margin-top: 29px;
}

.button-wrap.margin-more.no-margin {
  margin-top: 0px;
}

.button-wrap.button-footer {
  margin-top: 0px;
}

.hover-layer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 80px;
  background-color: #cab39c;
}

.btn-text {
  position: relative;
  top: 0px;
  z-index: 1;
  font-family: tenez, sans-serif;
  color: #cab39c;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-text.text-white {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}

.btn-text.text-white.middle {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #544741;
  font-size: 14px;
  text-align: center;
}

.btn-text-2 {
  position: absolute;
  top: 45px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: tenez, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.button-link-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}

.section-2 {
  position: relative;
  top: -173px;
  z-index: 10;
}

.div-block-9 {
  position: relative;
  top: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-9.nav-cookies {
  top: 20px;
}

.image-11 {
  width: 200px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-10 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}

.heading-9 {
  font-family: tenez, sans-serif;
  color: #544741;
  line-height: 1;
}

.italic-text {
  color: #544741;
  line-height: 1.3;
}

.div-block-20 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -83%;
  width: 580px;
  height: 140px;
  padding-top: 27px;
  padding-right: 20px;
  text-align: right;
}

.div-block-20.sdg {
  max-width: 100%;
  margin-bottom: 45px;
  text-align: left;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 61px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-8 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button-5 {
  margin-top: 21px;
  padding-top: 17px;
  padding-right: 93px;
  padding-bottom: 16px;
  border: 2px solid #debeb6;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/Arrow-pink.png');
  background-position: 90% 49%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #3f455f;
  font-weight: 500;
  text-transform: capitalize;
}

.button-5:hover {
  background-color: #debeb6;
  background-image: url('../images/blue-arrow.png');
}

.div-block-24 {
  width: 410px;
  height: 450px;
  max-width: 100%;
  margin-top: 40px;
  background-image: url('../images/La-Casina---IDS_7000-WEB.jpg');
  background-position: 64% 50%;
  background-size: cover;
}

.paragraph-4 {
  width: 460px;
  max-width: 100%;
  margin-top: 57px;
  color: rgba(20, 49, 68, 0.5);
  font-size: 16px;
  line-height: 28px;
}

.div-block-22 {
  width: auto;
  height: auto;
  margin-top: 0px;
}

.column {
  padding-left: 0px;
}

.paragraph-3 {
  width: 460px;
  max-width: 100%;
  margin-top: 17px;
  color: rgba(20, 49, 68, 0.5);
  font-size: 16px;
  line-height: 28px;
}

.div-block-25 {
  width: 522px;
  height: 670px;
  margin-top: 82px;
  margin-left: -69px;
  background-image: url('../images/img4-p-800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.columns-2 {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.div-block-23 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 1300px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.column-3 {
  padding-top: 0px;
  padding-right: 0px;
}

.heading-6 {
  margin-bottom: -25px;
  font-family: tenez, sans-serif;
  color: #544741;
  font-size: 4.69em;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.heading-3 {
  display: inline-block;
  margin-right: 11px;
  margin-left: 11px;
  color: #debeb6;
  font-size: 60px;
}

.heading-3.asdf {
  margin-left: 0px;
}

.heading-10 {
  position: relative;
  z-index: 5;
  width: 710px;
  padding-top: 100px;
  padding-right: 0px;
  padding-left: 35px;
  float: left;
  color: #fff;
  font-size: 80px;
  line-height: 110px;
  text-align: left;
  text-transform: capitalize;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.33);
}

.div-block-21 {
  position: relative;
  top: -20px;
  display: inline-block;
  width: 120px;
  height: 1px;
  margin-right: 2px;
  background-color: #debeb6;
}

.italic-text-2 {
  overflow: hidden;
  color: #fff;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.7);
}

.image-12 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
	width:100%;
}

.body {
  background-color: #fdf7f1;
  color: #cab39c;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  max-height: none;
  max-width: none;
  min-width: 150px;
  padding: 15px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-color: #74c947;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  opacity: 0.8;
}

.button.w--current {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button.button-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  max-width: 100%;
  margin-top: 7px;
  margin-bottom: 0px;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 27px;
}

.paragraph.checkbox {
  font-family: tenez, sans-serif;
  color: #fdf7f1;
  font-size: 16px;
}

.paragraph.p2 {
  max-width: 70%;
  margin-bottom: 0px;
  padding-top: 30px;
  color: #333;
  font-size: 22px;
  line-height: 29px;
}

.paragraph.testocella {
  margin-top: 8px;
  font-size: 12px;
  line-height: 21px;
}

.paragraph.testocella.testo-footer-mobile {
  margin-top: 0px;
  font-family: tenez, sans-serif;
  font-size: 14px;
}

.links {
  padding-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #cab39c;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.links:hover {
  opacity: 0.8;
  text-decoration: none;
}

.links.links-mini {
  color: #cab39c;
}

.links.padding-left {
  padding-left: 8px;
}

.links.links-mini {
  font-size: 17px;
  font-weight: 400;
}

.links.links-mini {
  font-size: 12px;
  font-weight: 400;
}

.links.links-mini-copy {
  font-size: 16px;
  font-weight: 400;
}

.links.links-mini-copy {
  font-size: 17px;
  font-weight: 400;
}

.links.links-footer {
  font-size: 14px;
}

.text-success {
  font-family: tenez, sans-serif;
  color: #fff;
  font-size: 16px;
}

.text-block {
  padding-left: 7px;
}

.text-block.error {
  font-family: tenez, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button-container.button-container-right {
  margin-top: 49px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-container.button-container-central {
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-container.button-container-central.margin-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.checkbox-field {
  margin-bottom: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.text-field {
  height: auto;
  max-height: none;
  min-height: 45px;
  margin-bottom: 24px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #cab39c;
  border-radius: 0px;
  background-color: transparent;
  font-family: tenez, sans-serif;
  color: #cab39c;
  font-size: 1.2vw;
}

.text-field::-webkit-input-placeholder {
  color: #cab39c;
  font-size: 16px;
}

.text-field:-ms-input-placeholder {
  color: #cab39c;
  font-size: 16px;
}

.text-field::-ms-input-placeholder {
  color: #cab39c;
  font-size: 16px;
}

.text-field::placeholder {
  color: #cab39c;
  font-size: 16px;
}

.error-message {
  height: auto;
  margin-top: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0px;
  background-color: #d56060;
  color: #fff;
}

.form-block {
  width: 100%;
  margin-bottom: 0px;
}

.flex-horizontal {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-2 {
  position: relative;
  top: 14px;
  height: auto;
  min-height: 0px;
  min-width: 0px;
  margin-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #74c947;
}

.success-message {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0px;
  background-color: #cab39c;
}

.div-block-26 {
  width: 100%;
  padding: 45px;
  border-style: solid;
  border-width: 2px;
  border-color: #ededed;
  border-radius: 35px;
  background-color: #fff;
}

.flex-horizontal-child {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  -o-object-fit: fill;
  object-fit: fill;
}

.flex-horizontal-child.flex-contatti-right {
  display: block;
  width: 690px;
  max-width: 690px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-13 {
  width: 22px;
}

.titlebig {
  max-width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
}

.titlebig.text-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-top: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.section-3 {
  position: relative;
  padding-top: 133px;
  padding-bottom: 130px;
  background-color: #544741;
}

.paragraph-5 {
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-5.is--p-title-1.paragraph-footer {
  width: 520px;
  margin-top: 30px;
  color: #fdf7f1;
}

.div-block-27 {
  width: auto;
}

.image-14 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
	width:100%;
}

.footer {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer.footer-margin {
  margin-top: 100px;
}

.footer.footer-hide {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
}

.image {
  max-width: 100%;
}

.image-18 {
  height: 20px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3.container-footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3.containerfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #ededed;
}

.container-3.container-footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3.container-line {
  padding-bottom: 30px;
  border-style: none none solid;
  border-width: 0px 0px 2px;
  border-color: #ededed #ededed #cab39c;
}

.logo {
  min-width: 200px;
}

.logo.w--current {
  position: static;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.social-box {
  padding-left: 25px;
}

.social-box:hover {
  opacity: 0.8;
}

.div-img-right-static {
  position: absolute;
  display: none;
}

.div-block-29 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-30 {
  position: absolute;
  left: 13%;
  top: -76px;
  right: 0px;
  width: 200px;
  height: 200px;
  background-image: url('../images/ROTATE-01.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-img-copy {
  position: absolute;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-img-right-copy {
  position: absolute;
  display: none;
}

.grid_item-copy {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 1.04em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}

.grid_item-copy.is--text-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 1.54em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.grid_item-copy.is--badge {
  position: static;
  display: block;
  width: 100%;
  margin-right: 38%;
  margin-bottom: 2.2em;
  margin-left: -15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid_item-copy.is--paragraph-title {
  width: auto;
  margin-right: -36%;
  margin-left: -36%;
  padding-bottom: 2.44em;
}

.grid_item-copy.is--image1 {
  position: relative;
  top: 0px;
  z-index: auto;
  display: block;
  overflow: visible;
  width: 90%;
  height: 37em;
  margin-top: 0em;
  margin-right: auto;
  margin-left: auto;
  padding: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid_item-copy.is--text-middle {
  position: relative;
  top: -426px;
  overflow: visible;
  margin-top: 0em;
  padding-top: 3.08em;
  padding-bottom: 1.65em;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid_item-copy.is--img1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item-copy.is--img2 {
  width: 25%;
  padding-top: 12em;
}

.grid_item-copy.is--img3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item-copy.is--img4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-left: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item-copy.is--text-1 {
  width: 65%;
  margin-top: -10em;
  padding-top: 3.94em;
  padding-left: 11em;
}

.grid_item-copy.is--text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-left: -15%;
  padding-top: 7.44em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid_item-copy.is--text-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  margin-top: -4.9em;
  padding-left: 11em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid_item-copy.is--margin {
  padding-top: 14em;
}

.grid_item-copy.is--grid-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid_item-copy.is--grid-2 {
  position: relative;
  width: 33.333333333333336%;
}

.grid_item-copy.is--grid-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  margin-top: -25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item-copy.is--testimonial {
  margin-top: 2em;
}

.grid_item-copy.is--horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid_item-copy.is--footer-heading {
  position: relative;
  z-index: 2;
  padding-top: 14em;
  padding-bottom: 8em;
  padding-left: 4em;
  color: #544741;
}

.grid_item-copy.is--footer-1 {
  width: 33.333333333333336%;
  padding-left: 4em;
}

.grid_item-copy.is--footer-2 {
  width: 33.333333333333336%;
}

.grid_item-copy.is--footer-3 {
  width: 33.333333333333336%;
}

.grid_item-copy.is--grid-2-copy {
  position: relative;
  display: none;
  width: 33.333333333333336%;
}

.grid_item-copy {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 1.04em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}

.grid_item-copy.is--text-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 1.54em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.grid_item-copy.is--badge {
  position: static;
  display: block;
  width: 100%;
  margin-right: 38%;
  margin-bottom: 2.2em;
  margin-left: -15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid_item-copy.is--paragraph-title {
  width: auto;
  margin-right: -36%;
  margin-left: -36%;
  padding-bottom: 2.44em;
}

.grid_item-copy.is--image1 {
  position: relative;
  top: 0px;
  z-index: auto;
  display: block;
  overflow: visible;
  width: 90%;
  height: 37em;
  margin-top: 0em;
  margin-right: auto;
  margin-left: auto;
  padding: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid_item-copy.is--text-middle {
  position: relative;
  top: -426px;
  overflow: visible;
  margin-top: 0em;
  padding-top: 3.08em;
  padding-bottom: 1.65em;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid_item-copy.is--img1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item-copy.is--img2 {
  width: 25%;
  padding-top: 12em;
}

.grid_item-copy.is--img3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item-copy.is--img4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-left: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item-copy.is--text-1 {
  width: 65%;
  margin-top: -10em;
  padding-top: 3.94em;
  padding-left: 11em;
}

.grid_item-copy.is--text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-left: -15%;
  padding-top: 7.44em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid_item-copy.is--text-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  margin-top: -4.9em;
  padding-left: 11em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid_item-copy.is--margin {
  padding-top: 14em;
}

.grid_item-copy.is--grid-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid_item-copy.is--grid-2 {
  position: relative;
  width: 33.333333333333336%;
}

.grid_item-copy.is--grid-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  margin-top: -25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item-copy.is--testimonial {
  margin-top: 2em;
}

.grid_item-copy.is--horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid_item-copy.is--footer-heading {
  position: relative;
  z-index: 2;
  padding-top: 14em;
  padding-bottom: 8em;
  padding-left: 4em;
  color: #544741;
}

.grid_item-copy.is--footer-1 {
  width: 33.333333333333336%;
  padding-left: 4em;
}

.grid_item-copy.is--footer-2 {
  width: 33.333333333333336%;
}

.grid_item-copy.is--footer-3 {
  width: 33.333333333333336%;
}

.grid_item-copy.is--grid-2-copy {
  position: relative;
  width: 33.333333333333336%;
}

.grid_item-copy.is--grid-2-copy {
  position: relative;
  width: 33.333333333333336%;
}

.grid_item-copy.is--grid-2-copy-copy {
  position: relative;
  width: 33.333333333333336%;
}

.grid_item-copy-copy {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 1.04em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}

.grid_item-copy-copy.is--text-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 1.54em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.grid_item-copy-copy.is--badge {
  position: static;
  display: block;
  width: 100%;
  margin-right: 38%;
  margin-bottom: 2.2em;
  margin-left: -15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid_item-copy-copy.is--paragraph-title {
  width: auto;
  margin-right: -36%;
  margin-left: -36%;
  padding-bottom: 2.44em;
}

.grid_item-copy-copy.is--image1 {
  position: relative;
  top: 0px;
  z-index: auto;
  display: block;
  overflow: visible;
  width: 90%;
  height: 37em;
  margin-top: 0em;
  margin-right: auto;
  margin-left: auto;
  padding: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid_item-copy-copy.is--text-middle {
  position: relative;
  top: -426px;
  overflow: visible;
  margin-top: 0em;
  padding-top: 3.08em;
  padding-bottom: 1.65em;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid_item-copy-copy.is--img1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item-copy-copy.is--img2 {
  width: 25%;
  padding-top: 12em;
}

.grid_item-copy-copy.is--img3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item-copy-copy.is--img4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-left: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item-copy-copy.is--text-1 {
  width: 65%;
  margin-top: -10em;
  padding-top: 3.94em;
  padding-left: 11em;
}

.grid_item-copy-copy.is--text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-left: -15%;
  padding-top: 7.44em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid_item-copy-copy.is--text-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  margin-top: -4.9em;
  padding-left: 11em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid_item-copy-copy.is--margin {
  padding-top: 14em;
}

.grid_item-copy-copy.is--grid-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid_item-copy-copy.is--grid-2 {
  position: relative;
  width: 33.333333333333336%;
}

.grid_item-copy-copy.is--grid-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  margin-top: -25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item-copy-copy.is--testimonial {
  margin-top: 2em;
}

.grid_item-copy-copy.is--horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid_item-copy-copy.is--footer-heading {
  position: relative;
  z-index: 2;
  padding-top: 14em;
  padding-bottom: 8em;
  padding-left: 4em;
  color: #544741;
}

.grid_item-copy-copy.is--footer-1 {
  width: 33.333333333333336%;
  padding-left: 4em;
}

.grid_item-copy-copy.is--footer-2 {
  width: 33.333333333333336%;
}

.grid_item-copy-copy.is--footer-3 {
  width: 33.333333333333336%;
}

.grid_item-copy-copy.is--grid-2-copy {
  position: relative;
  width: 33.333333333333336%;
}

.grid_item-copy-copy.is--grid-2-copy {
  position: relative;
  width: 33.333333333333336%;
}

.grid_item-copy-copy.is--grid-2-copy-copy {
  position: relative;
  display: none;
  width: 33.333333333333336%;
}

.button-link-cover-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 150;
}

.links-copy {
  padding-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #74c947;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.links-copy:hover {
  opacity: 0.8;
  text-decoration: none;
}

.links-copy.links-mini {
  color: #cab39c;
  font-size: 17px;
}

.links-copy.padding-left {
  padding-left: 8px;
}

.links-copy.links-mini {
  font-size: 14px;
  font-weight: 400;
}

.links-copy.links-mini-copy {
  color: #cab39c;
  font-size: 16px;
  font-weight: 400;
}

.footer-2 {
  padding-top: 100px;
  padding-bottom: 120px;
}

.main {
  padding-top: 0px;
  padding-bottom: 0px;
}

.containermenu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px 1px 0px;
  border-color: #000 #000 #ededed;
  border-radius: 0px;
  background-color: #fdf7f1;
}

.brand {
  min-width: 200px;
}

.brand.logo-privacy-centered {
  margin-right: auto;
  margin-left: auto;
}

.header {
  padding-top: 100px;
  padding-bottom: 80px;
}

.links-copy {
  padding-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #74c947;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.links-copy:hover {
  opacity: 0.8;
  text-decoration: none;
}

.links-copy.links-mini {
  color: #cab39c;
}

.links-copy.padding-left {
  padding-left: 8px;
}

.links-copy.links-mini {
  font-size: 17px;
  font-weight: 400;
}

.links-copy.links-mini {
  font-size: 12px;
  font-weight: 400;
}

.links-copy.links-mini-copy {
  font-size: 16px;
  font-weight: 400;
}

.links-copy.links-mini-copy {
  font-size: 17px;
  font-weight: 400;
}

.links-copy {
  padding-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #74c947;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.links-copy:hover {
  opacity: 0.8;
  text-decoration: none;
}

.links-copy.links-mini {
  color: #cab39c;
}

.links-copy.padding-left {
  padding-left: 8px;
}

.links-copy.links-mini {
  font-size: 17px;
  font-weight: 400;
}

.links-copy.links-mini {
  font-size: 12px;
  font-weight: 400;
}

.links-copy.links-mini-copy {
  font-size: 16px;
  font-weight: 400;
}

.links-copy.links-mini-copy {
  font-size: 17px;
  font-weight: 400;
}

.links-copy.links-mini-copy {
  font-size: 17px;
  font-weight: 400;
}

.links-copy {
  padding-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #74c947;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.links-copy:hover {
  opacity: 0.8;
  text-decoration: none;
}

.links-copy.links-mini {
  color: #cab39c;
}

.links-copy.padding-left {
  padding-left: 8px;
}

.links-copy.links-mini {
  font-size: 17px;
  font-weight: 400;
}

.links-copy.links-mini {
  font-size: 12px;
  font-weight: 400;
}

.links-copy.links-mini-copy {
  font-size: 16px;
  font-weight: 400;
}

.links-copy.links-mini-copy {
  font-size: 17px;
  font-weight: 400;
}

.links-copy {
  padding-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #74c947;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.links-copy:hover {
  opacity: 0.8;
  text-decoration: none;
}

.links-copy.links-mini {
  color: #cab39c;
}

.links-copy.padding-left {
  padding-left: 8px;
}

.links-copy.links-mini {
  font-size: 17px;
  font-weight: 400;
}

.links-copy.links-mini {
  font-size: 12px;
  font-weight: 400;
}

.links-copy.links-mini-copy {
  font-size: 16px;
  font-weight: 400;
}

.links-copy.links-mini-copy {
  font-size: 17px;
  font-weight: 400;
}

.links-copy.links-mini-copy {
  font-size: 17px;
  font-weight: 400;
}

.button-wrap-cookies {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 50px;
  min-width: 220px;
  margin-top: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #cab39c;
  border-radius: 60px;
}

.button-wrap-cookies.margin-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #cab39c;
}

.button-wrap-cookies.margin-more.margin-less {
  margin-top: 29px;
}

.button-wrap-cookies.margin-more.no-margin {
  margin-top: 0px;
}

.button-wrap-cookies.button-footer {
  margin-top: 0px;
}

.button-wrap-cookies.button-no-margin {
  margin-top: 0px;
}

.link-block-2 {
  position: absolute;
  min-height: 50px;
  min-width: 220px;
  z-index:10;
}

.container-info-mobile {
  display: none;
  width: 85%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-info-mobile.container-footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-info-mobile.containerfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #ededed;
}

.container-info-mobile.container-footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-info-mobile.container-line {
  padding-bottom: 30px;
  border-style: none none solid;
  border-width: 0px 0px 2px;
  border-color: #ededed #ededed #cab39c;
}

.contaire-privacy-cookie {
  display: block;
  width: 85%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thank-container {
  width: auto;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 200px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .vs-section {
    height: auto;
  }

  .section.section-hero-bg.hero-nomargin {
    height: 830px;
  }

  .section.margin-section {
    margin-top: 50px;
  }

  .container {
    margin-right: auto;
    margin-left: auto;
  }

  .grid_item.is--image1 {
    margin-right: auto;
    margin-left: auto;
  }

  .grid_item.is--text-middle {
    top: -476px;
  }

  .text--middle.fade-up3.tricks.left {
    top: 145px;
  }

  .div-img2 {
    display: none;
  }

  .div-img2-right {
    display: none;
  }

  .div-block-7 {
    margin-right: auto;
    margin-left: auto;
  }

  .section-2 {
    top: -206px;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-22 {
    display: block;
    width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-23 {
    display: block;
    width: 70%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .column-3 {
    padding-left: 0px;
  }

  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .paragraph {
    width: auto;
    max-width: none;
    margin-top: 7px;
  }

  .paragraph.testocella.testo-footer-mobile {
    font-size: 14px;
  }

  .links.links-mini {
    font-size: 16px;
  }

  .links.links-mini-copy {
    font-size: 16px;
  }

  .links.links-mini-copy {
    font-size: 16px;
  }

  .links.links-footer {
    font-size: 14px;
  }

  .button-container.button-container-central {
    margin-top: 25px;
  }

  .checkbox-field {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .checkbox-2 {
    top: 14px;
  }

  .flex-horizontal-child.flex-contatti-right {
    width: 690px;
  }

  .titlebig.text-centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .paragraph-5.is--p-title-1.paragraph-footer {
    width: 570px;
  }

  .image {
    display: inline-block;
  }

  .div-block-29 {
    width: 50%;
  }

  .div-block-30 {
    top: -75px;
    right: 1144.06px;
  }

  .grid_item-copy.is--image1 {
    margin-right: auto;
    margin-left: auto;
  }

  .grid_item-copy.is--image1 {
    margin-right: auto;
    margin-left: auto;
  }

  .grid_item-copy-copy.is--image1 {
    margin-right: auto;
    margin-left: auto;
  }

  .main {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .containermenu {
    position: relative;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navbar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .brand {
    display: block;
    width: 0%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .brand.logo-privacy-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .links-copy.links-mini-copy {
    font-size: 16px;
  }

  .links-copy.links-mini-copy {
    font-size: 16px;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .links-copy.links-mini-copy {
    font-size: 16px;
  }

  .links-copy.links-mini-copy {
    font-size: 16px;
  }

  .links-copy.links-mini-copy {
    font-size: 16px;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .links-copy.links-mini-copy {
    font-size: 16px;
  }

  .links-copy.links-mini-copy {
    font-size: 16px;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .links-copy.links-mini-copy {
    font-size: 16px;
  }

  .links-copy.links-mini-copy {
    font-size: 16px;
  }

  .links-copy.links-mini-copy {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .vs-section {
    height: auto;
  }

  .section {
    top: -30px;
  }

  .section.is--paralax {
    top: -176px;
  }

  .section.section-hero-bg.hero-nomargin {
    height: 63vh;
    background-size: cover;
  }

  .section.margin-section {
    top: -91px;
  }

  .section.stretta {
    top: -170px;
    margin-bottom: 186px;
  }

  .container {
    top: -23px;
  }

  .container.is--no-padding.padding {
    top: -39px;
  }

  .container.is--navbar {
    position: relative;
    z-index: 1;
  }

  .grid.is--div-1 {
    margin-top: 46px;
  }

  .grid.is--div-2 {
    width: 100%;
  }

  .grid.is--margin {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid.is--tablet {
    top: -91px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .grid_item.is--text-big {
    margin-right: auto;
    margin-left: auto;
  }

  .grid_item.is--badge {
    display: none;
  }

  .grid_item.is--paragraph-title {
    width: 85%;
  }

  .grid_item.is--image1 {
    top: 33px;
    height: 48em;
    margin-top: 0em;
    background-image: none;
  }

  .grid_item.is--text-middle {
    top: -314px;
  }

  .grid_item.is--img1 {
    width: 50%;
    padding-top: 12em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .grid_item.is--img2 {
    display: block;
    width: 50%;
    padding-top: 0em;
    padding-right: 2em;
    padding-left: 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid_item.is--img3 {
    width: 50%;
    margin-top: 2.5em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .grid_item.is--img4 {
    display: block;
    width: 50%;
    margin-top: -9.3em;
    margin-bottom: 0em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .grid_item.is--text-1 {
    width: auto;
    margin-top: 0em;
    padding-top: 0em;
    padding-left: 1.04em;
  }

  .grid_item.is--text-2 {
    width: auto;
    margin-left: 0px;
    padding-top: 1.04em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid_item.is--text-1-copy {
    display: none;
    width: 100%;
    margin-top: 0em;
    padding-left: 1.04em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid_item.is--margin {
    padding-top: 14em;
  }

  .grid_item.is--grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .grid_item.is--grid-2 {
    display: none;
    height: auto;
  }

  .grid_item.is--grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid_item.is--grid-2-copy {
    display: block;
    height: auto;
  }

  .grid_item.is--grid-2-copy {
    display: block;
    height: auto;
  }

  .is--title-small {
    left: 11%;
    top: 4%;
    font-size: 3em;
  }

  .div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fade-up {
    font-size: 17em;
  }

  .slide-in {
    font-size: 3.5em;
    text-align: center;
  }

  .image-2 {
    bottom: -9.5em;
  }

  .text--middle {
    font-size: 4.2em;
  }

  .text--middle.fade-up3.tricks.left {
    width: 75%;
    font-size: 30px;
  }

  .image-4 {
    height: auto;
  }

  .image-5 {
    height: auto;
  }

  .image-6 {
    height: auto;
  }

  .link-img {
    padding-top: 0.6em;
    font-size: 2.5em;
  }

  .mask {
    overflow: hidden;
  }

  .link-scroll {
    font-size: 2.5em;
  }

  .splide.slider1.pill {
    padding-top: 6em;
    padding-right: 6vw;
  }

  .splide__slide {
    width: 50%;
  }

  .slider-pill_img {
    padding-top: 148%;
  }

  .heading-splide {
    margin-top: 0.7em;
    margin-bottom: 0.3em;
    font-size: 3.5em;
  }

  .footer-text {
    padding-bottom: 0.7em;
    font-size: 2.5em;
  }

  .is--p-title-1 {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
  }

  .is--p-title-1.stretto {
    position: relative;
    left: -90%;
    width: 147%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .is--p-title-1.text-thank {
    text-align: center;
  }

  .is--p-title-1.text-align-center {
    text-align: center;
  }

  .cursor-wrapper {
    display: none;
  }

  .image-6-copy {
    height: auto;
  }

  .menu_link {
    margin-right: 0em;
    padding: 5px 16px;
  }

  .hamburger_icon {
    width: 7em;
  }

  .container-2 {
    padding: 27px 3em;
  }

  .grid_item--2.is--nav-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid_item--2.is--hamburger {
    display: block;
    width: auto;
  }

  .grid_item--2.is--menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -1;
    display: block;
    width: 100%;
    padding: 95px 3.94em 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 87.5%, 0.67);
  }

  .grid-2.is--nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .grid-2.is--nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu_p {
    font-size: 20px;
  }

  .nav_logo-img {
    width: 52px;
  }

  .div-block-8 {
    display: block;
    width: 100%;
    height: 49.6em;
  }

  .grid_item-2.is--menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -1;
    display: block;
    width: 100%;
    padding: 95px 3.94em 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 87.5%, 0.67);
  }

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

  .nav_logo-img-2 {
    width: 52px;
  }

  .grid_item-nav.is--menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -1;
    display: block;
    width: 100%;
    padding: 95px 3.94em 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 87.5%, 0.67);
  }

  .button-wrap.margin-more.margin-less {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button-wrap.margin-more.margin-tablet {
    margin-top: 25px;
  }

  .section-2 {
    top: -160px;
  }

  .div-block-9 {
    top: 100px;
  }

  .image-11 {
    width: 180px;
  }

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

  .column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-24 {
    display: block;
    height: 280px;
  }

  .div-block-22 {
    overflow: visible;
  }

  .div-block-25 {
    width: 380px;
    height: 420px;
    margin-left: -16px;
    background-position: 50% 0%;
    background-size: cover;
  }

  .div-block-23 {
    overflow: visible;
    width: 90%;
  }

  .column-3 {
    top: 308px;
    right: 30px;
    display: block;
    overflow: visible;
  }

  .italic-text-2 {
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.7);
  }

  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph.checkbox {
    font-size: 16px;
  }

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

  .paragraph.testocella.testo-footer-mobile {
    text-align: center;
  }

  .paragraph.testocella.testo-footer-mobile.margin-more {
    margin-top: 17px;
  }

  .paragraph.testocella.testo-footer-mobile {
    text-align: center;
  }

  .links.links-mini {
    font-size: 16px;
  }

  .button-container.button-container-right {
    margin-top: 42px;
  }

  .text-field {
    font-size: 16px;
  }

  .flex-horizontal {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .flex-horizontal-child {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-horizontal-child.flex-contatti-right {
    display: block;
    width: 560px;
    max-width: 100%;
    margin-top: 37px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .titlebig.text-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-5 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-3 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .section-3 {
    padding-top: 106px;
  }

  .paragraph-5.is--p-title-1.paragraph-footer {
    width: 430px;
  }

  .paragraph-5.is--p-title-1.paragraph-footer.text-align-center {
    text-align: center;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-3 {
    display: none;
  }

  .container-3.container-footer-bottom {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-3.container-footer-bottom {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-3.container-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-29 {
    width: 80%;
  }

  .div-block-30 {
    top: -311px;
    right: 174px;
    z-index: 0;
    display: none;
    width: 140px;
    height: 140px;
  }

  .div-img-copy {
    display: block;
  }

  .div-img-right-copy {
    display: block;
  }

  .grid_item-copy.is--text-big {
    margin-right: auto;
    margin-left: auto;
  }

  .grid_item-copy.is--badge {
    display: none;
  }

  .grid_item-copy.is--paragraph-title {
    width: 85%;
  }

  .grid_item-copy.is--image1 {
    top: 33px;
    height: 48em;
    margin-top: 0em;
    background-image: none;
  }

  .grid_item-copy.is--text-middle {
    top: -314px;
  }

  .grid_item-copy.is--img1 {
    width: 50%;
    padding-top: 12em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .grid_item-copy.is--img2 {
    display: block;
    width: 50%;
    padding-top: 0em;
    padding-right: 2em;
    padding-left: 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid_item-copy.is--img3 {
    width: 50%;
    margin-top: 2.5em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .grid_item-copy.is--img4 {
    display: block;
    width: 50%;
    margin-top: -9.3em;
    margin-bottom: 0em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .grid_item-copy.is--text-1 {
    width: auto;
    margin-top: 0em;
    padding-top: 0em;
    padding-left: 1.04em;
  }

  .grid_item-copy.is--text-2 {
    width: auto;
    margin-left: 0px;
    padding-top: 1.04em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid_item-copy.is--text-1-copy {
    display: none;
    width: 100%;
    margin-top: 0em;
    padding-left: 1.04em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid_item-copy.is--margin {
    padding-top: 14em;
  }

  .grid_item-copy.is--grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .grid_item-copy.is--grid-2 {
    display: block;
    height: auto;
  }

  .grid_item-copy.is--grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid_item-copy.is--grid-2-copy {
    display: block;
    height: auto;
  }

  .grid_item-copy.is--text-big {
    margin-right: auto;
    margin-left: auto;
  }

  .grid_item-copy.is--badge {
    display: none;
  }

  .grid_item-copy.is--paragraph-title {
    width: 85%;
  }

  .grid_item-copy.is--image1 {
    top: 33px;
    height: 48em;
    margin-top: 0em;
    background-image: none;
  }

  .grid_item-copy.is--text-middle {
    top: -314px;
  }

  .grid_item-copy.is--img1 {
    width: 50%;
    padding-top: 12em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .grid_item-copy.is--img2 {
    display: block;
    width: 50%;
    padding-top: 0em;
    padding-right: 2em;
    padding-left: 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid_item-copy.is--img3 {
    width: 50%;
    margin-top: 2.5em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .grid_item-copy.is--img4 {
    display: block;
    width: 50%;
    margin-top: -9.3em;
    margin-bottom: 0em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .grid_item-copy.is--text-1 {
    width: auto;
    margin-top: 0em;
    padding-top: 0em;
    padding-left: 1.04em;
  }

  .grid_item-copy.is--text-2 {
    width: auto;
    margin-left: 0px;
    padding-top: 1.04em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid_item-copy.is--text-1-copy {
    display: none;
    width: 100%;
    margin-top: 0em;
    padding-left: 1.04em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid_item-copy.is--margin {
    padding-top: 14em;
  }

  .grid_item-copy.is--grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .grid_item-copy.is--grid-2 {
    display: block;
    height: auto;
  }

  .grid_item-copy.is--grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid_item-copy.is--grid-2-copy {
    display: block;
    height: auto;
  }

  .grid_item-copy.is--grid-2-copy {
    display: none;
    height: auto;
  }

  .grid_item-copy.is--grid-2-copy-copy {
    display: block;
    height: auto;
  }

  .grid_item-copy-copy.is--text-big {
    margin-right: auto;
    margin-left: auto;
  }

  .grid_item-copy-copy.is--badge {
    display: none;
  }

  .grid_item-copy-copy.is--paragraph-title {
    width: 85%;
  }

  .grid_item-copy-copy.is--image1 {
    top: 33px;
    height: 48em;
    margin-top: 0em;
    background-image: none;
  }

  .grid_item-copy-copy.is--text-middle {
    top: -314px;
  }

  .grid_item-copy-copy.is--img1 {
    width: 50%;
    padding-top: 12em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .grid_item-copy-copy.is--img2 {
    display: block;
    width: 50%;
    padding-top: 0em;
    padding-right: 2em;
    padding-left: 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid_item-copy-copy.is--img3 {
    width: 50%;
    margin-top: 2.5em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .grid_item-copy-copy.is--img4 {
    display: block;
    width: 50%;
    margin-top: -9.3em;
    margin-bottom: 0em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .grid_item-copy-copy.is--text-1 {
    width: auto;
    margin-top: 0em;
    padding-top: 0em;
    padding-left: 1.04em;
  }

  .grid_item-copy-copy.is--text-2 {
    width: auto;
    margin-left: 0px;
    padding-top: 1.04em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid_item-copy-copy.is--text-1-copy {
    display: none;
    width: 100%;
    margin-top: 0em;
    padding-left: 1.04em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid_item-copy-copy.is--margin {
    padding-top: 14em;
  }

  .grid_item-copy-copy.is--grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .grid_item-copy-copy.is--grid-2 {
    display: block;
    height: auto;
  }

  .grid_item-copy-copy.is--grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid_item-copy-copy.is--grid-2-copy {
    display: block;
    height: auto;
  }

  .grid_item-copy-copy.is--grid-2-copy {
    display: block;
    height: auto;
  }

  .grid_item-copy-copy.is--grid-2-copy-copy {
    display: block;
    height: auto;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .links-copy.links-mini-copy {
    font-size: 16px;
  }

  .footer-2 {
    padding-top: 84px;
    padding-bottom: 79px;
  }

  .brand.logo-privacy-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .header {
    padding-bottom: 60px;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .button-wrap-cookies.margin-more.margin-less {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button-wrap-cookies.margin-more.margin-tablet {
    margin-top: 25px;
  }

  .container-info-mobile {
    display: block;
  }

  .container-info-mobile.container-footer-bottom {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-info-mobile.container-footer-bottom {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-info-mobile.container-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section.is--paralax {
    top: -137px;
  }

  .section.stretta {
    margin-bottom: -70px;
  }

  .container.is--no-padding.padding {
    top: -26px;
  }

  .grid.is--tablet {
    top: -79px;
    width: 90%;
  }

  .grid_item.is--text-big {
    margin-top: 26px;
  }

  .grid_item.is--image1 {
    top: 49px;
    width: 100%;
  }

  .grid_item.is--text-middle {
    top: -214px;
  }

  .grid_item.is--grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid_item.is--grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-2 {
    bottom: -8.8em;
  }

  .text-span {
    font-size: 1.1em;
  }

  .h-colorized.titolo-404 {
    font-size: 70px;
  }

  .testimonial-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial {
    padding-right: 0em;
    padding-left: 3.5em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .testimonial-content-wrap {
    width: 100%;
    min-height: 0em;
    padding-left: 25px;
  }

  .brackets-1 {
    left: 0%;
    top: 4%;
  }

  .splide.slider1.pill {
    padding-right: 0vw;
  }

  .splide__slide {
    width: 100%;
  }

  .heading-splide {
    margin-top: 0.7em;
    margin-bottom: 0.5em;
    font-size: 7em;
  }

  .footer-text {
    padding-bottom: 0.7em;
    font-size: 2.5em;
  }

  .is--p-title-1 {
    font-size: 16px;
  }

  .is--p-title-1.stretto {
    left: 0%;
    width: 90%;
    margin-top: 26px;
    font-size: 16px;
  }

  .is--p-title-1.text-align-center {
    text-align: center;
  }

  .section-2 {
    top: -139px;
  }

  .column-2 {
    padding-top: 0px;
    padding-left: 72px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-24 {
    display: none;
    width: 250px;
    height: 190px;
  }

  .column-3 {
    left: 0px;
    top: 17px;
    right: 0px;
    padding-left: 0px;
  }

  .italic-text-2 {
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.7);
  }

  .button {
    font-size: 14px;
  }

  .button.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph {
    max-width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph.checkbox {
    font-size: 16px;
  }

  .paragraph.p2 {
    max-width: 80%;
    font-size: 18px;
  }

  .links {
    font-size: 16px;
  }

  .links.links-mini {
    font-size: 16px;
  }

  .checkbox-field {
    margin-top: 4px;
  }

  .text-field::-webkit-input-placeholder {
    font-size: 16px;
  }

  .text-field:-ms-input-placeholder {
    font-size: 16px;
  }

  .text-field::-ms-input-placeholder {
    font-size: 16px;
  }

  .text-field::placeholder {
    font-size: 16px;
  }

  .flex-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .checkbox-2 {
    top: 12px;
  }

  .flex-horizontal-child.flex-contatti-right {
    width: 86%;
  }

  .titlebig {
    max-width: 80%;
    font-size: 40px;
    line-height: 42px;
  }

  .section-3 {
    padding-top: 89px;
  }

  .paragraph-5.is--p-title-1.paragraph-footer {
    width: 480px;
    font-size: 16px;
  }

  .social-box-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-3 {
    display: none;
    width: 90%;
  }

  .container-3.containerfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 230px;
    padding-bottom: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-box {
    padding-left: 0px;
  }

  .div-block-29 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-30 {
    top: -150px;
    right: 121px;
    z-index: 0;
    display: none;
    width: 120px;
    height: 120px;
  }

  .grid_item-copy.is--text-big {
    margin-top: 26px;
  }

  .grid_item-copy.is--image1 {
    top: 49px;
    width: 100%;
  }

  .grid_item-copy.is--text-middle {
    top: -214px;
  }

  .grid_item-copy.is--grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid_item-copy.is--grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid_item-copy.is--text-big {
    margin-top: 26px;
  }

  .grid_item-copy.is--image1 {
    top: 49px;
    width: 100%;
  }

  .grid_item-copy.is--text-middle {
    top: -214px;
  }

  .grid_item-copy.is--grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid_item-copy.is--grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid_item-copy.is--grid-2-copy {
    display: none;
  }

  .grid_item-copy-copy.is--text-big {
    margin-top: 26px;
  }

  .grid_item-copy-copy.is--image1 {
    top: 49px;
    width: 100%;
  }

  .grid_item-copy-copy.is--text-middle {
    top: -214px;
  }

  .grid_item-copy-copy.is--grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid_item-copy-copy.is--grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .links-copy {
    font-size: 14px;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .links-copy.links-mini-copy {
    font-size: 16px;
  }

  .containermenu {
    width: 90%;
  }

  .navbar {
    height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .brand {
    min-width: 180px;
    padding-left: 0px;
  }

  .header {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .links-copy {
    font-size: 14px;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .links-copy {
    font-size: 14px;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .links-copy {
    font-size: 14px;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .links-copy {
    font-size: 14px;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .container-info-mobile {
    width: 90%;
  }

  .container-info-mobile.containerfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 230px;
    padding-bottom: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contaire-privacy-cookie {
    width: 90%;
  }

  .thank-container {
    padding-top: 100px;
  }
}

@media screen and (max-width: 479px) {
  .vs-section.section-thank {
    height: 100vh;
  }

  .section {
    top: -58px;
  }

  .section.is--paralax {
    top: -55px;
  }

  .section.section-hero-bg.hero-nomargin {
    height: 450px;
  }

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

  .section.stretta {
    top: -59px;
    margin-bottom: 0px;
    padding-bottom: 45px;
  }

  .container {
    width: 1560px;
  }

  .container.is--no-padding {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .container.is--no-padding.padding {
    top: -45px;
    padding-bottom: 0em;
  }

  .container.is--full-page {
    padding-top: 15em;
    padding-bottom: 15em;
  }

  .container.is--navbar {
    padding-right: 0em;
    padding-left: 0em;
  }

  .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid.is--div-1 {
    margin-top: 24px;
  }

  .grid.is--margin {
    width: 91%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid.is--tablet {
    top: 39px;
    width: 100%;
  }

  .grid_item.is--image1 {
    top: 42px;
    width: 100%;
  }

  .grid_item.is--text-middle {
    top: -147px;
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.5vw;
  }

  .grid_item.is--text-2 {
    padding-right: 0em;
    padding-left: 0em;
  }

  .grid_item.is--grid-1 {
    display: none;
    width: 30%;
    height: 30vh;
  }

  .grid_item.is--grid-2 {
    top: -24px;
    z-index: 2;
    width: 50%;
  }

  .grid_item.is--grid-3 {
    left: 58px;
    top: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: 30vh;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid_item.is--horizontal {
    padding-bottom: 10em;
  }

  .grid_item.is--footer-1 {
    width: 100%;
    padding-bottom: 5em;
  }

  .grid_item.is--footer-2 {
    width: 100%;
    padding-bottom: 5em;
    padding-left: 4em;
  }

  .grid_item.is--footer-3 {
    width: 100%;
    padding-bottom: 5em;
    padding-left: 4em;
  }

  .grid_item.is--grid-2-copy {
    top: -24px;
    z-index: 2;
    width: 50%;
  }

  .grid_item.is--grid-2-copy {
    top: -24px;
    z-index: 2;
    width: 50%;
  }

  .div {
    padding-top: 26em;
  }

  .image-2 {
    bottom: -6.9em;
  }

  .text--middle.fade-up3.tricks {
    line-height: 26px;
  }

  .text--middle.fade-up3.tricks.left {
    left: -28px;
    top: 118px;
    font-size: 4.2em;
  }

  .text-span {
    font-size: 1.3em;
  }

  .div-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h-colorized {
    font-size: 6.3em;
    text-align: left;
  }

  .h-colorized.mobile {
    font-size: 6.5em;
  }

  .h-colorized.titolo-thank {
    text-align: center;
  }

  .h-colorized.titolo-404 {
    text-align: center;
  }

  .div-img-right {
    right: 7px;
    z-index: 1;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-9 {
    width: 150px;
    height: auto;
    max-width: none;
  }

  .testimonial-columns {
    overflow: visible;
  }

  .testimonial-content-wrap {
    position: static;
    overflow: visible;
    min-height: 35em;
    padding: 15px;
  }

  .slider-arrow-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonial-content-block {
    max-width: 80em;
  }

  .testimonial-paragraph {
    font-size: 3em;
  }

  .mask {
    overflow: visible;
  }

  .is--white {
    font-size: 8em;
  }

  .is--white._1 {
    display: none;
  }

  .brackets-1 {
    left: -2%;
    top: -1%;
    font-size: 2em;
  }

  .brackets-2 {
    right: 4%;
    bottom: 26%;
    font-size: 2em;
  }

  .slash {
    display: none;
  }

  .testimonial-end-number {
    display: none;
  }

  .link-scroll {
    font-size: 4em;
  }

  .footer-text {
    border-radius: 0px;
    opacity: 0.64;
    font-size: 3em;
  }

  .heading-8 {
    font-size: 4em;
  }

  .is--p-title-1 {
    margin-top: 7px;
    font-size: 16px;
    font-weight: 400;
  }

  .is--p-title-1.stretto {
    left: auto;
    width: 95%;
    font-size: 16px;
    font-weight: 400;
  }

  .is--p-title-1.text-align-center {
    text-align: center;
  }

  .text-span-5 {
    text-decoration: none;
  }

  .div-img2-right {
    right: 7px;
    z-index: 1;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-img3-right {
    position: absolute;
    right: 7px;
    z-index: 1;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-img4-right {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-img5-right {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-img6-right {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-10 {
    width: 100%;
    height: 50em;
  }

  .div-block-7 {
    width: 100%;
  }

  .grid_item--2.is--menu {
    top: -13%;
    display: block;
    height: 100vh;
    background-color: hsla(0, 0%, 87.5%, 0.78);
  }

  .grid-2.is--nav {
    padding-left: 6em;
  }

  .grid-2.is--nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 6em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-container {
    padding-right: 0em;
    padding-bottom: 2em;
    padding-left: 0em;
    background-color: rgba(22, 4, 39, 0);
    opacity: 1;
  }

  .grid_item-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid_item-2.is--left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .grid_item-2.is--menu {
    top: -13%;
    display: block;
    background-color: rgba(72, 0, 255, 0.78);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 4, 31, 0.39)), to(rgba(6, 1, 13, 0.7)));
    background-image: linear-gradient(180deg, rgba(16, 4, 31, 0.39), rgba(6, 1, 13, 0.7));
  }

  .menu_p-2 {
    color: #2b2b3f;
  }

  .nav_logo-img-2 {
    width: 17em;
  }

  .nav-final {
    top: auto;
    display: block;
    background-color: rgba(253, 247, 241, 0);
    background-image: none;
  }

  .grid_item-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid_item-nav.is--left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .grid_item-nav.is--menu {
    top: -13%;
    display: none;
    background-color: rgba(253, 247, 241, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdf7f1), color-stop(58%, rgba(253, 247, 241, 0.84)), to(rgba(253, 247, 241, 0)));
    background-image: linear-gradient(180deg, #fdf7f1, rgba(253, 247, 241, 0.84) 58%, rgba(253, 247, 241, 0));
  }

  .link-block {
    text-decoration: none;
  }

  .button-wrap.margin-more.margin-less {
    z-index: 6;
  }

  .button-wrap.margin-more.margin-less.no-margin {
    margin-top: 36px;
  }

  .button-wrap.margin-more.no-margin.margin-again {
    z-index: 6;
    margin-top: 40px;
  }

  .button-wrap.margin-more.margin-tablet {
    display: block;
  }

  .section-2 {
    top: -127px;
  }

  .image-11 {
    width: 150px;
  }

  .div-block-10 {
    height: 100%;
  }

  .heading-9 {
    font-size: 7em;
  }

  .italic-text {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-20 {
    max-width: 100%;
    padding-top: 45px;
    padding-right: 0px;
    padding-left: 38px;
    text-align: left;
  }

  .div-block-20.sdg {
    padding-top: 0px;
  }

  .div-block-20.sdg._786kjh {
    height: auto;
    margin-bottom: -19px;
    padding-left: 63px;
  }

  .column-2 {
    padding-right: 0%;
    padding-left: 20px;
  }

  .column-8 {
    display: none;
  }

  .button-5 {
    margin-top: 2px;
    margin-left: 62px;
  }

  .button-5.as {
    margin-left: 0px;
  }

  .div-block-24 {
    width: 360px;
  }

  .paragraph-4 {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .div-block-22 {
    margin-top: 12px;
  }

  .div-block-25 {
    width: 360px;
    height: 350px;
    max-width: 296px;
    margin-top: 60px;
    margin-left: 0px;
  }

  .div-block-23 {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .column-3 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .heading-6 {
    font-size: 32px;
  }

  .heading-10 {
    width: 80%;
    max-width: 100%;
    padding-top: 16px;
    padding-left: 45px;
    float: left;
    font-size: 45px;
    line-height: 50px;
  }

  .italic-text-2 {
    font-size: 20px;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.7);
  }

  .image-12 {
    left: -7%;
    max-width: 110%;
  }

  .button.button-form {
    min-width: 100%;
    margin-top: 25px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .paragraph.checkbox {
    display: block;
    margin-top: -5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }

  .paragraph.p2 {
    max-width: 100%;
    padding-top: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph.testocella {
    margin-top: 5px;
  }

  .paragraph.testocella.testo-footer-mobile.margin-more {
    margin-top: 14px;
  }

  .links {
    font-size: 16px;
  }

  .links.links-mini {
    font-size: 16px;
  }

  .button-container.button-container-right {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-field {
    margin-bottom: 17px;
    font-size: 16px;
  }

  .flex-horizontal {
    margin-top: 49px;
  }

  .checkbox-2 {
    top: 0px;
    margin-right: 8px;
  }

  .div-block-26 {
    padding: 28px 25px;
  }

  .flex-horizontal-child.flex-contatti-right {
    width: 85%;
    margin-top: 0px;
  }

  .titlebig {
    max-width: 100%;
  }

  .div-block-3 {
    padding-top: 40px;
  }

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

  .paragraph-5.is--p-title-1.paragraph-footer {
    overflow: visible;
    width: 85%;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
  }

  .image-14 {
    position: static;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .container-3 {
    display: none;
  }

  .container-3.container-footer-bottom {
    width: 85%;
  }

  .div-block-28 {
    position: absolute;
    left: -7%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 110%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-img-right-static {
    right: 7px;
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-29 {
    width: 100%;
  }

  .div-block-30 {
    top: 4px;
    right: 55px;
    z-index: 0;
    width: 80px;
    height: 80px;
  }

  .div-img-copy {
    display: none;
  }

  .div-img-right-copy {
    right: 7px;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid_item-copy.is--image1 {
    top: 42px;
    width: 100%;
  }

  .grid_item-copy.is--text-middle {
    top: -147px;
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.5vw;
  }

  .grid_item-copy.is--text-2 {
    padding-right: 0em;
    padding-left: 0em;
  }

  .grid_item-copy.is--grid-1 {
    display: none;
    width: 30%;
    height: 30vh;
  }

  .grid_item-copy.is--grid-2 {
    top: -24px;
    z-index: 2;
    width: 50%;
  }

  .grid_item-copy.is--grid-3 {
    top: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: 30vh;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid_item-copy.is--horizontal {
    padding-bottom: 10em;
  }

  .grid_item-copy.is--footer-1 {
    width: 100%;
    padding-bottom: 5em;
  }

  .grid_item-copy.is--footer-2 {
    width: 100%;
    padding-bottom: 5em;
    padding-left: 4em;
  }

  .grid_item-copy.is--footer-3 {
    width: 100%;
    padding-bottom: 5em;
    padding-left: 4em;
  }

  .grid_item-copy.is--grid-2-copy {
    top: -24px;
    z-index: 2;
    width: 56%;
  }

  .grid_item-copy.is--image1 {
    top: 42px;
    width: 100%;
  }

  .grid_item-copy.is--text-middle {
    top: -147px;
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.5vw;
  }

  .grid_item-copy.is--text-2 {
    padding-right: 0em;
    padding-left: 0em;
  }

  .grid_item-copy.is--grid-1 {
    display: none;
    width: 30%;
    height: 30vh;
  }

  .grid_item-copy.is--grid-2 {
    top: -24px;
    z-index: 2;
    width: 50%;
  }

  .grid_item-copy.is--grid-3 {
    top: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: 30vh;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid_item-copy.is--horizontal {
    padding-bottom: 10em;
  }

  .grid_item-copy.is--footer-1 {
    width: 100%;
    padding-bottom: 5em;
  }

  .grid_item-copy.is--footer-2 {
    width: 100%;
    padding-bottom: 5em;
    padding-left: 4em;
  }

  .grid_item-copy.is--footer-3 {
    width: 100%;
    padding-bottom: 5em;
    padding-left: 4em;
  }

  .grid_item-copy.is--grid-2-copy {
    top: -24px;
    z-index: 2;
    width: 50%;
  }

  .grid_item-copy.is--grid-2-copy {
    top: -24px;
    z-index: 2;
    display: block;
    width: 49%;
    padding-right: 0em;
    padding-left: 0em;
  }

  .grid_item-copy.is--grid-2-copy-copy {
    top: -24px;
    z-index: 2;
    width: 49%;
    padding-right: 0em;
    padding-left: 0em;
  }

  .grid_item-copy-copy.is--image1 {
    top: 42px;
    width: 100%;
  }

  .grid_item-copy-copy.is--text-middle {
    top: -147px;
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.5vw;
  }

  .grid_item-copy-copy.is--text-2 {
    padding-right: 0em;
    padding-left: 0em;
  }

  .grid_item-copy-copy.is--grid-1 {
    display: none;
    width: 30%;
    height: 30vh;
  }

  .grid_item-copy-copy.is--grid-2 {
    top: -24px;
    z-index: 2;
    width: 50%;
  }

  .grid_item-copy-copy.is--grid-3 {
    top: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: 30vh;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid_item-copy-copy.is--horizontal {
    padding-bottom: 10em;
  }

  .grid_item-copy-copy.is--footer-1 {
    width: 100%;
    padding-bottom: 5em;
  }

  .grid_item-copy-copy.is--footer-2 {
    width: 100%;
    padding-bottom: 5em;
    padding-left: 4em;
  }

  .grid_item-copy-copy.is--footer-3 {
    width: 100%;
    padding-bottom: 5em;
    padding-left: 4em;
  }

  .grid_item-copy-copy.is--grid-2-copy {
    top: -24px;
    z-index: 2;
    width: 50%;
  }

  .grid_item-copy-copy.is--grid-2-copy {
    top: -24px;
    z-index: 2;
    width: 49%;
    padding-right: 0em;
    padding-left: 0em;
  }

  .grid_item-copy-copy.is--grid-2-copy-copy {
    top: -24px;
    z-index: 2;
    display: none;
    width: 49%;
    padding-right: 0em;
    padding-left: 0em;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .links-copy.links-mini-copy {
    font-size: 16px;
  }

  .footer-2 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .header {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .links-copy.links-mini {
    font-size: 16px;
  }

  .button-wrap-cookies.margin-more.margin-less {
    z-index: 6;
  }

  .button-wrap-cookies.margin-more.margin-less.no-margin {
    margin-top: 36px;
  }

  .button-wrap-cookies.margin-more.no-margin.margin-again {
    z-index: 6;
    margin-top: 40px;
  }

  .button-wrap-cookies.margin-more.margin-tablet {
    display: block;
  }

  .container-info-mobile.container-footer-bottom {
    width: 85%;
  }

  .thank-container {
    width: 90%;
  }
}

