@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Quattrocento;
  src: url('../fonts/Quattrocento-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Quattrocentosans;
  src: url('../fonts/QuattrocentoSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Quattrocentosans;
  src: url('../fonts/QuattrocentoSans-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Quattrocentosans;
  src: url('../fonts/QuattrocentoSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Quattrocentosans;
  src: url('../fonts/QuattrocentoSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alegreya;
  src: url('../fonts/Alegreya-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #333;
  --dim-grey: #737373;
  --white: white;
  --white-smoke: whitesmoke;
  --hover: #0000001a;
  --white-2: #fdfdfd;
  --steel-blue: #4579a0;
  --video-controls: #f5f5f594;
}

body {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Quattrocento, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Quattrocentosans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Quattrocento, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  color: var(--dim-grey);
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: lower-alpha;
}

li {
  margin-bottom: 10px;
}

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  color: var(--dim-grey);
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-family: Alegreya, sans-serif;
  font-size: 36px;
  font-style: italic;
  line-height: 1.6;
}

.footer_component {
  background-color: var(--black);
  color: var(--white);
  background-image: linear-gradient(#333333d9, #333333d9), url('../images/noise.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page_wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: linear-gradient(to bottom, var(--white-smoke), #f5f5f500), linear-gradient(to bottom, #ffffffb3, #ffffffb3), url('../images/noise_black.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, auto;
  flex-direction: column;
  padding-top: 150px;
  display: flex;
  position: relative;
}

.page_wrapper.no-padding {
  padding-top: 0;
}

.container {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.section.is-gdpr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.section.is-footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.section.is-image {
  z-index: 10;
  min-height: 94vh;
  padding-top: 160px;
  position: relative;
}

.header_component {
  color: var(--white);
  justify-content: center;
  align-items: flex-end;
  min-height: 94vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_component.is-home {
  background-color: var(--black);
  height: 700px;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.header_hover {
  z-index: 2;
  background-color: var(--hover);
  display: block;
  position: absolute;
  inset: 0%;
}

.header_hover.is-grain {
  background-image: linear-gradient(#0009, #0009), url('../images/video-noise.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.header_hover.is-gradient {
  z-index: 3;
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--hover), transparent 20%), linear-gradient(to bottom, transparent 75%, #0006);
}

.header_hover.is-home {
  z-index: 3;
  background-color: #0000;
  background-image: linear-gradient(#0003, #0000 20%);
}

.header_background {
  z-index: 1;
  object-fit: cover;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header_background.is-wines {
  background-image: url('../images/PoderiFogliati_Wines_header.webp');
  background-position: 32%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  left: auto;
  right: auto;
}

.header_background.is-vineyards {
  background-image: url('../images/PoderiFogliati_Vineyards_header.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header_background.is-heritage {
  background-image: url('../images/PoderiFogliati_Heritage_header.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header_background.is-home {
  background-image: url('../images/PoderiFogliati_Home.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav_component {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(to bottom, var(--hover), transparent);
  color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 100px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav_logo_wrapper {
  z-index: 2;
  filter: invert();
  margin-right: auto;
  position: relative;
}

.nav_logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: 209px;
  height: 39px;
}

.nav_logo.device-mobile {
  display: none;
}

.nav_container {
  z-index: 2;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.nav_item {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav_item.is-logo {
  display: none;
}

.nav_link {
  opacity: .7;
  color: var(--white);
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  opacity: 1;
}

.nav_link.w--current {
  border-bottom: 1px solid var(--white);
  opacity: 1;
}

.nav_line {
  background-color: var(--white);
  height: 1px;
}

.text_container {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  min-width: 537px;
  max-width: 860px;
  display: flex;
}

.text_container.no-maxwidth {
  width: auto;
  max-width: none;
}

.quote_icon {
  color: var(--dim-grey);
  font-size: 50px;
  line-height: 40px;
}

.quote_icon.is-last {
  align-self: flex-end;
  margin-left: -10px;
  line-height: 1px;
}

.quote_icon.is-first {
  transform-style: preserve-3d;
  align-self: flex-start;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.quote_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  max-width: 50%;
  display: flex;
}

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

.footer_logo {
  opacity: .7;
  filter: invert();
  width: 130px;
}

.footer_column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer_navbar_item {
  margin-bottom: 0;
}

.footer_link {
  opacity: .7;
  color: var(--white);
  white-space: nowrap;
  border-bottom: 1px solid #0000;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
  text-decoration: none;
  transition: margin .6s cubic-bezier(.25, .46, .45, .94);
}

.footer_link:hover {
  opacity: .9;
  margin-left: 4px;
  margin-right: -4px;
}

.footer_link.w--current {
  border-bottom-color: var(--white-smoke);
  opacity: 1;
  display: block;
}

.footer_link.w--current:hover {
  margin-left: 0;
  margin-right: 0;
}

.footer_link.is-social {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.nav_page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--dim-grey);
  align-items: center;
  line-height: 1;
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav_page:hover {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--black);
}

.nav_page.is-first {
  margin-left: auto;
  text-decoration: none;
}

.cookie_tab_wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gdpr_richtext.is-client {
  margin-top: -10px;
  margin-bottom: -10px;
}

.gdpr_richtext h2 {
  margin-top: 48px;
  margin-bottom: 0;
  font-weight: 700;
}

.gdpr_richtext h3 {
  margin-top: 32px;
  font-size: 17px;
  line-height: 1;
}

.gdpr_richtext h4 {
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 1;
}

.gdpr_richtext ul {
  color: var(--dim-grey);
  padding-left: 32px;
  list-style-type: disc;
}

.gdpr_richtext a {
  color: var(--black);
  transition: color .35s cubic-bezier(.25, .46, .45, .94);
}

.gdpr_richtext a:hover {
  color: var(--dim-grey);
}

.gdpr_richtext h1 {
  margin-bottom: 60px;
}

.cookie_tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cookie_tab_cell {
  border-style: none none solid solid;
  border-width: 1px;
  border-color: var(--dim-grey);
  padding: 10px 20px;
}

.cookie_tab_cell.is-head {
  background-color: var(--hover);
  color: #333c;
  border-top-style: solid;
  align-items: center;
  display: flex;
}

.contact_text {
  color: var(--black);
  border-bottom: 1px solid #4579a000;
  text-decoration: none;
  transition: border-color .25s cubic-bezier(.455, .03, .515, .955), color .25s cubic-bezier(.455, .03, .515, .955);
}

.contact_text:hover {
  border-bottom-color: var(--white);
  color: var(--dim-grey);
}

.contact_text.is-social {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  margin-left: -8px;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.button:hover {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.button.is-cookie {
  border: 1px solid var(--white-smoke);
  color: var(--white);
  margin-top: 0;
  margin-left: 0;
  padding: 8px 16px;
}

.button.is-center {
  margin-left: 16px;
}

.nav_background {
  z-index: 1;
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 14px #0000000f;
}

.cookie-banner_link {
  color: var(--white-smoke);
}

.cookie-banner_link:hover {
  color: var(--white);
}

.cookie-banner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--black);
  color: var(--white-smoke);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 100px;
  display: flex;
  position: relative;
}

.cookie-banner_wrapper {
  z-index: 998;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  flex-direction: column;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.cookie-banner_trigger {
  display: none;
}

.cookie-banner_text {
  font-size: 13px;
  line-height: 1.6;
}

.quote {
  flex-direction: column;
  line-height: 1.3;
  display: flex;
}

.wine_wrapper {
  background-color: var(--white-2);
  background-image: linear-gradient(315deg, var(--white-smoke), var(--white-2) 55%);
  border-radius: 2px;
  padding: 52px 2vw;
  box-shadow: 14px 14px 30px 3px #0000000d;
}

.wine_wrapper.is-reverse {
  background-image: linear-gradient(45deg, var(--white-smoke), var(--white-2) 78%);
  box-shadow: -14px 14px 30px 3px #0000000d;
}

.wine {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 51vw;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.footer_container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  width: 50%;
  max-width: 700px;
  margin-top: 112px;
  display: flex;
}

.footer_heading {
  margin-bottom: 8px;
  font-weight: 700;
}

.wine_bottle {
  z-index: 2;
  object-fit: contain;
  max-width: 26vw;
  height: 700px;
  margin-top: -100px;
  margin-bottom: -100px;
  position: relative;
}

.wine_bottle.is-reverse {
  margin-right: 0;
}

.wine_map {
  z-index: 1;
  background-color: var(--white-2);
  object-fit: contain;
  width: 290px;
  max-width: 25vw;
  height: 460px;
  margin-right: -95px;
  position: relative;
}

.wine_map.is-reverse {
  order: 1;
  margin-left: -95px;
  margin-right: 0;
}

.wine_map.device-p {
  display: none;
}

.wine_richtext {
  width: 40%;
  max-width: 550px;
}

.wine_richtext.is-wrapper {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.slider_arrow {
  z-index: 2;
  color: var(--black);
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  width: 64px;
  height: 60px;
  margin-bottom: 0;
  padding-bottom: 17px;
  display: flex;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.slider_arrow.is-left {
  left: 0;
}

.slider_arrow.is-right {
  right: 0;
}

.slider_arrow.is-hover {
  z-index: 3;
  background-color: #f5f5f5b3;
  display: block;
  position: absolute;
}

.slider_arrow.is-hover.left {
  left: 0;
}

.slider_arrow.is-hover.right {
  display: none;
  right: 0;
}

.header_container {
  z-index: 4;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: flex;
  position: relative;
}

.home_logo {
  z-index: 5;
  flex: none;
  align-self: center;
  width: 180px;
  height: 142px;
  position: relative;
}

.heading-large {
  font-family: Quattrocento, sans-serif;
  font-size: 80px;
}

.heading-small {
  opacity: 0;
  font-size: 17px;
}

.divisorio {
  background-image: url('../images/PoderiFogliati_divider.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  height: 16px;
}

.slider_wrapper {
  align-self: stretch;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  overflow: hidden;
}

.nav_bottom {
  justify-content: space-between;
  display: flex;
}

.mask {
  width: 50vw;
  min-width: 606px;
  max-width: 98.475vh;
  height: 33vw;
  min-height: 400px;
  max-height: 65vh;
  position: relative;
  overflow: visible;
}

.mask.is-nav {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 60px;
  min-height: auto;
  max-height: none;
  margin-left: 0;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 8px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.mask.is-nav.is-arrow {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.slide-page {
  background-color: #fff;
  margin-right: 25px;
}

.slide-page_container {
  border-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slide-page_container.w--current {
  opacity: .4;
  position: relative;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 36px;
}

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

.heading-xsmall {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.heading-medium {
  margin-bottom: 24px;
  font-family: Quattrocento, sans-serif;
  font-size: 36px;
  line-height: 1.25;
}

.slide_image {
  object-fit: cover;
}

.slide_image.fit-position-top30 {
  object-position: 50% 30%;
}

.paragraph_container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.wine_container {
  grid-column-gap: 1vw;
  grid-row-gap: 200px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: -100px auto;
  display: flex;
}

.wine_container.is-reverse {
  flex-direction: row-reverse;
}

.slide-wine_container {
  width: 100%;
  height: auto;
  position: relative;
}

.slider-wine {
  background-color: #0000;
  flex: 1;
  align-self: stretch;
  height: auto;
  margin-top: -100px;
  margin-bottom: -100px;
}

.slide-wine, .mask-wine {
  height: auto;
}

.display-none {
  display: none;
}

.arrow_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow_icon.is-left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slider-wine_wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.contact_link_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  margin-top: -24px;
  line-height: 1.4;
  display: flex;
}

.video_component {
  z-index: 1;
  border-radius: 2px;
  flex: none;
  width: 80%;
  min-width: 792px;
  max-width: 1376px;
  position: relative;
  overflow: hidden;
}

.video_component.is-heritage {
  max-width: 848px;
}

.video {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact_logo {
  z-index: 2;
  opacity: .7;
  object-fit: contain;
  width: 130px;
  height: 129px;
  padding: 10px;
  position: relative;
}

.wine_nav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  margin: 0;
  display: flex;
}

.slider_nav_wrapper {
  z-index: 2;
  width: 40px;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 2vw;
}

.letter {
  opacity: 0;
}

.contact_container {
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact_wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.contact_logo_wrapper {
  margin-top: -60px;
  position: relative;
}

.contact_logo_background {
  flex: none;
  height: 161px;
}

.contact_logo_mask {
  z-index: 1;
  flex-direction: column;
  height: 140px;
  padding: 60px;
  display: flex;
  position: absolute;
  top: -80px;
  left: -80px;
  right: -80px;
  overflow: hidden;
}

.contact_line {
  background-color: var(--dim-grey);
  height: 1px;
}

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

.nav_hamburger {
  display: none;
}

.video-wines_wrapper {
  background-image: url('../images/PoderiFogliati_Wines.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  flex: none;
  max-width: 80vh;
  max-height: 80vh;
  overflow: hidden;
  box-shadow: 14px 14px 30px 3px #0000001a;
}

.video-wines_container {
  grid-column-gap: 60px;
  grid-row-gap: 200px;
  justify-content: space-around;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.play {
  align-self: flex-start;
  margin-top: -80px;
  display: none;
}

@media screen and (max-width: 991px) {
  .page_wrapper {
    padding-top: 100px;
  }

  .container {
    grid-row-gap: 140px;
  }

  .section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.is-gdpr {
    padding-top: 40px;
  }

  .nav_component {
    flex-direction: row;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav_logo {
    width: 190px;
  }

  .nav_container {
    grid-column-gap: 4vw;
  }

  .quote_icon.is-last {
    margin-left: 0;
  }

  .quote_wrapper {
    max-width: none;
  }

  .cookie-banner {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cookie-banner_text {
    line-height: 2;
  }

  .wine_wrapper {
    margin-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wine {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_container {
    flex: 1;
    max-width: 560px;
  }

  .wine_bottle {
    max-width: 30vw;
    height: 100%;
    margin-bottom: 0;
  }

  .wine_bottle.is-vineyards {
    margin-top: 0;
  }

  .wine_map.is-reverse {
    margin-left: -9vw;
  }

  .wine_map.device-dtl {
    order: 1;
    max-width: 30vw;
    height: auto;
    margin-top: 60px;
    margin-left: -9vw;
    margin-right: 0;
  }

  .wine_richtext {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header_container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .slider_wrapper {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .slide-page_container {
    flex: 1;
  }

  .wine_container {
    grid-row-gap: 5vw;
    flex-direction: column;
    margin-bottom: 0;
  }

  .wine_container.is-reverse {
    flex-direction: column;
  }

  .wine_container.is-vineyards {
    margin-top: -140px;
  }

  .slider-wine {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .slider-wine_wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .video_component {
    width: 100%;
    min-width: auto;
  }

  .wine_nav {
    flex-direction: row;
    width: 100%;
    height: 40px;
  }

  .slider_nav_wrapper {
    display: none;
  }

  .contact_container {
    max-width: none;
  }

  .contact_wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav_hamburger {
    z-index: 3;
    filter: invert();
    width: 50px;
    height: 50px;
    margin-left: auto;
    position: relative;
  }

  .nav_lottie {
    flex: none;
    position: absolute;
    inset: 0%;
  }

  .video-wines_wrapper {
    max-width: 100%;
    max-height: none;
  }

  .video-wines_container {
    grid-row-gap: 48px;
    text-align: center;
    flex-direction: column;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .page_wrapper {
    padding-top: 60px;
  }

  .container {
    grid-row-gap: 120px;
  }

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

  .section.is-gdpr {
    padding-top: 60px;
  }

  .section.is-footer {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .header_component {
    min-height: 76vh;
  }

  .header_component.is-home {
    min-height: 96vh;
    padding-bottom: 140px;
  }

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

  .nav_logo.device-mobile {
    width: 110px;
    height: 110px;
    display: block;
  }

  .nav_container {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #333333fa;
    background-image: linear-gradient(#333c, #333c), url('../images/noise_black.webp');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    flex-direction: column;
    padding: 40px 40px 100px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav_item.is-logo {
    filter: invert();
    margin-top: auto;
    margin-bottom: 60px;
    margin-right: 0;
    display: block;
  }

  .nav_item.is-last {
    margin-bottom: auto;
  }

  .text_container {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .quote_icon {
    font-size: 50px;
  }

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

  .footer_column {
    grid-row-gap: 16px;
  }

  .cookie_tab_wrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .cookie_tab {
    min-width: 750px;
  }

  .button.is-cookie {
    align-self: flex-end;
  }

  .cookie-banner {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cookie-banner_text {
    margin-right: 0;
  }

  .quote {
    font-size: 36px;
  }

  .footer_container {
    align-self: stretch;
    width: auto;
    max-width: none;
    margin-top: 0;
  }

  .wine_bottle {
    max-width: 44vw;
  }

  .wine_map {
    max-width: 40vw;
    margin-right: -12vw;
  }

  .wine_map.device-dtl {
    max-width: 40vw;
    margin-left: -12vw;
  }

  .wine_richtext h3 {
    font-size: 32px;
  }

  .slider_arrow {
    width: 48px;
    display: none;
  }

  .slider_arrow.is-hover {
    display: none;
  }

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

  .home_logo {
    width: 120px;
    height: 120px;
  }

  .heading-large {
    font-size: 60px;
  }

  .slider_wrapper {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mask {
    width: 80vw;
    min-width: auto;
    height: 52.8vw;
    min-height: auto;
  }

  .mask.is-nav {
    flex-wrap: wrap;
    align-content: space-around;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    margin-top: 0;
  }

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

  .paragraph_container {
    grid-row-gap: 60px;
  }

  .slider-wine_wrapper {
    align-self: stretch;
    width: auto;
    margin-left: -40px;
    margin-right: -40px;
  }

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

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

  .nav_lottie.is-open {
    opacity: 1;
  }

  .nav_lottie.is-close {
    opacity: 0;
    color: var(--white);
  }

  .video-wines_container {
    align-items: center;
  }

  .wines_embed {
    align-self: stretch;
  }

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

@media screen and (max-width: 479px) {
  .page_wrapper {
    padding-top: 40px;
  }

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

  .section.is-gdpr {
    padding-top: 80px;
  }

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

  .nav_logo {
    object-fit: cover;
    width: 52px;
  }

  .nav_container {
    grid-row-gap: 24px;
  }

  .quote_icon {
    font-size: 40px;
  }

  .quote_icon.is-last, .quote_icon.is-first {
    line-height: 0;
  }

  .quote_wrapper {
    grid-row-gap: 0px;
    flex-direction: column;
  }

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

  .gdpr_richtext h2 {
    font-size: 20px;
  }

  .gdpr_richtext h1 {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .cookie-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie-banner_text {
    margin-right: 0;
  }

  .quote {
    font-size: 28px;
    display: block;
  }

  .wine_wrapper {
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wine {
    flex-direction: column-reverse;
    align-self: stretch;
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
  }

  .footer_container {
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .wine_bottle {
    max-width: 50vw;
    margin-top: 0;
  }

  .wine_bottle.is-vineyards {
    object-fit: cover;
    height: 450px;
  }

  .wine_bottle.is-vineyards.alt {
    height: 400px;
  }

  .wine_map {
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-right: 0;
  }

  .wine_map.is-reverse {
    order: 0;
    margin-left: 0;
  }

  .wine_map.device-dtl {
    display: none;
  }

  .wine_map.device-p {
    margin-top: -10vw;
    display: block;
  }

  .wine_richtext.is-wrapper {
    padding-bottom: 20px;
  }

  .slider_arrow {
    padding-bottom: 6px;
  }

  .header_container {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-large {
    font-size: 42px;
  }

  .slider_wrapper {
    margin-bottom: 100px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mask {
    width: 100%;
    height: 66vw;
    padding-top: 20px;
  }

  .slide-page, .slide-page_container {
    margin-right: 10px;
  }

  .slider {
    margin-top: -20px;
  }

  .heading-xsmall {
    margin-bottom: 8px;
  }

  .heading-medium {
    line-height: 1.2;
  }

  .wine_container {
    grid-row-gap: 60px;
  }

  .mask-wine {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-wine_wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }

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

#w-node-_2c17a580-be89-024d-eaa6-700fbfc76fe8-3c2a123e, #w-node-_2c17a580-be89-024d-eaa6-700fbfc76fea-3c2a123e, #w-node-_2c17a580-be89-024d-eaa6-700fbfc76fec-3c2a123e, #w-node-_2c17a580-be89-024d-eaa6-700fbfc76fee-3c2a123e, #w-node-_2c17a580-be89-024d-eaa6-700fbfc76ff0-3c2a123e, #w-node-_2c17a580-be89-024d-eaa6-700fbfc76ff2-3c2a123e, #w-node-_2c17a580-be89-024d-eaa6-700fbfc76ff4-3c2a123e, #w-node-_2c17a580-be89-024d-eaa6-700fbfc76ff6-3c2a123e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quattrocento';
  src: url('../fonts/Quattrocento-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quattrocento';
  src: url('../fonts/Quattrocento-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quattrocentosans';
  src: url('../fonts/QuattrocentoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quattrocentosans';
  src: url('../fonts/QuattrocentoSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Quattrocentosans';
  src: url('../fonts/QuattrocentoSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Quattrocentosans';
  src: url('../fonts/QuattrocentoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alegreya';
  src: url('../fonts/Alegreya-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}