@font-face {
  font-family: "Sharp 400";
  src: url('../fonts/Sharp-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --green: #234c47;
  --light-brown: #fef7ec;
  --black: #022912;
  --red: #dbd9c5;
  --brown: #527562;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.home__track {
  z-index: 1;
  height: 100vh;
}

.home__track.service {
  height: 50vh;
}

.home__camera {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

.home__camera.service {
  height: 50vh;
}

.home__frame {
  height: 100%;
  display: flex;
  overflow: visible;
}

.home__hero {
  flex: none;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.home__hero.service {
  height: 50vh;
}

.home__hero-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.nav {
  z-index: 9996;
  background-color: #0000;
  justify-content: flex-start;
  width: 8%;
  max-width: 8%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.nav__bar {
  z-index: 2;
  border-right: 1px solid var(--white);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav__button-w {
  z-index: 2;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: 3.1em 1em;
  display: flex;
  position: relative;
}

.nav__button {
  z-index: 1;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 2em;
  display: flex;
  position: relative;
}

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

.nav__logo-w {
  justify-content: center;
  margin-top: -3em;
  display: flex;
  transform: rotate(90deg);
}

.nav__logo {
  color: var(--white);
  height: 9em;
}

.nav__year {
  z-index: 2;
  color: #000;
  letter-spacing: -.04em;
  margin-bottom: 8vh;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 200;
  line-height: 1em;
  transform: rotate(90deg);
}

.nav__button-line {
  background-color: var(--white);
  width: 28px;
  height: 3px;
  margin-bottom: 0;
}

.nav__button-line.nav__button-line--1, .nav__button-line.nav__button-line--2 {
  background-color: #000;
  margin-bottom: 6px;
}

.nav__button-line.nav__button-line--3 {
  background-color: #000;
}

.nav__loading-w {
  z-index: 0;
  border-right: 1px solid #ffffff80;
  flex-direction: column;
  justify-content: space-between;
  width: 1.2em;
  height: 100vh;
  padding-bottom: 10vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.nav__loading-lines {
  z-index: 1;
  background-color: #ffffff80;
  height: 1px;
  margin-top: 10vh;
  position: relative;
}

.nav__loading-bar-w {
  z-index: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.nav__loading-bar {
  width: 1.2em;
  max-width: none;
  height: 100vh;
}

.home__hero-content {
  z-index: 2;
  background-image: linear-gradient(#00000080, #00000080), url('../images/homepage-italgraniti-1-a71e3c4e.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: center;
  padding-left: 13%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home__hero-content.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/News_202506_Collezione-Outdoor.hd.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home__hero-content.about {
  background-image: linear-gradient(#00000012, #00000012), url('../images/img10.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home__hero-content.locations {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Nottingham_1Nottingham.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home__hero-content.site {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Garden20_1Garden20.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home__hero-content.work {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Garden21_1Garden21.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home__hero-content.serv {
  background-image: linear-gradient(#00000080, #00000080), url('../images/homepage-italgraniti-1-a71e3c4e.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home__hero-content.serv.dd {
  background-color: var(--green);
  background-image: none;
  background-size: auto;
}

.home__hero-content.faq {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Garden5_1Garden5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home__hero-h {
  color: var(--white);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arimo, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1em;
}

.home__hero-h.home__hero-h--1 {
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 80px;
}

.home__hero-h.home__hero-h--2 {
  font-family: Playfair Display, sans-serif;
}

.home__hero-h-w {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-block;
}

.home__hero-arrow-w {
  border: 1px solid var(--light-brown);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5.5em;
  height: 5.5em;
  display: flex;
  position: absolute;
  inset: auto 5% 5% auto;
}

.home__hero-arrow-w.serv {
  bottom: 15%;
}

.home__hero-arrow {
  width: 38px;
}

.home__style1 {
  background-color: var(--light-brown);
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  width: 190vw;
  height: 100vh;
  display: flex;
}

.home__style1-intro-w {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 12vw;
  padding-right: 12vw;
  display: flex;
}

.home__style1-intro-c {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home__style1-h {
  z-index: 2;
  color: var(--black);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 4em;
  font-family: Arimo, sans-serif;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.home__style1-h.home__style1-h--4 {
  margin-bottom: .6em;
}

.home__style1-h.home__style1-h--mobile {
  display: none;
}

.home__style1-p {
  z-index: 2;
  color: var(--black);
  letter-spacing: -.02em;
  font-family: Playfair Display, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.home__style1-p.home__style1-p--1 {
  margin-left: 7em;
}

.home__style1-p.home__style1-p--mobile {
  display: none;
}

.home__style1-emblem {
  z-index: 1;
  width: 10em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home__style1-image-w {
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 85vw;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.home__style1-image {
  opacity: 1;
  flex: none;
  max-width: none;
  margin-top: -5%;
  display: block;
}

.home__style1-w {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home__style1-number-w {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding: 10vh 6vw 14vh;
  display: flex;
  position: relative;
}

.home__style1-number {
  width: 28em;
}

.home__style1-cta {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 4vh;
  text-decoration: none;
  display: flex;
}

.home__style1-cta-arrow-w {
  border: 1px solid var(--light-brown);
  background-color: var(--red);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-left: 2vh;
  display: flex;
}

.home__style1-cta-text {
  color: var(--black);
  letter-spacing: -.01em;
  font-family: Arimo, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1em;
}

.home__style1-c {
  border: 2px solid var(--black);
  background-color: var(--light-brown);
  width: 38em;
  position: absolute;
  right: 34vh;
}

.home__style1-header {
  border-bottom: 2px solid var(--black);
  justify-content: center;
  align-items: center;
  padding-top: 2.1em;
  padding-bottom: 2.1em;
  display: flex;
}

.home__style1-name {
  color: var(--black);
  letter-spacing: -.05em;
  font-family: Arimo, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
}

.home__style1-heading-w {
  border-bottom: 2px solid var(--black);
  justify-content: center;
  align-items: center;
  padding-top: 2.1em;
  padding-bottom: 2.1em;
  display: flex;
}

.home__style1-heading {
  color: var(--red);
  text-align: center;
  letter-spacing: -.06em;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4em;
  font-weight: 500;
  line-height: 1em;
}

.home__style1-p-w {
  border-bottom: 2px solid var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 7em;
  display: flex;
}

.home__style1-paragraph {
  color: var(--black);
  text-align: center;
  letter-spacing: -.045px;
  margin-bottom: 2em;
  font-family: Playfair Display, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.home__style1-verona-w {
  border: 1px solid var(--black);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .8em 2em;
  display: flex;
}

.home__style1-verona {
  color: var(--black);
  letter-spacing: -.07em;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

.home__style1-footer-w {
  border-bottom: 2px none var(--black);
  justify-content: center;
  align-items: center;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  display: flex;
}

.home__style1-footer {
  color: var(--black);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

.home__wine {
  background-color: var(--light-brown);
  flex: none;
  justify-content: center;
  width: 85vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.home__wine-image {
  flex: none;
  max-width: none;
  margin-top: -6%;
  margin-bottom: -5%;
}

.home__style2 {
  background-color: var(--brown);
  flex: none;
  width: 200vw;
  height: 100vh;
  overflow: hidden;
}

.home__style2-sticky {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.home__style2-c {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 29vh;
  padding-bottom: 29vh;
  display: flex;
  position: relative;
}

.home__style2-header {
  z-index: 3;
  background-color: var(--brown);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 13vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.home__style2-line {
  z-index: 2;
  background-color: var(--white);
  width: 70%;
  height: 1px;
  position: relative;
}

.home__style2-h {
  z-index: 2;
  color: var(--white);
  text-align: center;
  margin-bottom: 2vh;
  font-family: Arimo, sans-serif;
  font-size: 2.12em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.home__style2-number {
  z-index: 1;
  width: 39em;
  position: absolute;
  inset: 4vh 7vw auto auto;
}

.home__style2-p {
  color: var(--white);
  text-align: center;
  letter-spacing: -.04em;
  font-family: Playfair Display, sans-serif;
  font-size: 7em;
  font-weight: 500;
  line-height: 1.1em;
}

.home__style2-cta {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: 47vw;
  text-decoration: none;
  display: flex;
}

.home__style2-cta-text {
  color: var(--white);
  letter-spacing: -.01em;
  font-family: Arimo, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1em;
}

.home__style2-cta-arrow-w {
  border: 1px solid var(--light-brown);
  background-color: var(--red);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-left: 2vh;
  display: flex;
}

.home__style2-bottom {
  z-index: 3;
  background-color: var(--brown);
  height: 10vh;
  position: absolute;
  inset: auto 0% 0%;
}

.home__shop {
  background-color: var(--light-brown);
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  width: 130vw;
  height: 100vh;
  display: flex;
}

.body {
  background-color: var(--green);
  font-family: Playfair Display, sans-serif;
  overflow: visible;
}

.home__shop-image-w {
  border-right: 1px solid #b28f784d;
  flex: none;
  justify-content: flex-end;
  width: 85vw;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.home__shop-image {
  flex: none;
  max-width: none;
  margin-top: -3%;
  margin-bottom: -3%;
}

.home__shop-menu-w {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.home__shop-menu {
  width: 100%;
}

.home__shop-tradition {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 10em;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: relative;
}

.home__shop-tradition.home__shop-tradition--left {
  flex-direction: row-reverse;
}

.home__shop-h-w {
  color: var(--red);
  flex-direction: row;
  align-items: flex-start;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.home__shop-h-w:hover, .home__shop-h-w.home__shop-h-w--black {
  color: var(--black);
}

.home__shop-h-w.home__shop-h-w--margin {
  margin-right: 3.25em;
}

.home__shop-h {
  letter-spacing: -.03em;
  margin-right: .15em;
  font-family: Arimo, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
}

.home__shop-number {
  letter-spacing: -.045em;
  font-family: Playfair Display, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

.home__shop-info {
  z-index: 0;
  border: 1px solid var(--black);
  border-radius: 100%;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 100%;
  margin-right: 3.25em;
  display: flex;
  position: relative;
}

.home__shop-info.home__shop-info--nomargin {
  margin-right: 0;
}

.home__shop-bar {
  background-color: var(--black);
  width: 80%;
  height: 4px;
}

.home__shop-top {
  color: var(--black);
  letter-spacing: -.045em;
  font-family: Playfair Display, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1em;
  position: absolute;
  top: 26%;
  left: 10%;
}

.home__shop-bottom {
  color: var(--black);
  letter-spacing: -.045em;
  font-family: Playfair Display, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1em;
  position: absolute;
  bottom: 26%;
  right: 10%;
}

.home__all-wines {
  flex: none;
  width: 85vw;
  height: 100vh;
  position: relative;
}

.home__wines-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.home__wines-content {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home__wines-embed {
  z-index: 2;
  width: 30em;
  position: absolute;
  inset: 3% 3% auto auto;
}

.home__wines-w {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home__wines-h {
  color: var(--white);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: .2em;
  font-family: Arimo, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

.home__wines-p {
  color: var(--white);
  letter-spacing: -.065em;
  font-family: Playfair Display, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3em;
}

.home__wines-p.home__wines-p--mobile {
  display: none;
}

.home__wines-cta {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 10vw 15% auto;
}

.home__wines-cta-text {
  color: var(--white);
  letter-spacing: -.01em;
  font-family: Arimo, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1em;
}

.home__wines-cta-arrow-w {
  border: 1px solid var(--light-brown);
  background-color: var(--red);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-left: 2vh;
  display: flex;
}

.home__territory {
  background-color: var(--brown);
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 180vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home__territory-sticky {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.home__territory-bg {
  opacity: .5;
  width: 120%;
  max-width: none;
  position: absolute;
  inset: auto 0% 0%;
}

.home__territory-embed {
  width: 40em;
  position: absolute;
  inset: 4em 6em auto auto;
}

.home__territory-h-sticky {
  z-index: 3;
  color: var(--white);
  letter-spacing: -.01em;
  font-family: Arimo, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  top: 6em;
  left: 32vw;
}

.home__territory-w {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110vw;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.home__territory-bar {
  z-index: 2;
  width: 80vw;
  max-width: none;
  position: absolute;
  bottom: 12em;
  left: 0;
}

.home__territory-heading {
  z-index: 2;
  color: var(--white);
  text-align: center;
  letter-spacing: -.03em;
  width: 6em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arimo, sans-serif;
  font-size: 5.55em;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  left: 14vw;
}

.home__territory-image {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/territory.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 108em;
  background-attachment: scroll;
  background-clip: content-box;
  width: 60vw;
  height: 87%;
  position: absolute;
  left: 8vw;
}

.home__compass-c {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 70vw;
  height: 100%;
  display: flex;
  position: relative;
}

.home__compass-w {
  position: relative;
}

.home__compass {
  max-width: 80%;
  transform: rotate(15deg);
}

.home__compass-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home__compass-h {
  color: var(--white);
  letter-spacing: -.01em;
  margin-bottom: .7em;
  font-family: Arimo, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.home__compass-bar {
  background-color: var(--white);
  width: 66%;
  height: 1px;
  margin-bottom: 1.4em;
}

.home__compass-h2 {
  color: var(--red);
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-family: Arimo, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.home__compass-cta {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 14vh 11% auto;
}

.home__compass-cta-text {
  color: var(--white);
  letter-spacing: -.01em;
  flex: none;
  font-family: Arimo, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1em;
}

.home__compass-cta-arrow-w {
  border: 1px solid var(--light-brown);
  background-color: var(--red);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-left: 2vh;
  display: flex;
}

.home__news {
  background-color: var(--light-brown);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.home__news-c {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.home__news-h {
  color: var(--red);
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Arimo, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1em;
}

.home__news-w {
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin-bottom: 3em;
  display: flex;
}

.home__news-box {
  border: 1px solid var(--black);
  width: 19em;
}

.home__news-image-w {
  width: 100%;
  height: 15em;
  padding: 1.5em;
}

.home__news-image {
  background-image: url('../images/ognisanti-3-bicchieri-600x600.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.home__news-image.home__news-image--2 {
  background-image: url('../images/Bertani-Amarone-della-Valpantena-mondus-vini-600x600.jpg');
}

.home__news-image.home__news-image--3 {
  background-image: url('../images/Bertani-Soave-falstaff-600x600.jpg');
}

.home__news-date-w {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  padding-top: .7em;
  padding-bottom: .7em;
  padding-left: 1.5em;
}

.home__news-date {
  color: var(--red);
  letter-spacing: -.03em;
  font-family: Playfair Display, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
}

.home__news-info {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.home__news-info-h {
  color: var(--black);
  letter-spacing: -.01em;
  width: 82%;
  margin-top: 0;
  margin-bottom: .7em;
  font-family: Arimo, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
}

.home__news-info-h2 {
  color: var(--black);
  letter-spacing: -.03em;
  width: 70%;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.home__news-cta {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home__news-cta-text {
  color: var(--black);
  letter-spacing: -.01em;
  font-family: Arimo, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1em;
}

.home__news-cta-arrow-w {
  border: 1px solid var(--light-brown);
  background-color: var(--red);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-left: 2vh;
  display: flex;
}

.home__quote {
  background-color: var(--light-brown);
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  height: 100vh;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
  position: relative;
}

.home__quote-h {
  color: var(--red);
  text-align: center;
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.1em;
}

.home__quote-arrow-w {
  border: 1px solid var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
  position: static;
  right: 8%;
}

.home__quote-arrow-w.w--current {
  right: 6vw;
}

.home__style2-p-w {
  margin-top: 15vh;
  margin-bottom: 12vh;
}

.home__shop-info-mask {
  z-index: 0;
  background-color: var(--light-brown);
  position: absolute;
  inset: -3%;
}

.home__shop-tradition-bar {
  z-index: 2;
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.home__shop-tradition-bar.home__shop-tradition-bar--bottom {
  inset: auto 0% 0%;
}

.cursor-w {
  z-index: 9997;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.cursor {
  border: 1px solid var(--white);
  border-radius: 100%;
  width: 7em;
  height: 7em;
  position: relative;
}

.nav__menu {
  z-index: 1;
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav__emblem {
  opacity: .3;
}

.nav__emblem-w {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav__close {
  z-index: 3;
  cursor: pointer;
  position: absolute;
  inset: 5em 5em auto auto;
}

.nav__links {
  flex-direction: column;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-right: auto;
  display: flex;
}

.nav__link {
  transform-origin: 0 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.nav__link.nav__link--margin, .nav__link.nav__link--margin.nav__link--2, .nav__link.nav__link--margin.nav__link--3 {
  margin-bottom: 1em;
}

.nav__container {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 12%;
  padding-right: 12em;
  display: flex;
  position: relative;
}

.nav__link-text {
  z-index: 3;
  opacity: .65;
  color: var(--white);
  letter-spacing: -.047em;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 3.5em;
  font-weight: 300;
  line-height: .8em;
  text-decoration: none;
  transition: opacity .45s ease-in-out;
  position: relative;
}

.nav__link-text:hover {
  opacity: 1;
}

.nav__link-number {
  color: var(--red);
  letter-spacing: -.03em;
  font-family: Playfair Display, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 0;
}

.nav__link-text-w {
  margin-top: 1em;
  margin-right: 1em;
  position: relative;
}

.nav__link-text-lines {
  z-index: 1;
  opacity: 1;
  position: relative;
}

.nav__secondary-links {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  order: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.nav__secondary-link {
  transform-origin: 0 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  position: relative;
}

.nav__secondary-link.nav__secondary-link--margin, .nav__secondary-link.nav__secondary-link--small-margin {
  margin-bottom: 1.5em;
}

.nav__secondary-link-text {
  z-index: 3;
  opacity: .65;
  color: var(--white);
  letter-spacing: -.043em;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  transition: opacity .45s ease-in-out;
  position: relative;
}

.nav__secondary-link-text:hover {
  opacity: 100;
}

.nav__secondary-link-text-lines {
  z-index: 1;
  opacity: 1;
  margin-left: .15em;
  position: relative;
}

.nav__language-w {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 2.5em;
  display: flex;
}

.nav__language-it {
  transform-origin: 0 100%;
  color: var(--white);
  letter-spacing: -.02em;
  margin-right: .5em;
  font-family: Arimo, sans-serif;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.nav__language-en {
  transform-origin: 0 100%;
  color: var(--red);
  letter-spacing: -.02em;
  font-family: Arimo, sans-serif;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: underline;
}

.nav__sm-link {
  transform-origin: 0 100%;
  color: var(--white);
  letter-spacing: -.03em;
  font-family: Arimo, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.nav__sm-link.nav__sm-link--margin {
  margin-bottom: .5em;
}

.nav__sm-link.nav__sm-link--margin.nav__sm-link--1 {
  opacity: .65;
  margin-bottom: 1em;
  font-family: Playfair Display, sans-serif;
  transition: opacity .45s ease-in-out;
}

.nav__sm-link.nav__sm-link--margin.nav__sm-link--1:hover {
  opacity: 1;
}

.nav__sm-link.nav__sm-link--margin.top {
  opacity: .7;
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  transition: opacity .45s ease-in-out;
}

.nav__sm-link.nav__sm-link--margin.top:hover {
  opacity: 1;
}

.nav__sm-link.nav__sm-link--2 {
  opacity: .65;
  font-family: Playfair Display, sans-serif;
  transition: opacity .45s ease-in-out;
}

.nav__legal-links-w {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 8vh;
}

.nav__legal-link {
  transform-origin: 0 100%;
  color: var(--white);
  letter-spacing: -.03em;
  font-family: Arimo, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.nav__legal-link:hover {
  text-decoration: underline;
}

.nav__legal-link.nav__legal-link--margin {
  margin-right: 2.5em;
}

.nav__legal-link.nav__legal-link--margin.nav__legal-link--1 {
  opacity: .65;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  transition: opacity .45s ease-in-out;
}

.nav__legal-link.nav__legal-link--margin.nav__legal-link--1:hover {
  opacity: 1;
}

.nav__legal-link.nav__legal-link--margin.nav__legal-link--2, .nav__legal-link.nav__legal-link--3 {
  font-family: Playfair Display, sans-serif;
}

.nav__close-mask {
  z-index: 4;
  background-color: #000;
  width: 8em;
  height: 8em;
  position: absolute;
  inset: 3em 3em auto auto;
}

.nav__button-close {
  z-index: 2;
  cursor: pointer;
  display: none;
  position: absolute;
  inset: 0%;
}

.preloader {
  z-index: 9998;
  background-color: var(--brown);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.preloader__emblem {
  opacity: .3;
}

.preloader__red {
  z-index: 9999;
  background-color: var(--red);
  width: 100vw;
  height: 150vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader__animation-w {
  z-index: 1;
  color: var(--red);
  text-align: center;
  letter-spacing: -.03em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Playfair Display, sans-serif;
  font-size: 16em;
  font-weight: 400;
  line-height: .6em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preloader__number {
  margin-bottom: 0;
}

.preloader__1st-w {
  z-index: 2;
  color: var(--red);
  text-align: center;
  letter-spacing: -.03em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Playfair Display, sans-serif;
  font-size: 16em;
  font-weight: 400;
  line-height: .6em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preloader__1st-animation-w {
  justify-content: flex-start;
  align-items: center;
  height: 1em;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.preloader__1st-year {
  transform: translate(0, 1em);
}

.home__hero-scroll {
  color: var(--white);
  font-family: Playfair Display, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  inset: auto auto 8vh 13%;
}

.nav__link-text-hover {
  z-index: 2;
  color: var(--black);
  letter-spacing: -.047em;
  white-space: nowrap;
  font-family: Arimo, sans-serif;
  font-size: 6em;
  font-weight: 700;
  line-height: .8em;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.nav__embed {
  overflow: hidden;
}

.nav__secondary-link-text-hover {
  z-index: 2;
  opacity: 1;
  color: var(--black);
  letter-spacing: -.043em;
  font-family: Arimo, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: .75em;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.disclaimer {
  z-index: 9996;
  background-color: var(--brown);
  border-radius: 10px;
  width: 50em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  bottom: 1vh;
  left: 0;
  right: 0;
}

.disclaimer__w {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.disclaimer-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .04vh;
  width: 70vh;
  font-size: 1.4vh;
  font-weight: 600;
  line-height: 2.2vh;
}

.disclaimer-link {
  color: #007bda;
  text-decoration: underline;
}

.disclaimer-3 {
  z-index: 99999;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
  position: fixed;
  bottom: 0;
}

.disclaimer__wrapper {
  z-index: 1;
  padding: 1em 4em 1em 2em;
  position: relative;
}

.disclaimer__p {
  color: var(--black);
  font-size: 1.2em;
  line-height: 1.8em;
}

.disclaimer__link {
  color: var(--black);
}

.disclaimer__close {
  z-index: 1;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.disclaimer__bg {
  opacity: .8;
  background-image: linear-gradient(to right, #4966f7, #7756fd);
  border-radius: 6px 6px 0 0;
  position: absolute;
  inset: 0%;
}

.disclaimer__line {
  background-color: var(--black);
  width: 2em;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.disclaimer__line.disclaimer__line--2 {
  transform: rotate(45deg);
}

.logo-text {
  color: var(--white);
  margin-bottom: 8px;
  font-family: Playfair Display, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.logo-text.green {
  color: var(--brown);
  font-size: 38px;
  font-weight: 400;
  line-height: 32px;
}

.logo-text.large {
  opacity: .45;
  color: var(--brown);
  letter-spacing: -10px;
  width: 1000px;
  font-size: 220px;
  line-height: 220px;
  transition: opacity .45s ease-in-out;
}

.logo-text.large:hover {
  opacity: .9;
}

.header-image-6 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.hero-image-wrapper {
  border-radius: 0;
  flex: none;
  width: 22vw;
  position: relative;
  overflow: hidden;
}

.hero-image-wrapper.is-image6 {
  top: 5%;
}

.hero-image-wrapper.is-image3 {
  width: 15vw;
}

.hero-image-wrapper.is-image4 {
  top: 15%;
}

.hero-image-wrapper.is-image5 {
  width: 30vw;
  height: 100%;
}

.hero-image-wrapper.image-1 {
  top: 5%;
}

.hero-image-wrapper.is-image2 {
  width: 15vw;
}

.hero-small-image-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
  top: -5%;
}

.hero-image-list {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 50% 30% 20%;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  width: 100%;
  height: 80vh;
  display: grid;
}

.text-size-medium {
  font-size: 1.125rem;
  font-weight: 400;
}

.text-size-medium.text-secondary-color {
  color: var(--white);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
}

.hero-image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.hero-content-bottom {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header-image-4 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.header-image-group-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: start end;
  padding-left: 3.2rem;
  padding-right: 1rem;
  display: grid;
}

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

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.section-hero {
  background-color: var(--green);
  color: #000;
  padding-top: 100px;
  padding-left: 8%;
}

.section-hero.service {
  height: 80vh;
}

.header-image-3 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.header-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

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

.hero-image-group-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: start end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #171717;
  border-radius: 999px;
  padding: .75rem 2rem;
  text-decoration: none;
  transition: background-color .15s;
}

.button:hover {
  color: #fff;
  background-color: #404040;
}

.button.secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #e5e5e5;
}

.button.secondary:hover {
  background-color: #f5f5f5;
}

.button.secondary.max-width-full-mobile-landscape {
  color: var(--white);
}

.button.dark {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button.dark:hover {
  background-color: #e5e5e5;
}

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

.hero-component {
  height: 250vh;
  position: relative;
}

.heading-h1 {
  color: var(--white);
  text-align: left;
  letter-spacing: -2px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.section {
  height: 100vh;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.button-2 {
  border: 1px solid var(--white);
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  background-color: #fff;
  border-radius: 50rem;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #fff0;
  border-color: #fff;
}

.button-2.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  background-color: #fff0;
  border-color: #fff;
  justify-content: center;
  align-items: center;
  transition: all .2s, all .2s;
  display: flex;
}

.button-2.is-icon:hover {
  color: var(--brown);
  background-color: #fff;
}

.icon-play {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.text-style-link {
  color: #000;
  text-underline-offset: 4px;
  background-color: #0000;
  padding: 0;
  -webkit-text-decoration: underline #e5e5e5;
  text-decoration: underline #e5e5e5;
  transition: text-decoration-color .15s;
}

.text-style-link:hover {
  text-decoration-color: #0a0a0a;
}

.text-style-link.text-color-dark {
  text-decoration-color: #737373;
}

.text-style-link.text-color-dark:hover {
  text-decoration-color: #fff;
}

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

.margin-bottom.margin-small {
  flex-flow: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.form-message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.footer-form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

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

.footer-4-legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer-4-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
  display: flex;
}

.footer-top-wrapper-2 {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.text-size-tiny {
  font-size: .75rem;
}

.form-input {
  color: #000;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.dark {
  color: #fff;
  background-color: #ffffff0a;
  border-color: #404040;
}

.form-input.dark::placeholder {
  color: #fff9;
}

.form_message-error {
  color: #ef4444;
  background-color: #fef2f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer-logo-link {
  margin-bottom: 0;
  padding-left: 0;
}

.footer-logo-link.w--current {
  margin-bottom: 10px;
}

.text-opacity-40 {
  opacity: .9;
  color: #000;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.footer-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.footer-link {
  color: #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-left-wrapper {
  flex-direction: column;
  display: flex;
}

.vertical-padding, .vertical-padding.padding-xxlarge-footer {
  padding-left: 0;
  padding-right: 0;
}

.footer {
  background-color: #fff;
}

.footer.background-color-dark {
  background-color: var(--white);
  height: 100vh;
  padding-top: 60px;
  padding-left: 8%;
  overflow: hidden;
}

.footer-credit-text {
  font-size: .875rem;
}

.footer-credit-text.text-secondary-color {
  color: var(--brown);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

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

.padding-bottom.padding-large.footer {
  background-color: #0000;
  padding-bottom: 0;
}

.form-message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 5.5rem;
}

.footer-image {
  width: 1000px;
  font-weight: 700;
  line-height: 1.2;
  transition: opacity .4s;
}

.footer-image:hover {
  opacity: .2;
}

.global-padding {
  padding-left: 6%;
  padding-right: 5%;
}

.footer-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

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

.line-divider.dark {
  background-color: #ffffff1a;
}

.form-message-success {
  color: #22c55e;
  background-color: #f0fdf4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

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

.link-block.w--current {
  width: 100%;
}

.logo-container {
  justify-content: center;
  width: 180px;
}

.paragraph-70 {
  opacity: .7;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}

.titled-text-block {
  border: 1px solid var(--white);
  background-color: var(--green);
  color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-right: 40px;
  padding: 100px 24px 32px;
  transition: color .45s ease-in-out, background-color .45s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 0 8px 16px #ffffff3d;
}

.titled-text-block:hover {
  color: var(--brown);
  background-color: #fff;
}

.titled-text-block.right {
  height: auto;
  margin-right: 0;
}

.heading.h3 {
  color: var(--white);
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.4em;
}

.partner-logo {
  filter: brightness(10000%);
}

.logos-div {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.container.center-align {
  text-align: center;
  background-color: var(--green);
  text-align: center;
  align-items: center;
  max-width: none;
  padding-bottom: 60px;
  padding-left: 13%;
  padding-right: 5%;
  display: flex;
}

.title-small {
  opacity: 1;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-223 {
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12%;
  padding-right: 5%;
}

.section-4 {
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-4.light-grey {
  background-color: #f4f8fa;
  position: relative;
}

.section-4.light-grey.half-padding {
  background-color: var(--green);
  cursor: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.content34-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2 {
  color: var(--white);
  text-align: left;
  letter-spacing: -2px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.2;
}

.h2.blac {
  color: #000;
}

.ever {
  opacity: .25;
  width: 101%;
  transition: opacity .45s ease-in-out;
}

.ever:hover {
  opacity: 1;
}

.number {
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 65px;
  position: absolute;
  inset: 5% 0% auto;
}

.logo-container-2 {
  justify-content: center;
  width: 130px;
  padding-left: 10px;
  padding-right: 10px;
}

.logo-container-2.s {
  width: auto;
}

.heading-style-h2 {
  color: var(--white);
  letter-spacing: -.0375rem;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

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

.margin-bottom-2.margin-small {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom-2.margin-small.c {
  margin-bottom: 30px;
}

.margin-bottom-2.margin-small.s {
  justify-content: center;
  align-items: center;
}

.margin-bottom-2.margin-medium, .margin-bottom-2.margin-xxsmall, .margin-bottom-2.margin-xsmall, .margin-bottom-2.margin-xxlarge, .margin-bottom-2.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.layout218_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.padding-global-2 {
  padding-left: 13%;
  padding-right: 5%;
}

.section_layout218.color-scheme-1 {
  background-color: var(--green);
  padding-bottom: 100px;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13%;
  padding-right: 5%;
}

.padding-section-large {
  width: 100%;
}

.text-size-medium-2 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 150%;
}

.layout218_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.layout218_image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 30% 50%;
  width: 100%;
  height: 100%;
  min-height: 560px;
}

.layout218_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.heading-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 58px;
}

.paragraph-71 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-72 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-style-h2-2 {
  color: var(--white);
  letter-spacing: -.0375rem;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 60px;
}

.layout472_image2 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  max-height: 180px;
}

.layout472_image-wrapper3 {
  border-radius: 0;
  width: 37%;
  min-height: 100px;
  position: absolute;
  inset: auto 0% 10% auto;
  overflow: hidden;
}

.layout472_image3 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 180px;
}

.layout472_image-wrapper2 {
  border-radius: 0;
  width: 37%;
  position: absolute;
  inset: 11% auto auto 0%;
  overflow: hidden;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.section_layout472 {
  background-image: linear-gradient(#fef6e6cc, #fef6e6cc), url('../images/belle-peinture-dans-notre.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section_layout472.color-scheme-1 {
  background-color: var(--green);
  background-image: none;
}

.text-size-medium-3 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 150%;
}

.layout472_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.text-style-tagline {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 100;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.s {
  font-size: 30px;
  font-weight: 100;
  line-height: 35px;
}

.layout472_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.button-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0d0901;
  text-align: center;
  text-transform: none;
  background-color: #fbac0c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: inset 0 -2px 1px #0003, inset 0 32px 24px #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px #0d090126, 0 1px 2px #0d09010d;
}

.button-3:hover {
  background-color: #c88909;
  transform: translate(0, -2px);
  box-shadow: inset 0 -2px 1px #0003, inset 0 32px 24px #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px #0d090126, 0 2px 4px #0d09010d;
}

.button-3.is-link {
  box-shadow: none;
  color: #0d0901;
  background-color: #0000;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.layout472_image-wrapper1 {
  object-position: 52% 50%;
  border-radius: 0;
  width: 100%;
  margin-left: 10%;
  margin-right: 10%;
  overflow: hidden;
}

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

.layout472_image1 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 51% 50%;
  width: 100%;
  height: 100%;
}

.heading-style-h2-3 {
  color: var(--white);
  letter-spacing: -.0375rem;
  font-family: Montserrat, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h2-3.new {
  font-size: 2rem;
}

.cta3_component {
  z-index: 1;
  position: relative;
}

.cta3_component.ss {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section_cta3 {
  position: relative;
}

.section_cta3.text-color-white {
  padding-top: 140px;
  padding-bottom: 140px;
}

.container-large-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13%;
  padding-right: 5%;
}

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

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-size-medium-4 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 150%;
}

.text-size-medium-4.s {
  font-style: italic;
}

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

.max-width-mlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-mlarge.e {
  max-width: 45rem;
}

.button-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0d0901;
  text-align: center;
  text-transform: none;
  background-color: #fbac0c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: inset 0 -2px 1px #0003, inset 0 32px 24px #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px #0d090126, 0 1px 2px #0d09010d;
}

.button-4:hover {
  background-color: #c88909;
  transform: translate(0, -2px);
  box-shadow: inset 0 -2px 1px #0003, inset 0 32px 24px #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px #0d090126, 0 2px 4px #0d09010d;
}

.button-4.is-secondary {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #0d0901;
  background-color: #0d09010d;
  box-shadow: 0 1px 2px #0d09010d, inset 0 -2px 1px #0d09010d, inset 0 0 0 1px #0d09010d;
}

.button-4.is-secondary:hover {
  background-color: #0d090126;
  box-shadow: inset 0 24px 12px #ffffff14, inset 0 2px 1px #ffffff4d, inset 0 0 0 1px #0000001a, inset 0 -2px 1px #0000000d, 0 2px 4px #0d09010d;
}

.button-4.is-secondary.is-alternate {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  color: #fff;
  background-color: #ffffff1a;
  box-shadow: 0 1px 2px #0d09010d, inset 0 -2px 1px #0d09010d, inset 0 0 0 1px #ffffff1a;
}

.button-4.is-secondary.is-alternate:hover {
  background-color: #fff3;
}

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

.text-block {
  font-family: "Sharp 400", Arial, sans-serif;
  font-weight: 400;
}

.heading-style-h2-4 {
  color: var(--white);
  letter-spacing: -.0375rem;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
}

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

.contact15_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.section_contact15.color-scheme-1 {
  background-color: var(--green);
}

.text-style-link-2 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-decoration: underline;
}

.heading-style-h6 {
  color: var(--light-brown);
  letter-spacing: -.01625rem;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
}

.contact15_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.container-large-4 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13%;
  padding-right: 5%;
}

.contact15_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.text-size-medium-5 {
  color: var(--white);
  font-size: 20px;
  line-height: 150%;
}

.contact15_image {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.contact15_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.icon-embed-xsmall {
  color: var(--light-brown);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.contact15_contact-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.text-block-2 {
  font-family: "Sharp 400", Arial, sans-serif;
  font-weight: 400;
}

.section_layout3.color-scheme-1 {
  background-color: var(--green);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section_layout3.color-scheme-1.no {
  background-color: var(--green);
}

.section_layout3.color-scheme-1.wh {
  background-color: var(--white);
}

.layout3_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large-5 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13%;
  padding-right: 5%;
}

.padding-section-large-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.layout3_image-wrapper {
  border-radius: 0;
  height: 100%;
  overflow: hidden;
}

.layout3_image-wrapper.site {
  background-image: url('../images/Garden2_1Garden2.webp');
  background-position: 50%;
  background-size: cover;
}

.heading-style-h3 {
  color: var(--white);
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-6 {
  color: var(--white);
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 150%;
}

.text-size-medium-6._0 {
  margin-bottom: 20px;
  font-size: 17px;
}

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

.heading-style-h2-5 {
  color: var(--white);
  letter-spacing: -.0375rem;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.timeline3_content-right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline3_content {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
  position: relative;
}

.heading-style-h5 {
  color: var(--white);
  letter-spacing: -.02rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.timeline3_content-left {
  padding-right: 1rem;
  position: sticky;
  top: 5rem;
}

.timeline3_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.timeline3_line {
  background-color: var(--black);
  opacity: .15;
  width: 3px;
  height: 100%;
}

.timeline3_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.timeline3_image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 40% 50%;
  width: 100%;
  margin-top: 24px;
}

.timeline3_image.grey {
  filter: grayscale(75%);
}

.text-size-regular {
  color: var(--white);
  font-size: 18px;
  line-height: 28px;
}

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

.padding-global-6 {
  padding-left: 13%;
  padding-right: 5%;
}

.timeline3_item {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.component-instructions-delete {
  z-index: 1;
  color: #0d0901;
  text-align: left;
  background-color: #f2f2f2;
  padding: 2rem;
  position: relative;
}

.container-large-6 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.timeline3_progress-line {
  z-index: 0;
  background-color: var(--black);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline3_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--black), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline3_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, var(--black));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.component-instructions-item {
  padding-left: .5rem;
}

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

.heading-style-h3-2 {
  color: var(--white);
  letter-spacing: -.03rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-size-medium-7 {
  color: var(--white);
  font-size: 1.25rem;
  line-height: 150%;
}

.component-instructions-list {
  padding-left: 1.25rem;
}

.timeline3_progress-line-cover {
  z-index: 2;
  background-color: var(--brown);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.section_timeline3.color-scheme-1.no {
  display: none;
}

.timeline3_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.timeline3_circle {
  z-index: 2;
  background-color: var(--white);
  box-shadow: 0 0 0 8px var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
}

.timeline3_circle-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 8rem;
  height: 100%;
  margin-left: -8rem;
  display: flex;
  position: absolute;
}

.button-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0d0901;
  text-align: center;
  text-transform: none;
  background-color: #fbac0c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: inset 0 -2px 1px #0003, inset 0 32px 24px #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px #0d090126, 0 1px 2px #0d09010d;
}

.button-5:hover {
  background-color: #c88909;
  transform: translate(0, -2px);
  box-shadow: inset 0 -2px 1px #0003, inset 0 32px 24px #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px #0d090126, 0 2px 4px #0d09010d;
}

.button-5.is-link {
  box-shadow: none;
  color: #0d0901;
  background-color: #0000;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-5.is-secondary {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #0d0901;
  background-color: #0d09010d;
  box-shadow: 0 1px 2px #0d09010d, inset 0 -2px 1px #0d09010d, inset 0 0 0 1px #0d09010d;
}

.button-5.is-secondary:hover {
  background-color: #0d090126;
  box-shadow: inset 0 24px 12px #ffffff14, inset 0 2px 1px #ffffff4d, inset 0 0 0 1px #0000001a, inset 0 -2px 1px #0000000d, 0 2px 4px #0d09010d;
}

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

.heading-style-h2-6 {
  color: var(--white);
  letter-spacing: -.0375rem;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
}

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

.section_team10 {
  overflow: hidden;
}

.section_team10.color-scheme-1 {
  background-color: #fff;
}

.text-size-large {
  color: #000;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
}

.padding-global-7 {
  padding-left: 13%;
  padding-right: 5%;
}

.team10_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.team10_image {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.team10_slide {
  width: 100%;
  padding-right: 2rem;
}

.team10_slide.right {
  padding-right: 0;
}

.container-large-7 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.team10_slider {
  background-color: #0000;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-bottom: 6rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.slider-arrow-icon_default {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider-arrow {
  color: #fff;
  background-color: #25211a;
  border: 1px solid #fef6e6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-next {
  display: none;
  inset: auto 0% 0% auto;
}

.slider-arrow.is-bottom-previous {
  display: none;
  inset: auto 4rem 0% auto;
}

.team10_item {
  width: 31%;
}

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

.heading-style-h4 {
  letter-spacing: -.025rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-size-medium-8 {
  color: var(--green);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.team10_mask {
  width: 33.33%;
  overflow: visible;
}

.button-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0d0901;
  text-align: center;
  text-transform: none;
  background-color: #fbac0c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: inset 0 -2px 1px #0003, inset 0 32px 24px #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px #0d090126, 0 1px 2px #0d09010d;
}

.button-6:hover {
  background-color: #c88909;
  transform: translate(0, -2px);
  box-shadow: inset 0 -2px 1px #0003, inset 0 32px 24px #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px #0d090126, 0 2px 4px #0d09010d;
}

.button-6.is-secondary {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #0d0901;
  background-color: #0d09010d;
  box-shadow: 0 1px 2px #0d09010d, inset 0 -2px 1px #0d09010d, inset 0 0 0 1px #0d09010d;
}

.button-6.is-secondary:hover {
  background-color: #0d090126;
  box-shadow: inset 0 24px 12px #ffffff14, inset 0 2px 1px #ffffff4d, inset 0 0 0 1px #0000001a, inset 0 -2px 1px #0000000d, 0 2px 4px #0d09010d;
}

.team10_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: flex;
}

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

.team-p {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.text-block-3, .text-block-4 {
  font-family: "Sharp 400", Arial, sans-serif;
}

.area-maps {
  filter: grayscale(65%);
}

.area-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 32px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.area-list.site {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.list-div {
  display: flex;
}

.area-icon {
  color: var(--red);
  margin-right: 6px;
  font-family: "Sharp 400", Arial, sans-serif;
  font-size: 19px;
}

.area-text {
  color: var(--white);
  font-size: 16px;
}

.div-block-224 {
  width: 33.36%;
}

.team-wrapper {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.heading-style-h2-7 {
  color: var(--white);
  letter-spacing: -.0375rem;
  margin-top: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

.faq8_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.container-large-8 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.section_faq8.color-scheme-1 {
  padding: 100px 5% 100px 13%;
}

.padding-section-large-8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-size-medium-9 {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 150%;
}

.text-size-medium-9.small {
  font-size: 21px;
}

.faq8_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq8_content-left {
  position: sticky;
  top: 20px;
}

.button-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0d0901;
  text-align: center;
  text-transform: none;
  background-color: #fbac0c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: inset 0 -2px 1px #0003, inset 0 32px 24px #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px #0d090126, 0 1px 2px #0d09010d;
}

.button-7:hover {
  background-color: #c88909;
  transform: translate(0, -2px);
  box-shadow: inset 0 -2px 1px #0003, inset 0 32px 24px #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px #0d090126, 0 2px 4px #0d09010d;
}

.button-7.is-secondary {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #0d0901;
  background-color: #0d09010d;
  box-shadow: 0 1px 2px #0d09010d, inset 0 -2px 1px #0d09010d, inset 0 0 0 1px #0d09010d;
}

.button-7.is-secondary:hover {
  background-color: #0d090126;
  box-shadow: inset 0 24px 12px #ffffff14, inset 0 2px 1px #ffffff4d, inset 0 0 0 1px #0000001a, inset 0 -2px 1px #0000000d, 0 2px 4px #0d09010d;
}

.faq-a {
  color: var(--white);
  font-size: 18px;
  line-height: 28px;
}

.layout4_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.heading-style-h6-2 {
  color: var(--white);
  letter-spacing: -.01625rem;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.heading-style-h5-2 {
  color: var(--black);
  letter-spacing: -.02rem;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.padding-global-9 {
  padding-left: 13%;
  padding-right: 5%;
}

.container-large-9 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.layout242_item-icon-wrapper {
  display: inline-block;
}

.heading-style-h3-3 {
  color: var(--white);
  letter-spacing: -.03rem;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.layout242_item {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.layout242_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 40px;
  display: grid;
}

.button-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0d0901;
  text-align: center;
  text-transform: none;
  background-color: #fbac0c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: inset 0 -2px 1px #0003, inset 0 32px 24px #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px #0d090126, 0 1px 2px #0d09010d;
}

.button-8:hover {
  background-color: #c88909;
  transform: translate(0, -2px);
  box-shadow: inset 0 -2px 1px #0003, inset 0 32px 24px #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px #0d090126, 0 2px 4px #0d09010d;
}

.button-8.is-link {
  box-shadow: none;
  color: #0d0901;
  background-color: #0000;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-8.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.section_layout242.color-scheme-1.wh {
  background-color: #fff;
}

.service-p {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.service-p.b {
  color: var(--black);
}

.site-link {
  color: var(--white);
  font-size: 17px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.site-link:hover {
  color: var(--red);
}

.gallery-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
}

.gallery-thum {
  object-fit: cover;
  object-position: 35% 50%;
  width: 100%;
  height: 340px;
  transition: all .45s ease-in-out;
}

.gallery-thum:hover {
  transform: scale(.95);
}

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

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

.brand.nav-top-brand {
  width: 94px;
  height: 72px;
  margin-left: 35px;
  padding-left: 0;
}

.image-9 {
  flex: 0 auto;
  max-width: 149%;
  padding-left: 6px;
}

.div-block-225 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.paragraph-73 {
  color: #000;
  column-count: 2;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.button-9 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #faaf52;
  border-radius: 0;
  height: 48px;
  padding: 11px 24px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-9:hover {
  background-color: #f6a136;
}

.button-9.link-button {
  box-shadow: inset 3px 0 0 0 var(--green);
  color: #111;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  transition: color .4s, background-color .4s;
}

.button-9.link-button:hover {
  color: #fff;
}

.pricing-feature {
  background-image: url('../images/checkmark-icon.svg');
  background-position: 2px 4px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 8px;
  padding-left: 32px;
  font-family: Montserrat, sans-serif;
}

.pricing {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
  overflow: hidden;
}

.grey-text {
  color: #777;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.divider {
  border-left: 32px solid var(--green);
  width: 100%;
  height: 3px;
  margin-bottom: 32px;
  box-shadow: inset 0 1px #e7e7e7;
}

.color-hover {
  background-color: #faaf52;
  width: 100%;
  position: absolute;
  inset: 0;
}

.color-hover.left {
  width: 3px;
  position: absolute;
  inset: 0 auto 0 0;
}

.text-thin {
  font-weight: 300;
}

.pricing-features {
  flex: 1;
  width: 100%;
  margin-top: 24px;
  padding-bottom: 32px;
}

.pricing-table {
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 72px 6% 80px;
  display: flex;
  box-shadow: 0 0 0 1px #e7e7e7;
}

.text-color-1 {
  color: #faaf52;
}

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

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

.bold-text-2 {
  color: var(--green);
}

.heading-3 {
  color: #000;
  letter-spacing: -.5px;
  font-family: Montserrat, sans-serif;
}

.div-block-227 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 70px;
  display: grid;
}

.image-10 {
  background-color: #000;
}

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

.pricing-feature-2 {
  background-image: url('../images/checkmark-icon.svg');
  background-position: 2px 4px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 8px;
  padding-left: 32px;
  font-family: Montserrat, sans-serif;
}

.grey-text-2 {
  color: #777;
  font-family: Montserrat, sans-serif;
}

.divider-2 {
  border-left: 32px solid var(--green);
  width: 100%;
  height: 3px;
  margin-bottom: 32px;
  box-shadow: inset 0 1px #e7e7e7;
}

.pricing-table-2 {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 72px 6% 80px;
  display: flex;
  box-shadow: 0 0 0 1px #e7e7e7;
}

.kio {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 129px 6% 128px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.kio.no-paddings {
  padding: 0 0%;
}

.heading-4 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.bold-text-3, .bold-text-4 {
  color: #234d47;
}

.bold-text-5 {
  color: var(--green);
  -webkit-text-stroke-color: var(--green);
}

.bold-text-6 {
  color: var(--green);
}

@media screen and (min-width: 1280px) {
  .home__quote-arrow-w.w--current {
    right: 8%;
  }
}

@media screen and (min-width: 1440px) {
  .home__quote-arrow-w.w--current {
    width: 9em;
    height: 9em;
  }
}

@media screen and (min-width: 1920px) {
  .pricing-features {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .pricing-table, .pricing-table-2 {
    align-items: center;
  }
}

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

  .home__camera {
    width: auto;
    height: auto;
    position: static;
    overflow: visible;
  }

  .home__frame {
    height: auto;
    display: block;
  }

  .nav__bar {
    justify-content: space-between;
    align-items: center;
  }

  .nav__logo {
    height: 16vw;
  }

  .nav__year {
    min-width: 100px;
    margin-bottom: 6vw;
    font-size: 20px;
    line-height: 30px;
    transform: rotate(90deg);
  }

  .home__hero-h {
    font-size: 8vw;
  }

  .home__hero-h.home__hero-h--1 {
    font-size: 62px;
    line-height: 70px;
  }

  .home__style1 {
    width: 100vw;
    height: auto;
    display: block;
  }

  .home__style1-intro-w {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .home__style1-intro-c {
    flex: 0 auto;
    align-items: center;
    width: 100%;
  }

  .home__style1-h {
    margin-left: 0;
    font-size: 5vw;
  }

  .home__style1-p {
    font-size: 3vw;
  }

  .home__style1-p.home__style1-p--1 {
    margin-left: 0;
  }

  .home__style1-emblem {
    width: 18vw;
  }

  .home__style1-image-w {
    flex-direction: column;
    width: 100vw;
  }

  .home__style1-image {
    margin-top: 0%;
    margin-left: 0%;
  }

  .home__style1-w {
    display: block;
  }

  .home__style1-number-w {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 4vh 0;
  }

  .home__style1-number {
    z-index: 1;
    width: 40vw;
    position: relative;
  }

  .home__style1-cta {
    margin-right: 0;
  }

  .home__style1-cta-arrow-w {
    transform: rotate(-90deg);
  }

  .home__style1-cta-arrow {
    max-width: 60%;
  }

  .home__style1-cta-text {
    font-size: 1.3em;
  }

  .home__style1-c {
    z-index: 2;
    width: 24em;
    margin-top: -4vh;
    margin-bottom: 4vh;
    position: relative;
    right: auto;
  }

  .home__style1-header {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .home__style1-name {
    font-size: 1.6em;
  }

  .home__style1-heading-w {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .home__style1-heading {
    font-size: 3.9em;
  }

  .home__style1-p-w {
    padding: 1em;
  }

  .home__style1-paragraph {
    margin-bottom: 1em;
  }

  .home__style1-verona {
    font-size: .9em;
  }

  .home__wine {
    flex-direction: column;
    width: 100vw;
    height: auto;
  }

  .home__wine-image {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .home__style2 {
    width: auto;
    height: auto;
  }

  .home__style2-sticky {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    display: flex;
  }

  .home__style2-c {
    padding: 4vh 2vw 8vh 8vw;
  }

  .home__style2-header {
    width: 100%;
    height: 32vw;
    position: relative;
  }

  .home__style2-line {
    width: 100%;
  }

  .home__style2-h {
    font-size: 1.5em;
  }

  .home__style2-number {
    width: 40vw;
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
  }

  .home__style2-number.home__style2-number--nomobile {
    display: none;
  }

  .home__style2-p {
    font-size: 5em;
  }

  .home__style2-cta {
    margin-left: 0;
  }

  .home__style2-cta-text {
    font-size: 1.2em;
  }

  .home__style2-cta-arrow-w {
    transform: rotate(-90deg);
  }

  .home__style2-cta-arrow {
    max-width: 60%;
  }

  .home__style2-bottom {
    display: none;
  }

  .home__shop {
    width: auto;
    height: auto;
    display: block;
  }

  .home__shop-image-w {
    flex-direction: column;
    width: 100vw;
    height: auto;
  }

  .home__shop-image {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .home__shop-menu-w {
    width: auto;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .home__shop-tradition {
    height: 14vw;
    padding-left: 12vw;
    padding-right: 4vw;
  }

  .home__shop-h {
    font-size: 2.5em;
  }

  .home__shop-number {
    font-size: 1.2em;
  }

  .home__shop-info {
    width: 14vw;
    margin-right: 2.5em;
  }

  .home__shop-top, .home__shop-bottom {
    font-size: 1.3em;
  }

  .home__all-wines {
    width: auto;
  }

  .home__wines-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20vh;
    padding-left: 0;
    padding-right: 0;
  }

  .home__wines-embed {
    width: 40vw;
    top: 4vh;
    left: 30vw;
    right: auto;
  }

  .home__wines-w {
    margin-bottom: 4vh;
  }

  .home__wines-cta {
    position: static;
  }

  .home__wines-cta-text {
    font-size: 1.3em;
  }

  .home__wines-cta-arrow-w {
    transform: rotate(-90deg);
  }

  .home__wines-cta-arrow {
    max-width: 60%;
  }

  .home__territory, .home__territory-sticky {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .home__territory-bg {
    width: 100%;
  }

  .home__territory-embed {
    width: 40vw;
    top: 1em;
    right: auto;
  }

  .home__territory-h-sticky {
    top: 7em;
    left: auto;
  }

  .home__territory-w {
    width: 100%;
    height: 70vh;
    margin-top: 17em;
    overflow: hidden;
  }

  .home__territory-bar {
    width: 120vw;
    bottom: 5em;
  }

  .home__territory-heading {
    font-size: 3em;
    position: static;
  }

  .home__territory-image {
    width: 100%;
    height: 100%;
    left: auto;
  }

  .home__compass-c {
    flex-direction: column;
    justify-content: center;
    width: auto;
    padding: 4vh 12vw 8vh;
  }

  .home__compass-w {
    flex-direction: column;
    align-items: center;
    margin-bottom: 4vh;
    display: flex;
  }

  .home__compass {
    max-width: 80%;
  }

  .home__compass-info {
    width: 100%;
  }

  .home__compass-h {
    font-size: 1.5em;
  }

  .home__compass-bar {
    width: 50%;
  }

  .home__compass-h2 {
    font-size: 1.5em;
  }

  .home__compass-cta {
    position: static;
  }

  .home__compass-cta-text {
    font-size: 1.3em;
  }

  .home__compass-cta-arrow-w {
    transform: rotate(-90deg);
  }

  .home__compass-cta-arrow {
    max-width: 60%;
  }

  .home__news {
    width: auto;
    height: auto;
    padding: 4vh 12vw;
  }

  .home__news-h {
    font-size: 1.5em;
  }

  .home__news-w {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .home__news-box {
    width: 50vw;
  }

  .home__news-cta-text {
    font-size: 1.3em;
  }

  .home__news-cta-arrow-w {
    transform: rotate(-90deg);
  }

  .home__news-cta-arrow {
    max-width: 60%;
  }

  .home__quote {
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding: 20vh 12vw;
  }

  .home__quote-h {
    margin-bottom: 4vh;
    font-size: 3em;
  }

  .home__quote-arrow-w {
    width: 6em;
    height: 6em;
    transform: rotate(90deg);
  }

  .home__quote-arrow {
    max-width: 80%;
  }

  .home__style2-p-w {
    margin-top: 0;
    margin-bottom: 4vh;
  }

  .cursor-w {
    display: none;
  }

  .nav__menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .nav__links {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    order: 0;
    align-content: space-between;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .nav__link.nav__link--margin {
    margin-bottom: 0;
  }

  .nav__link.nav__link--margin.nav__link--2, .nav__link.nav__link--margin.nav__link--3 {
    margin-bottom: 0;
  }

  .nav__link.nav__link--4 {
    margin-bottom: 2vw;
  }

  .nav__container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 8vh 10vw 8vh 12vw;
  }

  .nav__link-text {
    font-size: 36px;
  }

  .nav__link-number {
    font-size: 2.5vw;
  }

  .nav__link-text-w {
    margin-top: 0;
    margin-right: .5em;
  }

  .nav__secondary-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    order: 0;
    grid-template: "Area Area-5"
                   "Area-2 Area-6"
                   "Area-4 Area-7"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .nav__secondary-link.nav__secondary-link--margin {
    margin-bottom: 1vw;
  }

  .nav__secondary-link.nav__secondary-link--margin.nav__secondary-link--3 {
    margin-bottom: 2vw;
  }

  .nav__secondary-link-text {
    font-size: 3vw;
  }

  .nav__language-w {
    margin-top: 0;
    margin-bottom: 2vw;
  }

  .nav__language-it, .nav__language-en {
    font-size: 2.5vw;
  }

  .nav__sm-link {
    font-size: 2vw;
  }

  .nav__sm-link.nav__sm-link--margin.nav__sm-link--1 {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
  }

  .nav__sm-link.nav__sm-link--margin.top {
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
  }

  .nav__sm-link.nav__sm-link--2 {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
  }

  .nav__legal-links-w {
    position: static;
  }

  .nav__legal-link.nav__legal-link--margin.nav__legal-link--1 {
    font-family: Playfair Display, sans-serif;
  }

  .home__hero-scroll {
    display: none;
  }

  .nav__link-text-hover {
    font-size: 5vw;
  }

  .nav__secondary-link-text-hover {
    font-size: 3vw;
  }

  .home__style1-h-w, .home__style1-p-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .home__style1-text-c {
    flex-direction: column;
    align-items: center;
    margin-left: 10vw;
    display: flex;
  }

  .disclaimer {
    width: 70vw;
  }

  .hero-image-wrapper {
    width: 25vw;
  }

  .hero-image-list {
    height: 70vh;
  }

  .section-hero {
    padding-top: 60px;
  }

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

  .heading-h1 {
    font-size: 3.25rem;
  }

  .icon-play {
    width: 1.1rem;
    height: 1.1rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

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

  .footer-form-block {
    min-width: auto;
  }

  .footer-top-wrapper-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

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

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .footer-newsletter-text-wrapper {
    margin-bottom: 1.5rem;
  }

  .logo-container {
    justify-content: center;
    display: flex;
  }

  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logos-div {
    flex-flow: row;
  }

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

  .container.center-align {
    padding-bottom: 0;
  }

  .section-4.light-grey.half-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content34-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content {
    max-width: 738px;
  }

  .h2 {
    font-size: 3.25rem;
  }

  .logo-container-2 {
    justify-content: center;
    display: flex;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

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

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

  .section_layout218.color-scheme-1 {
    padding-bottom: 60px;
  }

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

  .layout218_image {
    min-height: 400px;
    max-height: 400px;
  }

  .heading-2 {
    margin-bottom: 32px;
    font-size: 52px;
    line-height: 58px;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

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

  .padding-section-large-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h2-4 {
    font-size: 2.75rem;
  }

  .contact15_content {
    grid-column-gap: 3rem;
  }

  .padding-section-large-4, .padding-section-large-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout3_image-wrapper {
    max-height: 500px;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

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

  .heading-style-h2-5 {
    font-size: 37px;
  }

  .timeline3_content {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .padding-section-large-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h3-2 {
    font-size: 2.25rem;
  }

  .timeline3_circle-wrapper {
    width: 6rem;
    margin-left: -6rem;
  }

  .heading-style-h2-6 {
    font-size: 2.75rem;
  }

  .team10_slide {
    padding-right: 2rem;
  }

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

  .team10_item {
    width: 100%;
    margin-bottom: 20px;
  }

  .padding-section-large-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .team-wrapper {
    flex-flow: column;
  }

  .heading-style-h2-7 {
    font-size: 2.75rem;
  }

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

  .padding-section-large-8, .padding-section-large-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h3-3 {
    font-size: 2.25rem;
  }

  .layout242_list {
    grid-column-gap: 2rem;
  }

  .brand {
    width: 64px;
    height: 64px;
    margin-top: 0;
    margin-left: 0;
    padding: 8px;
  }

  .brand.nav-top-brand {
    width: 64px;
    height: 64px;
  }

  .pricing-table, .pricing-table-2 {
    flex: 0 auto;
    padding: 48px 4%;
  }

  .kio {
    padding: 80px 3%;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    width: 12%;
    max-width: 12%;
    height: 100%;
  }

  .nav__bar {
    justify-content: center;
  }

  .nav__button-w {
    margin-bottom: auto;
  }

  .nav__logo-w {
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav__logo {
    height: 9em;
  }

  .nav__year {
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .home__hero-content {
    padding-left: 20%;
    padding-right: 5vw;
  }

  .home__hero-h {
    font-size: 3.5em;
  }

  .home__hero-h.home__hero-h--1 {
    font-size: 62px;
    line-height: 70px;
  }

  .home__hero-arrow {
    max-width: 80%;
  }

  .home__style1-intro-w {
    padding-right: 4vw;
  }

  .home__style1-h {
    font-size: 2.5em;
  }

  .home__style1-h.home__style1-h--mobile {
    display: none;
  }

  .home__style1-p {
    font-size: 1.4em;
  }

  .home__style1-emblem {
    width: 9em;
  }

  .home__style1-number {
    width: 40vw;
    height: auto;
  }

  .home__style2 {
    height: auto;
  }

  .home__style2-header {
    height: 34vw;
  }

  .home__style2-number {
    width: 40vw;
    height: auto;
  }

  .home__style2-p {
    font-size: 3em;
  }

  .home__shop-tradition {
    height: 25vh;
  }

  .home__shop-info {
    width: 25vh;
  }

  .home__wines-embed {
    left: 50vw;
  }

  .home__wines-h {
    font-size: 4em;
  }

  .home__territory-h-sticky {
    top: 40vh;
  }

  .home__territory-w {
    margin-top: 50vh;
  }

  .home__territory-bar {
    bottom: 4vh;
    left: -3.2vw;
  }

  .home__territory-heading {
    font-size: 2.7em;
  }

  .home__compass-w {
    display: none;
  }

  .home__compass {
    max-width: 70%;
  }

  .home__compass-info {
    width: 50%;
    inset: 0%;
  }

  .home__quote-arrow-w {
    width: 6em;
    height: 6em;
  }

  .nav__menu {
    display: none;
  }

  .nav__emblem {
    width: 40%;
  }

  .nav__close {
    display: none;
  }

  .nav__links {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 2vh;
    display: flex;
  }

  .nav__link.nav__link--margin {
    margin-bottom: 0;
  }

  .nav__container {
    padding-left: 18%;
    padding-right: 5%;
  }

  .nav__link-text {
    font-size: 2em;
  }

  .nav__link-number {
    font-size: 1.5em;
  }

  .nav__link-text-w {
    margin-top: .5em;
    margin-right: .5em;
  }

  .nav__secondary-links {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template: "Area Area-5"
                   "Area-2 Area-6"
                   "Area-3 ."
                   "Area-4 ."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: start;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
  }

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

  .nav__secondary-link.nav__secondary-link--margin.nav__secondary-link--2 {
    margin-bottom: 0;
  }

  .nav__secondary-link-text {
    font-size: 1.6em;
  }

  .nav__language-it, .nav__language-en {
    font-size: 1.5em;
  }

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

  .nav__sm-link.nav__sm-link--margin.top {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav__legal-link.nav__legal-link--margin.nav__legal-link--1, .nav__legal-link.nav__legal-link--margin.nav__legal-link--2 {
    margin-right: 1em;
  }

  .nav__close-mask {
    display: none;
  }

  .preloader__emblem {
    max-width: 60%;
  }

  .preloader__animation-w, .preloader__1st-w {
    font-size: 8em;
  }

  .nav__link-text-hover {
    font-size: 2em;
  }

  .nav__secondary-link-text-hover {
    font-size: 1.6em;
  }

  .disclaimer__p {
    font-size: 1.1em;
  }

  .disclaimer__bg {
    opacity: .9;
  }

  .hero-image-wrapper.is-image6 {
    width: 40vw;
  }

  .hero-image-wrapper.is-image3 {
    width: 30vw;
  }

  .hero-image-wrapper.is-image4 {
    display: none;
  }

  .hero-image-wrapper.is-image5 {
    width: 50vw;
  }

  .hero-image-wrapper.image-1 {
    display: none;
  }

  .hero-image-wrapper.is-image2 {
    width: 30vw;
  }

  .hero-image-list {
    grid-template-columns: 25% 50% 25%;
    height: 60vh;
  }

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

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .section-hero {
    padding-top: 60px;
    padding-left: 12%;
  }

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

  .heading-h1 {
    margin-top: 0;
    font-size: 50px;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .icon-play {
    width: 1rem;
    height: 1rem;
  }

  .spacer-xxlarge {
    padding-top: 0;
  }

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

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .footer-4-legal-list {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .footer-4-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .footer-top-wrapper-2 {
    grid-row-gap: 3rem;
  }

  .footer-link {
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

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

  .footer.background-color-dark {
    height: auto;
    padding-left: 20%;
  }

  .footer-credit-text.text-secondary-color {
    margin-top: 20px;
  }

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

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .global-padding {
    padding-left: 0%;
  }

  .logo-container {
    width: 150px;
  }

  .heading.h3 {
    font-size: 27px;
  }

  .partner-logo {
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .logos-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container.center-align {
    min-height: 0;
    padding-bottom: 60px;
    padding-left: 20%;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-4.light-grey.half-padding {
    width: 100%;
    overflow: hidden;
  }

  .content34-grid {
    align-items: flex-start;
    max-width: none;
  }

  .h2 {
    margin-top: 0;
    font-size: 50px;
  }

  .number {
    font-size: 70px;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

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

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

  .padding-global-2, .container-large {
    padding-left: 20%;
  }

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

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

  .heading-style-h2-2 {
    font-size: 36px;
    line-height: 45px;
  }

  .container-large-2 {
    max-width: none;
  }

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

  .text-size-medium-3 {
    font-size: 17px;
  }

  .layout472_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .section_cta3.text-color-white {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-large-3 {
    padding-left: 20%;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium-4 {
    font-size: 17px;
  }

  .max-width-mlarge {
    max-width: none;
  }

  .heading-style-h2-4 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

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

  .padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .container-large-5 {
    padding-left: 20%;
  }

  .padding-section-large-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

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

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

  .heading-style-h2-5 {
    font-size: 2.25rem;
  }

  .timeline3_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .timeline3_content-left {
    z-index: 1;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .timeline3_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .padding-global-6 {
    padding-left: 20%;
  }

  .timeline3_item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-left: 3rem;
  }

  .padding-section-large-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

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

  .timeline3_circle {
    margin-top: .75rem;
  }

  .timeline3_circle-wrapper {
    width: 2rem;
    margin-left: 0;
  }

  .heading-style-h2-6 {
    font-size: 2.25rem;
  }

  .padding-global-7 {
    padding-left: 20%;
  }

  .team10_image-wrapper {
    height: 100%;
  }

  .team10_slide {
    padding-right: 0;
  }

  .slider-arrow.is-bottom-next, .slider-arrow.is-bottom-previous {
    border-color: var(--black);
    background-color: var(--black);
    display: flex;
  }

  .padding-section-large-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .team10_mask {
    width: 100%;
  }

  .team-p {
    font-size: 17px;
  }

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

  .heading-style-h2-7 {
    font-size: 2.25rem;
  }

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

  .section_faq8.color-scheme-1 {
    padding-left: 20%;
    padding-right: 10%;
  }

  .padding-section-large-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium-9 {
    font-size: 24px;
  }

  .faq8_list {
    grid-row-gap: 2.5rem;
  }

  .faq8_content-left {
    position: relative;
    top: 0;
  }

  .heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .padding-section-large-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h3-3 {
    font-size: 2rem;
  }

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

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

  .gallery-thum {
    height: 225px;
  }

  .brand, .brand.nav-top-brand {
    width: 56px;
    height: 56px;
  }

  .pricing {
    flex-wrap: wrap;
  }

  .pricing-table, .pricing-table-2 {
    width: 100%;
    padding: 64px 12%;
  }
}

@media screen and (max-width: 479px) {
  .home__track.service {
    width: 100%;
  }

  .home__hero {
    height: 80vh;
  }

  .nav {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    inset: 0% 0% auto;
  }

  .nav__bar {
    border-bottom: 1px none var(--white);
    border-right-style: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4em;
  }

  .nav__button-w {
    border-bottom-style: none;
    padding-top: 1em;
    padding-bottom: 1em;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .nav__logo-w {
    margin-top: 0;
    margin-bottom: 0;
    transform: rotate(0);
  }

  .nav__year {
    display: none;
  }

  .home__hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .home__hero-h {
    font-size: 3em;
  }

  .home__hero-h.home__hero-h--1 {
    font-size: 45px;
    line-height: 55px;
  }

  .home__hero-h-w {
    align-self: flex-start;
  }

  .home__hero-arrow-w {
    width: 5em;
    height: 5em;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transform: rotate(0);
  }

  .home__hero-arrow-w.serv {
    bottom: 10%;
  }

  .home__hero-arrow {
    max-width: 60%;
  }

  .home__style1-intro-w {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .home__style1-h {
    font-size: 2.1em;
  }

  .home__style1-h.home__style1-h--mobile {
    text-align: center;
    margin-bottom: 2vh;
    display: block;
  }

  .home__style1-p {
    font-size: 1.3em;
  }

  .home__style1-p.home__style1-p--mobile {
    text-align: center;
    display: block;
  }

  .home__style1-emblem {
    width: 10em;
    margin-bottom: 2vh;
    position: static;
  }

  .home__style1-number {
    width: 60vw;
  }

  .home__style1-cta-arrow-w {
    width: 5em;
    height: 5em;
  }

  .home__style1-cta-arrow {
    max-width: 60%;
  }

  .home__style1-cta-text {
    font-size: 1.2em;
  }

  .home__style1-c {
    width: 90%;
  }

  .home__style1-name {
    font-size: 1.4em;
  }

  .home__style1-heading {
    font-size: 3em;
  }

  .home__style1-p-w {
    padding-left: .5em;
    padding-right: .5em;
  }

  .home__style1-paragraph {
    font-size: 1.2em;
  }

  .home__style2 {
    height: auto;
  }

  .home__style2-sticky {
    justify-content: flex-start;
  }

  .home__style2-c {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .home__style2-header {
    height: 22vh;
  }

  .home__style2-number {
    width: 60vw;
  }

  .home__style2-p {
    font-size: 2.2em;
    line-height: 1.2em;
  }

  .home__style2-cta-arrow-w {
    width: 5em;
    height: 5em;
  }

  .home__style2-cta-arrow {
    max-width: 60%;
  }

  .home__shop-tradition {
    height: 12vh;
    padding-left: 4vw;
  }

  .home__shop-h {
    font-size: 2.2em;
  }

  .home__shop-info {
    width: 12vh;
  }

  .home__shop-top {
    font-size: 1.2em;
    top: 22%;
  }

  .home__shop-bottom {
    font-size: 1.2em;
    bottom: 22%;
  }

  .home__wines-content {
    padding-top: 20vh;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .home__wines-embed {
    width: 60vw;
    left: 19vw;
  }

  .home__wines-h {
    margin-bottom: .5em;
    font-size: 3.2em;
  }

  .home__wines-p.home__wines-p--1.home__wines-p--nomobile, .home__wines-p.home__wines-p--2.home__wines-p--nomobile, .home__wines-p.home__wines-p--3.home__wines-p--nomobile {
    display: none;
  }

  .home__wines-p.home__wines-p--mobile {
    font-size: 1.5em;
    display: block;
  }

  .home__wines-cta-arrow-w {
    width: 5em;
    height: 5em;
  }

  .home__wines-cta-arrow {
    max-width: 60%;
  }

  .home__territory-embed {
    width: 60vw;
    top: 4vh;
  }

  .home__territory-h-sticky {
    top: 18vh;
  }

  .home__territory-w {
    width: 90%;
    margin-top: 22vh;
    overflow: visible;
  }

  .home__territory-bar {
    bottom: 8em;
    left: -8.5vw;
  }

  .home__territory-heading {
    font-size: 2.3em;
  }

  .home__compass-c {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .home__compass-w {
    display: none;
  }

  .home__compass {
    max-width: 80%;
  }

  .home__compass-info {
    width: 100%;
  }

  .home__compass-cta-arrow-w {
    width: 5em;
    height: 5em;
  }

  .home__compass-cta-arrow {
    max-width: 60%;
  }

  .home__news {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .home__news-box {
    width: 90%;
  }

  .home__news-image-w {
    height: 14em;
  }

  .home__news-date {
    font-size: 1.2em;
  }

  .home__news-info-h {
    font-size: 1.3em;
  }

  .home__news-info-h2 {
    font-size: 1.1em;
  }

  .home__news-cta-arrow-w {
    width: 5em;
    height: 5em;
  }

  .home__news-cta-arrow {
    max-width: 60%;
  }

  .home__quote {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .home__quote-h {
    font-size: 2.8em;
  }

  .home__quote-arrow-w {
    width: 5em;
    height: 5em;
  }

  .home__quote-arrow {
    max-width: 60%;
  }

  .nav__menu {
    display: none;
  }

  .nav__emblem {
    max-width: 60%;
  }

  .nav__close {
    display: none;
  }

  .nav__links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .nav__container {
    padding: 0 6vw;
  }

  .nav__link-text {
    font-size: 2em;
  }

  .nav__link-number {
    font-size: 1.3em;
  }

  .nav__link-text-w {
    margin-top: .5em;
    margin-right: .5em;
  }

  .nav__secondary-links {
    grid-template: "Area Area-4"
                   "Area-2 Area-5"
                   "Area-3 Area-6"
                   "Area-7 ."
                   / 1fr auto;
    grid-auto-columns: 1fr;
    justify-items: start;
    width: 100%;
    margin-top: 40px;
  }

  .nav__secondary-link.nav__secondary-link--margin.nav__secondary-link--2 {
    margin-bottom: 2vw;
  }

  .nav__secondary-link-text {
    font-size: 1.6em;
  }

  .nav__language-w {
    margin-bottom: 0;
  }

  .nav__language-it {
    margin-right: 1em;
    font-size: 1.5em;
  }

  .nav__language-en, .nav__sm-link {
    font-size: 1.5em;
  }

  .nav__legal-links-w {
    flex-wrap: wrap;
  }

  .nav__legal-link.nav__legal-link--margin {
    margin-bottom: 1em;
    margin-right: 2em;
  }

  .nav__legal-link.nav__legal-link--margin.nav__legal-link--1 {
    margin-bottom: 0;
    margin-right: .8em;
    font-size: .9em;
  }

  .nav__legal-link.nav__legal-link--3 {
    margin-bottom: 1em;
  }

  .nav__close-mask {
    display: none;
  }

  .preloader__emblem {
    max-width: 60%;
  }

  .preloader__animation-w, .preloader__1st-w {
    font-size: 8em;
  }

  .nav__link-text-hover {
    font-size: 2em;
  }

  .nav__secondary-link-text-hover {
    font-size: 1.6em;
  }

  .home__style1-h-w, .home__style1-p-wrapper {
    display: none;
  }

  .home__style1-text-c {
    margin-left: 0;
  }

  .disclaimer {
    width: 90vw;
  }

  .logo-text {
    margin-bottom: 0;
    font-size: 32px;
  }

  .logo-text.green {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-image-wrapper {
    width: 40vw;
  }

  .hero-image-wrapper.is-image5 {
    width: 55vw;
  }

  .hero-image-list {
    margin-top: 40px;
  }

  .text-size-medium.text-secondary-color {
    font-size: 16px;
    line-height: 28px;
  }

  .hero-content-bottom {
    height: 80vh;
  }

  .header-image-group-right {
    padding-left: 1rem;
  }

  .section-hero {
    width: 100%;
    padding-top: 60px;
    padding-left: 0%;
  }

  .padding-global {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .padding-top.padding-xxhuge {
    padding-top: 0;
  }

  .hero-image-group-left {
    padding-right: 1rem;
  }

  .button-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero-component {
    height: auto;
  }

  .heading-h1 {
    margin-top: 0;
    font-size: 36px;
    line-height: 44px;
  }

  .spacer-xxlarge {
    display: none;
  }

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

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer-top-wrapper-2 {
    grid-row-gap: 48px;
  }

  .footer-logo-link {
    margin-bottom: 1.5rem;
  }

  .text-opacity-40 {
    margin-bottom: 5px;
  }

  .footer-link {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .footer-link._0-12 {
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

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

  .footer.background-color-dark {
    height: auto;
    padding-top: 60px;
    padding-left: 6%;
    padding-right: 6%;
  }

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

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

  .footer-form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .paragraph-70 {
    font-size: 16px;
    line-height: 28px;
  }

  .titled-text-block {
    margin-right: 0;
  }

  .heading.h3 {
    font-size: 25px;
  }

  .partner-logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .logos-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    display: grid;
  }

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

  .container.center-align {
    padding-bottom: 40px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .title-small {
    margin-top: 10px;
    font-size: 22px;
  }

  .section-4.light-grey.half-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2 {
    margin-top: 0;
    font-size: 36px;
    line-height: 44px;
  }

  .logo-container-2 {
    width: 100%;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

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

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

  .padding-global-2, .container-large {
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-size-medium-2 {
    font-size: 16px;
    line-height: 28px;
  }

  .layout218_image {
    min-height: 225px;
    max-height: 225px;
  }

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

  .heading-2 {
    font-size: 32px;
    line-height: 39px;
  }

  .paragraph-71, .paragraph-72 {
    line-height: 28px;
  }

  .heading-style-h2-2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }

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

  .text-size-medium-3 {
    font-size: 16px;
    line-height: 28px;
  }

  .layout472_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-style-h2-3 {
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.3;
  }

  .container-large-3 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-style-h2-4 {
    font-size: 2rem;
    line-height: 1em;
  }

  .text-style-link-2 {
    font-size: 16px;
  }

  .heading-style-h6 {
    font-size: 1.3rem;
  }

  .contact15_item {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .container-large-4 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-large-4.con {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

  .contact15_image {
    min-height: 225px;
  }

  .icon-embed-xsmall {
    width: 1.8rem;
    height: 1.8rem;
  }

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

  .section_layout3.color-scheme-1 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .layout3_component {
    width: 100%;
  }

  .container-large-5 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .layout3_image-wrapper.site {
    min-height: 300px;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

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

  .layout3_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2-5 {
    font-size: 1.9rem;
  }

  .timeline3_content-right {
    grid-row-gap: 2rem;
  }

  .timeline3_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .timeline3_row {
    grid-column-gap: 1rem;
  }

  .text-size-regular {
    font-size: 15px;
  }

  .padding-global-6 {
    padding: 60px 10%;
  }

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

  .heading-style-h3-2 {
    font-size: 2rem;
  }

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

  .section_timeline3.color-scheme-1 {
    width: 100%;
    overflow: hidden;
  }

  .heading-style-h2-6 {
    font-size: 2.75rem;
  }

  .text-size-large {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .padding-global-7 {
    padding: 60px 10% 20px;
  }

  .slider-arrow.is-bottom-next, .slider-arrow.is-bottom-previous {
    bottom: 10%;
  }

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

  .heading-style-h4 {
    font-size: 1.5rem;
  }

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

  .team-p {
    font-size: 16px;
  }

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

  .heading-style-h2-7 {
    font-size: 2rem;
  }

  .section_faq8.color-scheme-1 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 10%;
  }

  .text-size-medium-9.small {
    font-size: 20px;
  }

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

  .heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .padding-global-9.kk {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-style-h3-3 {
    font-size: 2rem;
  }

  .layout242_list, .gallery-grid {
    grid-template-columns: 1fr;
  }

  .image-9 {
    max-width: 300%;
  }

  .paragraph-73 {
    font-size: 15px;
  }

  .div-block-227 {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-table-2 {
    padding-left: 6%;
    padding-right: 6%;
  }
}

#w-node-fbf27c5b-5ce4-2820-4fc4-b9c9d901b73a-06766686 {
  justify-self: end;
}

#w-node-fbf27c5b-5ce4-2820-4fc4-b9c9d901b73d-06766686 {
  align-self: center;
}

#w-node-fbf27c5b-5ce4-2820-4fc4-b9c9d901b746-06766686 {
  justify-self: start;
}

#w-node-_7e69fc14-e092-a322-dc7c-701b4a25c3e7-06766687, #w-node-_7e69fc14-e092-a322-dc7c-701b4a25c3f0-06766687, #w-node-_7e69fc14-e092-a322-dc7c-701b4a25c3f9-06766687 {
  align-self: start;
}

#w-node-_5e1c50a8-8831-8ae0-86d3-a9419f9f606c-35abebc6, #w-node-_862acc26-02f2-1c43-1a77-03a8b4dc2216-35abebc6, #w-node-_1f42e2da-0a1f-f436-69bf-76b3ef0c93cb-35abebc6, #w-node-_908d937e-a259-5ec9-fb22-aba9ac800a68-35abebc6, #w-node-_0bce995b-4c03-d1fd-1f11-5c5fbac44155-35abebc6, #w-node-_41447131-4d8f-8188-c333-59bf86d47e15-35abebc6, #w-node-aaee65ec-a002-885c-252e-b0b691508048-35abebc6, #w-node-_7daebac3-cf03-9d85-5fcf-eaea2c6b41b3-35abebc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cc1713c0-a48d-83d6-544f-576022275bd3-06766686, #w-node-cc1713c0-a48d-83d6-544f-576022275bd5-06766686, #w-node-e957faba-edeb-3bfa-373b-36619adeeb15-06766686, #w-node-e957faba-edeb-3bfa-373b-36619adeeb24-06766686 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a85ddf03-8afb-523a-f80f-c5dc750b5c0f-750b5be5 {
    grid-area: Area-2;
  }

  #w-node-a85ddf03-8afb-523a-f80f-c5dc750b5c18-750b5be5 {
    grid-area: Area-6;
  }

  #w-node-_98ee15de-de63-210f-8a8f-1056b4d466d4-06766688, #w-node-_98ee15de-de63-210f-8a8f-1056b4d466da-06766688, #w-node-e032d013-9b47-8b4a-c802-1cf697e3fd47-06766689, #w-node-e032d013-9b47-8b4a-c802-1cf697e3fd55-06766689, #w-node-_98ee15de-de63-210f-8a8f-1056b4d466d4-0676668b, #w-node-_98ee15de-de63-210f-8a8f-1056b4d466da-0676668b, #w-node-e032d013-9b47-8b4a-c802-1cf697e3fd47-0676668c, #w-node-e032d013-9b47-8b4a-c802-1cf697e3fd55-0676668c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cc1713c0-a48d-83d6-544f-576022275bd5-06766686 {
    order: -9999;
  }

  #w-node-a85ddf03-8afb-523a-f80f-c5dc750b5c0f-750b5be5 {
    grid-area: Area-2;
  }

  #w-node-a85ddf03-8afb-523a-f80f-c5dc750b5c18-750b5be5 {
    grid-area: Area-5;
  }

  #w-node-_4c859be8-351b-2eca-b5e5-2d79da48c514-06766688 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a85ddf03-8afb-523a-f80f-c5dc750b5c0f-750b5be5 {
    grid-area: Area-2;
  }

  #w-node-a85ddf03-8afb-523a-f80f-c5dc750b5c18-750b5be5 {
    grid-area: Area-4;
  }
}


@font-face {
  font-family: 'Sharp 400';
  src: url('../fonts/Sharp-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}