/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@font-face {
  font-display: swap;
  font-family: 'Jasmina FY';
  src: url('/fe-web/css/fonts/JasminaFY-Regular.eot');
  src: url('/fe-web/css/fonts/JasminaFY-Regular.eot#iefix') format('embedded-opentype'), url('/fe-web/css/fonts/JasminaFY-Regular.woff') format('woff'), url('/fe-web/css/fonts/JasminaFY-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'sabonce_bold';
  src: url('/fe-web/css/fonts/sabonce/sabonce-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'sabonce_bold_italic';
  src: url('/fe-web/css/fonts/sabonce/sabonce-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'sabonce_italic';
  src: url('/fe-web/css/fonts/sabonce/sabonce-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'sabonce_roman';
  src: url('/fe-web/css/fonts/sabonce/sabonce-roman-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueW01-65Medi';
  src: url('/fe-web/css/fonts/nmcv/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?iefix=') format('eot');
}
@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueW01-65Medi';
  src: url('/fe-web/css/fonts/nmcv/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?iefix=');
  src: url('/fe-web/css/fonts/nmcv/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff') format('woff'), url('/fe-web/css/fonts/nmcv/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf') format('truetype'), url('/fe-web/css/fonts/nmcv/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#nimb_36c182c6-ef98-4021-9b0d-d63122c2bbf5') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueW01-75Bold';
  src: url('/fe-web/css/fonts/nmcv/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?iefix=') format('eot');
}
@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueW01-75Bold';
  src: url('/fe-web/css/fonts/nmcv/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?iefix=');
  src: url('/fe-web/css/fonts/nmcv/14ff6081-326d-4dae-b778-d7afa66166fc.woff') format('woff'), url('/fe-web/css/fonts/nmcv/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf') format('truetype'), url('/fe-web/css/fonts/nmcv/f751c8ae-1057-46d9-8d74-62592e002568.svg#nimb_f751c8ae-1057-46d9-8d74-62592e002568') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Rockwell W02 Bold';
  src: url('/fe-web/css/fonts/nmcv/0f2ef9a3-cf9b-4737-bebd-bb866a4e4e5c.eot?iefix=') format('eot');
}
@font-face {
  font-display: swap;
  font-family: 'Rockwell W02 Bold';
  src: url('/fe-web/css/fonts/nmcv/0f2ef9a3-cf9b-4737-bebd-bb866a4e4e5c.eot?iefix=');
  src: url('/fe-web/css/fonts/nmcv/69d8de3f-4a1d-4135-9b53-40008ecb5c43.woff') format('woff'), url('/fe-web/css/fonts/nmcv/195f04d2-ae5f-4e46-98f5-70f7621c7d07.ttf') format('truetype'), url('/fe-web/css/fonts/nmcv/0d9be645-c58b-4cef-b53a-93dca0a3528d.svg#nimb_0d9be645-c58b-4cef-b53a-93dca0a3528d') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Rockwell W01';
  src: url('/fe-web/css/fonts/73e6c08f-deb5-4d6f-827b-597a84046aa4.eot?iefix=') format('eot');
}
@font-face {
  font-display: swap;
  font-family: 'Rockwell W01';
  src: url('/fe-web/css/fonts/nmcv/73e6c08f-deb5-4d6f-827b-597a84046aa4.eot?iefix=');
  src: url('/fe-web/css/fonts/nmcv/de4b0540-9702-4662-8f3a-228419485257.woff') format('woff'), url('/fe-web/css/fonts/nmcv/bc34c4cd-af2c-400d-b4d0-726e2d89f690.ttf') format('truetype'), url('/fe-web/css/fonts/nmcv/59c05ddc-99f9-44db-82ce-cb7f503b5110.svg#nimb_59c05ddc-99f9-44db-82ce-cb7f503b5110') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Deccan-Semibold';
  src: url('/fe-web/css/fonts/Deccan-Semibold.eot?iefix=');
  src: url('/fe-web/css/fonts/Deccan-Semibold.woff') format('woff'), url('/fe-web/css/fonts/Deccan-Semibold.ttf') format('truetype'), url('/fe-web/css/fonts/Deccan-Semibold.svg') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Deccan-Regular';
  src: url('/fe-web/css/fonts/DeccanMulinoBianco.eot?iefix=');
  src: url('/fe-web/css/fonts/DeccanMulinoBianco.woff') format('woff'), url('/fe-web/css/fonts/DeccanMulinoBianco.ttf') format('truetype'), url('/fe-web/css/fonts/DeccanMulinoBianco.svg') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'indie-flower';
  src: url('/fe-web/css/fonts/indie-flower.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.titillium {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.titilliumSemiBold {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.titilliumBold {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.titilliumBoldItalic {
  font-family: 'Titillium Web', sans-serif;
  font-style: italic;
  font-weight: bold;
}
.titilliumItalic {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: italic;
}
.jasmina {
  font-family: 'Deccan-Semibold';
}
.sabonceBold {
  font-family: 'Deccan-Semibold';
}
.sabonceBoldItalic {
  font-family: 'Deccan-Semibold';
}
.sabonceItalic {
  font-family: 'Deccan-Semibold';
}
.sabonceRoman {
  font-family: 'Deccan-Semibold';
}
.helveticaBold {
  font-family: 'Titillium Web', sans-serif;
}
.helveticaMedium {
  font-family: 'Titillium Web', sans-serif;
}
.rockwell {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.rockwellBold {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.deccanSemiBold {
  font-family: 'Deccan-Semibold';
}
.deccanRegular {
  font-family: 'Deccan-Regular';
}
.indie-flower {
  font-family: 'indie-flower', sans-serif;
  font-weight: normal;
  font-style: normal;
}
/*Colors*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn,
.thumbnail {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated,
.thumbnail {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.external {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.external:after {
  content: '';
  background-image: url("/fe-web/img/landing-calendario-2025/external.svg");
  width: 24px;
  height: 24px;
  flex: 1 0 auto;
}
.main-cnt .box-cta {
  padding: 0 15px 26px;
  text-align: center;
  background: white;
  color: #5a1e0f;
}
.main-cnt .box-cta .title {
  padding-bottom: 10px;
  padding-top: 32px;
}
.main-cnt .box-cta .text {
  margin-bottom: 25px;
  display: block;
}
.main-cnt .box-cta.light-reg {
  padding: 0 80px 60px;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg {
    padding: 0 20px 40px;
  }
}
.main-cnt .box-cta.light-reg .loader {
  display: none;
}
.main-cnt .box-cta.light-reg.loading {
  opacity: 0.4;
  position: relative;
}
.main-cnt .box-cta.light-reg.loading .loader {
  display: block;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-cnt .box-cta.light-reg.loading .loader svg {
  fill: #5a1e0f;
  width: 200px;
}
.main-cnt .box-cta.light-reg .title {
  font-size: 36px;
  padding-top: 60px;
  padding-bottom: 6px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .title {
    font-size: 28px;
  }
}
.main-cnt .box-cta.light-reg .text {
  font-size: 16px;
  line-height: 1.44;
  margin-bottom: 15px;
}
.main-cnt .box-cta.light-reg .text b {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .text {
    font-size: 15px;
  }
}
.main-cnt .box-cta.light-reg .text a {
  color: #007a8c;
}
.main-cnt .box-cta.light-reg .mandatory-fields {
  font-size: 12px;
  line-height: 2;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #5a1e0f;
  margin-bottom: 20px;
  display: block;
}
.main-cnt .box-cta.light-reg .button.rounded {
  background: #007a8c;
  min-width: 188px;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 16px 20px;
}
.main-cnt .box-cta.light-reg .button.rounded.single-cta {
  margin-top: 20px;
}
.main-cnt .box-cta.light-reg .form-cnt .input_container {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin-bottom: 5px;
}
.main-cnt .box-cta.light-reg .form-cnt .input_container .input-container {
  display: inline-block;
  margin: 10px 0 0 2%;
  -webkit-box-flex: 2;
  flex-grow: 2;
  height: 100px;
  width: 48%;
  text-align: left;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .form-cnt .input_container .input-container {
    width: 100%;
  }
}
.main-cnt .box-cta.light-reg .form-cnt .input_container .input-container label {
  font-size: 16px;
  line-height: 1.75;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #5a1e0f;
  margin-bottom: 10px;
  display: block;
}
.main-cnt .box-cta.light-reg .form-cnt .thank-you {
  margin-top: 30px;
}
.main-cnt .box-cta.light-reg .form-cnt .thank-you a.label-no {
  color: #007a8c;
  display: block;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 20px;
  font-size: 18px;
}
.main-cnt .box-cta.light-reg .form-cnt .privacy1 {
  text-align: left;
  padding-left: 18px;
  line-height: 1.4;
  font-size: 13px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .form-cnt .privacy1 {
    font-size: 15px;
    padding-left: 10px;
  }
}
.main-cnt .box-cta.light-reg .form-cnt .privacy1 a {
  color: #007a8c;
}
.main-cnt .box-cta.light-reg .form-cnt .privacy2 {
  text-align: left;
  padding-left: 18px;
  line-height: 1.4;
  font-size: 13px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .form-cnt .privacy2 {
    font-size: 12px;
    padding-left: 10px;
  }
}
.main-cnt .box-cta.light-reg .form-cnt .privacy2 a {
  color: #007a8c;
}
.main-cnt .double-boxes-cta-container {
  float: left;
  width: 49%;
  min-height: 281px;
  margin-left: 2%;
}
.main-cnt .double-boxes-cta-container .title.mb-text-large {
  font-size: 40px;
}
.main-cnt .double-boxes-cta-container:first-child {
  margin-left: 0px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .main-cnt .double-boxes-cta-container .title.mb-text-large {
    font-size: 35px;
  }
  .main-cnt .double-boxes-cta-container .text {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .main-cnt .box-cta {
    padding: 0 10px 40px;
  }
  .main-cnt .double-boxes-cta-container {
    width: 100%;
    float: none;
    min-height: auto;
    margin-bottom: 20px;
  }
  .main-cnt .double-boxes-cta-container .title.mb-text-large {
    font-size: 24px;
  }
  .main-cnt .double-boxes-cta-container .text {
    font-size: 15px;
  }
  .main-cnt .double-boxes-cta-container .box-cta {
    padding: 0 0 26px 0;
  }
}
.main-cnt #nl-litreg-email-confirm a.label-no {
  color: #007a8c;
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  margin-top: 20px;
}
.visual-background {
  height: 450px;
  padding-left: 51%;
  padding-right: 30px;
  padding-top: 140px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.visual-background .breadcrumbs {
  margin-bottom: 20px;
}
.visual-background h1,
.visual-background h2,
.visual-background .breadcrumbs,
.visual-background .breadcrumbs a,
.visual-background .breadcrumbs a:visited {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fbf7ec;
}
.visual-background.text-brown h1,
.visual-background.text-brown h2,
.visual-background.text-brown .breadcrumbs,
.visual-background.text-brown .breadcrumbs a,
.visual-background.text-brown .breadcrumbs a:visited {
  color: #5a1e0f;
}
.visual-background .visual-body {
  position: absolute;
  width: 780px;
  height: 510px;
  left: 50%;
  background-position: center right;
  background-size: contain;
  bottom: -30px;
  padding-top: 30px;
  margin-left: -800px;
  background-repeat: no-repeat;
}
.visual-background .text-on-right h1 p,
.visual-background .text-right h1 p {
  font-family: 'Deccan-Semibold';
  color: white;
  font-size: 60px;
  line-height: 60px;
  font-weight: normal;
}
.visual-background .text-on-right h2 p,
.visual-background .text-right h2 p {
  font-family: 'Deccan-Semibold';
  color: white;
  margin-top: 26px;
  font-size: 36px;
  line-height: 40px;
  font-weight: normal;
}
.visual-background .title_right_text span p {
  font-size: 24px;
  color: #5a1e0f;
  line-height: 28px;
  max-width: 450px;
  font-family: 'Deccan-Regular';
}
@media (max-width: 1023px) and (min-width: 768px) {
  .visual-background .text-on-right h1 p {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .visual-background {
    height: 295px;
    padding: 75px 0 0 0;
    text-align: center;
    display: block;
    margin-bottom: 170px;
  }
  .visual-background .visual-body {
    height: 240px;
    bottom: -70px;
    width: 100%;
    left: 0;
    top: auto;
    margin-left: 0;
    background-position: center center;
  }
  .visual-background .text-on-right h1 p {
    font-size: 30px;
    line-height: 1.2;
  }
  .visual-background .title_right_text span p {
    display: none;
  }
}
.visual-background.center {
  padding: 0 20px;
  align-items: center;
  justify-content: center;
}
.visual-background.center h2 {
  text-align: center;
}
.visual-background {
  height: 540px;
  background: no-repeat 50% 50%;
  background-size: cover;
}
.visual-background.center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.visual-background h1,
.visual-background h2,
.visual-background .breadcrumbs,
.visual-background .breadcrumbs a,
.visual-background .breadcrumbs a:visited {
  color: #fbf7ec;
}
.visual-background.text-brown h1,
.visual-background.text-brown h2,
.visual-background.text-brown .breadcrumbs,
.visual-background.text-brown .breadcrumbs a,
.visual-background.text-brown .breadcrumbs a:visited {
  color: #5a1e0f;
}
.visual-background.has-text-right .text-on-right {
  max-width: 495px;
}
.visual-background h1,
.visual-background h2 {
  font-family: 'Deccan-Semibold';
}
.visual-background .breadcrumbs {
  font-family: 'Deccan-Regular';
}
.visual-background .breadcrumbs b,
.visual-background .breadcrumbs strong {
  font-family: 'Deccan-Semibold';
}
.visual-background .breadcrumbs {
  font-size: 18px;
  line-height: 38px;
}
.visual-background .breadcrumbs a {
  text-decoration: none;
}
.visual-background h1 {
  font-size: 60px;
}
.visual-background h2 {
  margin: 10px 0;
  font-size: 32px;
}
.visual-background .visual-body {
  bottom: -230px;
  width: 545px;
  margin-left: -545px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .visual-background .visual-body {
    bottom: -280px;
    width: 384px;
    margin-left: -384px;
  }
}
@media (max-width: 767px) {
  .visual-background {
    height: auto;
    padding: 75px 0;
    margin-bottom: 0;
  }
  .visual-background .breadcrumbs {
    font-size: 18px;
    line-height: 38px;
  }
  .visual-background h1 {
    font-size: 52px;
  }
  .visual-background h2 {
    font-size: 32px;
  }
  .visual-background.text-left-mobile {
    text-align: left;
    padding-left: 15px;
  }
}
.thumbnail-product__favourite {
  background-color: white;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  top: 10px;
  right: 10px;
}
.thumbnail-product__favourite .sprite.favourite {
  width: 22px;
  height: 22px;
  fill: transparent;
  stroke: #007a8c;
  stroke-width: 20px;
  position: relative;
  top: 12px;
  left: 0px;
  transition: fill 0.5s;
}
.thumbnail-product__favourite.on .sprite.favourite {
  fill: #007a8c !important;
}
.thumbnail-product__favourite.loadingRate .sprite.favourite {
  animation: heart-pulse 1s ease infinite;
}
.thumbnail-product .new-product,
.thumbnail-product .sticker {
  border-radius: 45px;
  position: relative;
  line-height: 45px;
  background: #007a8c;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  display: block;
  width: 45px;
  height: 45px;
  color: white;
}
.thumbnail-product .is-gluten-free,
.thumbnail-product .is-lactose-free {
  position: relative;
  margin-top: 5px;
}
.thumbnail-product .coupon-flag {
  width: 128px;
  height: 128px;
  position: absolute;
  transform: rotate(-45deg);
  background: #007a8c;
  top: -64px;
  left: -64px;
  z-index: 50;
}
.thumbnail-product .coupon-flag p {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  width: 100%;
  bottom: 5px;
  color: #fbf7ec;
  line-height: 18px;
}
.thumbnail-product__sticker {
  position: absolute;
  font-size: 12px;
  width: 45px;
  height: auto;
  top: 65px;
  right: 10px;
  z-index: 11;
}
.thumbnail {
  text-align: center;
  width: 300px;
  height: 300px;
  box-sizing: border-box;
  margin: 0 0 30px 0;
  overflow: hidden;
  display: inline-block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.thumbnails {
  margin: auto;
}
.has-no-results .thumbnails {
  display: none;
}
.thumbnail--double-x {
  width: 630px;
  height: 300px;
}
.thumbnail--double-x .thumbnail-product .thumbnail__text {
  display: block;
}
.thumbnail--double-x .thumbnail-product .thumbnail__image {
  margin-right: 30px;
}
.thumbnail--double-x .thumbnail-product__favourite {
  right: 340px;
}
.thumbnail--double-x .thumbnail-product .new-product {
  right: 340px;
}
.thumbnail--double-y {
  width: 300px;
  height: 630px;
}
.thumbnail-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.thumbnail-product:hover .thumbnail__image--pack {
  visibility: visible;
  opacity: 1;
}
.thumbnail-product .thumbnail__text {
  display: none;
  text-align: left;
  width: 300px;
}
.thumbnail-product .thumbnail__text__title {
  font-size: 24px;
  color: white;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
.thumbnail-product .thumbnail__text__descripiton {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: white;
  padding-right: 20px;
  line-height: 1.3;
  font-size: 18px;
}
.thumbnail-product .thumbnail__text__descripiton strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.thumbnail-product .thumbnail__text__descripiton .h6 {
  margin-top: 23px;
}
.thumbnail-product .thumbnail__text__descripiton .h3 {
  font-size: 24px;
  color: #5a1e0f !important;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  margin-bottom: 30px;
}
.thumbnail-product .thumbnail__text__descripiton p {
  color: #5a1e0f !important;
}
.thumbnail-product .thumbnail__image {
  width: 300px;
  height: 300px;
}
.thumbnail-product .thumbnail__image img {
  height: 100%;
}
.thumbnail-product .thumbnail__image__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0 12px 0;
  max-width: 300px;
}
.thumbnail-product .thumbnail__image__text.inverse {
  color: white;
}
.thumbnail-product .thumbnail__image__text .inner-text {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 15px;
  color: #5a1e0f;
}
.thumbnail-product .thumbnail__image__text span svg {
  transform: rotate(-90deg);
}
.thumbnail-product .thumbnail__image--pack {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.thumbnail-product .thumbnail__image--pack img {
  width: 90%;
}
.thumbnail-product .thumbnail__image__widelink {
  display: block;
}
.thumbnail-product__favourite {
  position: absolute;
  z-index: 11;
}
.thumbnail-promo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  font-size: 22px;
}
.thumbnail-promo__over {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: white;
}
.thumbnail-promo .ribbon-label .ribbon-label__text {
  color: #fbf7ec;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
}
.thumbnail-promo__text {
  line-height: 1;
  z-index: 2;
}
.thumbnail-promo__text .pf-button {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-out;
  display: inline-block;
}
.thumbnail-promo__text--title span {
  background-color: white;
  padding: 0 8px;
  position: relative;
}
.thumbnail-promo__text--title span:first-child {
  z-index: 1;
}
.thumbnail-promo__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
}
.thumbnail-promo:hover .thumbnail-promo__over {
  visibility: visible;
  opacity: 0.9;
}
.thumbnail-promo:hover .thumbnail-promo__text .pf-button {
  visibility: visible;
  opacity: 1;
}
.thumbnail-social {
  position: relative;
  height: 100%;
  display: block;
}
.thumbnail-social:hover .social__logo {
  background-color: transparent;
}
.thumbnail-social:hover .social__logo:before {
  opacity: 1;
  width: 40px;
  height: 40px;
  background: #007a8c;
  z-index: 1;
}
.thumbnail-social:hover .social__button {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s, transform 0.2s ease-out 0s;
}
.thumbnail-social:hover .social__link {
  visibility: visible;
}
.thumbnail-social:hover .social-ctr {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transition: top 0.3s ease-out 0s, right 0.3s ease-out 0s, transform 0.3s ease-out 0s;
}
.thumbnail-social:hover .social-ctr.facebook {
  right: 50%;
}
.thumbnail-social:hover .ribbon-label {
  width: 100%;
  height: 100%;
}
.thumbnail-social:hover .ribbon-label__color {
  transform: rotate(45deg) scale(3.5);
  width: 301px;
  height: 301px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.thumbnail-social .social-ctr {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 20;
  transition: top 0.3s ease-out, right 0.3s ease-out, transform 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thumbnail-social .social-ctr.facebook {
  right: 0;
}
.thumbnail-social .social-ctr svg {
  position: relative;
  z-index: 2;
  height: 50px;
}
.thumbnail-social .social-ctr svg.facebook {
  width: 50px;
}
.thumbnail-social .social__button {
  visibility: hidden;
  opacity: 0;
  min-width: 150px;
  box-sizing: border-box;
  transform: translate(0, -20px);
  transition: opacity 0.2s ease-out 0s, transform 0.2s ease-out 0s, visibility 0.2s ease-out 0s;
  z-index: 20;
  position: absolute;
  width: 100%;
  display: block;
  top: 175px;
}
.thumbnail-social .social__link {
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 11;
  left: 0;
  top: 0;
  visibility: hidden;
  transition: visibility 0.2s ease-out 0s;
}
.thumbnail-social .social__logo {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.thumbnail-social .social__logo:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #007a8c;
  border-radius: 50%;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.thumbnail-social__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
}
.thumbnail-social .ribbon-label__color {
  transition: background 0.3s, transform 0.5s;
}
.thumbnail-nutrition-tip {
  padding: 25px 0 0;
  position: relative;
  text-align: left;
}
.thumbnail-nutrition-tip__title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  padding: 0 25px;
}
.thumbnail-nutrition-tip__separator {
  height: 1px;
  background: rgba(90, 30, 15, 0.25);
  display: block;
  margin: 20px 25px;
}
.thumbnail-nutrition-tip__text {
  font-size: 22px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #5a1e0f;
  line-height: 1.2;
  max-height: 215px;
  position: relative;
}
.thumbnail-nutrition-tip__text strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-style: italic;
}
.thumbnail-nutrition-tip__text ul {
  padding: 0 18px 25px;
  list-style-type: none !important;
}
.thumbnail-nutrition-tip__text h4 {
  font-size: 36px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  display: inline;
}
.thumbnail-nutrition-tip__text p {
  padding: 0 25px 0;
  line-height: 18px;
}
.thumbnail-nutrition-tip__text ul {
  padding: 0 18px 10px;
  list-style-type: none !important;
}
.thumbnail-nutrition-tip__text ul li {
  line-height: 0;
  padding: 4px 0;
}
.thumbnail-nutrition-tip__text ul li > strong:first-child:before,
.thumbnail-nutrition-tip__text ul li > p:first-child:before,
.thumbnail-nutrition-tip__text ul li > span:first-child:before,
.thumbnail-nutrition-tip__text ul li > h4:first-child:before {
  content: "-";
  margin-right: 7px;
}
.thumbnail-nutrition-tip__text ul li .yxp-tiny-testo-grande {
  line-height: 25px;
}
.thumbnail-nutrition-tip__text ul li .yxp-tiny-testo-piccolo {
  line-height: 18px;
}
.thumbnail-nutrition-tip__text .yxp-tiny-testo-maxi {
  display: inline-block;
  line-height: 36px;
  font-size: 36px;
}
.thumbnail-nutrition-tip__text .yxp-tiny-testo-grande {
  display: inline-block;
  line-height: 28px;
  font-size: 25px;
}
.thumbnail-nutrition-tip__text .yxp-tiny-testo-medio {
  display: inline-block;
  line-height: 24px;
  font-size: 21px;
}
.thumbnail-nutrition-tip__text .yxp-tiny-testo-piccolo {
  display: inline-block;
  line-height: 21px;
  font-size: 18px;
}
.thumbnail-nutrition-tip__text .yxp-tiny-testo-mini {
  display: inline-block;
  line-height: 17px;
  font-size: 15px;
}
.thumbnail .ribbon-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 301px;
  height: 301px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 10;
}
.thumbnail .ribbon-label__color {
  position: absolute;
  top: -71%;
  left: 71%;
  background: #007a8c;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  width: 301px;
  height: 301px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.thumbnail .ribbon-label__text {
  color: white;
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.thumbnail .label-instagram {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 16px;
}
.thumbnail .label-instagram__image {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.thumbnail .label-instagram__image img {
  width: 24px;
  height: 24px;
}
.thumbnail .label-instagram__text {
  font-family: 'RobotoCondensed Bold', sans-serif;
  font-size: 14px;
  line-height: 1;
}
.thumbnail--double {
  width: 630px;
  height: 630px;
}
.thumbnail--double.nutrition-tip {
  width: 300px;
  height: 300px;
}
.thumbnail--double.thumbnail .ribbon-label {
  width: 630px;
  height: 630px;
}
.thumbnail--double.thumbnail .ribbon-label__color {
  width: 630px;
  height: 630px;
  top: -75%;
  left: 75%;
}
.thumbnail--double .thumbnail-social .social__button {
  top: calc(50% + 30px);
}
.thumbnail--double .thumbnail-social .social-ctr {
  top: 20px;
  right: 20px;
}
.thumbnail--double .thumbnail-social .social-ctr svg {
  height: 30px;
  width: 33px;
}
.thumbnail--double .thumbnail-social:hover .social-ctr {
  top: 50%;
  right: 50%;
}
.thumbnail--double .thumbnail-social:hover .social__logo:before {
  width: 50px;
  height: 50px;
}
.thumbnail--double .thumbnail-social:hover .ribbon-label__color {
  top: -70%;
  left: 70%;
}
.pf-button.link-brown {
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #5a1e0f;
}
.pf-button.link-brown span {
  display: inline-block;
  vertical-align: middle;
}
.pf-button.link-brown svg {
  display: inline-block;
  vertical-align: baseline;
  stroke-width: 2px;
  width: 11px;
  stroke: #5a1e0f;
  height: 6px;
}
.pf-button.link-brown.inverse {
  color: white;
}
.pf-button.link-brown.inverse svg.arrow {
  stroke: white;
}
.pf-button.link-white {
  color: white;
}
.pf-button.link-white p {
  display: flex;
  align-items: center;
}
.pf-button.link-white svg {
  stroke: white;
  fill: white;
}
.pf-button.link-blue {
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #007a8c;
}
.pf-button.link-blue span {
  display: inline-block;
  vertical-align: middle;
}
.pf-button.link-blue svg {
  display: inline-block;
  vertical-align: baseline;
  stroke-width: 2px;
  width: 11px;
  stroke: #007a8c;
  height: 6px;
}
.pf-button--pieno {
  border-radius: 4px;
  padding: 20px 35px;
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
}
.pf-button--pieno.blue-white {
  background: #007a8c;
  color: white;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .thumbnail--double-x .thumbnail-product .thumbnail__text {
    display: block;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .thumbnail .coupon-flag {
    transform: rotate(-45deg);
  }
  .thumbnail--double-x .thumbnail-product .thumbnail__text {
    display: block;
    width: 50%;
  }
  .thumbnail--double-x .thumbnail-product .thumbnail__text__descripiton {
    padding-right: 9px;
    line-height: 1.1;
    font-size: 13px;
  }
  .thumbnail--double-x .thumbnail-product .thumbnail__text__descripiton .h3 {
    font-size: 15px;
    margin-bottom: 10px;
    display: none;
  }
  .thumbnail--double-x .thumbnail-product .thumbnail__image {
    width: 50%;
  }
  .thumbnail--double-x .thumbnail-product .thumbnail__image__text {
    width: 50%;
    text-align: center;
  }
  .thumbnail--double-x .thumbnail-product .thumbnail__image--pack .thumbnail__image__text {
    width: 100%;
  }
  .thumbnail--double .thumbnail-social:hover .social__logo:before {
    width: 30px;
    height: 30px;
  }
  .thumbnail-product__favourite {
    padding: 10px;
  }
  .thumbnail-product__favourite svg.favourite {
    width: 20px;
    height: 20px;
    stroke-width: 2px;
  }
  .thumbnail-product .thumbnail__image__text {
    padding: 10px 0;
  }
  .thumbnail-product .thumbnail__image__text .inner-text {
    font-size: 10px;
    padding: 0 4px;
  }
  .thumbnail-promo__image {
    width: 100%;
  }
  .thumbnail-promo__text {
    font-size: 10px;
  }
  .thumbnail-social .social-ctr {
    right: 5px;
    width: 20px;
    height: auto;
    top: 5px;
  }
  .thumbnail-social .social-ctr svg.facebook {
    height: 25px;
    width: 25px;
  }
  .thumbnail-social .social-ctr svg.instagram {
    height: 25px;
    width: 15px;
  }
  .thumbnail-social .social-ctr svg.icona_play {
    height: 25px;
    width: 20px;
  }
  .thumbnail-social .social__logo:before {
    width: 20px;
    height: 20px;
  }
  .thumbnail-social .social__button {
    top: calc(50% + 20px);
    font-size: 9px;
  }
  .thumbnail-social:hover .social__logo:before {
    width: 25px;
    height: 25px;
  }
  .thumbnail-social:hover .ribbon-label__color {
    width: 150px;
    height: 150px;
  }
  .thumbnail-nutrition-tip {
    padding: 8px 0;
  }
  .thumbnail-nutrition-tip__title {
    padding: 0 12px;
  }
  .thumbnail-nutrition-tip__separator {
    margin: 10px 12px;
  }
  .thumbnail-nutrition-tip__text {
    font-size: 14px;
    max-height: none;
  }
  .thumbnail-nutrition-tip__text p {
    padding: 0 12px 0;
  }
  .thumbnail-nutrition-tip__text .yxp-tiny-testo-maxi {
    line-height: 27px;
    font-size: 25px;
  }
  .thumbnail-nutrition-tip__text .yxp-tiny-testo-grande {
    line-height: 22px;
    font-size: 18px;
  }
  .thumbnail-nutrition-tip__text .yxp-tiny-testo-medio {
    line-height: 16px;
    font-size: 16px;
  }
  .thumbnail-nutrition-tip__text .yxp-tiny-testo-piccolo {
    line-height: 15px;
    font-size: 15px;
  }
  .thumbnail-nutrition-tip__text .yxp-tiny-testo-mini {
    line-height: 15px;
    font-size: 15px;
  }
  .thumbnail .ribbon-label__color {
    top: -66%;
    left: 66%;
  }
  .thumbnail .ribbon-label__text {
    font-size: 9px;
  }
  .thumbnail--double .thumbnail-social .social-ctr {
    top: 6px;
    right: 6px;
  }
  .thumbnail .new-product,
  .thumbnail .sticker {
    line-height: 21px;
    font-style: normal;
    font-weight: 700;
    font-size: 6px;
    height: 22px;
    width: 22px;
    z-index: 11;
  }
  .thumbnail .is-gluten-free img,
  .thumbnail .is-lactose-free img {
    max-width: 100%;
  }
  .label-instagram__image {
    margin-right: 5px;
  }
  .label-instagram__image img {
    width: 15px;
    height: 15px;
  }
  .label-instagram__text {
    font-size: 11px;
  }
  .pf-button.link-blue {
    font-size: 12px;
  }
  .pf-button.link-blue svg {
    width: 8px;
    height: 4px;
  }
  .pf-button.link-brown {
    font-size: 14px;
  }
  .pf-button.link-brown svg {
    width: 8px;
    height: 4px;
  }
  .thumbnail-product__favourite {
    background-color: white;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    top: 7px;
    right: 7px;
  }
  .thumbnail-product__favourite .sprite.favourite {
    width: 11px;
    height: 11px;
    fill: transparent;
    stroke: #007a8c;
    stroke-width: 12px;
    position: relative;
    top: -6px;
    left: -4px;
  }
  .thumbnail-product__sticker {
    font-size: 12px;
    width: 22px;
    height: auto;
    top: 34px;
    right: 7px;
  }
}
.gazzetta .flex {
  display: flex;
}
.gazzetta .py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.gazzetta .my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.gazzetta .my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.gazzetta .my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.gazzetta .mb-80 {
  margin-bottom: 80px;
}
.gazzetta .mt-40 {
  margin-top: 40px;
}
.gazzetta .mt-50 {
  margin-top: 50px;
}
.gazzetta .mt-60 {
  margin-top: 60px;
}
.gazzetta .mb-60 {
  margin-bottom: 60px;
}
.gazzetta .text-center {
  text-align: center;
}
.gazzetta .hidden {
  display: none !important;
}
.gazzetta .mb-text-large {
  color: #5a1e0f;
}
.gazzetta .light-yellow-background {
  background-color: #fdf4d3;
}
.gazzetta .green-background {
  background-color: #85b98a;
}
.gazzetta .visual-background .visual-body {
  display: none;
}
.gazzetta .visual-background h1 p {
  color: #fbf7ec;
  font-size: 48px;
  line-height: 1.08;
}
.gazzetta .action-buttons {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
}
.gazzetta .action-buttons .mb-icon {
  background-color: #f4d17d;
  margin: 0 5px;
}
.gazzetta .action-buttons .mb-icon svg {
  fill: #fff !important;
}
.gazzetta .buttons-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gazzetta .buttons-container a.button.page-link {
  background-color: #f6ca4e;
  color: #5a1e0f;
  margin: 0 10px 20px;
}
.gazzetta .buttons-container a.button.page-link:hover,
.gazzetta .buttons-container a.button.page-link.active {
  background-color: #5a1e0f;
  color: #ffffff;
}
@media (max-width: 767px) {
  .gazzetta .article-filters {
    display: none;
  }
}
.gazzetta .articles-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gazzetta .articles-container a.button.page-link {
  background-color: transparent;
  color: #007a8c;
  border: 2px solid #007a8c;
  margin: 0 10px 20px;
}
.gazzetta .articles-container a.button.page-link:hover {
  background-color: #007a8c;
  color: #fbf7ec;
}
.gazzetta .article-text-section article .title {
  margin-bottom: 20px;
  color: #5a1e0f;
}
.gazzetta .article-text-section .paragraph-image-left,
.gazzetta .article-text-section .paragraph-image-right {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .gazzetta .article-text-section .paragraph-image-left,
  .gazzetta .article-text-section .paragraph-image-right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.gazzetta .article-text-section .paragraph-image-right {
  float: right;
  margin-left: 40px;
}
.gazzetta .article-text-section .paragraph-image-left {
  float: left;
  margin-right: 40px;
}
.gazzetta .category-filters .category-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.gazzetta .category-filters .category-container .category-item {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.gazzetta .category-filters .category-container .category-item .image {
  width: 120px;
  height: auto;
}
.gazzetta .category-filters .category-container .category-item .link-container {
  padding: 0 0 30px 0;
}
.gazzetta .category-filters .category-container .category-item .description {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.gazzetta .category-filters .category-container .category-item .description.active {
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid #5a1e0f;
}
.gazzetta .category-filters .category-container .category-item .description:hover {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #5a1e0f;
}
.gazzetta .category-filters .category-container .category-item a.description {
  color: #5a1e0f;
}
.gazzetta .category-filters .category-container .category-item a.description:visited {
  color: #5a1e0f;
}
.gazzetta .article-section .article-list {
  max-width: 1170px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gazzetta .article-section .article-list:after {
  content: "";
  width: 31%;
}
.gazzetta .article-section .article-list .article-item {
  width: 49%;
  background-color: #ffffff;
  margin-bottom: 40px;
  display: none;
}
.gazzetta .article-section .article-list .article-item:nth-child(-n+6) {
  display: flex;
}
.gazzetta .article-section .article-list .article-item__content {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.gazzetta .article-section .article-list .article-item__image {
  padding: 0;
  margin: 0;
  width: 50%;
  min-height: 228px;
  display: flex;
  align-items: start;
  justify-content: start;
}
.gazzetta .article-section .article-list .article-item__text-content {
  display: flex;
  flex-direction: column;
  padding: 30px;
  width: 50%;
  height: 300px;
  align-items: start;
}
.gazzetta .article-section .article-list .article-item__text-content .article-tag {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(85, 27, 17, 0.5);
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.gazzetta .article-section .article-list .article-item__text-content .article-title {
  min-height: 80px;
  padding-top: 15px;
  color: #5a1e0f;
  font-family: 'Deccan-Semibold';
  text-align: left;
}
.gazzetta .article-section .article-list .article-item__text-content .article-title__link {
  color: #5a1e0f;
}
.gazzetta .article-section .article-list .article-item__text-content .article-preview {
  font-size: 14px;
  line-height: 1.71;
  height: 90px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.gazzetta .article-section .article-list .article-item__text-content .button {
  margin-top: 30px;
  padding: 12px 28px;
}
.gazzetta .article-section .article-list .article-item .article-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .gazzetta .article-section .article-list .article-item {
    width: 100%;
  }
}
.gazzetta .article-section .article-list .article__load-more {
  width: 100%;
  justify-content: center;
  margin: 20px 0 86px;
}
.gazzetta .might-be-interested {
  position: relative;
}
.gazzetta .might-be-interested .article-item {
  background-color: #ffffff;
}
.gazzetta .might-be-interested .article-item .article-thumb {
  width: 100%;
}
.gazzetta .might-be-interested .article-item .article-content {
  padding: 30px;
}
.gazzetta .might-be-interested .article-item .article-content .article-tag {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(85, 27, 17, 0.5);
}
.gazzetta .might-be-interested .article-item .article-content .article-title {
  padding-top: 20px;
  font-family: 'Deccan-Semibold';
}
.gazzetta .might-be-interested .article-item .article-content .article-preview {
  padding-top: 20px;
  font-size: 14px;
}
.gazzetta .might-be-interested .article-item .article-content .article-button .button {
  margin-top: 50px;
  padding: 12px 28px;
}
.gazzetta .might-be-interested .swiper-container {
  width: calc(100% - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.gazzetta .might-be-interested .swiper-button-prev {
  background-image: url("/fe-web/img/swiper-custom/arrow-left-brown.svg");
}
.gazzetta .might-be-interested .swiper-button-next {
  background-image: url("/fe-web/img/swiper-custom/arrow-right-brown.svg");
}
.gazzetta .related-products {
  margin-top: 86px;
}
.gazzetta .related-products .related-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.gazzetta section.bottom {
  margin-bottom: 100px;
}
.gazzetta section.bottom .fullwidth-cnt {
  padding-bottom: 50px;
}
.gazzetta.gazzetta-page .content-wrapper-cnt.pf-wall {
  padding: 0;
}

