/**
 * 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);
  }
}
/*Colors*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated {
  -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;
}
@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;
}
.single-launch-box {
  position: relative;
}
.single-launch-box .single-lanuch-body {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 334px;
}
.single-launch-box .image {
  position: absolute;
  bottom: -45px;
  left: 0;
}
.single-launch-box .text-wrapper {
  padding: 81px 40px 0 15px;
  position: relative;
  text-align: left;
  color: white;
  width: 50%;
  left: 50%;
}
.single-launch-box .text-wrapper .title {
  font-size: 48px;
  font-family: 'Deccan-Semibold';
}
.single-launch-box .text-wrapper .text {
  margin-bottom: 18px;
  line-height: 24px;
  text-align: left;
  font-size: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: white;
}
@media (max-width: 767px) {
  .single-launch-box.content-wrapper-cnt {
    padding: 0;
  }
  .single-launch-box .single-lanuch-body {
    background-position: center top;
    background-size: auto 135px;
    min-height: 0;
    height: 196px;
  }
  .single-launch-box .text-wrapper {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .single-launch-box .text-wrapper .text {
    margin-bottom: 10px;
    text-align: center;
    line-height: 21px;
    font-size: 17px;
    color: #5a1e0f;
  }
  .single-launch-box .text-wrapper .text strong {
    color: #007a8c;
  }
  .single-launch-box .image {
    bottom: 50px;
    height: 70%;
    left: -33px;
  }
}
.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;
}
.main-cnt .geo-localizer {
  padding: 58px 0 65px;
  text-align: center;
}
.main-cnt .geo-localizer .text {
  font-size: 24px;
}
.main-cnt .geo-localizer .position {
  margin: 16px 0 20px;
  font-size: 24px;
  display: block;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.main-cnt .geo-localizer .position svg {
  fill: #5a1e0f;
  height: 20px;
  width: 20px;
}
.main-cnt .geo-localizer .link {
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #007a8c;
  text-decoration: none;
}
.main-cnt .geo-localizer .promo_num {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 27px;
  text-align: center;
  font-size: 22px;
}
[mb-component="IconRatingComponent"] {
  display: flex;
}
[mb-component="IconRatingComponent"] [data-rating-element-value].star {
  cursor: pointer;
  margin-right: 12px;
}
[mb-component="IconRatingComponent"] [data-rating-element-value].star svg {
  width: 40px;
  height: 40px;
  stroke-width: 20px;
  stroke: #007a8c;
  fill: none;
}
[mb-component="IconRatingComponent"] [data-rating-element-value].star.on svg {
  fill: #007a8c;
}
[mb-component="IconRatingComponent"].small [data-rating-element-value].star {
  margin-right: 8px;
}
[mb-component="IconRatingComponent"].small [data-rating-element-value].star svg {
  width: 25px;
  height: 25px;
  stroke-width: 10px;
}
[mb-component="IconRatingComponent"].mini [data-rating-element-value].star {
  margin-right: 6px;
}
[mb-component="IconRatingComponent"].mini [data-rating-element-value].star svg {
  width: 15px;
  height: 15px;
  stroke-width: 10px;
}
[mb-component="IconRatingComponent"].brown [data-rating-element-value].star svg {
  stroke: #bba591;
}
[mb-component="IconRatingComponent"].brown [data-rating-element-value].star.on svg {
  fill: #bba591;
}
[mb-component="IconRatingComponent"][data-read-only="true"] .star {
  cursor: default;
}
.recipe-block-mixin .recipe-block {
  max-width: 300px;
  width: 300px;
  display: flex;
  flex-direction: column;
}
.recipe-block-mixin .recipe-block img {
  width: 100%;
  height: 100%;
  max-height: 300px;
}
.recipe-block-mixin .recipe-block .text-content {
  text-align: center;
  background-color: white;
  padding: 10px 20px 0 20px;
}
.recipe-block-mixin .recipe-block .text-content .product-name {
  margin: 10px 0 5px 0;
  font-size: 12px;
  line-height: 18px;
  color: #5a1e0f;
  opacity: 0.5;
  text-transform: uppercase;
  min-height: 36px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.recipe-block-mixin .recipe-block .text-content .recipe-title {
  font-size: 20px;
  line-height: 24px;
  color: #5a1e0f;
  font-family: 'Deccan-Semibold';
  MIN-HEIGHT: 48PX;
  DISPLAY: FLEX;
  JUSTIFY-CONTENT: CENTER;
  ALIGN-ITEMS: CENTER;
}
.recipe-block-mixin .recipe-block .text-content .preparation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.recipe-block-mixin .recipe-block .text-content .preparation .time {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recipe-block-mixin .recipe-block .text-content .preparation .time svg {
  width: 23px;
  height: 25px;
}
.recipe-block-mixin .recipe-block .text-content .preparation .time span {
  color: #5a1e0f;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  margin-left: 5px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.recipe-block-mixin .recipe-block .text-content .preparation .difficulty {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.recipe-block-mixin .recipe-block .text-content .preparation .difficulty svg {
  width: 23px;
  height: 25px;
}
.recipe-block-mixin .recipe-block .text-content .preparation .difficulty span {
  color: #5a1e0f;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  margin-left: 5px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.recipe-block-mixin .recipe-block .text-content .button-container {
  display: flex;
  align-items: center;
  margin: 10px 0 20px 0;
  justify-content: center;
}
.recipe-block-mixin .recipe-block .text-content .rounded-button {
  min-width: 175px;
  min-height: 40px;
  background-color: #5a1e0f;
  color: white;
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  width: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  line-height: 40px;
}
[mb-component="FavouriteRecipeComponent"] {
  margin: 40px auto;
}
[mb-component="FavouriteRecipeComponent"] .without-recipe {
  width: 100%;
  min-height: 205px;
  background-color: white;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 900px;
}
[mb-component="FavouriteRecipeComponent"] .without-recipe .title {
  margin: 0 0 12px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  max-width: 100%;
}
[mb-component="FavouriteRecipeComponent"] .without-recipe .text {
  max-width: 100%;
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  [mb-component="FavouriteRecipeComponent"] .without-recipe {
    padding: 13px 15px 20px;
    flex-basis: auto;
    width: auto;
    margin: 40px 15px;
  }
  [mb-component="FavouriteRecipeComponent"] .without-recipe .text {
    line-height: 20px;
    font-size: 16px;
  }
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container {
  position: relative;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container .recipe-block {
  max-width: 300px;
  width: 300px;
  display: flex;
  flex-direction: column;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container .recipe-block img {
  width: 100%;
  height: 100%;
  max-height: 300px;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container .recipe-block .text-content {
  text-align: center;
  background-color: white;
  padding: 10px 20px 0 20px;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container .recipe-block .text-content .product-name {
  margin: 10px 0 5px 0;
  font-size: 12px;
  line-height: 18px;
  color: #5a1e0f;
  opacity: 0.5;
  text-transform: uppercase;
  min-height: 36px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container .recipe-block .text-content .recipe-title {
  font-size: 20px;
  line-height: 24px;
  color: #5a1e0f;
  font-family: 'Deccan-Semibold';
  MIN-HEIGHT: 48PX;
  DISPLAY: FLEX;
  JUSTIFY-CONTENT: CENTER;
  ALIGN-ITEMS: CENTER;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container .recipe-block .text-content .preparation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container .recipe-block .text-content .preparation .time {
  display: flex;
  justify-content: center;
  align-items: center;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container .recipe-block .text-content .preparation .time svg {
  width: 23px;
  height: 25px;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container .recipe-block .text-content .preparation .time span {
  color: #5a1e0f;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  margin-left: 5px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container .recipe-block .text-content .preparation .difficulty {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container .recipe-block .text-content .preparation .difficulty svg {
  width: 23px;
  height: 25px;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container .recipe-block .text-content .preparation .difficulty span {
  color: #5a1e0f;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  margin-left: 5px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container .recipe-block .text-content .button-container {
  display: flex;
  align-items: center;
  margin: 10px 0 20px 0;
  justify-content: center;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container .recipe-block .text-content .rounded-button {
  min-width: 175px;
  min-height: 40px;
  background-color: #5a1e0f;
  color: white;
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  width: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  line-height: 40px;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container.loading {
  opacity: 0.4;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container .tool_loader {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container .tool_loader svg {
  height: 30px;
  fill: #5a1e0f;
  width: 100%;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container-arrows {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 10;
  width: 100%;
  top: 134px;
  height: 0;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container-arrows.hidden {
  display: none;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container-arrows .arrow {
  position: absolute;
  cursor: pointer;
  display: block;
  height: 15px;
  width: 15px;
  fill: #007a8c;
  top: 0;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container-arrows .arrow.right {
  right: -25px;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container-arrows .arrow.left {
  transform: rotate(180deg);
  left: -25px;
}
[mb-component="FavouriteRecipeComponent"] .favourite-recipe-container-arrows .arrow.swiper-button-disabled {
  display: none;
}
[mb-component="FavouriteRecipeComponent"] .swiper-wrapper-wrapper {
  position: relative;
}
[mb-component="FavouriteRecipeComponent"] .swiper-wrapper-wrapper .swiper-container .swiper-wrapper {
  position: relative;
}
[mb-component="FavouriteRecipeComponent"] .swiper-slide {
  max-width: 300px;
  width: 300px;
  position: relative;
}
[mb-component="FavouriteRecipeComponent"] .swiper-slide .close-icon {
  fill: white;
  stroke: white;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
  height: 15px;
}
.reservedArea {
  text-align: center;
  line-height: 1.3;
  color: #5a1e0f;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.reservedArea .showcase {
  color: #fbf7ec;
  background-color: #551b11;
  padding: 125px 0 140px;
  position: relative;
  text-align: center;
  height: 521px;
}
.reservedArea .total-loader {
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  z-index: 5000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.reservedArea .total-loader .loader {
  position: absolute;
  margin-left: -75px;
  margin-top: -25px;
  height: 50px;
  width: 150px;
  fill: #5a1e0f;
  left: 50%;
  top: 50%;
}
.reservedArea .title-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.reservedArea .title-container a {
  color: white;
  text-decoration: underline;
}
.reservedArea .title {
  font-family: 'Deccan-Semibold';
  font-size: 48px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .reservedArea .title {
    font-size: 30px;
  }
}
.reservedArea .section-loader {
  margin-left: -100px;
  position: absolute;
  margin-top: -25px;
  fill: #5a1e0f;
  height: 50px;
  width: 200px;
  left: 50%;
  top: 50%;
}
.reservedArea .tabs-wrapper {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  background: #66281E;
  border-radius: 30px;
  color: rgba(250, 241, 209, 0.6);
  width: calc(100% - 20px);
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .reservedArea .tabs-wrapper {
    max-width: unset;
    white-space: nowrap;
    overflow: auto;
  }
}
.reservedArea .tabs-wrapper .title {
  margin-bottom: 46px;
}
.reservedArea .tab-link {
  padding: 10px 24px;
  flex: 0.5;
}
.reservedArea .tab-link:hover {
  color: #FAF1D1;
}
.reservedArea .tab-link.selected {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  background: #FAF1D1;
  color: #5a1e0f;
}
.reservedArea .active-promo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.reservedArea .my-promo-card {
  margin: 12px 0;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: white;
  text-align: left;
  overflow: hidden;
  padding: 24px;
  gap: 24px;
}
.reservedArea .my-promo-card img {
  width: 180px;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
}
.reservedArea .my-promo-card.active-card {
  padding: 0;
  flex-direction: column;
  width: calc(33.33% - 16px);
  text-align: center;
}
@media (max-width: 767px) {
  .reservedArea .my-promo-card.active-card {
    width: 80%;
  }
}
.reservedArea .my-promo-card.active-card img {
  width: 100%;
  border-radius: 0;
  height: 230px;
}
.reservedArea .my-promo-card.active-card > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 24px 24px;
  height: 100%;
}
.reservedArea .my-promo-card.active-card .text {
  margin-bottom: auto;
}
.reservedArea .my-promo-card.active-card .button {
  align-self: center;
}
.reservedArea .my-promo-card h3 {
  font-size: 28px;
  margin-bottom: 12px;
}
.reservedArea .my-promo-card .button {
  align-self: flex-end;
  padding: 10px 32px;
  margin-top: 16px;
}
.reservedArea .my-promo-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.reservedArea .no-results-label {
  width: 100%;
}
.reservedArea .reserved-area-body {
  background: #FAF1D1;
  border-radius: 16px;
  margin: -64px auto 100px;
  width: calc(100% - 20px);
  max-width: 1200px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.reservedArea .reserved-area-body hr {
  border: none;
  border-top: 1px solid rgba(90, 30, 15, 0.2);
  margin: 70px 0;
}
.reservedArea .tabs-content-wrapper {
  display: flex;
  transition: transform 0.3s ease;
}
.reservedArea .tabs-content-wrapper[data-selected-tab="promo"] {
  transform: translateX(0);
}
.reservedArea .tabs-content-wrapper[data-selected-tab="promo"] #promo {
  max-height: unset;
}
.reservedArea .tabs-content-wrapper[data-selected-tab="data"] {
  transform: translateX(-100%);
}
.reservedArea .tabs-content-wrapper[data-selected-tab="data"] #data {
  max-height: unset;
}
.reservedArea .tabs-content-wrapper[data-selected-tab="privacy"] {
  transform: translateX(-200%);
}
.reservedArea .tabs-content-wrapper[data-selected-tab="privacy"] #privacy {
  max-height: unset;
}
.reservedArea .tab-content {
  padding: 64px 100px;
  min-width: 100%;
  max-height: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .reservedArea .tab-content {
    padding: 42px 16px;
  }
}
.reservedArea #myProfileContainer *,
.reservedArea #unsubPageContainer * {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #5a1e0f;
}
.reservedArea #myProfileContainer h1,
.reservedArea #unsubPageContainer h1,
.reservedArea #myProfileContainer h2,
.reservedArea #unsubPageContainer h2,
.reservedArea #myProfileContainer .gigya-label-text,
.reservedArea #unsubPageContainer .gigya-label-text {
  color: #5a1e0f;
}
.reservedArea #myProfileContainer h1.gigya-screen-caption,
.reservedArea #unsubPageContainer h1.gigya-screen-caption {
  text-align: center;
  font-size: 48px;
  font-family: 'Deccan-Semibold';
  padding-bottom: 50px;
  color: #5a1e0f;
}
@media (max-width: 767px) {
  .reservedArea #myProfileContainer h1.gigya-screen-caption,
  .reservedArea #unsubPageContainer h1.gigya-screen-caption {
    font-size: 30px;
  }
}
.reservedArea #myProfileContainer .gigya-screen.portrait,
.reservedArea #unsubPageContainer .gigya-screen.portrait {
  width: auto;
  padding: 30px 0;
}
.reservedArea #myProfileContainer .gigya-screen input[type=text],
.reservedArea #unsubPageContainer .gigya-screen input[type=text],
.reservedArea #myProfileContainer .gigya-screen input[type=password],
.reservedArea #unsubPageContainer .gigya-screen input[type=password],
.reservedArea #myProfileContainer .gigya-screen input[type=text],
.reservedArea #unsubPageContainer .gigya-screen input[type=text],
.reservedArea #myProfileContainer .gigya-screen select,
.reservedArea #unsubPageContainer .gigya-screen select,
.reservedArea #myProfileContainer .gigya-screen textarea,
.reservedArea #unsubPageContainer .gigya-screen textarea,
.reservedArea #myProfileContainer .gigya-screen input.gigya-input-text,
.reservedArea #unsubPageContainer .gigya-screen input.gigya-input-text {
  border: 1px solid #5a1e0f;
  border-radius: 2px;
  background-color: transparent;
}
.reservedArea #myProfileContainer .gigya-screen .gigya-label-text,
.reservedArea #unsubPageContainer .gigya-screen .gigya-label-text,
.reservedArea #myProfileContainer .gigya-composite-control-label,
.reservedArea #unsubPageContainer .gigya-composite-control-label,
.reservedArea #myProfileContainer .gigya-screen .gigya-legend-text,
.reservedArea #unsubPageContainer .gigya-screen .gigya-legend-text {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 0;
}
.reservedArea #myProfileContainer .gigya-screen .gigya-label-text.gigya-checkbox-text,
.reservedArea #unsubPageContainer .gigya-screen .gigya-label-text.gigya-checkbox-text {
  font-size: 15px;
}
.reservedArea #myProfileContainer .gigya-screen select,
.reservedArea #unsubPageContainer .gigya-screen select {
  margin: 0;
}
.reservedArea #myProfileContainer .gigya-screen input[type=email],
.reservedArea #unsubPageContainer .gigya-screen input[type=email],
.reservedArea #myProfileContainer .gigya-screen input[type=password],
.reservedArea #unsubPageContainer .gigya-screen input[type=password],
.reservedArea #myProfileContainer .gigya-screen input[type=text],
.reservedArea #unsubPageContainer .gigya-screen input[type=text],
.reservedArea #myProfileContainer .gigya-screen select,
.reservedArea #unsubPageContainer .gigya-screen select {
  height: 50px;
}
.reservedArea #myProfileContainer .gigya-screen .gigya-input-password,
.reservedArea #unsubPageContainer .gigya-screen .gigya-input-password,
.reservedArea #myProfileContainer .gigya-screen .gigya-input-text,
.reservedArea #unsubPageContainer .gigya-screen .gigya-input-text,
.reservedArea #myProfileContainer .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-textbox,
.reservedArea #unsubPageContainer .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-textbox,
.reservedArea #myProfileContainer .gigya-screen select,
.reservedArea #unsubPageContainer .gigya-screen select {
  height: 50px;
}
.reservedArea #myProfileContainer .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown,
.reservedArea #unsubPageContainer .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown {
  height: 107px;
}
.reservedArea #myProfileContainer input.gigya-input-submit,
.reservedArea #unsubPageContainer input.gigya-input-submit {
  color: #fbf7ec;
  background: #5a1e0f;
  display: block;
  min-width: unset;
  width: auto;
  padding: 2px 52px;
  margin: 0 auto;
  border-radius: 30px;
  font-size: 24px;
  font-weight: bold;
}
.reservedArea #myProfileContainer input.gigya-input-submit:hover,
.reservedArea #unsubPageContainer input.gigya-input-submit:hover {
  background-color: #551b11;
}
@media (max-width: 767px) {
  .reservedArea #myProfileContainer input.gigya-input-submit,
  .reservedArea #unsubPageContainer input.gigya-input-submit {
    padding: 2px 32px;
  }
}
.reservedArea #myProfileContainer select[name='profile.birthYear'],
.reservedArea #unsubPageContainer select[name='profile.birthYear'] {
  width: auto !important;
}
.reservedArea #myProfileContainer .gigya-composite-control.gigya-spacer.phone-spacer,
.reservedArea #unsubPageContainer .gigya-composite-control.gigya-spacer.phone-spacer {
  height: 203px !important;
}
@media (max-width: 767px) {
  .reservedArea #myProfileContainer .gigya-screen .gigya-layout-cell,
  .reservedArea #unsubPageContainer .gigya-screen .gigya-layout-cell {
    float: none;
    width: 100%;
  }
  .reservedArea #myProfileContainer .gigya-composite-control.gigya-composite-control-textbox.mr-2,
  .reservedArea #unsubPageContainer .gigya-composite-control.gigya-composite-control-textbox.mr-2,
  .reservedArea #myProfileContainer .gigya-composite-control.gigya-composite-control-dropdown.mr-2,
  .reservedArea #unsubPageContainer .gigya-composite-control.gigya-composite-control-dropdown.mr-2 {
    margin-right: 0 !important;
  }
  .reservedArea #myProfileContainer .gigya-composite-control.gigya-spacer.phone-spacer,
  .reservedArea #unsubPageContainer .gigya-composite-control.gigya-spacer.phone-spacer {
    display: none;
  }
}
.reservedArea #myProfileContainer .gigya-screen a,
.reservedArea #myProfileContainer .gigya-screen a:active,
.reservedArea #myProfileContainer .gigya-screen a:link {
  color: #007a8c;
  font-size: 16px;
  font-weight: bold;
}
.reservedArea #myProfileContainer .gigya-screen a .sectionLinkDeleteAccount,
.reservedArea #myProfileContainer .gigya-screen a:active .sectionLinkDeleteAccount,
.reservedArea #myProfileContainer .gigya-screen a:link .sectionLinkDeleteAccount {
  color: #007a8c;
  font-size: 16px;
  font-weight: normal;
}
.reservedArea #myProfileContainer .gigya-screen .gigya-label-text,
.reservedArea #myProfileContainer .gigya-composite-control-label,
.reservedArea #myProfileContainer .gigya-screen .gigya-legend-text {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
.reservedArea #myProfileContainer #gigya-cancellation-screen#gigya-cancellation-screen .gigya-screen .gigya-label-text,
.reservedArea #myProfileContainer #gigya-cancellation-screen#gigya-cancellation-screen .gigya-composite-control-label,
.reservedArea #myProfileContainer #gigya-cancellation-screen#gigya-cancellation-screen .gigya-screen .gigya-legend-text {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.reservedArea #myProfileContainer #gigya-cancellation-screen#gigya-cancellation-screen .gigya-screen .gigya-label-text b,
.reservedArea #myProfileContainer #gigya-cancellation-screen#gigya-cancellation-screen .gigya-composite-control-label b,
.reservedArea #myProfileContainer #gigya-cancellation-screen#gigya-cancellation-screen .gigya-screen .gigya-legend-text b,
.reservedArea #myProfileContainer #gigya-cancellation-screen#gigya-cancellation-screen .gigya-screen .gigya-label-text strong,
.reservedArea #myProfileContainer #gigya-cancellation-screen#gigya-cancellation-screen .gigya-composite-control-label strong,
.reservedArea #myProfileContainer #gigya-cancellation-screen#gigya-cancellation-screen .gigya-screen .gigya-legend-text strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.reservedArea #myProfileContainer #gigya-cancellation-screen#gigya-cancellation-screen .gigya-composite-control-link,
.reservedArea #myProfileContainer #gigya-cancellation-screen#gigya-cancellation-screen .gigya-composite-control-link:active,
.reservedArea #myProfileContainer #gigya-cancellation-screen#gigya-cancellation-screen .gigya-composite-control-link:link {
  font-weight: normal;
  font-size: 15px;
  color: #5a1e0f;
}
.reservedArea #myProfileContainer #gigya-cancellation-screen#gigya-cancellation-screen .gigya-composite-control-link b,
.reservedArea #myProfileContainer #gigya-cancellation-screen#gigya-cancellation-screen .gigya-composite-control-link:active b,
.reservedArea #myProfileContainer #gigya-cancellation-screen#gigya-cancellation-screen .gigya-composite-control-link:link b,
.reservedArea #myProfileContainer #gigya-cancellation-screen#gigya-cancellation-screen .gigya-composite-control-link strong,
.reservedArea #myProfileContainer #gigya-cancellation-screen#gigya-cancellation-screen .gigya-composite-control-link:active strong,
.reservedArea #myProfileContainer #gigya-cancellation-screen#gigya-cancellation-screen .gigya-composite-control-link:link strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #007a8c;
}
.reservedArea #myProfileContainer .gigya-screen .gigya-label-text.gigya-checkbox-text {
  font-size: 15px;
}
.reservedArea #myProfileContainer .gigya-composite-control-label.numberNotVerified,
.reservedArea #myProfileContainer .gigya-composite-control-label.numberVerified,
.reservedArea #myProfileContainer .gigya-composite-control-label.numberNotPresent {
  border: 1px solid #5a1e0f;
  border-radius: 2px;
  background-color: transparent;
  padding-bottom: 13px;
}
.reservedArea #myProfileContainer .gigya-screen .gigya-otp-update-form .gigya-error-msg,
.reservedArea #myProfileContainer .gigya-screen .gigya-otp-update-form .gigya-error-msg-active.gigya-form-error-msg {
  font-size: 20px;
  font-weight: 700;
  color: #cf252f;
  margin: 5px 0;
}
.reservedArea #myProfileContainer .gigya-screen .resendSmsCode.gigya-disabled {
  color: #bcb6af;
}
.reservedArea #myProfileContainer .gigya-screen .gigya-error-msg-active.gigya-form-error-msg .gigya-composite-control-phone-number-input .gigya-error-msg {
  font-size: 20px;
  font-weight: 700;
  color: #cf252f;
  margin: 5px 0;
}
.reservedArea #unsubPageContainer .gigya-screen a,
.reservedArea #unsubPageContainer .gigya-screen a:active,
.reservedArea #unsubPageContainer .gigya-screen a:link {
  color: #007a8c;
  font-weight: bold;
  font-size: 20px;
}
.reservedArea #unsubPageContainer a.linkPrivacyPolicy {
  font-weight: bold;
  color: #007a8c;
  font-size: 16px !important;
}
.reservedArea #unsubPageContainer .gigya-container .gigya-composite-control.gigya-composite-control-label {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.reservedArea #unsubPageContainer .gigya-composite-control.NL_title b,
.reservedArea #unsubPageContainer .gigya-composite-control.label-prefPrivacy b {
  font-size: 20px;
}
.reservedArea #unsubPageContainer .gigya-composite-control b {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.reservedArea #unsubPageContainer .gigya-screen .gigya-label-text.gigya-checkbox-text {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
}
.reservedArea #unsubPageContainer .gigya-composite-control.gigya-composite-control-checkbox.list-brands .gigya-label-text.gigya-checkbox-text.gigya-label-text.gigya-checkbox-text,
.reservedArea #unsubPageContainer .gigya-composite-control.gigya-composite-control-checkbox.list-entitlements .gigya-label-text.gigya-checkbox-text.gigya-label-text.gigya-checkbox-text {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.reservedArea #unsubPageContainer .gigya-multi-choice-item label {
  margin-top: 5px;
  margin-bottom: 5px;
}
.reservedArea #unsubPageContainer .gigya-multi-choice-item b {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.reservedArea #unsubPageContainer strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.reservedArea #barilla-raas-myProfile-birthDate-it > .gigya-label {
  display: block;
}
.reservedArea #barilla-raas-myProfile-birthDate-it > .gigya-layout-cell {
  width: 66.2%;
  display: inline-block;
}
@media (max-width: 767px) {
  .reservedArea #barilla-raas-myProfile-birthDate-it > .gigya-layout-cell {
    width: 100%;
    display: block;
  }
}
.reservedArea #barilla-raas-myProfile-birthDate-it > .gigya-layout-cell > .gigya-layout-cell {
  width: 49%;
  margin-right: 4px;
  display: inline-block;
}
@media (max-width: 767px) {
  .reservedArea #barilla-raas-myProfile-birthDate-it > .gigya-layout-cell > .gigya-layout-cell {
    width: 100%;
    display: block;
    margin-right: 0;
  }
}
.reservedArea #barilla-raas-myProfile-birthDate-it > .gigya-layout-cell:nth-child(3) {
  width: 33.3%;
  display: inline-block;
}
@media (max-width: 767px) {
  .reservedArea #barilla-raas-myProfile-birthDate-it > .gigya-layout-cell:nth-child(3) {
    width: 100%;
    display: block;
  }
}
.reservedArea #barilla-raas-myProfile-sons .barilla-raas-multi-choice-item {
  display: inline-block;
}
.reservedArea .gigya-composite-control.gigya-composite-control-social-login {
  width: auto;
  right: unset;
}
@media (max-width: 767px) {
  .reservedArea {
    /*Login Social*/
  }
  .reservedArea .roundedButtonContainer {
    justify-content: left;
  }
  .reservedArea .gigya-login-providers,
  .reservedArea #loginPageContainer_social_0_uiContainer,
  .reservedArea #loginPageContainer_social_0,
  .reservedArea #barilla-raas-myProfileContainer_social_0_uiContainer,
  .reservedArea #barilla-raas-myProfileContainer_social_0 {
    height: auto !important;
    width: 100% !important;
  }
  .reservedArea .gigya-login-providers-container {
    transform: none;
    margin: 0 auto !important;
  }
  .reservedArea .gigya-login-provider-row {
    display: flex;
    height: auto !important;
  }
  .reservedArea .gigya-login-provider-row .gigya-login-provider {
    margin: 0 auto 5px !important;
  }
}
@media (max-width: 767px) and (max-width: 390px) {
  .reservedArea .gigya-login-providers-container {
    width: auto !important;
  }
}
@media (max-width: 767px) and (max-width: 390px) {
  .reservedArea .gigya-login-provider-row {
    flex-wrap: wrap;
  }
}

