/**
 * Media Query
 **/
/**
 * Aspect Ratio
 **/
/*------------------------------------*\
    #SETTINGS-COLORS
\*------------------------------------*/
/*------------------------------------*\
    #MEANINFUL-NAMES
\*------------------------------------*/
/*------------------------------------*\
    #MEANINFUL-STATUS
\*------------------------------------*/
/*------------------------------------*\
    #SETTINGS-INUIT
\*------------------------------------*/
/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
/* line 12, ../scss/_swiper.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 21, ../scss/_swiper.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 24, ../scss/_swiper.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 31, ../scss/_swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 48, ../scss/_swiper.scss */
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

/* line 53, ../scss/_swiper.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 58, ../scss/_swiper.scss */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 64, ../scss/_swiper.scss */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

/* line 77, ../scss/_swiper.scss */
.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
/* line 81, ../scss/_swiper.scss */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 85, ../scss/_swiper.scss */
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
/* line 97, ../scss/_swiper.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

/* line 101, ../scss/_swiper.scss */
.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;
  transform-style: preserve-3d;
}

/* line 111, ../scss/_swiper.scss */
.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;
}

/* line 123, ../scss/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

/* line 129, ../scss/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

/* line 135, ../scss/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

/* line 141, ../scss/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
/* line 148, ../scss/_swiper.scss */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 153, ../scss/_swiper.scss */
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* line 158, ../scss/_swiper.scss */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 171, ../scss/_swiper.scss */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* line 177, ../scss/_swiper.scss */
.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;
}

/* line 183, ../scss/_swiper.scss */
.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;
}

/* line 189, ../scss/_swiper.scss */
.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");
}

/* line 193, ../scss/_swiper.scss */
.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");
}

/* line 197, ../scss/_swiper.scss */
.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");
}

/* line 201, ../scss/_swiper.scss */
.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");
}

/* line 205, ../scss/_swiper.scss */
.swiper-button-lock {
  display: none;
}

/* line 208, ../scss/_swiper.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 218, ../scss/_swiper.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
/* line 222, ../scss/_swiper.scss */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
/* line 230, ../scss/_swiper.scss */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

/* line 234, ../scss/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

/* line 240, ../scss/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 245, ../scss/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 250, ../scss/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

/* line 255, ../scss/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

/* line 260, ../scss/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

/* line 265, ../scss/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

/* line 270, ../scss/_swiper.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

/* line 278, ../scss/_swiper.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 288, ../scss/_swiper.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 291, ../scss/_swiper.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 295, ../scss/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

/* line 301, ../scss/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

/* line 305, ../scss/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

/* line 312, ../scss/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

/* line 320, ../scss/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

/* line 323, ../scss/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

/* line 330, ../scss/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

/* line 337, ../scss/_swiper.scss */
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
/* line 345, ../scss/_swiper.scss */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 349, ../scss/_swiper.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

/* line 363, ../scss/_swiper.scss */
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

/* line 368, ../scss/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 375, ../scss/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 382, ../scss/_swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

/* line 385, ../scss/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

/* line 388, ../scss/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

/* line 391, ../scss/_swiper.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

/* line 394, ../scss/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

/* line 397, ../scss/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

/* line 400, ../scss/_swiper.scss */
.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
/* line 404, ../scss/_swiper.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 410, ../scss/_swiper.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 418, ../scss/_swiper.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 426, ../scss/_swiper.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 435, ../scss/_swiper.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 438, ../scss/_swiper.scss */
.swiper-scrollbar-lock {
  display: none;
}

/* line 441, ../scss/_swiper.scss */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

/* line 458, ../scss/_swiper.scss */
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* line 466, ../scss/_swiper.scss */
.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
/* line 470, ../scss/_swiper.scss */
.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%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 485, ../scss/_swiper.scss */
.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%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 495, ../scss/_swiper.scss */
.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);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
/* line 511, ../scss/_swiper.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 519, ../scss/_swiper.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 524, ../scss/_swiper.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 530, ../scss/_swiper.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 533, ../scss/_swiper.scss */
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 537, ../scss/_swiper.scss */
.swiper-container-cube {
  overflow: visible;
}

/* line 540, ../scss/_swiper.scss */
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 552, ../scss/_swiper.scss */
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 555, ../scss/_swiper.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 560, ../scss/_swiper.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 564, ../scss/_swiper.scss */
.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;
}

/* line 571, ../scss/_swiper.scss */
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 579, ../scss/_swiper.scss */
.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;
}

/* line 591, ../scss/_swiper.scss */
.swiper-container-flip {
  overflow: visible;
}

/* line 594, ../scss/_swiper.scss */
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 600, ../scss/_swiper.scss */
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 603, ../scss/_swiper.scss */
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 607, ../scss/_swiper.scss */
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 615, ../scss/_swiper.scss */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* line 3, ../scss/_cards.scss */
.card.big a:first-child {
  min-height: 500px;
}
/* line 8, ../scss/_cards.scss */
.card.medium a:first-child {
  min-height: 410px;
}
/* line 13, ../scss/_cards.scss */
.card.small a:first-child {
  min-height: 335px;
}
/* line 18, ../scss/_cards.scss */
.card.-banner a:first-child {
  min-height: 320px;
}
/* line 23, ../scss/_cards.scss */
.card a {
  display: flex;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  color: #fff;
  background-position: center bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #acacac;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 38, ../scss/_cards.scss */
.card a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
/* line 48, ../scss/_cards.scss */
.card a .infos {
  padding: 45px 35px 25px;
}
/* line 51, ../scss/_cards.scss */
.card a .infos > * {
  position: relative;
  z-index: 1;
}
/* line 57, ../scss/_cards.scss */
.card a .date {
  position: absolute;
  top: 25px;
  right: 35px;
  display: flex;
  align-items: center;
  font-size: 11px;
  -webkit-transform: translateY(-350%);
  -moz-transform: translateY(-350%);
  -ms-transform: translateY(-350%);
  transform: translateY(-350%);
  -webkit-transition: transform 200ms ease;
  -moz-transition: transform 200ms ease;
  -ms-transition: transform 200ms ease;
  transition: transform 200ms ease;
}
/* line 68, ../scss/_cards.scss */
.card a .date i {
  font-size: 14px;
  margin-right: 5px;
}
/* line 74, ../scss/_cards.scss */
.card a .blurry {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  background-position: bottom center;
  background-size: 138% auto;
  background-repeat: no-repeat;
}
/* line 91, ../scss/_cards.scss */
.card a .h3, .card a p {
  margin: 0;
}
/* line 95, ../scss/_cards.scss */
.card a .category {
  display: inline-block;
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
/* line 104, ../scss/_cards.scss */
.card a .h3 {
  margin-top: 10px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
/* line 109, ../scss/_cards.scss */
.card a .social-info {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
/* line 115, ../scss/_cards.scss */
.card a .social-info p {
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 123, ../scss/_cards.scss */
.card a .holder-categories {
  margin-top: 30px;
  margin-bottom: -41px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 12px;
}
/* line 132, ../scss/_cards.scss */
.card a .comments {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
/* line 137, ../scss/_cards.scss */
.card a .comments .pictures-holder {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin-right: 5px;
}
/* line 143, ../scss/_cards.scss */
.card a .comments .pictures-holder .picture {
  position: relative;
  z-index: 1;
  width: 27px;
  height: 27px;
  background-color: #aaa;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-right: -10px;
}
/* line 152, ../scss/_cards.scss */
.card a .comments .pictures-holder .picture:first-child {
  margin-right: 0;
}
/* line 159, ../scss/_cards.scss */
.card a .likes {
  display: flex;
  align-items: center;
}
/* line 163, ../scss/_cards.scss */
.card a .likes i {
  font-size: 16px;
  color: #fff;
  margin-right: 3px;
}
@media (min-width: 900px) {
  /* line 171, ../scss/_cards.scss */
  .card a:hover {
    background-size: auto 105%;
  }
  /* line 174, ../scss/_cards.scss */
  .card a:hover .date {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  /* line 178, ../scss/_cards.scss */
  .card a:hover .holder-categories {
    margin-top: 10px;
    margin-bottom: 0;
  }
  /* line 183, ../scss/_cards.scss */
  .card a:hover .h3 {
    text-decoration: underline;
  }
}
/* line 191, ../scss/_cards.scss */
.card.radical-red .category {
  background-color: #FE2D79;
}
/* line 197, ../scss/_cards.scss */
.card.salmon .category {
  background-color: #FF8C6A;
}
/* line 203, ../scss/_cards.scss */
.card.picton-blue .category {
  background-color: #53cbed;
}
/* line 208, ../scss/_cards.scss */
.card .banner-link {
  display: block;
  width: 100%;
}
/* line 212, ../scss/_cards.scss */
.card .banner-link img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  /* line 221, ../scss/_cards.scss */
  .card a .blurry {
    display: none;
  }
  /* line 225, ../scss/_cards.scss */
  .card a .infos {
    padding-bottom: 55px !important;
  }
  /* line 229, ../scss/_cards.scss */
  .card a .h3 {
    font-size: 30px;
  }
  /* line 233, ../scss/_cards.scss */
  .card a .social-info {
    justify-content: center;
  }
}

/* line 242, ../scss/_cards.scss */
.banner-card img {
  width: 100%;
}

/* line 6, ../scss/home.scss */
#featured {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
/* line 11, ../scss/home.scss */
#featured .swiper-container {
  width: 100%;
}
@media (min-width: 900px) {
  /* line 14, ../scss/home.scss */
  #featured .swiper-container .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 900px) {
  /* line 21, ../scss/home.scss */
  #featured .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
/* line 28, ../scss/home.scss */
#featured .swiper-container .swiper-button-prev, #featured .swiper-container .swiper-button-next {
  display: none;
}
@media only screen and (max-width: 1023px) {
  /* line 33, ../scss/home.scss */
  #featured .swiper-container .swiper-button-prev, #featured .swiper-container .swiper-button-next {
    bottom: 93% !important;
  }
  /* line 36, ../scss/home.scss */
  #featured .swiper-container .swiper-button-prev {
    display: block;
    left: 3%;
    background-image: url(../images/prev.svg);
  }
  /* line 41, ../scss/home.scss */
  #featured .swiper-container .swiper-button-next {
    display: block;
    right: 3%;
    background-image: url(../images/next.svg);
  }
}
/* line 49, ../scss/home.scss */
#featured .container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  /* line 56, ../scss/home.scss */
  #featured .card {
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
}
/* line 62, ../scss/home.scss */
#featured .card.-week {
  order: 4;
  width: 100%;
  margin-top: 5px;
}
/* line 67, ../scss/home.scss */
#featured .card.-week a {
  align-items: center;
  justify-content: center;
  height: 615px;
  background-size: cover !important;
}
/* line 73, ../scss/home.scss */
#featured .card.-week a .h5 {
  margin-bottom: 5px;
}
/* line 77, ../scss/home.scss */
#featured .card.-week a p {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 13px;
}
@media (min-width: 600px) {
  /* line 84, ../scss/home.scss */
  #featured .card.-week a::before {
    display: none;
  }
}
/* line 90, ../scss/home.scss */
#featured .card.-week .infos {
  display: inline-block;
  width: 71.25%;
  text-align: right;
  padding: 0;
}
/* line 98, ../scss/home.scss */
#featured .card.-week .h1.active, #featured .card.-week .box.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/* line 103, ../scss/home.scss */
#featured .card.-week .h1 {
  display: inline-block;
  width: 100%;
  font-family: 'Raleway';
  font-weight: 900;
  font-size: 13vw;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
@media (min-width: 900px) {
  /* line 103, ../scss/home.scss */
  #featured .card.-week .h1 {
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: transform 2s cubic-bezier(0.43, 0.13, 0.25, 1);
    -moz-transition: transform 2s cubic-bezier(0.43, 0.13, 0.25, 1);
    -ms-transition: transform 2s cubic-bezier(0.43, 0.13, 0.25, 1);
    transition: transform 2s cubic-bezier(0.43, 0.13, 0.25, 1);
  }
}
/* line 119, ../scss/home.scss */
#featured .card.-week .box {
  display: inline-block;
  width: 38%;
  text-align: left;
  padding: 15px 30px 18px;
}
@media (min-width: 900px) {
  /* line 119, ../scss/home.scss */
  #featured .card.-week .box {
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    transform: translateY(250%);
    -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
/* line 132, ../scss/home.scss */
#featured .card.-featured {
  width: calc(33.33333% - 4px);
}
/* line 135, ../scss/home.scss */
#featured .card.-featured .infos {
  position: absolute;
  bottom: 0;
  z-index: 3;
}
/* line 142, ../scss/home.scss */
#featured .card.-featured a {
  padding-bottom: 90%;
  background-size: auto 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 600px) {
  /* line 149, ../scss/home.scss */
  #featured .card.-featured a::before {
    display: none;
  }
}
/* line 154, ../scss/home.scss */
#featured .card.-featured a .h3 {
  text-decoration: none;
}
/* line 158, ../scss/home.scss */
#featured .card.-featured a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.11);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.11) 58%, rgba(0, 0, 0, 0.92) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.11)), color-stop(58%, rgba(0, 0, 0, 0.11)), color-stop(100%, rgba(0, 0, 0, 0.92)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.11) 58%, rgba(0, 0, 0, 0.92) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.11) 58%, rgba(0, 0, 0, 0.92) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.11) 58%, rgba(0, 0, 0, 0.92) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.11) 58%, rgba(0, 0, 0, 0.92) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
/* line 177, ../scss/home.scss */
#featured .card.-featured a:hover {
  background-size: auto 105%;
}
/* line 184, ../scss/home.scss */
#featured .slick-dots {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 15px;
}
/* line 192, ../scss/home.scss */
#featured .slick-dots li {
  opacity: 0.5;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 2.5px;
}
/* line 200, ../scss/home.scss */
#featured .slick-dots li.slick-active {
  opacity: 1;
}
/* line 204, ../scss/home.scss */
#featured .slick-dots li button {
  display: none;
}
@media only screen and (max-width: 1023px) {
  /* line 212, ../scss/home.scss */
  #featured .container {
    width: 100%;
  }
  /* line 216, ../scss/home.scss */
  #featured .card {
    margin: 0 !important;
  }
  /* line 219, ../scss/home.scss */
  #featured .card.-week {
    order: 0;
  }
  /* line 223, ../scss/home.scss */
  #featured .card.-featured {
    width: 100%;
  }
  /* line 227, ../scss/home.scss */
  #featured .card a {
    height: 100vh !important;
    padding-top: 60px;
  }
  /* line 234, ../scss/home.scss */
  #featured .card.-week .infos, #featured .card.-featured .infos {
    width: 100%;
    padding: 0 5%;
  }
  /* line 239, ../scss/home.scss */
  #featured .card.-week .h1, #featured .card.-week .h1 span, #featured .card.-featured .h1, #featured .card.-featured .h1 span {
    display: block;
    font-size: 2em !important;
    line-height: 78%;
    text-align: left;
    white-space: normal;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 760px) {
  /* line 239, ../scss/home.scss */
  #featured .card.-week .h1, #featured .card.-week .h1 span, #featured .card.-featured .h1, #featured .card.-featured .h1 span {
    font-size: 3em !important;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 251, ../scss/home.scss */
  #featured .card.-week .h1, #featured .card.-featured .h1 {
    width: calc(100% - 45px);
    margin-bottom: 30px;
  }
  /* line 255, ../scss/home.scss */
  #featured .card.-week .h1 span, #featured .card.-featured .h1 span {
    width: 100%;
  }
  /* line 260, ../scss/home.scss */
  #featured .card.-week .category, #featured .card.-featured .category {
    display: none;
  }
  /* line 264, ../scss/home.scss */
  #featured .card.-week .h3, #featured .card.-featured .h3 {
    font-size: 24px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 3vh;
  }
  /* line 271, ../scss/home.scss */
  #featured .card.-week .box, #featured .card.-featured .box {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 760px) {
  /* line 271, ../scss/home.scss */
  #featured .card.-week .box, #featured .card.-featured .box {
    padding: 27px 30px 40px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 278, ../scss/home.scss */
  #featured .card.-week .box h4, #featured .card.-featured .box h4 {
    margin: 0 0 5px;
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 760px) {
  /* line 278, ../scss/home.scss */
  #featured .card.-week .box h4, #featured .card.-featured .box h4 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 286, ../scss/home.scss */
  #featured .card.-week .box p, #featured .card.-featured .box p {
    font-family: 'Roboto';
    font-size: 0.750em;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 760px) {
  /* line 286, ../scss/home.scss */
  #featured .card.-week .box p, #featured .card.-featured .box p {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 299, ../scss/home.scss */
  #featured .swiper-container .swiper-pagination {
    display: block;
    margin-bottom: 5vh;
  }
  /* line 303, ../scss/home.scss */
  #featured .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #FFF;
  }
}

/* line 311, ../scss/home.scss */
#banner {
  position: relative;
  width: 100%;
  margin: 40px 0;
}
/* line 316, ../scss/home.scss */
#banner .container {
  text-align: center;
}
/* line 320, ../scss/home.scss */
#banner a {
  display: inline-block;
  text-decoration: none;
}
/* line 326, ../scss/home.scss */
#banner .banner-holder div {
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  /* line 311, ../scss/home.scss */
  #banner {
    display: none;
  }
}

/* line 336, ../scss/home.scss */
#news {
  position: relative;
  width: 100%;
}
@media (min-width: 900px) {
  /* line 336, ../scss/home.scss */
  #news {
    opacity: 0;
    -webkit-transition: opacity 1.3s ease;
    -moz-transition: opacity 1.3s ease;
    -ms-transition: opacity 1.3s ease;
    transition: opacity 1.3s ease;
  }
}
/* line 345, ../scss/home.scss */
#news.show {
  opacity: 1;
}
/* line 349, ../scss/home.scss */
#news .section-title {
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 32px;
  margin: 0;
  text-transform: uppercase;
  color: #7b7b7b;
  margin: 20px 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 52, ../scss/_mixins.scss */
#news .section-title::after, #news .section-title::before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #dddddd;
}
/* line 360, ../scss/home.scss */
#news .section-title span {
  padding: 0 40px;
}
/* line 365, ../scss/home.scss */
#news .title-page {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
/* line 370, ../scss/home.scss */
#news .title-page .call-week {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 18px;
}
/* line 380, ../scss/home.scss */
#news .title-page .line {
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 391, ../scss/home.scss */
#news .title-page .box {
  position: relative;
  background-color: #fff;
  border-right: 6px solid #fff;
  border-left: 6px solid #fff;
}
/* line 398, ../scss/home.scss */
#news .title-page p {
  display: block;
  font-family: 'Roboto Slab';
  font-size: 16px;
  border-width: 2px;
  border-style: solid;
  padding: 5px 55px;
}
/* line 406, ../scss/home.scss */
#news .title-page p a {
  font-weight: 700;
}
/* line 411, ../scss/home.scss */
#news .title-page h1 {
  font-family: 'Raleway';
  font-weight: 300;
  font-size: 40px;
  margin: 0;
}
/* line 419, ../scss/home.scss */
#news .holder-news {
  width: calc(100% + 40px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -20px;
}
/* line 427, ../scss/home.scss */
#news .card, #news .banner-card {
  width: calc(25% - 25px);
  margin: 0 0 20px 20px;
}
/* line 432, ../scss/home.scss */
#news .holder-button {
  width: 100%;
  margin: 90px 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 439, ../scss/home.scss */
#news .holder-button img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  /* line 336, ../scss/home.scss */
  #news {
    padding-top: 40px;
  }
  /* line 448, ../scss/home.scss */
  #news.category {
    display: block;
    margin-top: 60px;
  }
  /* line 453, ../scss/home.scss */
  #news .container {
    padding: 0 20px;
  }
  /* line 457, ../scss/home.scss */
  #news .holder-button {
    margin: 20px 0;
  }
  /* line 461, ../scss/home.scss */
  #news .card, #news .banner-card {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  /* line 468, ../scss/home.scss */
  #news .holder-news {
    width: 100%;
    margin: 0;
    flex-direction: column;
    align-content: space-around;
    justify-content: flex-start;
  }
  /* line 476, ../scss/home.scss */
  #news .card, #news .banner-card {
    width: 100%;
    margin: 0 0 20px;
  }
  /* line 481, ../scss/home.scss */
  #news .card a .infos {
    padding: 40px 20px 25px;
  }
  /* line 484, ../scss/home.scss */
  #news .card a .infos .h3 {
    word-break: break-word;
  }
}

@media (max-width: 599px) {
  /* line 493, ../scss/home.scss */
  body #back {
    margin: 0;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 502, ../scss/home.scss */
  .title-page .line {
    display: none;
  }
  /* line 505, ../scss/home.scss */
  .title-page .imagem-juicydeli {
    display: none !important;
  }
}
/* line 511, ../scss/home.scss */
#newsletter .newsletter-holder {
  display: flex;
  width: 60%;
  border: 1px solid #EFEFEF;
  margin: 80px 20%;
}
/* line 517, ../scss/home.scss */
#newsletter .newsletter-holder .logo-holder,
#newsletter .newsletter-holder .form-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
/* line 525, ../scss/home.scss */
#newsletter .newsletter-holder .logo-holder {
  padding: 30px 5%;
}
/* line 528, ../scss/home.scss */
#newsletter .newsletter-holder .logo-holder p {
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-size: 25px;
  color: #FF886A;
  margin: 5px 0;
}
/* line 537, ../scss/home.scss */
#newsletter .newsletter-holder .form-holder {
  padding: 30px 5%;
  border-left: 1px solid #EFEFEF;
}
/* line 541, ../scss/home.scss */
#newsletter .newsletter-holder .form-holder .full {
  padding: 0;
}
/* line 545, ../scss/home.scss */
#newsletter .newsletter-holder .form-holder input {
  width: 100%;
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-size: 14px;
  color: #DB94CC;
  border: none;
  border-bottom: 1px solid #D6D6D6;
}
/* line 554, ../scss/home.scss */
#newsletter .newsletter-holder .form-holder input[type="submit"] {
  height: 40px;
  font-family: 'Raleway';
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #636274;
  background: transparent;
  border: 2px solid #707070;
  border-radius: 0;
  padding: 0 4%;
  white-space: normal;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
}
/* line 569, ../scss/home.scss */
#newsletter .newsletter-holder .form-holder input[type="submit"]:hover {
  color: #fff;
  background-color: #DB94CC;
  border-color: #DB94CC;
}
/* line 577, ../scss/home.scss */
#newsletter .newsletter-holder .form-holder .termos-politica {
  margin-bottom: 15px;
}
/* line 579, ../scss/home.scss */
#newsletter .newsletter-holder .form-holder .termos-politica span.wpcf7-list-item {
  margin-left: 0;
  position: relative;
}
/* line 583, ../scss/home.scss */
#newsletter .newsletter-holder .form-holder .termos-politica span.wpcf7-list-item input#checkboxTermos {
  max-width: 15px;
  position: absolute;
  left: -24px;
  top: -2px;
}
@media only screen and (max-width: 1023px) {
  /* line 511, ../scss/home.scss */
  #newsletter .newsletter-holder {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 511, ../scss/home.scss */
  #newsletter .newsletter-holder {
    flex-direction: column;
  }
  /* line 602, ../scss/home.scss */
  #newsletter .newsletter-holder .logo-holder,
  #newsletter .newsletter-holder .form-holder {
    width: 100%;
  }
  /* line 607, ../scss/home.scss */
  #newsletter .newsletter-holder .form-holder {
    border-top: 1px solid #EFEFEF;
    border-left: none;
  }
}
@media (max-width: 599px) {
  /* line 511, ../scss/home.scss */
  #newsletter .newsletter-holder {
    margin: 0 auto 20px;
    width: calc(100vw - 40px);
  }
  /* line 617, ../scss/home.scss */
  #newsletter .newsletter-holder .logo-holder {
    padding: 30px 20px 20px;
  }
  /* line 620, ../scss/home.scss */
  #newsletter .newsletter-holder .logo-holder img {
    margin: 0 auto;
  }
  /* line 624, ../scss/home.scss */
  #newsletter .newsletter-holder .logo-holder p {
    text-align: center;
    font-size: 1.725em;
    line-height: 110%;
    padding: 0 20px;
  }
  /* line 632, ../scss/home.scss */
  #newsletter .newsletter-holder .form-holder {
    padding: 10px 20px;
  }
  /* line 635, ../scss/home.scss */
  #newsletter .newsletter-holder .form-holder input[type="submit"] {
    padding: 9px 15px;
    height: auto;
    font-size: .9em;
  }
}
