/* METAPHORE COLORS */
/* BREAKPOINTS */
/* FONTS */
body {
  font-family: 'Helvetica Neue', sans-serif; }

/* CACULATION BASE*/
.odometer::after {
  content: '%';
  font-size: 100px;
  padding-left: 20px;
  margin: 200px 0px 0px 0px; }
  @media (max-width: 767px) {
    .odometer::after {
      margin: 50px 0px 0px 0px;
      font-size: 3.5rem;
      padding-left: 0.25rem; } }
  @media (min-width: 768px) {
    .odometer::after {
      margin: 60px 0px 0px 0px;
      font-size: 5rem;
      padding-left: 0.25rem; } }
  @media (min-width: 1024px) {
    .odometer::after {
      font-size: 120px;
      margin: 180px 0px 0px 0px; } }
  @media (min-width: 1440px) {
    .odometer::after {
      font-size: 139px;
      margin: 280px 0px 0px 0px; } }

.odometer-inside {
  display: flex;
  align-items: flex-end; }
  @media (max-width: 767px) {
    .odometer-inside {
      display: inline-block; } }

.text.odometer.odometer-theme-minimal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25%; }
  @media (max-width: 767px) {
    .text.odometer.odometer-theme-minimal {
      width: 100%;
      justify-content: center; } }

.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.odometer.odometer-auto-theme
.odometer-digit
.odometer-value.odometer-last-value,
.odometer.odometer-theme-minimal
.odometer-digit
.odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
.odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating
.odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down
.odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
.odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating
.odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.container {
  width: 100vw;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 2rem; }

.hidden {
  display: none; }

.hero {
  height: 100vh;
  overflow: hidden;
  background-color: linear-gradient(62deg, #fefefe, 0%, #f3f5f8, 100%); }
  @media (max-width: 767px) {
    .hero {
      margin-top: 0rem; } }
  .hero__content {
    margin-top: 4.375rem;
    padding: 3.75rem 0rem; }
    @media (max-width: 767px) {
      .hero__content {
        margin-top: 3.125rem;
        padding: 3.75rem 0.938rem; } }
  .hero__headline {
    padding: 1.875rem 0rem 1.25rem 0rem; }
    @media (max-width: 767px) {
      .hero__headline {
        padding: 0rem 0rem 0rem 0rem; } }
  .hero__subline {
    margin: 0 0rem 1.875rem 0rem; }
  .hero__img-wrapper {
    display: flex;
    flex-direction: column; }
  .hero__logo {
    width: 70%;
    max-width: 48.75rem;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .hero__logo {
        width: 100%; } }
  .hero__img {
    width: 42.875rem; }
    @media (max-width: 767px) {
      .hero__img {
        width: 100%; } }
    @media (max-height: 800px) and (min-width: 768px) {
      .hero__img {
        width: 30rem;
        margin: -80px auto 0 auto; } }
    @media (min-width: 1920px) {
      .hero__img {
        width: 42.875rem;
        margin: 0 auto; } }

.what1 {
  background-color: #fefefe;
  padding: 0;
  opacity: 1;
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100vw; }
  .what1 .movie {
    height: 100%;
    width: 100%;
    object-fit: cover; }
    @media (max-width: 767px) {
      .what1 .movie {
        width: auto;
        left: -50%;
        display: none;
        filter: brightness(0.8); } }
    .what1 .movie--mobile {
      display: none; }
      @media (max-width: 767px) {
        .what1 .movie--mobile {
          display: block; } }
  .what1 .content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 2;
    color: #fefefe; }
    .what1 .content__text {
      display: none;
      opacity: 0; }
      @media (max-width: 767px) {
        .what1 .content__text {
          padding: 1rem; } }

.how2 {
  height: 100vh; }
  .how2 .container--how2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .how2 .container--how2 {
        padding: 0 1.375rem; } }
  .how2__text {
    max-width: 37rem;
    margin: 0 0 3.25rem 0; }
    @media (max-width: 767px) {
      .how2__text {
        margin: 0 0 1.25rem 0;
        max-width: none; } }

.how3 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background: #090f1b; }
  @media (max-width: 767px) {
    .how3 {
      display: grid;
      grid-template-rows: auto 1fr; } }
  @media (max-width: 767px) {
    .how3 .gradient--mobile {
      position: relative; } }
  @media (max-width: 767px) {
    .how3 .gradient--mobile::after {
      content: '';
      height: 4.375rem;
      width: 100%;
      top: -1px;
      left: 0;
      background: linear-gradient(180deg, #090f1b 0%, transparent 100%);
      position: absolute; } }
  .how3 .guinness-image {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); }
    @media (max-width: 767px) {
      .how3 .guinness-image {
        position: relative;
        grid-row-start: 2;
        grid-row-end: 2; } }
  @media (max-width: 767px) {
    .how3 .container--how3 {
      padding: 4rem 2rem 1rem;
      height: fit-content;
      grid-row-start: 1;
      grid-row-end: 2; } }
  .how3 .container--how3 .text {
    text-align: left;
    display: block;
    color: #fefefe;
    padding: 10rem 0 0 0;
    max-width: 28.75rem;
    opacity: 0; }
    @media (max-width: 767px) {
      .how3 .container--how3 .text {
        display: none; } }
  .how3 .container--how3 .text--mobile {
    text-align: left;
    color: #fefefe;
    padding: 0; }
    @media (max-width: 767px) {
      .how3 .container--how3 .text--mobile {
        display: block; } }

.what3 {
  margin: 15rem 0 10rem 0; }
  @media (max-width: 767px) {
    .what3 {
      display: none; } }
  .what3 .container--what3 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.25rem; }
  .what3 .products {
    justify-self: right;
    display: grid;
    grid-template: "nuts jever wine wine" Min(calc((66vw - calc(2rem * 2)) / 4), calc(13.75rem + 1.25rem)) "water bar wine wine" Min(calc((66vw - calc(2rem * 2)) / 4), calc(13.75rem + 1.25rem)) "pills pills heineken juice" Min(calc((66vw - calc(2rem * 2)) / 4), calc(13.75rem + 1.25rem)) "tea balm sauce cheese" Min(calc((66vw - calc(2rem * 2)) / 4), calc(13.75rem + 1.25rem)) "giotto giotto vinegar prosecco" Min(calc((66vw - calc(2rem * 2)) / 4), calc(13.75rem + 1.25rem)) "giotto giotto vinegar butter"/Min(calc((66vw - calc(2rem * 2)) / 4), calc(13.75rem + 1.25rem)) Min(calc((66vw - calc(2rem * 2)) / 4), calc(13.75rem + 1.25rem)) Min(calc((66vw - calc(2rem * 2)) / 4), calc(13.75rem + 1.25rem)) Min(calc((66vw - calc(2rem * 2)) / 4), calc(13.75rem + 1.25rem)); }
    .what3 .products .product {
      position: relative;
      overflow: hidden; }
      .what3 .products .product__showcase {
        height: 100%;
        width: 100%;
        z-index: 2;
        opacity: 1;
        transition: opacity 0.3s;
        object-fit: cover; }
        .what3 .products .product__showcase--zoomed {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translate(-50%, 0);
          height: 100%;
          width: 100%;
          z-index: -1; }
      .what3 .products .product:hover .product__showcase {
        opacity: 0; }
        .what3 .products .product:hover .product__showcase--zoomed {
          opacity: 1; }
      .what3 .products .product--nuts {
        grid-area: nuts;
        margin: 0 1.25rem 1.25rem 0; }
      .what3 .products .product--jever {
        grid-area: jever;
        margin: 0 1.25rem 1.25rem 0; }
        @media (max-width: 767px) {
          .what3 .products .product--jever {
            display: block;
            margin: 0; } }
      .what3 .products .product--wine {
        grid-area: wine;
        margin: 0 0 1.25rem 0; }
      .what3 .products .product--water {
        grid-area: water;
        margin: 0 1.25rem 1.25rem 0; }
      .what3 .products .product--bar {
        grid-area: bar;
        margin: 0 1.25rem 1.25rem 0; }
      .what3 .products .product--pills {
        grid-area: pills;
        margin: 0 1.25rem 1.25rem 0; }
      .what3 .products .product--heineken {
        grid-area: heineken;
        margin: 0 1.25rem 1.25rem 0; }
      .what3 .products .product--juice {
        grid-area: juice;
        margin: 0 0 1.25rem 0; }
      .what3 .products .product--tea {
        grid-area: tea;
        margin: 0 1.25rem 1.25rem 0; }
      .what3 .products .product--balm {
        grid-area: balm;
        margin: 0 1.25rem 1.25rem 0; }
      .what3 .products .product--sauce {
        grid-area: sauce;
        margin: 0 1.25rem 1.25rem 0; }
      .what3 .products .product--cheese {
        grid-area: cheese;
        margin: 0 0 1.25rem 0; }
      .what3 .products .product--giotto {
        grid-area: giotto;
        margin: 0 1.25rem 1.25rem 0; }
      .what3 .products .product--vinegar {
        grid-area: vinegar;
        margin: 0 1.25rem 1.25rem 0; }
      .what3 .products .product--prosecco {
        grid-area: prosecco;
        margin: 0 0 1.25rem 0; }
      .what3 .products .product--butter {
        grid-area: butter;
        margin: 0 0 1.25rem 0; }
  .what3 .content {
    display: flex;
    flex-flow: column;
    overflow: hidden;
    width: 100%; }
    .what3 .content__scroll-wrapper {
      position: relative;
      overflow: hidden;
      flex-grow: 100; }
    .what3 .content__scroll-image {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      width: 100%; }
    .what3 .content__text {
      text-align: left;
      display: flex;
      flex-flow: column;
      justify-content: center;
      margin: 0 0 0.5rem 0;
      flex-grow: 1; }
    @media (min-width: 768px) {
      .what3 .content__headline {
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin-bottom: 0.5rem; } }
    @media (min-width: 1024px) {
      .what3 .content__headline {
        font-size: 2.25rem;
        line-height: 2.75rem; } }
    @media (min-width: 768px) {
      .what3 .content__details {
        font-size: 1rem;
        line-height: 1.25rem; } }
    @media (min-width: 1024px) {
      .what3 .content__details {
        font-size: 1rem;
        line-height: 1.375rem; } }
    @media (min-width: 1440px) {
      .what3 .content__details {
        font-size: 1.125rem;
        line-height: 1.75rem; } }
    .what3 .content__image--last {
      width: 100%;
      object-fit: cover;
      flex-grow: 1; }

.what3--mobile {
  display: none;
  margin: 2.5rem 0 4rem 0; }
  @media (max-width: 767px) {
    .what3--mobile {
      display: block; } }
  .what3--mobile .container--what3 {
    display: flex;
    flex-flow: column-reverse; }
  .what3--mobile .content__scroll-wrapper {
    position: relative;
    overflow: hidden; }
  .what3--mobile .content__scroll-image {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%; }
  .what3--mobile .content__text {
    min-height: 25%;
    text-align: left;
    display: flex;
    flex-flow: column;
    justify-content: end;
    margin: 1.25rem 0 1.25rem 0; }

.what4 {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .what4 {
      display: none; } }
  .what4 .slider {
    height: 100%;
    width: 100vw;
    position: relative; }
  .what4 .slide {
    position: absolute;
    top: 0;
    width: 101%;
    height: 100%;
    background-size: cover;
    background-position: center; }
    .what4 .slide--0 {
      background-image: url("../assets/what4/webp/slider_1@1x.webp"); }
      @media (min-resolution: 2dppx) {
        .what4 .slide--0 {
          background-image: url("../assets/what4/webp/slider_1@2x.webp"); } }
    .what4 .slide--1 {
      background-image: url("../assets/what4/webp/slider_2@1x.webp"); }
      @media (min-resolution: 2dppx) {
        .what4 .slide--1 {
          background-image: url("../assets/what4/webp/slider_2@2x.webp"); } }
    .what4 .slide--2 {
      background-image: url("../assets/what4/webp/slider_3@1x.webp"); }
      @media (min-resolution: 2dppx) {
        .what4 .slide--2 {
          background-image: url("../assets/what4/webp/slider_3@2x.webp"); } }
    .what4 .slide:nth-child(1) {
      left: calc(0% + 100% * (1 - 1)); }
    .what4 .slide:nth-child(2) {
      left: calc(0% + 100% * (2 - 1)); }
    .what4 .slide:nth-child(3) {
      left: calc(0% + 100% * (3 - 1)); }
  .what4 .text-container {
    position: absolute;
    left: 0;
    height: 100vh;
    z-index: 2; }
    .what4 .text-container .text {
      position: absolute;
      top: 15%;
      color: #212121;
      opacity: 1;
      text-align: left;
      z-index: 1;
      width: 30%; }
  .what4 .pagination {
    position: absolute;
    z-index: 3;
    left: 2rem;
    bottom: 3rem;
    font-size: 0;
    list-style-type: none; }
    @media (max-width: 767px) {
      .what4 .pagination {
        left: 50%;
        transform: translateX(-50%);
        display: none; } }
    .what4 .pagination__bullet {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 0.5rem;
      height: 0.5rem;
      margin: 0 0.5rem;
      border-radius: 50%;
      background-color: #212121;
      cursor: pointer; }
      .what4 .pagination__bullet:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 0.75rem;
        height: 0.75rem;
        background: #9f1317;
        border-radius: 50%;
        transition: transform 0.3s;
        transform: translate(-50%, -50%) scale(0); }
      .what4 .pagination__bullet:hover:before {
        transform: translate(-50%, -50%) scale(0); }
        @media (min-width: 1024px) {
          .what4 .pagination__bullet:hover:before {
            transform: translate(-50%, -50%) scale(1); } }
      .what4 .pagination__bullet.active:before {
        transform: translate(-50%, -50%) scale(1); }
    .what4 .pagination--mobile {
      display: none;
      bottom: 1.25rem; }
      @media (max-width: 767px) {
        .what4 .pagination--mobile {
          display: block; } }

/**
* mobile
*/
.what4--mobile {
  display: none;
  position: relative; }
  @media (max-width: 767px) {
    .what4--mobile {
      display: grid;
      grid-template-rows: 1fr 1fr;
      display: block; } }
  .what4--mobile .text-container {
    z-index: 2;
    display: flex;
    align-items: flex-end; }
    .what4--mobile .text-container .text--mobile {
      position: relative;
      padding: 0 0 3rem 0;
      color: #212121;
      opacity: 1;
      text-align: left;
      z-index: 1; }
  .what4--mobile .slider__container {
    position: relative;
    height: 50vh;
    width: 100%;
    overflow: hidden; }
  .what4--mobile .slider {
    z-index: 1;
    position: relative;
    height: 100%;
    user-select: none; }
    .what4--mobile .slider.animating {
      transition: transform 0.5s; }
      .what4--mobile .slider.animating .slide__bg {
        transition: transform 0.5s; }
    .what4--mobile .slider .slide {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .what4--mobile .slider .slide.active .slide__text {
        opacity: 1; }
      .what4--mobile .slider .slide__bg {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center; }
      .what4--mobile .slider .slide--0 .slide__bg {
        background-image: url("../assets/what4/webp/slider_1@1x.webp"); }
        @media (min-resolution: 2dppx) {
          .what4--mobile .slider .slide--0 .slide__bg {
            background-image: url("../assets/what4/webp/slider_1@2x.webp"); } }
      .what4--mobile .slider .slide--1 .slide__bg {
        background-image: url("../assets/what4/webp/slider_2@1x.webp"); }
        @media (min-resolution: 2dppx) {
          .what4--mobile .slider .slide--1 .slide__bg {
            background-image: url("../assets/what4/webp/slider_2@2x.webp"); } }
      .what4--mobile .slider .slide--2 .slide__bg {
        background-image: url("../assets/what4/webp/slider_3@2x.webp"); }
        @media (min-resolution: 2dppx) {
          .what4--mobile .slider .slide--2 .slide__bg {
            background-image: url("../assets/what4/webp/slider_3@2x.webp"); } }
      .what4--mobile .slider .slide:nth-child(1) {
        left: calc(0% + 100% * (1 - 1)); }
      .what4--mobile .slider .slide:nth-child(2) {
        left: calc(0% + 100% * (2 - 1)); }
      .what4--mobile .slider .slide:nth-child(3) {
        left: calc(0% + 100% * (3 - 1)); }
      .what4--mobile .slider .slide:nth-child(4) {
        left: calc(0% + 100% * (4 - 1)); }
      .what4--mobile .slider .slide__content {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 100%; }
  .what4--mobile .pagination {
    position: absolute;
    z-index: 30;
    bottom: 3rem;
    font-size: 0;
    list-style-type: none;
    left: 50%;
    transform: translateX(-50%); }
    .what4--mobile .pagination__bullet {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 0.5rem;
      height: 0.5rem;
      margin: 0 0.5rem;
      border-radius: 50%;
      background-color: #212121;
      cursor: pointer; }
      .what4--mobile .pagination__bullet:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 0.75rem;
        height: 0.75rem;
        background: #9f1317;
        border-radius: 50%;
        transition: transform 0.3s;
        transform: translate(-50%, -50%) scale(0); }
      .what4--mobile .pagination__bullet:hover:before {
        transform: translate(-50%, -50%) scale(0); }
      .what4--mobile .pagination__bullet.active:before {
        transform: translate(-50%, -50%) scale(1); }

.what5 {
  margin: 10rem 0 5rem 0; }
  @media (max-width: 767px) {
    .what5 {
      display: none; } }
  .what5 .container--what5 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.25rem; }
  .what5 .products {
    justify-self: right;
    display: grid;
    grid-template: "merlot cabernet-sauvignon doppio-passo-2 doppio-passo-2" Min(calc((66vw - calc(2rem * 2)) / 4), calc(13.75rem + 1.25rem)) "water bar doppio-passo-2 doppio-passo-2" Min(calc((66vw - calc(2rem * 2)) / 4), calc(13.75rem + 1.25rem)) "horizontal horizontal verdejo pink-moscato-2" Min(calc((66vw - calc(2rem * 2)) / 4), calc(13.75rem + 1.25rem)) "iced-pink-moscato moscato tempranillo geldermann-placard" Min(calc((66vw - calc(2rem * 2)) / 4), calc(13.75rem + 1.25rem)) "rose rose rosemary geldermann-poster" Min(calc((66vw - calc(2rem * 2)) / 4), calc(13.75rem + 1.25rem)) "rose rose rosemary geldermann"/Min(calc((66vw - calc(2rem * 2)) / 4), calc(13.75rem + 1.25rem)) Min(calc((66vw - calc(2rem * 2)) / 4), calc(13.75rem + 1.25rem)) Min(calc((66vw - calc(2rem * 2)) / 4), calc(13.75rem + 1.25rem)) Min(calc((66vw - calc(2rem * 2)) / 4), calc(13.75rem + 1.25rem));
    overflow: hidden; }
    .what5 .products .product {
      position: relative;
      overflow: hidden; }
      .what5 .products .product__showcase {
        height: 100%;
        width: 100%;
        z-index: 2;
        opacity: 1;
        transition: opacity 0.3s;
        object-fit: cover; }
        .what5 .products .product__showcase--zoomed {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translate(-50%, 0);
          height: 100%;
          width: 100%;
          z-index: -1; }
      .what5 .products .product:hover .product__showcase {
        opacity: 0; }
        .what5 .products .product:hover .product__showcase--zoomed {
          opacity: 1; }
      .what5 .products .product--merlot {
        grid-area: merlot;
        margin: 0 1.25rem 1.25rem 0; }
      .what5 .products .product--cabernet-sauvignon {
        grid-area: cabernet-sauvignon;
        margin: 0 1.25rem 1.25rem 0; }
      .what5 .products .product--doppio-passo-2 {
        grid-area: doppio-passo-2;
        margin: 0 0 1.25rem 0; }
      .what5 .products .product--dinner {
        grid-area: water;
        margin: 0 1.25rem 1.25rem 0; }
        .what5 .products .product--dinner:hover .product__showcase {
          opacity: 1; }
      .what5 .products .product--doppio-passo {
        grid-area: bar;
        margin: 0 1.25rem 1.25rem 0; }
      .what5 .products .product--horizontal {
        grid-area: horizontal;
        margin: 0 1.25rem 1.25rem 0; }
      .what5 .products .product--verdejo {
        grid-area: verdejo;
        margin: 0 1.25rem 1.25rem 0; }
      .what5 .products .product--pink-moscato-2 {
        grid-area: pink-moscato-2;
        margin: 0 0 1.25rem 0; }
      .what5 .products .product--iced-pink-moscato {
        grid-area: iced-pink-moscato;
        margin: 0 1.25rem 1.25rem 0; }
      .what5 .products .product--moscato {
        grid-area: moscato;
        margin: 0 1.25rem 1.25rem 0; }
      .what5 .products .product--tempranillo {
        grid-area: tempranillo;
        margin: 0 1.25rem 1.25rem 0; }
      .what5 .products .product--geldermann-placard {
        grid-area: geldermann-placard;
        margin: 0 0 1.25rem 0; }
      .what5 .products .product--rose {
        grid-area: rose;
        margin: 0 1.25rem 0 0; }
      .what5 .products .product--rosemary {
        grid-area: rosemary;
        margin: 0 1.25rem 0 0; }
        .what5 .products .product--rosemary:hover .product__showcase {
          opacity: 1; }
      .what5 .products .product--geldermann-poster {
        grid-area: geldermann-poster;
        margin: 0 0 1.25rem 0; }
      .what5 .products .product--geldermann {
        grid-area: geldermann;
        margin: 0; }
  .what5 .content {
    display: flex;
    flex-flow: column;
    overflow: hidden; }
    .what5 .content__scroll-wrapper {
      position: relative;
      overflow: hidden;
      flex-grow: 6; }
    .what5 .content__scroll-image {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      width: 100%;
      height: auto; }
    .what5 .content__text {
      height: 25%;
      text-align: left;
      display: flex;
      flex-flow: column;
      justify-content: flex-end;
      margin: 0 0 0.5rem 0;
      flex-grow: 1; }
    @media (min-width: 768px) {
      .what5 .content__headline {
        font-size: 1.5rem;
        line-height: 1.7rem;
        margin-bottom: 0.35rem; } }
    @media (min-width: 1024px) {
      .what5 .content__headline {
        font-size: 2rem;
        line-height: 2.25rem; } }
    @media (min-width: 768px) {
      .what5 .content__details {
        font-size: 1rem;
        line-height: 1.225rem; } }
    @media (min-width: 1024px) {
      .what5 .content__details {
        font-size: 1rem;
        line-height: 1.375rem; } }
    @media (min-width: 1440px) {
      .what5 .content__details {
        font-size: 1.125rem;
        line-height: 1.75rem; } }
    .what5 .content__last-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      flex-grow: 1; }

.what5--mobile {
  display: none;
  margin: 4rem 0 0 0; }
  @media (max-width: 767px) {
    .what5--mobile {
      display: block; } }
  .what5--mobile .container--what5 {
    display: flex;
    flex-flow: column-reverse; }
  .what5--mobile .products {
    height: 100vw;
    display: grid;
    grid-template: 'rosemary dinner' 1fr 'rosemary cabernet-sauvignon' 1fr / 1fr 1fr;
    gap: 1rem; }
    .what5--mobile .products .product {
      position: relative;
      overflow: hidden; }
      .what5--mobile .products .product__showcase {
        height: 100%;
        z-index: 2;
        opacity: 1;
        transition: opacity 0.3s;
        aspect-ratio: auto; }
        .what5--mobile .products .product__showcase--zoomed {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translate(-50%, 0);
          height: 100%;
          width: 100%;
          z-index: -1; }
      .what5--mobile .products .product:hover .product__showcase {
        opacity: 0; }
        .what5--mobile .products .product:hover .product__showcase--zoomed {
          opacity: 1; }
      .what5--mobile .products .product--rosemary {
        grid-area: rosemary; }
        .what5--mobile .products .product--rosemary:hover .product__showcase {
          opacity: 1; }
      .what5--mobile .products .product--dinner {
        grid-area: dinner; }
        .what5--mobile .products .product--dinner:hover .product__showcase {
          opacity: 1; }
      .what5--mobile .products .product--cabernet-sauvignon {
        grid-area: cabernet-sauvignon; }
  .what5--mobile .content {
    margin: 0 0 1.25rem 0; }
    .what5--mobile .content__scroll-image {
      position: relative;
      width: 100%;
      margin-bottom: 3rem; }
    .what5--mobile .content__text {
      text-align: left; }

.why1 {
  min-height: 100vh;
  z-index: 2;
  display: flex;
  align-items: center;
  margin: 0 0 10rem 0; }
  @media (max-width: 767px) {
    .why1 {
      margin: 0; } }
  .why1 .container--why1 {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 5rem 0; }
    @media (max-width: 767px), (min-width: 768px) {
      .why1 .container--why1 {
        flex-direction: column;
        align-items: center; } }
    @media (min-width: 1440px) {
      .why1 .container--why1 {
        flex-direction: row;
        align-items: center; } }
  .why1 .mainline {
    position: relative;
    color: #212121;
    font-weight: 300;
    padding: 0rem 1.25rem 0rem 1.25rem; }
    @media (max-width: 767px), (min-width: 768px) {
      .why1 .mainline {
        width: 100%;
        text-align: center;
        font-size: 1.875rem;
        line-height: 1.875rem; }
        .why1 .mainline br {
          display: none; } }
    @media (min-width: 1024px) {
      .why1 .mainline {
        font-size: 3.625rem;
        line-height: 3.75rem; } }
    @media (min-width: 1440px) {
      .why1 .mainline {
        width: 35%;
        text-align: right; }
        .why1 .mainline br {
          display: block; } }
  .why1 .percentage {
    font-weight: 700;
    color: #212121; }
    @media (max-width: 767px), (min-width: 768px) {
      .why1 .percentage {
        width: 100%;
        margin: 0rem;
        font-size: 10.375rem;
        line-height: normal;
        line-height: 8rem;
        padding: 0 0 0 0; } }
    @media (min-width: 1024px) {
      .why1 .percentage {
        width: 100%;
        font-size: 18.625rem;
        line-height: normal; } }
    @media (min-width: 1440px) {
      .why1 .percentage {
        width: 25%;
        margin: 9.375rem 0rem 0rem 0rem;
        font-size: 26.25rem; } }
  .why1 .content {
    min-width: 21.875rem;
    padding: 0rem 1.875rem 0rem 1.25rem; }
    @media (max-width: 767px), (min-width: 768px) {
      .why1 .content {
        text-align: center;
        margin-top: 0rem;
        width: 100%;
        max-width: 100%; } }
    @media (min-width: 1440px) {
      .why1 .content {
        max-width: 31.25rem;
        width: 55%;
        margin-top: -21.875rem;
        text-align: left;
        padding: 0rem 1.875rem 0rem 8.125rem;
        max-width: 50rem; } }

.why2 {
  background: linear-gradient(to right, #c60b11 0%, #ce0c12 100%);
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    .why2 {
      height: auto; } }
  .why2 .container--why2 {
    position: relative;
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
    display: grid;
    display: flex;
    flex-flow: row-reverse;
    align-items: flex-end; }
    @media (max-width: 767px) {
      .why2 .container--why2 {
        flex-direction: column;
        align-items: center; } }
  .why2 .content {
    position: relative;
    width: 50%;
    color: #fefefe;
    text-align: left;
    bottom: 7rem; }
    @media (min-width: 1200px) {
      .why2 .content {
        bottom: 11rem; } }
    @media (min-width: 1920px) {
      .why2 .content {
        bottom: 19rem; } }
    @media (max-width: 767px) {
      .why2 .content {
        position: static;
        width: 100%;
        height: 50vh;
        padding: 3.75rem 0 0 0;
        overflow: hidden; } }
    .why2 .content__title {
      color: inherit;
      width: 28.75rem;
      max-width: 100%; }
      @media (max-width: 767px) {
        .why2 .content__title {
          font-size: 2.25rem;
          line-height: 2.625rem;
          width: 100%; } }
    .why2 .content__text {
      max-width: 28.75rem;
      color: inherit; }
      @media (max-width: 767px) {
        .why2 .content__text {
          width: 100%; } }
  .why2 .mockup {
    width: 320px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto 0 auto; }
    @media (min-width: 1200px) {
      .why2 .mockup {
        width: 400px; } }
    @media (min-width: 1920px) {
      .why2 .mockup {
        width: 500px; } }
    @media (max-width: 767px) {
      .why2 .mockup {
        width: 100%;
        margin: 0;
        height: 50vh; } }
    .why2 .mockup__wrapper {
      position: relative;
      aspect-ratio: 6/8;
      margin: 0;
      width: 100%; }
      @media (max-width: 767px) {
        .why2 .mockup__wrapper {
          height: 100%;
          max-width: 25rem;
          display: flex;
          align-items: flex-end;
          justify-content: center; } }
    .why2 .mockup__phone {
      position: relative;
      width: 118%;
      left: -9%;
      height: auto;
      z-index: 2;
      bottom: -0.25rem; }
      @media (max-width: 767px) {
        .why2 .mockup__phone {
          max-height: 50vh;
          left: 0;
          height: 100%;
          width: auto; } }
    .why2 .mockup__video {
      position: absolute;
      width: 90%;
      right: 5%;
      top: 31%;
      z-index: 1; }
      @media (max-width: 767px) {
        .why2 .mockup__video {
          left: 50%;
          transform: translate(-50%, 0);
          height: 52%;
          max-height: 26vh;
          width: auto;
          top: auto;
          bottom: Min(17%, 8.5vh); } }

.why3 {
  background: linear-gradient(to right, #c60b11 0%, #ce0c12 100%);
  height: 100vh;
  width: 100vw; }
  .why3 .container--why3 {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .why3 .container--why3 {
        flex-direction: column;
        justify-content: flex-start; } }
  .why3 .content {
    width: 50%;
    left: 1rem;
    opacity: 0; }
    @media (max-width: 767px) {
      .why3 .content {
        margin: 6.25rem 0 0 0;
        width: 100%; } }
    .why3 .content__headline {
      text-align: left;
      color: #fefefe; }
    .why3 .content__text {
      text-align: left;
      color: #fefefe; }
      @media (max-width: 767px) {
        .why3 .content__text {
          width: 100%;
          font-size: 1rem;
          line-height: 1.5rem; } }
  .why3 .coke {
    position: relative;
    width: 50%;
    height: 100%;
    display: grid;
    place-content: center;
    margin-top: 4.375rem; }
    @media (max-width: 767px) {
      .why3 .coke {
        width: 100vw;
        height: 100%;
        margin-top: 0; } }
    .why3 .coke__circle {
      position: relative;
      overflow: hidden;
      border-radius: 50%;
      width: 100%;
      height: 100%;
      max-height: 80vh;
      aspect-ratio: 1;
      background: radial-gradient(circle at center, #ce0d13 0%, #cd0c12 50%, #b51117 70%);
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0); }
      @media (max-width: 767px) {
        .why3 .coke__circle {
          width: 90vw;
          max-width: Min(35rem, 60vh);
          height: 90vw;
          max-height: Min(35rem, 60vh);
          margin: auto; } }
      @media (min-width: 768px) {
        .why3 .coke__circle {
          width: 45vw;
          height: 45vw;
          max-height: Min(80vh, 45rem);
          max-width: Min(80vh, 45rem); } }
      @media (min-width: 1440px) {
        .why3 .coke__circle {
          height: 40rem;
          width: 40rem; } }
    .why3 .coke__image {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(0.8);
      height: 100%;
      opacity: 0;
      transition: opacity 0.3s, transform 0.3s; }
      .why3 .coke__image--1 {
        z-index: 9; }
      .why3 .coke__image--2 {
        z-index: 8; }
      .why3 .coke__image--3 {
        z-index: 7; }
      .why3 .coke__image--4 {
        z-index: 6; }
      .why3 .coke__image--5 {
        z-index: 5; }
      .why3 .coke__image--6 {
        z-index: 4; }
      .why3 .coke__image--7 {
        z-index: 3; }
      .why3 .coke__image--8 {
        z-index: 2; }
      .why3 .coke__image--9 {
        z-index: 1; }
      .why3 .coke__image--fade {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        transition: opacity 0.3s 0.2s, transform 0.3s 0.2s; }

.references {
  padding: 6rem 0;
  background: #f3f5f8; }
  @media (max-width: 767px) {
    .references {
      padding: 3rem 0; } }
  .references__text {
    margin: 0 0 3.5rem 0;
    animation: animationRunnerSafari 1s ease-in-out 0.01s infinite; }
  .references .slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto; }
    .references .slider::before, .references .slider::after {
      background: linear-gradient(to right, #f3f5f8 0%, rgba(255, 255, 255, 0) 100%);
      content: '';
      height: 100%;
      position: absolute;
      width: 10rem;
      z-index: 2; }
      @media (max-width: 767px) {
        .references .slider::before, .references .slider::after {
          width: 2rem; } }
    .references .slider::before {
      left: -1px;
      top: 0; }
    .references .slider::after {
      right: -1px;
      top: 0;
      transform: rotateZ(180deg); }
    .references .slider__track {
      animation: scroll 25s linear 0.01s infinite;
      display: flex;
      justify-content: space-around;
      width: calc(16rem * 18 + 18 * 1rem);
      will-change: transform; }
      @media (max-width: 767px) {
        .references .slider__track {
          animation: scrollMobile 25s linear 0.01s infinite;
          width: calc(9.5rem * 18); } }
      @media (min-width: 1024px) {
        .references .slider__track {
          animation: scrollDesktop 25s linear 0.01s infinite; } }
    .references .slider__slide {
      height: 8rem;
      width: 16rem;
      margin: 1rem 4rem;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      @media (max-width: 767px) {
        .references .slider__slide {
          margin: 1rem 1.5rem;
          height: 5.5rem;
          width: 9.5rem; } }
    .references .slider__logo {
      height: 100%; }

@keyframes scroll {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(calc((calc(16rem * 18 + 18 * 1rem) - 16rem * 1) * -1), 0, 0); } }

@-webkit-keyframes scroll {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(calc((calc(16rem * 18 + 18 * 1rem) - 16rem * 1) * -1), 0, 0); } }
  @media (max-width: 767px) {
    @keyframes scrollMobile {
      0% {
        transform: translate3d(0, 0, 0); }
      100% {
        transform: translate3d(calc(((calc(9.5rem * 18) - 9.5rem * 2) * -1)), 0, 0); } }
    @-webkit-keyframes scrollMobile {
      0% {
        transform: translate3d(0, 0, 0); }
      100% {
        transform: translate3d(calc(((calc(9.5rem * 18) - 9.5rem * 2) * -1)), 0, 0); } } }
  @media (min-width: 1024px) {
    @keyframes scrollDesktop {
      0% {
        transform: translate3d(0, 0, 0); }
      100% {
        transform: translate3d(calc(((calc(16rem * 18 + 18 * 1rem) - 16rem * 6.5) * -1)), 0, 0); } }
    @-webkit-keyframes scrollDesktop {
      0% {
        transform: translate3d(0, 0, 0); }
      100% {
        transform: translate3d(calc(((calc(16rem * 18 + 18 * 1rem) - 16rem * 6.5) * -1)), 0, 0); } } }

@keyframes animationRunnerSafari {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 0.001px, 0); } }

.contact {
  height: 100vh;
  width: 100vw;
  background: #212121; }
  .contact .container--contact {
    position: relative;
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .contact .container--contact .giotto {
      margin: 19rem 0 0 0;
      position: relative;
      width: 500px;
      height: 500px; }
      @media (max-width: 767px) {
        .contact .container--contact .giotto {
          display: none; } }
      @media (min-width: 1024px) and (max-height: 800px) {
        .contact .container--contact .giotto {
          width: 400px;
          height: 400px; } }
      .contact .container--contact .giotto--mobile {
        display: none;
        height: 250px;
        width: 250px;
        margin: 10rem 0 0 0; }
        @media (max-width: 767px) {
          .contact .container--contact .giotto--mobile {
            display: block; } }
      .contact .container--contact .giotto__image {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 90%;
        transform: translate(-50%, -50%) rotate(45deg) translateZ(0);
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
        background-color: #212121; }
        .contact .container--contact .giotto__image--chocolate {
          z-index: 7; }
        .contact .container--contact .giotto__image--bright {
          z-index: 6; }
        .contact .container--contact .giotto__image--white-chocolate {
          z-index: 5; }
        .contact .container--contact .giotto__image--finalSequence-1 {
          z-index: 3; }
        .contact .container--contact .giotto__image--finalSequence-2 {
          z-index: 2; }
        .contact .container--contact .giotto__image--finalSequence-3 {
          z-index: 1; }
    .contact .container--contact .contact__heading {
      position: absolute;
      font-size: 5.125rem;
      line-height: 6.5rem;
      z-index: 10;
      color: #fefefe;
      top: 50%;
      left: 0%;
      transform: translate(0, -50%);
      opacity: 0;
      width: 100%; }
      @media (max-width: 767px) {
        .contact .container--contact .contact__heading {
          display: none;
          font-size: 2.125rem;
          line-height: 2.625rem; } }
      @media (min-width: 768px) and (max-height: 830px) {
        .contact .container--contact .contact__heading {
          top: 58%; } }
      @media (min-width: 1440px) and (max-height: 830px) {
        .contact .container--contact .contact__heading {
          top: 56%; } }
      .contact .container--contact .contact__heading--mobile {
        display: none; }
        @media (max-width: 767px) {
          .contact .container--contact .contact__heading--mobile {
            display: block;
            top: 50%; } }
    .contact .container--contact .contact {
      position: relative;
      height: 19rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      background-color: #212121;
      opacity: 0;
      top: 0; }
      @media screen and (max-resolution: 1dppx) {
        .contact .container--contact .contact {
          top: -10vh; } }
      @media (max-height: 800px), (min-width: 1024px) {
        .contact .container--contact .contact {
          top: 0 !important; } }
      @media (max-width: 767px) {
        .contact .container--contact .contact {
          display: none; } }
      .contact .container--contact .contact--mobile {
        display: none; }
        @media (max-width: 767px) {
          .contact .container--contact .contact--mobile {
            display: block;
            z-index: 10;
            height: 10rem;
            top: 3vh; } }
      .contact .container--contact .contact__text {
        max-width: 27rem;
        margin: 1.25rem 0 1.25rem 0;
        z-index: 10;
        color: #fefefe; }
        @media (max-width: 767px) {
          .contact .container--contact .contact__text {
            margin: 0 0 1.25rem 0;
            max-width: none; } }
      .contact .container--contact .contact__btn {
        text-transform: uppercase;
        display: block;
        border: 0.188rem #dc2227 solid;
        padding: 0.875rem 0.875rem;
        background-color: transparent;
        font-size: 1.125rem;
        font-weight: 700;
        color: #dc2227;
        width: fit-content;
        transition: 0.5s ease-in-out;
        z-index: 50;
        margin: 0 auto; }
        .contact .container--contact .contact__btn:hover {
          color: #9f1317;
          border: 0.188rem #9f1317 solid;
          background: #fefefe; }
          .contact .container--contact .contact__btn:hover a {
            color: #fefefe; }

.nav {
  transition: 0.5s ease-in-out;
  width: 100vw; }
  @media (min-width: 768px) {
    .nav {
      height: 6.25rem; } }
  .nav__container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .nav__logo {
    display: block;
    font-size: 2rem;
    padding: 2.25rem 0 2.25rem 0;
    transition: 0.5s ease-in-out; }
    .nav__logo img {
      width: 10rem; }
      @media (max-width: 767px) {
        .nav__logo img {
          width: 6.875rem; } }
  .nav__links-wrapper {
    transition: 0.5s ease-in-out; }
  .nav__links {
    display: flex;
    align-items: center; }
  .nav__link {
    display: inline-block;
    margin: 0rem 3.125rem 0rem 0rem;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    text-align: left; }
    .nav__link:last-child {
      margin-right: 0; }
    .nav__link:hover .nav__link--text-link,
    .nav__link:hover .dropdown__btn,
    .nav__link:hover .dropdown-btn::before {
      text-shadow: 0px 0px 1px #dc2227;
      color: #dc2227; }
    .nav__link--text-link {
      color: #212121; }
    .nav__link--btn {
      text-transform: uppercase;
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-weight: 700;
      border: 0.188rem #dc2227 solid;
      letter-spacing: 0.067rem;
      background-color: #fefefe;
      color: #dc2227;
      transition: 0.3s ease-in-out;
      padding: 0.675rem 1rem; }
      .nav__link--btn a {
        color: #dc2227; }
      .nav__link--btn:hover {
        color: #9f1317;
        border: 0.188rem #9f1317 solid; }
        .nav__link--btn:hover a {
          color: #fefefe; }
  .nav .dropdown {
    display: inline-block;
    margin-right: 4rem;
    position: relative;
    text-align: left; }
    .nav .dropdown::before {
      position: absolute;
      transform: translate(0, -50%) rotate(135deg);
      border-style: solid;
      border-width: 0.125rem 0.125rem 0 0;
      content: '';
      height: 0.625rem;
      width: 0.625rem;
      right: -1.5rem;
      top: 35%;
      color: #434343; }
    .nav .dropdown__btn {
      display: inline-block;
      color: #434343;
      text-decoration: none; }
    .nav .dropdown:hover::before {
      color: #dc2227; }
    .nav .dropdown:hover .dropdown__menu {
      display: block; }
    .nav .dropdown__menu {
      display: none;
      position: absolute;
      text-align: right;
      min-width: 8rem;
      -moz-padding-start: calc(0.625rem - 0.188rem);
      padding: 1.25rem 0rem 0rem 0rem;
      font-size: 1.25rem;
      color: #434343;
      font-weight: 300;
      transition: 0.5s ease-in-out; }
    .nav .dropdown__item {
      padding: 0.75rem 1rem;
      text-decoration: none;
      display: block;
      text-align: left;
      background-color: #fefefe;
      cursor: pointer; }
      .nav .dropdown__item.inactive {
        display: none; }
      .nav .dropdown__item:hover {
        color: #dc2227;
        font-weight: 400; }
    .nav .dropdown.narrow {
      padding: 0.625rem 0rem 0rem 0.938rem; }
  .nav__toggle {
    display: none;
    transition: 0.5s ease-in-out; }
  .nav .burger-menu {
    display: none; }
  .nav .mobile-lang {
    display: none; }
  .nav .mobile-lang-menu {
    display: none; }
  @media (min-width: 768px) {
    .nav.narrow {
      height: 4.375rem; } }
  .nav.narrow .nav__logo {
    padding: 0rem; }
  .nav.narrow .nav__btn {
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.675rem 0.875rem; }
  .nav.active .nav__logo {
    opacity: 0;
    z-index: -1; }
  @media (max-width: 767px) {
    .nav.active .nav__links-wrapper {
      max-height: 100vh; } }
  .nav.active .burger-menu--first {
    transform: translate(-0.063rem, 0rem) rotate(45deg);
    transform-origin: left top; }
  .nav.active .burger-menu--second {
    transition: none;
    transform: scale(0); }
  .nav.active .burger-menu--third {
    transform: translate(-0.563rem, -0.938rem) rotate(-45deg);
    transform-origin: right bottom; }
  @media (max-width: 767px) {
    .nav__logo {
      padding: 0.375rem 1rem 0.375rem 0; }
      .nav__logo img {
        width: 6.875rem; }
    .nav__links-wrapper {
      position: fixed;
      background-color: #fefefe;
      overflow: hidden;
      top: 0;
      left: 0;
      height: 100%;
      width: 100vw;
      max-height: 0;
      z-index: 100;
      display: flex;
      flex-direction: column; }
    .nav__links {
      position: relative;
      height: 50%;
      width: 100%;
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      justify-content: flex-start; }
    .nav__link {
      display: block;
      text-align: center;
      margin: 1.25rem 0; }
      .nav__link--btn {
        width: 10.625rem;
        margin: 1.25rem auto; }
    .nav .dropdown {
      display: none; }
    .nav__toggle {
      display: block;
      width: 1.875rem;
      cursor: pointer;
      z-index: 101; }
    .nav .burger-menu {
      width: 100%;
      margin: 0.313rem 0 0.313rem 0;
      display: block;
      top: 0.938rem;
      height: 0.125rem;
      background: #dc2227;
      transition: 0.5s ease-in-out; }
    .nav .mobile-lang {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      height: 50%; }
      .nav .mobile-lang__showcase {
        margin: 0 0 0.875rem 0;
        font-size: 1.25rem;
        line-height: 1.5rem; }
      .nav .mobile-lang__switch {
        border: none;
        text-decoration: underline;
        background: transparent;
        margin: 0 0 1.675rem 0;
        font-size: 0.875rem;
        line-height: 1.067rem;
        font-weight: 300;
        color: #212121; }
    .nav .mobile-lang-menu {
      display: block;
      position: fixed;
      height: 100vh;
      width: 100vw;
      left: 0;
      top: 0;
      background: #fefefe;
      z-index: 300;
      transition: transform 0.5s ease-in-out;
      transform: translate(-100%, 0); }
      .nav .mobile-lang-menu.active {
        transform: translate(0, 0); }
      .nav .mobile-lang-menu__container {
        height: 100%;
        width: 100%;
        position: relative;
        display: grid;
        place-items: center; }
      .nav .mobile-lang-menu__back-btn {
        position: absolute;
        top: 1rem;
        left: 1rem;
        border-style: solid;
        border-width: 0.125rem 0.125rem 0 0;
        border-color: #434343;
        height: 0.875rem;
        width: 0.875rem;
        transform: rotate(225deg);
        background: none; }
      .nav .mobile-lang-menu__item-wrapper {
        display: flex;
        flex-direction: column; }
      .nav .mobile-lang-menu__item {
        margin: 0 0 1.875rem 0; }
        .nav .mobile-lang-menu__item.active {
          color: #dc2227;
          font-weight: 500; } }

.footer {
  padding: 4rem 0 4rem 0;
  width: 100%;
  text-align: center;
  background-color: #f3f5f8; }
  @media (max-width: 767px) {
    .footer {
      padding: 3rem 0 5rem 0; } }
  .footer__wrapper {
    display: flex;
    flex-direction: column; }
  .footer__logo {
    width: 15rem; }
    @media (max-width: 767px) {
      .footer__logo {
        margin: 0 0 1.25rem 0; } }
  .footer__details {
    display: flex;
    flex-direction: row;
    padding: 2.5rem 0;
    width: 100%;
    color: #212121;
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 767px) {
      .footer__details {
        flex-direction: column;
        margin: 0;
        padding: 0; } }
  .footer__details-address {
    width: 15%;
    text-align: left;
    min-width: 8.75rem;
    line-height: inherit;
    font-size: inherit;
    color: inherit; }
    @media (max-width: 767px) {
      .footer__details-address {
        margin: 0 0 1.875rem 0;
        width: 100%; } }
  .footer__details-contact {
    width: 55%;
    text-align: left;
    min-width: 10.625rem;
    color: inherit;
    font-size: inherit;
    line-height: inherit; }
    @media (max-width: 767px) {
      .footer__details-contact {
        margin: 0 0 1.875rem 0;
        width: 100%; } }
  .footer__details-links {
    width: 30%;
    text-align: right;
    min-width: 10rem;
    margin-top: 0rem;
    line-height: inherit;
    font-size: inherit;
    color: inherit; }
    @media (max-width: 767px) {
      .footer__details-links {
        text-align: left;
        line-height: 1.875rem;
        width: 100%; } }
  .footer__details-link {
    color: inherit;
    line-height: inherit;
    font-size: inherit; }

*,
*:after,
*:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

body {
  color: #212121;
  display: flex;
  flex-direction: column;
  width: 100vw;
  overflow-x: hidden;
  margin: 0px;
  font-family: 'Helvetica Neue', Arial, sans-serif; }

header {
  text-align: center;
  color: #434343;
  background-color: #fefefe;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.12);
  position: fixed;
  z-index: 100; }
  @media (max-width: 767px) {
    header {
      padding: 10px 0;
      height: 50px;
      min-width: 230px; }
      header.narrow {
        height: 50px; } }

section {
  width: 100%;
  text-align: center; }

a {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 400;
  text-decoration: none; }

ul,
li {
  list-style: none; }

h1 {
  font-size: 2.75rem;
  line-height: 3.25rem; }
  @media (max-width: 767px) {
    h1 {
      font-size: 1.875rem;
      line-height: 2.25rem; } }

h2 {
  font-size: 3rem;
  line-height: 3.625rem;
  margin-bottom: 1.25rem; }
  @media (max-width: 767px) {
    h2 {
      font-size: 1.5rem;
      line-height: 2rem; } }

h3 {
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-weight: 600; }
  @media (max-width: 767px) {
    h3 {
      font-size: 1.25rem;
      line-height: 1.5rem;
      margin: 0 0 0.675rem 0; } }

p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #212121; }
  @media (max-width: 767px) {
    p {
      font-size: 1rem;
      line-height: 1.5rem;
      color: #434343; } }
  p strong {
    font-weight: 600; }
  p sup {
    line-height: 0; }
