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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

p {
  margin-bottom: 10px;
}

.body {
  background-color: #e1e1e0;
}

.scroll-wrapper {
  min-height: 100vh;
}

.logo {
  z-index: 2;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.logo.logo-nero {
  filter: invert();
}

.nav-link {
  color: #e1e1e0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  display: inline;
}

.nav-link.nero {
  color: #222;
}

.container {
  height: 60px;
  min-width: 100%;
}

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

.toggler {
  color: #222;
  text-transform: uppercase;
  font-family: Gotham book, sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  transition: all 1s cubic-bezier(.86, .01, .53, 1);
}

.toggler.w--open {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all .5s;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navbar.navbar-nera {
  color: #222;
}

.prenota-indietro {
  z-index: 2;
  position: relative;
}

.nav-menu {
  background-color: #e1e1e0;
  position: absolute;
}

.nav-modal-link-wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-modal-link {
  width: 100%;
  color: #222;
  margin-bottom: 4vh;
  font-family: Beaufort, sans-serif;
  font-size: 4.5em;
  font-weight: 300;
  line-height: 1.1em;
  text-decoration: none;
  overflow: hidden;
}

.nav-modal-text {
  display: inline-block;
  position: relative;
  transform: translate(0, 100%);
}

.nav-modal-text:hover {
  font-style: normal;
}

.nav-modal-text.is-inview {
  opacity: 1;
  transform: translate(0);
}

.nav-modal-text.nav-modal-text-contatti {
  transform: translate(0, 100%);
}

.nav-modal-text.nav-modal-text-contatti:hover {
  font-style: italic;
  line-height: .9em;
}

.section {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-about {
  z-index: 10;
  height: 100vh;
  background-color: #9d9f7d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-about.radius-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.prova {
  opacity: 0;
}

.prova.is-inview {
  opacity: 1;
  transition: opacity 1.2s;
}

.nav-link-doppio {
  color: #e1e1e0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-link-doppio.indietro {
  opacity: 0;
  display: none;
}

.nav-link-doppio.prenota {
  display: block;
}

.nav-link-doppio.prenota.nero {
  color: #222;
}

.nav-link-2 {
  opacity: 0;
}

.image-menu {
  z-index: 10;
  opacity: 0;
  transition: opacity .3s, transform 1.1s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: scale(1.6);
}

.image-menu.menu-homepage {
  z-index: 1;
  transition: transform 1.1s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-menu.menu_placeholder {
  opacity: 0;
  transition: transform 1.1s cubic-bezier(.165, .84, .44, 1);
}

.image-menu.menu-agriturismo, .image-menu.menu-appartamenti, .image-menu.menu-prodotti, .image-menu.menu-contatti {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.figura {
  opacity: 0;
  border-radius: 20px;
  transition: opacity .3s linear, transform 1.1s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 4%;
  right: auto;
  overflow: hidden;
  transform: translate(0)scale(.6);
}

.figura.figura-2 {
  top: 8%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.text-span {
  width: 12px;
  height: 15px;
  background-image: url('../images/Vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 2px;
  display: inline-block;
}

.div-block-2 {
  z-index: 2;
  perspective-origin: 50%;
  transform-origin: 100%;
  background-image: url('../images/hero_ginepro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fader {
  z-index: 3;
  background-color: #e1e1e0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-3 {
  z-index: 4;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.heading {
  color: #e1e1e0;
  font-family: Beaufort, sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.03226em;
}

.text-span-2, .text-span-3 {
  font-style: italic;
}

.div-block-4 {
  color: #e1e1e0;
  font-family: Beaufort, sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1em;
}

.hero__value {
  transition: transform 1.4s cubic-bezier(.4, 0, 0, 1);
  display: inline-block;
  position: relative;
  transform: translate(0, 100%);
}

.hero__value.is-inview {
  transform: translate(0);
}

.hero__value.italic {
  font-style: italic;
  line-height: .9em;
  transform: translate(0, 100%);
}

.text-space {
  width: .25em;
  display: inline-block;
}

.hero__text {
  overflow: hidden;
}

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

.hero__text.mobile {
  display: none;
}

.figure {
  width: 27vw;
  border-radius: 20px;
  margin-top: 4em;
  margin-bottom: 4em;
  display: block;
  overflow: hidden;
}

.text-block {
  color: #000;
  font-family: Gotham book, sans-serif;
  text-decoration: none;
}

.cta_wrapper_hero {
  color: #e1e1e0;
  text-align: left;
  text-decoration: none;
  transition: transform .5s cubic-bezier(.4, 0, 0, 1);
  display: flex;
  overflow: hidden;
}

.cta_wrapper_hero:hover {
  transform: scale(.95);
}

.cta_wrapper_hero.nero {
  color: #222;
}

.cta__value {
  font-family: Gotham book, sans-serif;
  font-size: 1em;
  font-weight: 400;
  transition: transform .8s cubic-bezier(.4, 0, 0, 1);
  display: inline-block;
  transform: translate(0, 100%);
}

.cta__space {
  width: 5px;
  display: inline-block;
}

.container-2 {
  max-width: 90%;
  justify-content: center;
  align-items: center;
  display: block;
}

.about-wrapper.desktop {
  display: block;
}

.about-wrapper.mobile {
  display: none;
}

.about-line {
  color: #222;
  text-align: center;
  font-family: Beaufort, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.1875em;
  overflow: hidden;
}

.about-value {
  transition: transform .8s cubic-bezier(.4, 0, 0, 1);
  transform: none;
}

.figura__std {
  opacity: 0;
  border-radius: 20px;
  transition: opacity .3s linear, transform 1.1s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 4%;
  right: auto;
  overflow: hidden;
  transform: translate(0, 100px)scale(.6);
}

.figura__std.figura-2 {
  top: 8%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.figura__std.fig_altosx {
  top: 8%;
  bottom: auto;
  left: 4%;
  right: auto;
}

.figura__std.fig_altosx.solo-mobile {
  display: none;
}

.figura__std.fig_bassodx {
  top: auto;
  bottom: 8%;
  left: auto;
  right: 4%;
}

.image-std {
  z-index: 10;
  opacity: 0;
  transition: opacity .3s, transform 1.1s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: scale(1.6);
}

.image-std.menu-homepage {
  z-index: 1;
  transition: transform 1.1s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-std.menu_placeholder {
  opacity: 0;
  transition: transform 1.1s cubic-bezier(.165, .84, .44, 1);
}

.image-std.menu-agriturismo, .image-std.menu-appartamenti, .image-std.menu-prodotti, .image-std.menu-contatti {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-std.img_placeholder {
  opacity: 1;
  transition: transform 1.1s cubic-bezier(.165, .84, .44, 1);
}

.parent-container {
  width: 50%;
}

.section-3 {
  height: 250vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-wrapper-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 3.5em;
  display: flex;
}

.cta-std {
  color: #e1e1e0;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
}

.cta-std.cta-black {
  color: #222;
  transition: transform .5s cubic-bezier(.4, 0, 0, 1);
}

.cta-std.cta-black:hover {
  transform: scale(.95);
}

.cta-std__value {
  transition: transform .8s cubic-bezier(.4, 0, 0, 1);
  display: inline-block;
  transform: translate(0, 100%);
}

.cta-std__value.bianca {
  color: #e1e1e0;
  transform: translate(0, 100%);
}

.section-recensioni {
  justify-content: center;
  align-items: center;
  padding-top: 10em;
  padding-bottom: 8em;
  display: flex;
}

.recensioni-ginepro {
  display: flex;
}

.recensione {
  opacity: 1;
  flex: 0 auto;
  margin-right: 50px;
  transition: opacity .5s;
}

.recensione.is-inview {
  opacity: 1;
}

.p-recensioni {
  font-family: Gotham book, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.41667em;
}

.nome-recensitore {
  font-family: Beaufort, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: .9em;
}

.container-3 {
  max-width: 100%;
  padding-left: 50px;
}

.arrow-wrapper {
  margin-top: 20px;
  display: inline-block;
}

.prev {
  opacity: 1;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50px;
  margin-right: 40px;
  padding: 10px;
  transition: all .5s cubic-bezier(1, 0, 0, 1);
  transform: rotate(180deg);
}

.prev.is-inview {
  opacity: 1;
}

.next {
  opacity: 1;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px;
  transition: all .5s cubic-bezier(1, 0, 0, 1);
}

.next.is-inview {
  opacity: 1;
}

.arrow-container {
  text-align: right;
  margin-top: 2em;
  padding-right: 50px;
}

.content__sedi {
  z-index: 2;
  width: 50%;
  background-color: #f9f9f9;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.img_sticky_2 {
  z-index: 2;
  background-image: url('../images/agriturismo-chianti-piscina.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-sticky {
  background-color: #e1e1e0;
}

.container-6 {
  max-width: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #e1e1e0;
  align-items: flex-start;
  display: flex;
}

.heading-3 {
  color: #222;
  margin-bottom: 50px;
  font-family: Beaufort, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.15em;
  overflow: hidden;
}

.img_sedi_3 {
  z-index: 3;
  background-image: url('../images/studio-fisioterapia-firenze.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg_mobile_sede {
  display: none;
}

.btn_default {
  color: #fff;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 50px;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 1em;
  font-weight: 700;
}

.sede {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 100px;
  padding-right: 60px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sede.sede_2 {
  background-color: #b19983;
  background-image: none;
}

.sede.sede_1 {
  background-color: #b19983;
  background-image: none;
  border-radius: 0;
  padding-left: 60px;
  transform: none;
}

.sede.sede_3 {
  background-color: #348aa7;
  background-image: none;
}

.sede.prodotto_1 {
  background-color: #e1e1e0;
  background-image: none;
  border-radius: 0;
  padding-left: 60px;
  transform: none;
}

.img__sedi {
  width: 50%;
  height: 100vh;
  background-color: #f9f9f9;
  border-radius: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.p {
  color: #222;
  padding-left: 20px;
  font-family: Beaufort, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.375em;
}

.text-span-4 {
  line-height: 1em;
}

.text-block-3 {
  color: rgba(255, 255, 255, .6);
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.3em;
}

.img_sticky_1 {
  z-index: 1;
  background-image: url('../images/agriturismo-chianti-piscina.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img__sticky {
  width: 60%;
  height: 100vh;
  background-color: #f9f9f9;
  border-radius: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.cta-wrapper-sx {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 3.5em;
  padding-left: 10px;
  display: block;
}

.title-span {
  opacity: 1;
  transition: opacity .4s cubic-bezier(.4, 0, 0, 1);
  display: inline-block;
}

.title-span.is-inview {
  opacity: 1;
  transition-property: none;
}

.section-camere {
  justify-content: center;
  align-items: center;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
}

.appartamenti-ginepro {
  display: flex;
}

.appartamento {
  opacity: 1;
  flex: 1;
  margin-right: 50px;
  transition: opacity .5s;
}

.appartamento.is-inview {
  opacity: 1;
}

.image-2 {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.nome-features {
  opacity: 1;
  font-family: Beaufort, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: .9em;
  transition: opacity .4s;
}

.nome-features.is-inview {
  opacity: 1;
}

.bold-text {
  font-weight: 400;
}

.p-features {
  font-family: Beaufort, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.41667em;
}

.cta-simple {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-left: 0;
  display: block;
}

.prev-features {
  opacity: 0;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50px;
  margin-right: 40px;
  padding: 10px;
  transition: all .5s cubic-bezier(1, 0, 0, 1);
  transform: rotate(180deg);
}

.prev-features.is-inview {
  opacity: 1;
}

.next-features {
  opacity: 0;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px;
  transition: all .5s cubic-bezier(1, 0, 0, 1);
}

.next-features.is-inview {
  opacity: 1;
}

.section-4 {
  background-color: #222;
  padding-top: 10em;
  padding-bottom: 10em;
}

.container-7 {
  height: 100%;
  max-width: 90%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-text-wrapper {
  margin-bottom: 5em;
}

.cta-text-wrapper.desktop {
  display: block;
}

.cta-text-wrapper.mobile {
  display: none;
}

.cta-line {
  color: #e1e1e0;
  text-align: center;
  font-family: Beaufort, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.1875em;
  overflow: hidden;
}

.cta-value {
  transition: transform .8s cubic-bezier(.4, 0, 0, 1);
  transform: translate(0, 100%);
}

.cta-value.is-inview {
  transform: translate(0);
}

.form {
  width: 100%;
}

.form-2 {
  align-items: center;
}

.input-date {
  max-width: 200px;
  color: #e1e1e0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-radius: 0;
  flex: 1;
  font-family: Beaufort, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1em;
}

.input-date.campo-form {
  font-size: 18px;
}

.field-label {
  color: #e1e1e0;
  text-align: center;
  font-family: Beaufort, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.2em;
}

.field-label.campo-form {
  font-size: 12px;
}

.text-block-4 {
  color: #e1e1e0;
  font-family: Beaufort, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1em;
  display: inline-block;
}

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

.numero-adulti {
  width: 100px;
  color: #e1e1e0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Beaufort, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2em;
}

.numero-adulti.campo-form {
  font-size: 18px;
}

.minus-adulti, .plus-adulti {
  color: #e1e1e0;
  font-family: Beaufort, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1em;
  display: inline-block;
}

.primo-piano {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.primo-piano.piano-0 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.primo-piano.piano-primo-modal {
  margin-top: 10px;
  margin-bottom: 20px;
}

.secondo-piano {
  width: 100%;
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.secondo-piano.select {
  width: 15%;
  display: flex;
}

.div-block-6 {
  margin-right: 30px;
}

.div-block-7 {
  margin-left: 10px;
}

.numero-bambini {
  width: 100px;
  color: #e1e1e0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Beaufort, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2em;
}

.numero-bambini.campo-form {
  font-size: 18px;
}

.minus-bambini, .plus-bambini {
  color: #e1e1e0;
  font-family: Beaufort, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1em;
  display: inline-block;
}

.div-block-8 {
  z-index: 4;
  max-width: 80vw;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.hero__text-2 {
  color: #e1e1e0;
  overflow: hidden;
}

.hero__text-2.nero {
  color: #222;
}

.div-block-9 {
  color: #e1e1e0;
  font-family: Beaufort, sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1em;
}

.hero-p-wrapper {
  width: 55%;
  margin-bottom: 3em;
}

.paragraph {
  width: 100%;
  text-align: center;
  font-family: Beaufort, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.375em;
  overflow: hidden;
}

.paragraph.mobile {
  display: none;
}

.section-5 {
  height: 100vh;
  background-color: #b19983;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero__value-2 {
  transition: transform 1.4s cubic-bezier(.4, 0, 0, 1);
  display: inline-block;
  position: relative;
  transform: translate(0, 100%);
}

.hero_about-p-wrapper {
  width: 100%;
  margin-bottom: 3em;
}

.paragraph-2 {
  font-family: Beaufort, sans-serif;
}

.hero-wrapper-agriturismo {
  z-index: 4;
  max-width: 70vw;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-5 {
  font-family: Beaufort, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.p-value {
  font-size: 1.1em;
  transition: transform 1.2s cubic-bezier(.4, 0, 0, 1);
  transform: translate(0, 100%);
}

.p-value.is-inview {
  transform: translate(0);
}

.hero__text-2-copy {
  color: #e1e1e0;
  overflow: hidden;
}

.hero__text-2-copy.nero {
  color: #222;
}

.hero__text-2-copy.nero.mobile {
  display: none;
}

.carosello-foto {
  align-items: stretch;
  display: flex;
}

.foto {
  flex: none;
}

.section-about-agriturismo {
  z-index: 10;
  height: 100vh;
  background-color: #9d9f7d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-bottom: -20px;
  display: flex;
  position: relative;
}

.container-about-agriturismo {
  max-width: 90%;
  justify-content: center;
  align-items: center;
  display: block;
}

.about-wrapper-copy.mobile {
  display: none;
}

.div-block-10 {
  height: 50px;
}

.section-6 {
  background-color: #222;
  padding-top: 8em;
  padding-bottom: 8em;
  display: block;
}

.section-6.no {
  display: none;
}

.container-8 {
  max-width: 90%;
}

.heading-4 {
  color: #e1e1e0;
  text-align: center;
  font-family: Beaufort, sans-serif;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 1.2em;
  transition: transform 1.2s cubic-bezier(.4, 0, 0, 1);
  transform: translate(0, 100%);
}

.heading-4.is-inview {
  transition: transform 1.2s cubic-bezier(.4, 0, 0, 1);
  transform: translate(0);
}

.div-block-11 {
  display: block;
  overflow: hidden;
}

.figure-footer {
  width: 27vw;
  opacity: 0;
  border-radius: 20px;
  margin-top: 4em;
  margin-bottom: 4em;
  transition: transform 1.1s, opacity .5s;
  display: block;
  overflow: hidden;
  transform: scale(.6);
}

.figure-footer.is-inview {
  opacity: 1;
  transform: scale(1);
}

.div-block-12 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-3 {
  transition: opacity .5s, transform 1.1s cubic-bezier(.165, .84, .44, 1);
  transform: none;
}

.image-3.is-inview {
  width: 100%;
  transition: transform 1.1s cubic-bezier(.165, .84, .44, 1);
  transform: scale(1);
}

.footer {
  background-color: #222;
  padding: 20px;
}

.div-block-13 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: #e1e1e0;
  font-family: Beaufort, sans-serif;
  font-weight: 300;
}

.link {
  margin-left: 10px;
}

.link-2 {
  color: #e1e1e0;
  font-family: Beaufort, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.div-block-14 {
  grid-column-gap: 10px;
  display: flex;
}

.hero_small {
  color: #e1e1e0;
  overflow: hidden;
}

.hero_small.nero {
  color: #222;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.3em;
  display: block;
}

.hero_small.nero.mobile {
  display: none;
}

.hero_small.bianco {
  color: #e1e1e0;
  text-align: center;
  font-family: Beaufort, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3em;
  display: block;
}

.hero-wrapper-appartamenti {
  z-index: 4;
  max-width: 90vw;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-3 {
  font-family: Beaufort, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1.3em;
}

.paragraph-4 {
  font-family: Beaufort, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.3em;
}

.section-7 {
  padding-top: 8em;
  padding-bottom: 8em;
  display: block;
}

.container-9, .container-10 {
  max-width: 90%;
}

.section-appartamenti {
  padding-bottom: 8em;
  display: block;
}

.appartamenti-wrapper {
  width: 100%;
  display: flex;
}

.app__nome {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Beaufort, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1em;
  overflow: hidden;
}

.app__dettagli {
  color: #222;
  font-family: Beaufort, sans-serif;
  font-size: .75em;
  font-weight: 300;
  line-height: 1.3em;
  overflow: hidden;
}

.app__desc {
  color: #222;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Gotham book, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.41667em;
}

.text-span-5 {
  transition: transform 1.4s cubic-bezier(.4, 0, 0, 1);
  display: inline-block;
  transform: translate(0, 100%);
}

.text-span-5.is-inview {
  transform: translate(0);
}

.text-span-6 {
  transition: transform 1.4s cubic-bezier(.4, 0, 0, 1);
  display: inline-block;
  transform: translate(0, 100%);
}

.text-span-6.is-inview {
  transform: translate(0);
}

.image-4 {
  height: 300px;
  opacity: 1;
  border-radius: 20px;
  transition: transform .5s cubic-bezier(.4, 0, 0, 1), opacity 1.4s;
}

.image-4:hover {
  transform: scale(.98);
}

.image-4.is-inview {
  opacity: 1;
  transition-duration: 1.4s;
}

.columns__app {
  grid-row-gap: 20px;
  margin-bottom: 50px;
  display: flex;
}

.text-field {
  color: #e1e1e0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  margin-bottom: 0;
  font-family: Beaufort, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1em;
}

.text-field.m-r {
  max-width: 33%;
  text-align: center;
  margin-right: 10px;
}

.text-field.campo-form {
  font-size: 18px;
  line-height: 18px;
}

.terzo-piano {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.submit-button {
  color: #e1e1e0;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  font-family: Gotham book, sans-serif;
}

.checkbox-label {
  color: #e1e1e0;
  font-family: Gotham book, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.link-3 {
  color: #e1e1e0;
  font-style: italic;
}

.p-copy {
  color: #222;
  padding-left: 0;
  font-family: Beaufort, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.375em;
}

.img__sticky_prodotto {
  width: 50%;
  height: 100vh;
  background-color: #e1e1e0;
  border-radius: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.img_sticky_3, .img_sticky_4, .img_sticky_5 {
  z-index: 2;
  background-image: url('../images/appartamenti-chianti.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img_prodotto-1 {
  z-index: 1;
  background-image: url('../images/agriturismo-con-orto.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img_prodotto-2 {
  z-index: 2;
  background-image: url('../images/vino-chianti-bio.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img_prodotto-3 {
  z-index: 2;
  background-image: url('../images/colazione-toscana.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img_prodotto-4 {
  z-index: 2;
  background-image: url('../images/vigneti-chianti.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img_prodotto-5 {
  z-index: 2;
  background-image: url('../images/appartamenti-chianti.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-prodotti-verde {
  z-index: 10;
  height: 80vh;
  background-color: #9d9f7d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: -20px;
  display: flex;
  position: relative;
}

.contatti {
  height: 100vh;
  background-color: #222;
  padding-top: 10em;
  padding-bottom: 2em;
}

.contatti-info-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.info {
  opacity: 0;
  color: #e1e1e0;
  margin-left: 10px;
  font-family: Beaufort, sans-serif;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .5s;
  display: flex;
}

.info.info-xl {
  margin-left: 20px;
}

.info.info-pos {
  align-items: center;
  text-decoration: none;
}

.info.is-inview {
  opacity: 1;
}

.icona-info {
  margin-right: 10px;
}

.text-block-7 {
  color: #e1e1e0;
  font-family: Beaufort, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.div-block-15 {
  opacity: 0;
  justify-content: space-between;
  transition: opacity .5s;
  display: flex;
}

.div-block-15.is-inview {
  opacity: 1;
}

.div-block-15.solo-mobile {
  display: none;
}

.text-block-8 {
  color: #e1e1e0;
  margin-left: 10px;
}

.text-block-7-copy {
  color: #e1e1e0;
  text-align: center;
  font-family: Beaufort, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.container-home {
  height: 100%;
  max-width: 93%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta__finale {
  width: 100%;
  background-color: #222;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.cta__finale.cta-fixed {
  display: block;
}

.hero-appartamento {
  height: 60vh;
  background-color: #9d9f7d;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 50px;
  display: block;
}

.container-11 {
  height: 100%;
  max-width: 90%;
  align-items: flex-end;
  display: flex;
}

.titolo-appartamento {
  color: #222;
  margin-bottom: 20px;
  font-family: Beaufort, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.15em;
  display: inline-block;
  overflow: hidden;
}

.dettagli-appartamento {
  margin-bottom: 20px;
}

.text-block-9 {
  opacity: 1;
  color: #222;
  font-family: Beaufort, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.4em;
  transition: opacity 1.5s;
  display: inline-block;
}

.text-block-9.is-inview {
  opacity: 1;
}

.info-appartamento {
  width: 60%;
  margin-bottom: 20px;
}

.section-carosello-appartamento {
  height: 78vh;
  position: relative;
}

.carosello-foto-appartamento {
  height: 100%;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.foto-appartamento {
  height: 100%;
  flex: none;
}

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

.wrapper-appartamento-info {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.div-block-16 {
  width: 20%;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-block-16.mobile {
  display: none;
}

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

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

.section-corpo-appartamento {
  background-color: #e1e1e0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-12 {
  max-width: 90%;
}

.titolo-sm {
  font-family: Beaufort, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: .9em;
  overflow: hidden;
}

.titolo-sm.app-sx-titolo {
  margin-top: 40px;
}

.text-span-7 {
  transition: transform 1.4s cubic-bezier(.4, 0, 0, 1);
  display: inline-block;
  transform: none;
}

.text-span-7.is-inview {
  transform: translate(0);
}

.app-sx {
  width: 45%;
  padding-top: 20px;
}

.app-dx {
  width: 33%;
}

.app-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph-5 {
  color: #222;
  margin-top: 40px;
  font-family: Beaufort, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.375em;
}

.text-line {
  transition: transform 1s cubic-bezier(.4, 0, 0, 1);
  display: inline-block;
  transform: translate(0, 100%);
}

.text-line.is-inview {
  transform: translate(0);
}

.servizi-box {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.srv-sx {
  width: 40%;
}

.srv-dx {
  width: 70%;
}

.div-block-19 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-6 {
  height: 21px;
  object-fit: contain;
  margin-right: 20px;
}

.text-block-10 {
  color: #222;
  font-family: Gotham book, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.text-block-10-copy {
  color: #222;
  font-family: Gotham book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.subtitle_sm {
  font-family: Beaufort, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: .9em;
  overflow: hidden;
}

.subtitle_sm.app-sx-titolo {
  color: #222;
  margin-top: 40px;
  font-size: 1.25em;
}

.paragraph_list {
  color: #222;
  margin-top: 20px;
  padding-left: 5px;
  font-family: Beaufort, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.375em;
}

.div-block-20 {
  width: 100%;
  border: 1px solid #222;
  border-radius: 20px;
  padding: 20px;
}

.info-el {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-11 {
  color: #222;
  font-family: Beaufort, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4em;
}

.text-block-12 {
  color: #222;
  font-family: Gotham book, sans-serif;
  font-size: 14px;
}

.text-span-8 {
  opacity: 1;
  transition: transform 1s;
  display: inline-block;
  transform: none;
}

.text-span-8.is-inview {
  transform: translate(0);
}

.video {
  width: 104%;
  height: 100vh;
  margin-left: -2%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.html-embed {
  height: 100vh;
  object-fit: cover;
}

.html-embed-2 {
  width: 100%;
  height: 100vh;
  display: none;
}

.about-value-copy {
  transition: transform .8s cubic-bezier(.4, 0, 0, 1);
  transform: translate(0, 100%);
}

.video-mobile {
  width: 104%;
  height: 100vh;
  margin-left: -2%;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.video-2 {
  display: none;
}

.cta-text-wrapper-mobile {
  margin-bottom: 5em;
  display: none;
}

.cta-line-copy {
  color: #e1e1e0;
  text-align: center;
  font-family: Beaufort, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.1875em;
  overflow: hidden;
}

.cta-value-copy {
  transition: transform .8s cubic-bezier(.4, 0, 0, 1);
  transform: translate(0, 100%);
}

.cta-value-copy.is-inview {
  transform: translate(0);
}

.text-span-8 {
  transform: translate(0, 100%);
}

.prenota-modal {
  z-index: 99;
  width: 100vw;
  height: 100%;
  background-color: #222;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  transition: opacity .5s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.prenota-modal.visibile {
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.text-block-13 {
  color: #e1e1e0;
  text-align: center;
  font-family: Beaufort, sans-serif;
  font-size: 4.5em;
  font-weight: 300;
  line-height: 1.2em;
}

.text-block-13.campo-form {
  font-size: 24px;
}

.text-block-14 {
  color: #e1e1e0;
  font-family: Beaufort, sans-serif;
  font-weight: 300;
}

.icon {
  color: #e1e1e0;
}

.text-block-15 {
  font-family: PT Sans, sans-serif;
}

.text-block-16 {
  font-family: Oswald, sans-serif;
}

.text-block-17 {
  font-family: Inconsolata, monospace;
}

.text-block-18 {
  font-family: Droid Sans, sans-serif;
}

.text-block-19 {
  font-family: Gotham book, sans-serif;
}

.text-block-20, .text-block-21 {
  font-family: Beaufort, sans-serif;
}

.text-block-22, .text-block-23 {
  font-size: 1.25em;
}

.text-block-24 {
  font-size: 1.25px;
}

.text-block-25, .text-block-26 {
  line-height: 1em;
}

.text-block-27 {
  line-height: 1px;
}

.text-block-28, .text-block-29 {
  font-size: 1.25em;
}

.text-block-30, .text-block-31 {
  font-size: 1.5em;
}

.text-block-32 {
  font-size: 2.5em;
  line-height: 1em;
}

.select-field {
  height: 43px;
  color: #e1e1e0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  font-family: Beaufort, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}

.section-8 {
  background-color: #222;
  padding-bottom: 8em;
  padding-left: 100px;
  padding-right: 100px;
}

.div-block-23 {
  border-radius: 20px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.html-embed-3 {
  border-radius: 20px;
  overflow: hidden;
}

.paragraph-6 {
  color: #e1e1e0;
  margin-top: 40px;
  font-family: Beaufort, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}

.textarea_prenota {
  min-height: 80px;
  color: #e1e1e0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(225, 225, 224, .3);
  border-radius: 5px;
  font-family: Beaufort, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.arrow-wrapper-foto {
  margin-top: 0;
  display: inline-block;
}

.div-block-24 {
  z-index: 9;
  background-color: rgba(225, 225, 224, .8);
  border-radius: 50px;
  justify-content: flex-end;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1%;
  left: auto;
  right: 1%;
  transform: scale(.8);
}

.image-12 {
  width: 50vw;
  border-radius: 10px;
  margin-top: 10px;
}

.b {
  font-family: Beaufort, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.div-block-25 {
  height: 0;
  margin-top: 20px;
}

.link-4 {
  color: #000;
}

.bold-text-2 {
  color: #333;
  font-weight: 500;
}

.trad {
  z-index: 1;
  font-family: Gotham book, sans-serif;
  font-size: 18px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
}

.div-block-26 {
  margin-top: 40px;
}

.div-block-26.secondo-piano-1 {
  width: 100%;
  grid-column-gap: 10px;
  justify-content: space-between;
}

.div-block-27 {
  justify-content: space-between;
  display: flex;
}

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

.div-block-29 {
  justify-content: space-between;
  display: flex;
}

.div-block-30 {
  width: 95%;
}

.div-block-31 {
  justify-content: space-around;
  display: flex;
}

.div-block-32 {
  width: 100%;
  justify-content: space-around;
  display: flex;
}

@media screen and (max-width: 991px) {
  .logo {
    order: -1;
  }

  .nav-modal-link {
    font-size: 2.5em;
  }

  .section-about.radius-bottom {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nav-link-doppio.indietro {
    grid-column-gap: 3px;
    opacity: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .nav-link-doppio.prenota {
    display: block;
  }

  .figura {
    display: none;
  }

  .text-span {
    width: 12px;
    height: 15px;
    background-image: url('../images/Vector.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
  }

  .div-block-2 {
    background-position: 100%;
  }

  .fader {
    display: none;
  }

  .hero__value {
    transform: translate(0, 100%);
  }

  .figure {
    width: 42.5vw;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .cta__value {
    transform: translate(0, 100%);
  }

  .about-wrapper.desktop {
    display: none;
  }

  .about-wrapper.mobile {
    display: block;
  }

  .about-line {
    font-size: 1.5625em;
  }

  .about-value {
    transform: translate(0);
  }

  .figura__std {
    display: none;
  }

  .figura__std.fig_altosx {
    opacity: 1;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transform: scale(.6);
  }

  .figura__std.fig_altosx.solo-mobile {
    opacity: 0;
    margin-top: 80px;
    display: block;
    transform: translate(0, 100px)scale(.6);
  }

  .image-std {
    transform: scale(1.6);
  }

  .cta-std__value, .cta-std__value.bianca {
    transform: translate(0, 100%);
  }

  .recensione {
    flex: none;
  }

  .arrow-wrapper {
    display: block;
  }

  .prev {
    opacity: 1;
  }

  .prev.arrow-appartamenti {
    width: 48px;
    margin-right: 10px;
  }

  .next {
    opacity: 1;
  }

  .next.arrow-appartamenti {
    width: 48px;
  }

  .content__sedi {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  .section-sticky {
    background-color: rgba(0, 0, 0, 0);
    margin-top: -20px;
  }

  .container-6 {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
  }

  .bg_mobile_sede {
    z-index: 2;
    height: 450px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 20px 0 0;
    margin-top: -10px;
    display: block;
    position: relative;
  }

  .bg_mobile_sede.mobile_sede_1 {
    background-image: url('../images/agriturismo-con-orto_1.webp');
    border-radius: 20px;
    margin-top: 0;
  }

  .bg_mobile_sede.mobile_sede_3 {
    background-image: url('../images/studio-fisioterapia-firenze.webp');
  }

  .bg_mobile_sede.mobile_sede_2 {
    background-image: url('../images/appartamenti-chianti_2.webp');
    background-size: cover;
    border-radius: 20px;
    margin-top: -20px;
    margin-bottom: -20px;
    display: block;
  }

  .bg_mobile_sede.mobile_sede_3 {
    background-image: url('../images/vino-chianti-bio.webp');
    border-radius: 20px;
  }

  .bg_mobile_sede.mobile_sede_4 {
    background-image: url('../images/colazione-toscana_1.webp');
    border-radius: 20px;
  }

  .bg_mobile_sede.mobile_sede_5 {
    background-image: url('../images/vigneti-chianti.webp');
    border-radius: 20px;
  }

  .sede {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
  }

  .img__sedi, .img__sticky {
    display: none;
  }

  .section-camere {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .appartamenti-ginepro {
    flex-direction: column;
  }

  .appartamento {
    margin-top: 100px;
  }

  .cta-text-wrapper, .cta-text-wrapper.desktop {
    display: none;
  }

  .cta-text-wrapper.mobile {
    display: block;
  }

  .cta-value {
    transform: none;
  }

  .input-date {
    max-width: 100%;
    text-align: center;
  }

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

  .secondo-piano {
    width: 100%;
    flex-direction: column;
  }

  .div-block-6 {
    width: 100%;
    margin-right: 0;
  }

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

  .paragraph.desktop {
    display: none;
  }

  .paragraph.mobile {
    opacity: 1;
    transition: opacity 1.6s;
    display: block;
  }

  .paragraph.mobile.is-inview {
    opacity: 1;
  }

  .hero__value-2 {
    font-size: 4.5rem;
    line-height: 1em;
    transform: translate(0, 100%);
  }

  .p-value {
    transform: translate(0, 100%);
  }

  .hero__text-2-copy.nero.desktop {
    display: none;
  }

  .hero__text-2-copy.nero.mobile {
    font-size: 2.5rem;
    line-height: 1em;
    display: block;
  }

  .section-about-agriturismo {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-wrapper-copy.desktop {
    display: none;
  }

  .about-wrapper-copy.mobile {
    display: block;
  }

  .heading-4 {
    transform: none;
  }

  .figure-footer {
    width: 62.5vw;
    transform: scale(.6);
  }

  .image-3.is-inview {
    transform: scale(1);
  }

  .div-block-13 {
    flex-direction: column;
  }

  .link-2 {
    margin-top: 10px;
  }

  .hero_small.nero.desktop {
    display: none;
  }

  .hero_small.nero.mobile {
    display: block;
  }

  .app.app-nomobile {
    display: none;
  }

  .text-field {
    max-width: 100%;
    text-align: center;
  }

  .text-field.m-r {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .terzo-piano {
    margin-top: 2em;
  }

  .img__sticky_prodotto {
    display: none;
  }

  .section-prodotti-verde {
    height: auto;
  }

  .contatti-info-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .info, .div-block-15 {
    opacity: 1;
  }

  .hero-appartamento {
    height: auto;
    padding-top: 8em;
  }

  .dettagli-appartamento.desktop {
    display: none;
  }

  .text-block-9 {
    opacity: 1;
  }

  .text-block-9.bianco {
    color: #e1e1e0;
  }

  .info-appartamento {
    width: 100%;
  }

  .section-carosello-appartamento {
    height: auto;
    background-color: #e1e1e0;
  }

  .carosello-foto-appartamento {
    position: relative;
  }

  .wrapper-appartamento-info {
    flex-direction: column;
  }

  .div-block-16 {
    width: 100%;
    align-items: flex-start;
  }

  .div-block-16.desktop {
    display: none;
  }

  .div-block-16.mobile {
    background-color: #222;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .app-sx {
    width: 100%;
    padding-top: 0;
  }

  .app-dx {
    width: 100%;
    margin-top: 60px;
  }

  .app-wrapper {
    flex-direction: column;
  }

  .paragraph-5 {
    margin-top: 20px;
  }

  .text-line {
    transform: none;
  }

  .servizi-box {
    flex-direction: column;
  }

  .text-span-8 {
    transform: none;
  }

  .image-7 {
    width: 100%;
  }

  .about-value-copy {
    transform: none;
  }

  .video-mobile {
    width: auto;
    height: auto;
    display: block;
  }

  .video-2 {
    z-index: 2;
    background-color: #e1e1e0;
    border-radius: 20px;
    margin-bottom: -20px;
    display: block;
    overflow: hidden;
  }

  .cta-text-wrapper-mobile {
    display: block;
  }

  .cta-value-copy {
    transform: none;
  }

  .image-8 {
    margin-bottom: 10px;
  }

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

  .image-10 {
    width: 100%;
  }

  .div-block-22 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-13 {
    display: none;
  }

  .select-field, .textarea_prenota {
    margin-top: 20px;
  }

  .arrow-wrapper-foto {
    display: block;
  }

  .div-block-24 {
    top: 1%;
    bottom: auto;
    right: 0%;
  }

  .image-11 {
    top: 1%;
  }

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

  .div-block-27 {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .hero__text.mobile {
    display: none;
  }

  .content__sedi {
    width: 100%;
  }

  .sede {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
  }

  .img__sedi, .img__sticky {
    display: none;
  }

  .columns__app {
    display: block;
  }

  .img__sticky_prodotto {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-link-doppio.indietro {
    opacity: 0;
    display: none;
  }

  .hero__value {
    font-size: 8vw;
    line-height: 1em;
    transform: translate(0, 100%);
  }

  .hero__text.desktop {
    display: none;
  }

  .hero__text.mobile {
    justify-content: center;
    align-items: flex-end;
    font-size: 2.5rem;
    display: flex;
  }

  .figure {
    width: 75vw;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  .cta_wrapper_hero {
    margin-top: 40px;
  }

  .cta_wrapper_hero.nero {
    margin-top: 0;
  }

  .cta__value {
    transform: translate(0, 100%);
  }

  .about-wrapper.desktop {
    display: none;
  }

  .about-wrapper.mobile {
    display: block;
  }

  .about-value {
    transform: translate(0);
  }

  .figura__std.fig_altosx {
    margin-top: 80px;
    transform: scale(.6);
  }

  .figura__std.fig_altosx.solo-mobile.is-inview {
    opacity: 1;
    transform: translate(0)scale(1);
  }

  .image-std {
    transform: scale(1.6);
  }

  .cta-std.cta-black {
    font-size: 12px;
  }

  .cta-std__value {
    font-family: Gotham book, sans-serif;
    font-size: 12px;
    transform: translate(0, 100%);
  }

  .content__sedi {
    width: 100%;
  }

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

  .bg_mobile_sede {
    height: 300px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: -10px;
    display: block;
  }

  .bg_mobile_sede.mobile_sede_1 {
    display: block;
  }

  .bg_mobile_sede.mobile_sede_3 {
    z-index: 2;
    background-image: url('../images/studio-fisioterapia-firenze_1.webp');
    background-position: 50%;
    background-size: cover;
    margin-top: -10px;
    position: relative;
  }

  .bg_mobile_sede.mobile_sede_2 {
    background-image: url('../images/appartamenti-chianti_2.webp');
    background-position: 50%;
    background-size: cover;
    margin-top: -10px;
    display: block;
    position: relative;
  }

  .bg_mobile_sede.mobile_sede_3 {
    background-image: url('../images/vino-chianti-bio.webp');
    display: block;
  }

  .bg_mobile_sede.mobile_sede_4, .bg_mobile_sede.mobile_sede_5 {
    display: block;
  }

  .sede {
    min-height: auto;
    padding: 100px 40px;
  }

  .sede.sede_2, .sede.sede_1 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .sede.prodotto_1 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .img__sedi, .img__sticky {
    display: none;
  }

  .cta-value {
    transform: none;
  }

  .input-date {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.5em;
  }

  .numero-adulti {
    font-size: 1.5em;
  }

  .primo-piano {
    margin-bottom: 0;
  }

  .primo-piano.piano-primo-modal {
    grid-column-gap: 0px;
    margin-top: 0;
  }

  .secondo-piano {
    flex-direction: column;
    margin-top: 0;
  }

  .div-block-6 {
    margin-top: 0;
  }

  .div-block-7 {
    margin-top: 10px;
  }

  .numero-bambini {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.5em;
  }

  .hero__value-2 {
    font-size: 2.5rem;
    line-height: 1em;
    transform: translate(0, 100%);
  }

  .hero_about-p-wrapper {
    margin-bottom: 2em;
  }

  .hero-wrapper-agriturismo {
    height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-value {
    font-size: 1em;
  }

  .hero__text-2-copy.nero.mobile {
    line-height: 1em;
  }

  .hero_small.nero.mobile {
    font-size: 8vw;
  }

  .hero_small.nero.mobile.hero_small-mobile {
    font-size: 8vw;
    line-height: 1.4em;
  }

  .app {
    margin-bottom: 80px;
  }

  .columns__app {
    display: block;
  }

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

  .text-field.m-r {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 18px;
  }

  .img__sticky_prodotto {
    display: none;
  }

  .section-prodotti-verde {
    height: auto;
  }

  .div-block-15 {
    flex-direction: column;
    display: none;
  }

  .div-block-15.solo-mobile {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .titolo-appartamento {
    font-size: 1.75rem;
  }

  .section-carosello-appartamento {
    height: auto;
  }

  .carosello-foto-appartamento {
    display: flex;
  }

  .foto-appartamento {
    flex: none;
  }

  .image-5 {
    width: 100vw;
  }

  .about-value-copy {
    transform: none;
  }

  .video-2 {
    z-index: 2;
    border-radius: 20px;
    margin-bottom: -20px;
    overflow: hidden;
  }

  .cta-value-copy {
    transform: none;
  }

  .div-block-21 {
    display: flex;
  }

  .select-field {
    max-width: 80%;
    text-align: center;
  }

  .section-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .textarea_prenota {
    min-height: 50px;
  }

  .image-12 {
    width: 100%;
  }

  .div-block-31 {
    flex-direction: column;
  }
}


@font-face {
  font-family: 'Beaufort';
  src: url('../fonts/BeaufortMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beaufort';
  src: url('../fonts/BeaufortLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beaufort';
  src: url('../fonts/Beaufort-W01-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}