/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */

/* line 12, resources/assets/styles/plugins/_index.scss */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

/* line 20, resources/assets/styles/plugins/_index.scss */

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 23, resources/assets/styles/plugins/_index.scss */

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 30, resources/assets/styles/plugins/_index.scss */

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 47, resources/assets/styles/plugins/_index.scss */

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 52, resources/assets/styles/plugins/_index.scss */

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 57, resources/assets/styles/plugins/_index.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 63, resources/assets/styles/plugins/_index.scss */

.swiper-slide {
  -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;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
}

/* line 76, resources/assets/styles/plugins/_index.scss */

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* line 79, resources/assets/styles/plugins/_index.scss */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 83, resources/assets/styles/plugins/_index.scss */

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: 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;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform;
  transition-property: transform, height, -webkit-transform;
}

/* line 94, resources/assets/styles/plugins/_index.scss */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

/* line 98, resources/assets/styles/plugins/_index.scss */

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 108, resources/assets/styles/plugins/_index.scss */

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 120, resources/assets/styles/plugins/_index.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(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 144, resources/assets/styles/plugins/_index.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(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 168, resources/assets/styles/plugins/_index.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(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 192, resources/assets/styles/plugins/_index.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(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 216, resources/assets/styles/plugins/_index.scss */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 221, resources/assets/styles/plugins/_index.scss */

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* line 226, resources/assets/styles/plugins/_index.scss */

.swiper-button-next,
.swiper-button-prev {
  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 239, resources/assets/styles/plugins/_index.scss */

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* line 245, resources/assets/styles/plugins/_index.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 251, resources/assets/styles/plugins/_index.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 257, resources/assets/styles/plugins/_index.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 261, resources/assets/styles/plugins/_index.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 265, resources/assets/styles/plugins/_index.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 269, resources/assets/styles/plugins/_index.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 273, resources/assets/styles/plugins/_index.scss */

.swiper-button-lock {
  display: none;
}

/* line 276, resources/assets/styles/plugins/_index.scss */

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 286, resources/assets/styles/plugins/_index.scss */

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 289, resources/assets/styles/plugins/_index.scss */

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 296, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

/* line 300, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -o-transform: scale(0.33);
     transform: scale(0.33);
  position: relative;
}

/* line 306, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
}

/* line 311, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
}

/* line 316, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -o-transform: scale(0.66);
     transform: scale(0.66);
}

/* line 321, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -o-transform: scale(0.33);
     transform: scale(0.33);
}

/* line 326, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -o-transform: scale(0.66);
     transform: scale(0.66);
}

/* line 331, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -o-transform: scale(0.33);
     transform: scale(0.33);
}

/* line 336, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

/* line 344, resources/assets/styles/plugins/_index.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 354, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 357, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 361, resources/assets/styles/plugins/_index.scss */

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 367, resources/assets/styles/plugins/_index.scss */

.swiper-container-vertical
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

/* line 373, resources/assets/styles/plugins/_index.scss */

.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  width: 8px;
}

/* line 381, resources/assets/styles/plugins/_index.scss */

.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  -o-transition: 0.2s top, 0.2s -o-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform, 0.2s -o-transform;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

/* line 391, resources/assets/styles/plugins/_index.scss */

.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 4px;
}

/* line 396, resources/assets/styles/plugins/_index.scss */

.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
     transform: translateX(-50%);
  white-space: nowrap;
}

/* line 404, resources/assets/styles/plugins/_index.scss */

.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  -o-transition: 0.2s left, 0.2s -o-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform, 0.2s -o-transform;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

/* line 413, resources/assets/styles/plugins/_index.scss */

.swiper-container-horizontal.swiper-container-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  -o-transition: 0.2s right, 0.2s -o-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform, 0.2s -o-transform;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

/* line 422, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 426, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
     transform: scale(0);
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
     transform-origin: left top;
}

/* line 440, resources/assets/styles/plugins/_index.scss */

.swiper-container-rtl
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -o-transform-origin: right top;
     transform-origin: right top;
}

/* line 447, resources/assets/styles/plugins/_index.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 455, resources/assets/styles/plugins/_index.scss */

.swiper-container-horizontal
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 463, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 466, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

/* line 469, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-progressbar.swiper-pagination-white
.swiper-pagination-progressbar-fill {
  background: #fff;
}

/* line 473, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 476, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

/* line 479, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-progressbar.swiper-pagination-black
.swiper-pagination-progressbar-fill {
  background: #000;
}

/* line 483, resources/assets/styles/plugins/_index.scss */

.swiper-pagination-lock {
  display: none;
}

/* line 486, resources/assets/styles/plugins/_index.scss */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 492, resources/assets/styles/plugins/_index.scss */

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 500, resources/assets/styles/plugins/_index.scss */

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 508, resources/assets/styles/plugins/_index.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 517, resources/assets/styles/plugins/_index.scss */

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 520, resources/assets/styles/plugins/_index.scss */

.swiper-scrollbar-lock {
  display: none;
}

/* line 523, resources/assets/styles/plugins/_index.scss */

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

/* line 540, resources/assets/styles/plugins/_index.scss */

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* line 548, resources/assets/styles/plugins/_index.scss */

.swiper-slide-zoomed {
  cursor: move;
}

/* line 551, resources/assets/styles/plugins/_index.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%;
  -o-transform-origin: 50%;
     transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
     animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 566, resources/assets/styles/plugins/_index.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 576, resources/assets/styles/plugins/_index.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);
  }
}

@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

/* line 591, resources/assets/styles/plugins/_index.scss */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 599, resources/assets/styles/plugins/_index.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 604, resources/assets/styles/plugins/_index.scss */

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 610, resources/assets/styles/plugins/_index.scss */

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 613, resources/assets/styles/plugins/_index.scss */

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 617, resources/assets/styles/plugins/_index.scss */

.swiper-container-cube {
  overflow: visible;
}

/* line 620, resources/assets/styles/plugins/_index.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;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 632, resources/assets/styles/plugins/_index.scss */

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 635, resources/assets/styles/plugins/_index.scss */

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
     transform-origin: 100% 0;
}

/* line 640, resources/assets/styles/plugins/_index.scss */

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 644, resources/assets/styles/plugins/_index.scss */

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

/* line 651, resources/assets/styles/plugins/_index.scss */

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 659, resources/assets/styles/plugins/_index.scss */

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* line 671, resources/assets/styles/plugins/_index.scss */

.swiper-container-flip {
  overflow: visible;
}

/* line 674, resources/assets/styles/plugins/_index.scss */

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 680, resources/assets/styles/plugins/_index.scss */

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 683, resources/assets/styles/plugins/_index.scss */

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 687, resources/assets/styles/plugins/_index.scss */

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 695, resources/assets/styles/plugins/_index.scss */

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.eot);
  src: local("Phenomena Regular"), local("Phenomena-Regular"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.eot);
  src: local("Phenomena ExtraLight"), local("Phenomena-ExtraLight"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.svg) format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.eot);
  src: local("Phenomena ExtraBold"), local("Phenomena-ExtraBold"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.svg) format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.eot);
  src: local("Phenomena Light"), local("Phenomena-Light"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.svg) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.eot);
  src: local("Phenomena Black"), local("Phenomena-Black"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.svg) format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.eot);
  src: local("Phenomena Bold"), local("Phenomena-Bold"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.svg) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.eot);
  src: local("Phenomena Thin"), local("Phenomena-Thin"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.svg) format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.eot);
  src: local("Phenomena ExtraBold"), local("Phenomena-ExtraBold"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.svg) format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.eot);
  src: local("Phenomena Light"), local("Phenomena-Light"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.svg) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.eot);
  src: local("Phenomena Regular"), local("Phenomena-Regular"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.eot);
  src: local("Phenomena Bold"), local("Phenomena-Bold"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.svg) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.eot);
  src: local("Phenomena ExtraLight"), local("Phenomena-ExtraLight"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.svg) format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.eot);
  src: local("Phenomena Thin"), local("Phenomena-Thin"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.svg) format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.eot);
  src: local("Phenomena Black"), local("Phenomena-Black"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.svg) format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.eot);
  src: local("Phenomena Light"), local("Phenomena-Light"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.svg) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.eot);
  src: local("Phenomena Thin"), local("Phenomena-Thin"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.svg) format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.eot);
  src: local("Phenomena ExtraLight"), local("Phenomena-ExtraLight"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.svg) format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.eot);
  src: local("Phenomena ExtraBold"), local("Phenomena-ExtraBold"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.svg) format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.eot);
  src: local("Phenomena Black"), local("Phenomena-Black"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.svg) format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.eot);
  src: local("Phenomena Regular"), local("Phenomena-Regular"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.eot);
  src: local("Phenomena Bold"), local("Phenomena-Bold"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.svg) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.eot);
  src: local("Phenomena ExtraBold"), local("Phenomena-ExtraBold"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraBold.svg) format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.eot);
  src: local("Phenomena Thin"), local("Phenomena-Thin"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Thin.svg) format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.eot);
  src: local("Phenomena ExtraLight"), local("Phenomena-ExtraLight"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-ExtraLight.svg) format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.eot);
  src: local("Phenomena Regular"), local("Phenomena-Regular"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.eot);
  src: local("Phenomena Bold"), local("Phenomena-Bold"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Bold.svg) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.eot);
  src: local("Phenomena Black"), local("Phenomena-Black"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Black.svg) format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Phenomena';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.eot);
  src: local("Phenomena Light"), local("Phenomena-Light"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Phenomena-Light.svg) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-ExtraBold.eot);
  src: local("Manrope ExtraBold"), local("Manrope-ExtraBold"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-ExtraBold.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-ExtraBold.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-ExtraBold.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-ExtraBold.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-ExtraBold.svg) format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Medium.eot);
  src: local("Manrope Medium"), local("Manrope-Medium"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Medium.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Medium.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Medium.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Medium.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Medium.svg) format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Thin.eot);
  src: local("Manrope Thin"), local("Manrope-Thin"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Thin.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Thin.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Thin.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Thin.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Thin.svg) format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Regular.eot);
  src: local("Manrope Regular"), local("Manrope-Regular"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Regular.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Regular.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Regular.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Regular.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Light.eot);
  src: local("Manrope Light"), local("Manrope-Light"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Light.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Light.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Light.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Light.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Light.svg) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Bold.eot);
  src: local("Manrope Bold"), local("Manrope-Bold"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Bold.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Bold.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Bold.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Bold.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Bold.svg) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Semibold.eot);
  src: local("Manrope Semibold"), local("Manrope-Semibold"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Semibold.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Semibold.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Semibold.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Semibold.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Manrope-Semibold.svg) format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Casper';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-RegularItalic.eot);
  src: local("Casper Regular Italic"), local("Casper-RegularItalic"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-RegularItalic.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-RegularItalic.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-RegularItalic.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-RegularItalic.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-RegularItalic.svg) format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Casper';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-Bold.eot);
  src: local("Casper Bold"), local("Casper-Bold"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-Bold.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-Bold.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-Bold.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-Bold.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-Bold.svg) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Casper';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-Regular.eot);
  src: local("Casper Regular"), local("Casper-Regular"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-Regular.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-Regular.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-Regular.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-Regular.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Casper';
  src: url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-BoldItalic.eot);
  src: local("Casper Bold Italic"), local("Casper-BoldItalic"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-BoldItalic.eot) format("embedded-opentype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-BoldItalic.woff2) format("woff2"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-BoldItalic.woff) format("woff"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-BoldItalic.ttf) format("truetype"), url(/wp-content/themes/teobebe/dist/fonts/hinted-Casper-BoldItalic.svg) format("svg");
  font-weight: bold;
  font-style: italic;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* line 11, resources/assets/styles/base/_normalize.scss */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

/* line 25, resources/assets/styles/base/_normalize.scss */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* line 34, resources/assets/styles/base/_normalize.scss */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

/* line 47, resources/assets/styles/base/_normalize.scss */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* line 61, resources/assets/styles/base/_normalize.scss */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

/* line 75, resources/assets/styles/base/_normalize.scss */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/* line 84, resources/assets/styles/base/_normalize.scss */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

/* line 97, resources/assets/styles/base/_normalize.scss */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* line 107, resources/assets/styles/base/_normalize.scss */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

/* line 120, resources/assets/styles/base/_normalize.scss */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* line 129, resources/assets/styles/base/_normalize.scss */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 137, resources/assets/styles/base/_normalize.scss */

sub {
  bottom: -0.25em;
}

/* line 141, resources/assets/styles/base/_normalize.scss */

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

/* line 152, resources/assets/styles/base/_normalize.scss */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

/* line 164, resources/assets/styles/base/_normalize.scss */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

/* line 184, resources/assets/styles/base/_normalize.scss */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

/* line 195, resources/assets/styles/base/_normalize.scss */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

/* line 205, resources/assets/styles/base/_normalize.scss */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

/* line 216, resources/assets/styles/base/_normalize.scss */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

/* line 228, resources/assets/styles/base/_normalize.scss */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

/* line 239, resources/assets/styles/base/_normalize.scss */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

/* line 250, resources/assets/styles/base/_normalize.scss */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/* line 269, resources/assets/styles/base/_normalize.scss */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

/* line 277, resources/assets/styles/base/_normalize.scss */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

/* line 286, resources/assets/styles/base/_normalize.scss */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

/* line 298, resources/assets/styles/base/_normalize.scss */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

/* line 308, resources/assets/styles/base/_normalize.scss */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

/* line 319, resources/assets/styles/base/_normalize.scss */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

/* line 328, resources/assets/styles/base/_normalize.scss */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

/* line 342, resources/assets/styles/base/_normalize.scss */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

/* line 350, resources/assets/styles/base/_normalize.scss */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

/* line 361, resources/assets/styles/base/_normalize.scss */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

/* line 369, resources/assets/styles/base/_normalize.scss */

[hidden] {
  display: none;
}

/* line 1, resources/assets/styles/base/_global.scss */

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
b,
u,
i,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section,
video,
address,
q {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 50, resources/assets/styles/base/_global.scss */

article,
aside,
figure,
footer,
header,
nav,
section {
  display: block;
}

/* line 59, resources/assets/styles/base/_global.scss */

html {
  margin-top: 0 !important;
}

/* line 62, resources/assets/styles/base/_global.scss */

html,
body {
  font-size: 16px;
  font-family: 'Casper';
  overflow-x: hidden;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 69, resources/assets/styles/base/_global.scss */

html.has-overlay,
body.has-overlay {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

/* line 74, resources/assets/styles/base/_global.scss */

html.has-overlay::after,
body.has-overlay::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(124, 124, 124, 0.6);
  width: 100%;
  height: 100%;
  z-index: 999;
}

/* line 87, resources/assets/styles/base/_global.scss */

html.page-template-why .app-footer::before,
body.page-template-why .app-footer::before {
  content: '';
  background-color: #f8faff;
  position: absolute;
  left: 0;
  top: -125px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* line 100, resources/assets/styles/base/_global.scss */

body {
  line-height: 1;
}

/* line 103, resources/assets/styles/base/_global.scss */

ol,
ul {
  list-style: none;
}

/* line 107, resources/assets/styles/base/_global.scss */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 111, resources/assets/styles/base/_global.scss */

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 114, resources/assets/styles/base/_global.scss */

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-family: 'Manrope', sans-serif;
}

/* Remove the stupid outer glow in Webkit */

/* line 133, resources/assets/styles/base/_global.scss */

input:focus {
  outline: 0;
}

/* line 137, resources/assets/styles/base/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Phenomena';
}

/* line 146, resources/assets/styles/base/_global.scss */

.full-image {
  max-width: 100%;
  display: block;
  height: auto;
}

/* line 152, resources/assets/styles/base/_global.scss */

.t-center {
  text-align: center;
}

/* line 155, resources/assets/styles/base/_global.scss */

.page-header {
  display: none;
}

/* line 159, resources/assets/styles/base/_global.scss */

.swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
  margin: 0 7px !important;
  outline: none;
}

/* line 166, resources/assets/styles/base/_global.scss */

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #e13091;
}

/* line 171, resources/assets/styles/base/_global.scss */

.swiper-pagination-bullet.swiper-pagination-bullet-active svg {
  display: block;
}

/* line 173, resources/assets/styles/base/_global.scss */

.swiper-pagination-bullet.swiper-pagination-bullet-active svg .circle {
  -webkit-animation: stroke 150s ease-out forwards;
       -o-animation: stroke 150s ease-out forwards;
          animation: stroke 150s ease-out forwards;
}

/* line 178, resources/assets/styles/base/_global.scss */

.swiper-pagination-bullet svg {
  display: none;
  position: absolute;
  left: -8px;
  top: -8px;
}

/* line 183, resources/assets/styles/base/_global.scss */

.swiper-pagination-bullet svg .circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

/* line 189, resources/assets/styles/base/_global.scss */

.youtube-player {
  height: 100%;
}

/* line 193, resources/assets/styles/base/_global.scss */

.responsive-table {
  width: 100%;
  overflow-x: auto;
}

/* line 196, resources/assets/styles/base/_global.scss */

.responsive-table table {
  min-width: 860px;
}

/* line 1, resources/assets/styles/layout/_flex.scss */

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 3, resources/assets/styles/layout/_flex.scss */

.flex.flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 6, resources/assets/styles/layout/_flex.scss */

.flex.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 9, resources/assets/styles/layout/_flex.scss */

.flex.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 12, resources/assets/styles/layout/_flex.scss */

.flex.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 15, resources/assets/styles/layout/_flex.scss */

.flex.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

/* line 18, resources/assets/styles/layout/_flex.scss */

.flex.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 21, resources/assets/styles/layout/_flex.scss */

.flex.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 24, resources/assets/styles/layout/_flex.scss */

.flex.jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 27, resources/assets/styles/layout/_flex.scss */

.flex.jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* line 30, resources/assets/styles/layout/_flex.scss */

.flex.jc-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 33, resources/assets/styles/layout/_flex.scss */

.flex.ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 36, resources/assets/styles/layout/_flex.scss */

.flex.ai-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 1, resources/assets/styles/layout/_grid.scss */

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  padding-left: 32px;
  padding-right: 32px;
}

/* line 1, resources/assets/styles/layout/_header.scss */

.app-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 74px;
  z-index: 9999;
}

/* line 8, resources/assets/styles/layout/_header.scss */

.app-header::before {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  border-bottom: 1px solid #ebebeb;
  z-index: -1;
}

/* line 20, resources/assets/styles/layout/_header.scss */

.app-header .app-header-language {
  display: none;
  color: #000000;
  font-family: Phenomena;
  font-size: 1.12500rem;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  right: 20px;
  top: 22px;
  cursor: pointer;
}

/* line 32, resources/assets/styles/layout/_header.scss */

.app-header .app-header-language.active span {
  -webkit-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}

/* line 36, resources/assets/styles/layout/_header.scss */

.app-header .app-header-language span {
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 42, resources/assets/styles/layout/_header.scss */

.app-header .app-header-brand {
  display: block;
  margin-left: 70px;
  margin-right: 70px;
  width: 187px;
  position: relative;
  top: 10px;
  z-index: 10;
}

/* line 51, resources/assets/styles/layout/_header.scss */

.app-header .main-navigation {
  width: 100%;
  height: 74px;
}

/* line 54, resources/assets/styles/layout/_header.scss */

.app-header .main-navigation .sub-menu {
  display: none;
}

/* line 58, resources/assets/styles/layout/_header.scss */

.app-header .app-header-language-list {
  height: 74px;
  position: absolute;
  right: 40px;
  top: 0;
}

/* line 63, resources/assets/styles/layout/_header.scss */

.app-header .app-header-language-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
  position: relative;
}

/* line 70, resources/assets/styles/layout/_header.scss */

.app-header .app-header-language-list li.active::after {
  content: '';
  position: absolute;
  left: calc(50% + 2.5px);
  width: 16px;
  bottom: 0;
  height: 2px;
  background-color: #e13091;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 80, resources/assets/styles/layout/_header.scss */

.app-header .app-header-language-list li.active a {
  color: #000000;
}

/* line 85, resources/assets/styles/layout/_header.scss */

.app-header .app-header-language-list li:first-of-type::before {
  content: none;
}

/* line 89, resources/assets/styles/layout/_header.scss */

.app-header .app-header-language-list li::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #ebebeb;
  margin-right: 5px;
}

/* line 97, resources/assets/styles/layout/_header.scss */

.app-header .app-header-language-list li a {
  display: inline-block;
  color: #919191;
  font-family: Phenomena;
  font-size: 1.0625rem;
  font-weight: 400;
  text-decoration: none;
  padding: 5px;
}

/* line 1, resources/assets/styles/layout/_sections.scss */

.app-main {
  padding-top: 74px;
}

/* line 5, resources/assets/styles/layout/_sections.scss */

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

/* line 8, resources/assets/styles/layout/_sections.scss */

.section.section-padding-bottom {
  padding-bottom: 80px;
}

/* line 11, resources/assets/styles/layout/_sections.scss */

.section.section-home-text {
  padding-top: 50px;
}

/* line 14, resources/assets/styles/layout/_sections.scss */

.section.section-home-text .section-home-text-wrapper .section-home-text-content,
.section.section-home-text .section-home-text-wrapper .section-home-text-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* line 21, resources/assets/styles/layout/_sections.scss */

.section.section-home-text .section-home-text-wrapper .section-home-text-content {
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
}

/* line 25, resources/assets/styles/layout/_sections.scss */

.section.section-home-text .section-home-text-wrapper .section-home-text-content h4 {
  display: inline-block;
  color: #ffffff;
  font-family: "Phenomena";
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 2.85px;
  background-color: #e13091;
  padding: 9px 26px;
  margin-bottom: 10px;
}

/* line 36, resources/assets/styles/layout/_sections.scss */

.section.section-home-text .section-home-text-wrapper .section-home-text-content h2 {
  color: #000000;
  font-family: 'Phenomena';
  font-size: 2.87500rem;
  font-weight: 400;
  line-height: 3.25rem;
  margin-bottom: 42px;
}

/* line 44, resources/assets/styles/layout/_sections.scss */

.section.section-home-text .section-home-text-wrapper .section-home-text-content p {
  font-family: Casper;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8125rem;
  margin-bottom: 40px;
}

/* line 52, resources/assets/styles/layout/_sections.scss */

.section.section-home-text .section-home-text-wrapper .section-home-text-content img {
  margin-left: auto;
  margin-right: auto;
}

/* line 58, resources/assets/styles/layout/_sections.scss */

.section.section-home-text .section-home-text-wrapper .section-home-text-image .section-home-text-image-item {
  position: relative;
  margin-left: auto;
  background-size: cover;
  height: 690px;
  width: 677px;
  background-position: center center;
  overflow: hidden;
}

/* line 66, resources/assets/styles/layout/_sections.scss */

.section.section-home-text .section-home-text-wrapper .section-home-text-image .section-home-text-image-item .section-home-text-clouds {
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDM3IiBoZWlnaHQ9IjIxNyIgdmlld0JveD0iMCAwIDEwMzcgMjE3Ij48Zz48Zz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTAzNC44NTMgMjE3YzEuMzUtNS41MDIgMi4xNDctMTEuMjIzIDIuMTQ3LTE3LjE0NCAwLTI1LjU4Ni0xMy40NzItNDcuOTg1LTMzLjY3Mi02MC42NzRhODYuMDQzIDg2LjA0MyAwIDAgMCAzLjg1NS0yNS41MzljMC00Ny42MTItMzguNjY0LTg2LjIxMi04Ni4zNjEtODYuMjEyLTE4LjUzNiAwLTM1LjY5NyA1Ljg1LTQ5Ljc2NiAxNS43NzctMTEuMzItOS44MDUtMjYuMDQ4LTE1Ljc3Ny00Mi4yMDktMTUuNzc3LTMyLjYxNiAwLTU5LjUxMiAyNC4xOS02My44MzQgNTUuNTY0YTUyLjEyIDUyLjEyIDAgMCAwLTE4LjI0OSAxMy43MTJjLTEzLjU3LTExLjQyNC0zMS4wNzMtMTguMzMyLTUwLjIxNy0xOC4zMzItMzUuMDMzIDAtNjQuNjY2IDIzLjA2NS03NC41MDIgNTQuODE1LTEuMTUtLjA3LTIuMy0uMTc2LTMuNDc0LS4xNzYtOC40IDAtMTYuMzM4IDEuOTI4LTIzLjQ3NCA1LjI3NC04LjI3NS01LjQ2Ni0xOC4xNzgtOC42NzItMjguODM1LTguNjcyLTE3LjU3OCAwLTMzLjA5OSA4LjY4NC00Mi41ODMgMjEuOTYtMTMuMDktNDIuMzk2LTUyLjY0Ni03My4yMDEtOTkuNDEzLTczLjIwMS0yMC44MzUgMC00MC4yMjcgNi4xMzYtNTYuNDkzIDE2LjY3NEMzNDQuOTM5IDM5LjI5MyAyOTAuMTAzIDAgMjI2LjAzNyAwIDE0NC41NSAwIDc3Ljk1NyA2My41NzQgNzMuMjQzIDE0My43NDcgNDAuMjUgMTU3LjY0IDEzLjkgMTg0LjA2IDAgMjE3eiIvPjwvZz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  height: 190px;
  width: 909px;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 81, resources/assets/styles/layout/_sections.scss */

.section.section-with-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 85, resources/assets/styles/layout/_sections.scss */

.section.section-ingredients {
  background-color: #f8faff;
}

/* line 89, resources/assets/styles/layout/_sections.scss */

.section.section-image .section-image-item {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 530px;
}

/* line 96, resources/assets/styles/layout/_sections.scss */

.section.section-inner-blog-header {
  border-radius: 0 0 0 193px;
  background-color: #c5bbe1;
  height: 399px;
  padding-top: 100px;
}

/* line 101, resources/assets/styles/layout/_sections.scss */

.section.section-inner-blog-header .breadcrumb {
  margin-bottom: 15px;
}

/* line 105, resources/assets/styles/layout/_sections.scss */

.section.section-inner-articles {
  background-color: #f8faff;
}

/* line 109, resources/assets/styles/layout/_sections.scss */

.section.section-home-articles .blog-listing {
  padding-top: 15px;
}

/* line 114, resources/assets/styles/layout/_sections.scss */

.section.section-home-video .section-home-video-text,
.section.section-home-video .section-home-video-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* line 121, resources/assets/styles/layout/_sections.scss */

.section.section-home-video .section-home-video-text {
  padding-top: 140px;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}

/* line 126, resources/assets/styles/layout/_sections.scss */

.section.section-home-video .section-home-video-text .icon {
  position: absolute;
  right: 180px;
  bottom: 60px;
}

/* line 131, resources/assets/styles/layout/_sections.scss */

.section.section-home-video .section-home-video-text h2 {
  color: #000000;
  font-family: 'Phenomena';
  font-size: 3.12500rem;
  font-weight: 400;
  line-height: 3.4375rem;
}

/* line 138, resources/assets/styles/layout/_sections.scss */

.section.section-home-video .section-home-video-text p {
  font-size: 1.12500rem;
  line-height: 2rem;
  max-width: 420px;
  margin-left: auto;
  margin-top: 60px;
}

/* line 146, resources/assets/styles/layout/_sections.scss */

.section.section-home-video .section-home-video-image {
  position: relative;
  cursor: pointer;
}

/* line 149, resources/assets/styles/layout/_sections.scss */

.section.section-home-video .section-home-video-image .section-home-video-image-item {
  background-size: cover;
  background-position: center center;
  height: 625px;
}

/* line 155, resources/assets/styles/layout/_sections.scss */

.section.section-home-video .section-home-video-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

/* line 162, resources/assets/styles/layout/_sections.scss */

.section.section-home-video .section-home-video-play .btn-circle {
  cursor: pointer;
}

/* line 168, resources/assets/styles/layout/_sections.scss */

.section.section-custom-text-template.section-with-padding {
  padding-top: 0;
}

/* line 172, resources/assets/styles/layout/_sections.scss */

.section.section-page-header {
  padding-top: 120px;
  padding-bottom: 80px;
}

/* line 175, resources/assets/styles/layout/_sections.scss */

.section.section-page-header .page-header-subtitle,
.section.section-page-header .page-header-title {
  color: #000000;
  font-family: 'Phenomena';
  font-weight: 400;
}

/* line 181, resources/assets/styles/layout/_sections.scss */

.section.section-page-header .page-header-title {
  font-size: 4.37500rem;
  letter-spacing: 2px;
  line-height: 3.6875rem;
  margin-top: 15px;
  margin-bottom: 30px;
  position: relative;
  line-height: 5rem;
}

/* line 190, resources/assets/styles/layout/_sections.scss */

.section.section-page-header .page-header-subtitle,
.section.section-page-header .page-header-description {
  margin-left: auto;
  margin-right: auto;
}

/* line 195, resources/assets/styles/layout/_sections.scss */

.section.section-page-header .page-header-subtitle {
  font-size: 2.5rem;
  line-height: 3.4375rem;
  margin-bottom: 25px;
  margin-top: 30px;
  max-width: 1040px;
}

/* line 202, resources/assets/styles/layout/_sections.scss */

.section.section-page-header .page-header-description {
  color: #636363;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.62500rem;
  max-width: 880px;
  font-family: Casper;
}

/* line 238, resources/assets/styles/layout/_sections.scss */

.section.section-products-header.section-with-padding {
  padding-top: 120px;
}

/* line 241, resources/assets/styles/layout/_sections.scss */

.section.section-products-header .section-products-header-title,
.section.section-products-header .section-products-header-sub-title {
  color: #000000;
  font-family: 'Phenomena';
  font-weight: 400;
}

/* line 247, resources/assets/styles/layout/_sections.scss */

.section.section-products-header .section-products-header-title {
  font-size: 4.37500rem;
  letter-spacing: 2px;
  line-height: 3.6875rem;
  margin-top: 15px;
  margin-bottom: 60px;
  position: relative;
}

/* line 255, resources/assets/styles/layout/_sections.scss */

.section.section-products-header .section-products-header-sub-title,
.section.section-products-header .section-products-header-description {
  margin-left: auto;
  margin-right: auto;
}

/* line 260, resources/assets/styles/layout/_sections.scss */

.section.section-products-header .section-products-header-sub-title {
  font-size: 2.5rem;
  line-height: 3.4375rem;
  margin-bottom: 25px;
  max-width: 1040px;
}

/* line 266, resources/assets/styles/layout/_sections.scss */

.section.section-products-header .section-products-header-description {
  color: #636363;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.62500rem;
  max-width: 880px;
}

/* line 275, resources/assets/styles/layout/_sections.scss */

.section.section-products-listing.section-with-padding {
  padding-top: 0;
}

/* line 278, resources/assets/styles/layout/_sections.scss */

.section.section-products-listing .section-products-listing-view-more {
  color: #e13091;
  font-family: "Phenomena";
  font-size: 2.25rem;
  font-weight: 700;
  text-decoration: none;
}

/* line 285, resources/assets/styles/layout/_sections.scss */

.section.section-products-listing .products {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

/* line 289, resources/assets/styles/layout/_sections.scss */

.section.section-products-listing .products .products-item {
  max-width: calc(50% - 80px);
  -ms-flex-preferred-size: calc(50% - 80px);
      flex-basis: calc(50% - 80px);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0 40px 80px;
}

/* line 299, resources/assets/styles/layout/_sections.scss */

.section.section-parallax {
  height: 500px;
}

/* line 301, resources/assets/styles/layout/_sections.scss */

.section.section-parallax .section-parallax-image-item {
  background-position: center 0px;
  -webkit-transition: 50ms ease;
  -o-transition: 50ms ease;
  transition: 50ms ease;
  -webkit-transition-property: background-position;
  -o-transition-property: background-position;
  transition-property: background-position;
}

/* line 309, resources/assets/styles/layout/_sections.scss */

.section.section-products .section-header .section-main-title.section-main-title-mb {
  margin-bottom: 25px;
}

/* line 314, resources/assets/styles/layout/_sections.scss */

.section.section-products .section-products-link a {
  font-size: 1.1875rem;
}

/* line 318, resources/assets/styles/layout/_sections.scss */

.section.section-products .products .products-item-image img {
  max-width: 50%;
}

/* line 324, resources/assets/styles/layout/_sections.scss */

.section.section-text.section-text-reverse .section-text-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 327, resources/assets/styles/layout/_sections.scss */

.section.section-text.section-text-reverse .section-text-wrapper .section-text-content h2 {
  text-align: left;
}

/* line 330, resources/assets/styles/layout/_sections.scss */

.section.section-text.section-text-reverse .section-text-wrapper .section-text-content p {
  margin-left: 0;
  padding-left: 200px;
  max-width: 800px;
}

/* line 339, resources/assets/styles/layout/_sections.scss */

.section.section-text.section-text-custom .section-text-content {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-right: 0;
}

/* line 345, resources/assets/styles/layout/_sections.scss */

.section.section-text .section-text-image,
.section.section-text .section-text-content {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* line 352, resources/assets/styles/layout/_sections.scss */

.section.section-text .section-text-content {
  padding-right: 50px;
}

/* line 354, resources/assets/styles/layout/_sections.scss */

.section.section-text .section-text-content h2 {
  color: #000000;
  font-family: 'Phenomena';
  font-size: 3.62500rem;
  font-weight: 400;
  line-height: 3.4375rem;
  margin-bottom: 60px;
  text-align: right;
}

/* line 362, resources/assets/styles/layout/_sections.scss */

.section.section-text .section-text-content h2 span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

/* line 368, resources/assets/styles/layout/_sections.scss */

.section.section-text .section-text-content p {
  margin-left: auto;
  max-width: 400px;
  font-size: 0.9375rem;
  line-height: 1.62500rem;
  color: #636363;
  font-weight: 400;
  font-family: Casper;
}

/* line 376, resources/assets/styles/layout/_sections.scss */

.section.section-text .section-text-content p strong,
.section.section-text .section-text-content p b {
  font-weight: 500;
  font-size: 1.12500rem;
  line-height: 2.12500rem;
  color: #000000;
}

/* line 385, resources/assets/styles/layout/_sections.scss */

.section .section-header {
  position: relative;
}

/* line 387, resources/assets/styles/layout/_sections.scss */

.section .section-header .swiper-main-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 393, resources/assets/styles/layout/_sections.scss */

.section .section-main-title {
  color: #000000;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 3.6875rem;
}

/* line 398, resources/assets/styles/layout/_sections.scss */

.section .section-main-title.section-main-title-mb {
  margin-bottom: 42px;
}

/* line 401, resources/assets/styles/layout/_sections.scss */

.section .section-main-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  margin-right: 28px;
}

/* line 407, resources/assets/styles/layout/_sections.scss */

.section .section-main-title span::after {
  content: '';
  display: block;
  width: 1px;
  height: 38px;
  background: #ebebeb;
  margin-left: 28px;
}

/* line 417, resources/assets/styles/layout/_sections.scss */

.section .section-main-description {
  color: #000000;
  font-size: 1.12500rem;
  font-weight: 400;
  line-height: 1.87500rem;
  margin: 15px 0;
}

/* line 1, resources/assets/styles/layout/_footer.scss */

.app-footer {
  background-color: #8871ab;
  border-top-right-radius: 200px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  margin-top: 122px;
}

/* line 9, resources/assets/styles/layout/_footer.scss */

.app-footer.app-footer-background::before {
  content: '';
  background-color: #f8faff;
  position: absolute;
  left: 0;
  top: -125px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* line 20, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-links-wrapper {
  margin-left: auto;
}

/* line 24, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-links .app-footer-list {
  margin-right: 160px;
}

/* line 27, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-links .app-footer-list.app-footer-list-pages ul li:last-of-type a {
  border-radius: 20px 20px 20px 0;
  background-color: #e13091;
  padding: 13px 28px;
}

/* line 33, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-links .app-footer-list:last-of-type {
  margin-right: 0;
}

/* line 37, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-links .app-footer-list-title {
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 400;
  margin-bottom: 30px;
}

/* line 44, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-links ul li {
  margin-bottom: 18px;
}

/* line 46, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-links ul li:last-of-type {
  margin-bottom: 0;
}

/* line 49, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-links ul li a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-family: Phenomena;
  font-size: 1.125rem;
  font-weight: 400;
}

/* line 60, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-brand {
  width: 245px;
}

/* line 63, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-clouds {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjAwMHB4IiBoZWlnaHQ9IjEyMnB4IiB2aWV3Qm94PSIwIDAgMjAwMCAxMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjIgKDcyNjQzKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5Ub3VjaCBCYXI8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNNzk1LjQxNDIxMSwxMjIgTDc5Ni40MDE0NDksMTIyIEM4MDQuMTYxNTE1LDExMS43NjI1MTYgODE2LjQ1NjI1LDEwNS4xMjY0MjkgODMwLjMyNjQyLDEwNS4xMjY0MjkgQzgzOC45ODk5NjksMTA1LjEyNjQyOSA4NDcuMDQwODQ3LDEwNy43MjYzMDIgODUzLjc2NzQ2MiwxMTIuMTYwMDcyIEM4NTkuNTY4NjksMTA5LjQ0NTc3OSA4NjYuMDIwODgsMTA3Ljg4MjA0MSA4NzIuODQ5NjA3LDEwNy44ODIwNDEgQzg3My44MDM3MTQsMTA3Ljg4MjA0MSA4NzQuNzM4Njc1LDEwNy45Njc4NTYgODc1LjY3MzYzNywxMDguMDI1MDY1IEM4ODMuNjcwMjY4LDgyLjI3NDIzOTMgOTA3Ljc1OTA4Miw2My41NjY1OTE0IDkzNi4yMzg3MDQsNjMuNTY2NTkxNCBDOTUxLjgwMTE4Miw2My41NjY1OTE0IDk2Ni4wMjk4MjQsNjkuMTY5OTg2NSA5NzcuMDYxMDkxLDc4LjQzNDgxNzIgQzk4MS4wOTQ1MDcsNzMuNzA4NjQxMSA5ODYuMTU1NDI0LDY5Ljg5NzgyMzkgOTkxLjg5NjAyMiw2Ny4zMTM4NDIgQzk5NS40MDkzMDYsNDEuODY4MTM1NCAxMDE3LjI3NCwyMi4yNDgzMDcgMTA0My43ODc5NywyMi4yNDgzMDcgQzEwNTYuOTI1MjksMjIuMjQ4MzA3IDEwNjguODk3OSwyNy4wOTIwODEzIDEwNzguMTAwNzMsMzUuMDQ0MjYxOSBDMTA4OS41MzcyNSwyNi45OTM1NTMgMTEwMy40ODgyOCwyMi4yNDgzMDcgMTExOC41NTYxNSwyMi4yNDgzMDcgQzExNTcuMzI5OTIsMjIuMjQ4MzA3IDExODguNzYxMjEsNTMuNTU0ODUzMyAxMTg4Ljc2MTIxLDkyLjE3MTU1NzYgQzExODguNzYxMjEsOTkuMzgzMTg3NCAxMTg3LjY2MzUxLDEwNi4zMzczNzIgMTE4NS42Mjc2NSwxMTIuODg0NzMxIEMxMTg5LjczMzkxLDExNS40NTgyNDIgMTE5My40OTgxNiwxMTguNTI0MjQ3IDExOTYuODM0NjcsMTIxLjk5OTk5NSBMMTgxMiwxMjIgQzE5MTUuODI5NTMsMTIyIDIwMDAsMjA2LjE3MDQ2NyAyMDAwLDMxMCBMMjAwMCw0OTggTDI5Ni4yMjQ5NDksNDk4IEMyODkuMDY1MTI3LDUwNy4yNjg4NzEgMjg0LjA4NjM3Myw1MTcuNDYyMzg5IDI3OS44NjYzODMsNTI4LjQzMjE0MiBDMjc5LjU4NDY1Nyw1MjkuMTcwOTM2IDI3OC4xOTAzNTEsNTI5LjE5MjUyNCAyNzcuNzYwNTk5LDUyOC40NzUzMTggQzI3MC4wMzcwMDksNTE1LjY2MTY5NiAyNTkuNzg0OTIxLDUwNS42MjY0MTggMjQ3LjkyMzQ4NSw0OTggTDAsNDk4IEwwLDQ2NC44Mjc0MjMgQy04Ny43NjE1MjMzLDQzMC42ODYwMDkgLTE1MCwzNDUuMDk2NjEzIC0xNTAsMjQ0Ljg2NzE3NyBDLTE1MCwxMTQuNjA0MzY0IC00NC44ODc0ODksOSA4NC43Njg2MjM4LDkgQzE2NS4xNTEzMDcsOSAyMzYuMDY5OTAxLDQ5LjYwOTY4MjYgMjc4LjM4MzczOSwxMTEuNDk4MDcxIEMyOTguNzA4NjExLDk2Ljc5NDE1MiAzMjIuMjk3MjA5LDg1Ljk1MjExMDMgMzQ4LjM1Njg4LDgwLjM1ODM4NDQgQzM3OC41MTU0NSw3My44ODc0NDIxIDQwOC41MjgxMTQsNzUuMTM1OTA0OSA0MzYuMzU3MDQ3LDgyLjc3NzE3MTcgQzQ1My4zOTg5OTksMzQuNTYxNjA2NCA0OTkuNTE3MTEzLDAgNTUzLjc1MDIwMiwwIEM2MDUuODMwNDE2LDAgNjUwLjQwODYwMiwzMS44NjkxMTA2IDY2OC45NzA2MTUsNzcuMDkwMzgzNyBDNjgyLjE5NDA5NCw2OC41NDM4NTU1IDY5Ny45NTc2MDUsNjMuNTY2NTkxNCA3MTQuODk1NDAxLDYzLjU2NjU5MTQgQzc1Mi41NjY0MzEsNjMuNTY2NTkxNCA3ODQuNDgxOTYyLDg4LjA5ODExNTQgNzk1LjQxNDIxMSwxMjIgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IlRvdWNoLUJhciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgIDwvbWFzaz4KICAgICAgICA8dXNlIGlkPSJDb21iaW5lZC1TaGFwZSIgZmlsbD0iIzg4NzFBQiIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICA8L2c+Cjwvc3ZnPg==);
  width: 1350px;
  height: 122px;
  position: absolute;
  top: -118px;
  left: 0;
}

/* line 71, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-clouds .icon {
  position: absolute;
}

/* line 73, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-clouds .icon:first-of-type {
  left: 400px;
  top: 30px;
}

/* line 77, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-clouds .icon:nth-child(2) {
  left: 800px;
  top: 60px;
}

/* line 83, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-top {
  padding: 80px 0 50px;
}

/* line 86, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-top,
.app-footer .app-footer-bottom {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

/* line 92, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 25px 0;
}

/* line 95, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-bottom .links,
.app-footer .app-footer-bottom .copy-text,
.app-footer .app-footer-bottom .developed-by {
  width: 100%;
}

/* line 100, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-bottom .links {
  max-width: 54%;
}

/* line 103, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-bottom .copy-text,
.app-footer .app-footer-bottom .developed-by {
  max-width: 23%;
}

/* line 107, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-bottom .copy-text {
  color: #b6a8cc;
}

/* line 110, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-bottom .developed-by {
  color: #b6a8cc;
}

/* line 112, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-bottom .developed-by a {
  margin-left: 15px;
}

/* line 116, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-bottom p,
.app-footer .app-footer-bottom ul li a {
  color: #e9e5f0;
  font-size: 0.6875rem;
  font-weight: 400;
}

/* line 123, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-bottom ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

/* line 128, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-bottom ul li:last-of-type {
  margin-right: 0;
}

/* line 130, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-bottom ul li:last-of-type::after {
  content: none;
}

/* line 134, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-bottom ul li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #9f8cbb;
  margin-left: 10px;
}

/* line 142, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-bottom ul li a {
  text-decoration: none;
}

/* line 148, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-social-links {
  margin-left: 210px;
}

/* line 150, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-social-links li {
  margin-bottom: 12px;
}

/* line 152, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-social-links li:last-of-type {
  margin-bottom: 0;
}

/* line 155, resources/assets/styles/layout/_footer.scss */

.app-footer .app-footer-social-links li a {
  width: 50px;
  height: 50px;
  background-color: #a492bf;
  border-radius: 50%;
}

/* line 2, resources/assets/styles/modules/_main-navigation.scss */

.main-navigation.main-navigation-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 4, resources/assets/styles/modules/_main-navigation.scss */

.main-navigation.main-navigation-reverse li {
  margin-left: 36px;
  margin-right: 0;
}

/* line 7, resources/assets/styles/modules/_main-navigation.scss */

.main-navigation.main-navigation-reverse li:last-of-type {
  margin-left: 0;
}

/* line 9, resources/assets/styles/modules/_main-navigation.scss */

.main-navigation.main-navigation-reverse li:last-of-type::before {
  content: none;
}

/* line 13, resources/assets/styles/modules/_main-navigation.scss */

.main-navigation.main-navigation-reverse li::after {
  content: none;
}

/* line 16, resources/assets/styles/modules/_main-navigation.scss */

.main-navigation.main-navigation-reverse li::before {
  content: '';
  display: inline-block;
  background-color: #e2e3e4;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 36px;
}

/* line 27, resources/assets/styles/modules/_main-navigation.scss */

.main-navigation > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 36px;
}

/* line 33, resources/assets/styles/modules/_main-navigation.scss */

.main-navigation > li.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 36, resources/assets/styles/modules/_main-navigation.scss */

.main-navigation > li.menu-item-has-children > a::before {
  content: '';
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC44NTgiIGhlaWdodD0iMTQuOTE5IiB2aWV3Qm94PSIwIDAgMTQuODU4IDE0LjkxOSI+PHBhdGggZD0iTTguMjMsMS41NDFILjc3QS43Ny43NywwLDAsMSwwLC43N0gwQS43Ny43NywwLDAsMSwuNzcsMEg4LjIzQS43Ny43NywwLDAsMSw5LC43N0g5QS43Ny43NywwLDAsMSw4LjIzLDEuNTQxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi44OTkgMCkiLz48cGF0aCBkPSJNMTQuMDg4LDEuNTQxSC43N0EuNzcuNzcsMCwwLDEsMCwuNzdIMEEuNzcuNzcsMCwwLDEsLjc3LDBIMTQuMDg4YS43Ny43NywwLDAsMSwuNzcuNzdoMEEuNzcuNzcsMCwwLDEsMTQuMDg4LDEuNTQxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA2LjY4OSkiLz48cGF0aCBkPSJNOC4yMywxLjU0MUguNzdBLjc3Ljc3LDAsMCwxLDAsLjc3SDBBLjc3Ljc3LDAsMCwxLC43NywwSDguMjNBLjc3Ljc3LDAsMCwxLDksLjc3SDlBLjc3Ljc3LDAsMCwxLDguMjMsMS41NDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjg5OSAxMy4zNzgpIi8+PC9zdmc+);
  width: 14.858px;
  height: 14.919px;
  background-color: transparent;
  border-radius: 0;
  margin-right: 15px;
}

/* line 50, resources/assets/styles/modules/_main-navigation.scss */

.main-navigation > li.current_page_item a::after {
  width: 50px;
}

/* line 55, resources/assets/styles/modules/_main-navigation.scss */

.main-navigation > li:last-of-type {
  margin-right: 0;
}

/* line 57, resources/assets/styles/modules/_main-navigation.scss */

.main-navigation > li:last-of-type::after {
  content: none;
}

/* line 61, resources/assets/styles/modules/_main-navigation.scss */

.main-navigation > li::after {
  content: '';
  display: inline-block;
  background-color: #e2e3e4;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: 36px;
}

/* line 70, resources/assets/styles/modules/_main-navigation.scss */

.main-navigation > li a {
  display: inline-block;
  padding: 5px 0;
  color: #000000;
  font-family: 'Phenomena';
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

/* line 79, resources/assets/styles/modules/_main-navigation.scss */

.main-navigation > li a::after {
  content: '';
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNTAgNCI+PGc+PGc+PHBhdGggZmlsbD0iIzE2MTYxNiIgZD0iTTQ1LjA5MyAxLjI3OGMtMS4wNDctLjA2Mi0yLjA5Ni0uMTA1LTMuMTQzLS4xNTgtLjM0Ni0uMDE3LS42OTMtLjAxOC0xLjA0LS4wMjdsLTIuMjUtLjA1OGMtLjQxOC0uMDEtLjgzNy0uMDI0LTEuMjU1LS4wMzJBMTguOTY0IDE4Ljk2NCAwIDAgMCAzNy4wNDIgMWMtLjI3MiAwLS41NDUuMDA0LS44MTcuMDA0bC0zLjcxNC4wMDVjLS4yOTUgMC0uNTkuMDA3LS44ODQuMDExbC0yLjE5LjAyOWMtLjgyMy4wMS0xLjY0Ni4wMTUtMi40Ny4wMzVsLTMuOTk1LjFjLS43NzIuMDE4LTEuNTQzLjAzLTIuMzE0LjA2bC0zLjk4NS4xNThjLS43MjYuMDI4LTEuNDUyLjA1Mi0yLjE3OC4wOTJsLTQuMTIuMjNjLS43MzQuMDQxLTEuNDcuMDcxLTIuMjAxLjEzNGwtNC4xMDMuMzUtLjg4Ny4wNzVjLS41OS4wNS0xLjE3OS4xMjktMS43NjcuMTk1bC0uMTExLjAxNUEuNDE0LjQxNCAwIDAgMCAxIDIuODk0YzAgLjExLjA0NC4yMTcuMTIyLjI5NS4wNy4wNy4xOTEuMTM0LjI5NS4xMjIuNzEtLjA4IDEuNDItLjE2NSAyLjEzMi0uMjI1bDEuOTgtLjE2OCAyLjE2LS4xODNjLjI5LS4wMjUuNTgyLS4wNTguODcyLS4wNzRsMy4zNy0uMTg1IDIuMS0uMTE2Yy4yOS0uMDE2LjU3OC0uMDM2Ljg2OC0uMDQ3IDEuMTEzLS4wNDUgMi4yMjYtLjA4NiAzLjMzOS0uMTI4bDIuMDIzLS4wNzhjLjIyNy0uMDA4LjQ1NC0uMDIuNjgtLjAyNUwyNC41NDggMmwyLjAxMy0uMDQ2Yy4yNC0uMDA2LjQ3OC0uMDE0LjcxNy0uMDE2bDMuNzE4LS4wMzhjLjc3My0uMDA4IDEuNTQ2LS4wMTYgMi4zMTktLjAxNGwzLjk0OC4wMWMuMjYgMCAuNTIuMDExLjc3OS4wMTlsMi4xOC4wNjQgMS42MzQuMDQ4Yy4zODYuMDExLjc3My4wNCAxLjE1OS4wNiAxLjEzNy4wNjIgMi4yNzQuMTI2IDMuNDEuMTk3LjI5LjAxOC41NzguMDQuODY3LjA2LjMwOS4wMjMuNjE5LjA0NS45MjcuMDhsLjE0NC4wMjdhLjQ3LjQ3IDAgMCAwIC4zNDctLjA0NWMuMTAxLS4wNi4xNzctLjE1Ny4yMDgtLjI3YS40NTYuNDU2IDAgMCAwLS4zMTUtLjU1NSAzLjgzIDMuODMgMCAwIDAtLjYzNi0uMTAybC0uNDM4LS4wNDRjLS4yODItLjAyOC0uNTY1LS4wNDItLjg0Ny0uMDY0LS41MjgtLjA0LTEuMDU5LS4wNjMtMS41ODgtLjA5MyIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjUwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNNDUuMDkzIDEuMjc4Yy0xLjA0Ny0uMDYyLTIuMDk2LS4xMDUtMy4xNDMtLjE1OC0uMzQ2LS4wMTctLjY5My0uMDE4LTEuMDQtLjAyN2wtMi4yNS0uMDU4Yy0uNDE4LS4wMS0uODM3LS4wMjQtMS4yNTUtLjAzMkExOC45NjQgMTguOTY0IDAgMCAwIDM3LjA0MiAxYy0uMjcyIDAtLjU0NS4wMDQtLjgxNy4wMDRsLTMuNzE0LjAwNWMtLjI5NSAwLS41OS4wMDctLjg4NC4wMTFsLTIuMTkuMDI5Yy0uODIzLjAxLTEuNjQ2LjAxNS0yLjQ3LjAzNWwtMy45OTUuMWMtLjc3Mi4wMTgtMS41NDMuMDMtMi4zMTQuMDZsLTMuOTg1LjE1OGMtLjcyNi4wMjgtMS40NTIuMDUyLTIuMTc4LjA5MmwtNC4xMi4yM2MtLjczNC4wNDEtMS40Ny4wNzEtMi4yMDEuMTM0bC00LjEwMy4zNS0uODg3LjA3NWMtLjU5LjA1LTEuMTc5LjEyOS0xLjc2Ny4xOTVsLS4xMTEuMDE1QS40MTQuNDE0IDAgMCAwIDEgMi44OTRjMCAuMTEuMDQ0LjIxNy4xMjIuMjk1LjA3LjA3LjE5MS4xMzQuMjk1LjEyMi43MS0uMDggMS40Mi0uMTY1IDIuMTMyLS4yMjVsMS45OC0uMTY4IDIuMTYtLjE4M2MuMjktLjAyNS41ODItLjA1OC44NzItLjA3NGwzLjM3LS4xODUgMi4xLS4xMTZjLjI5LS4wMTYuNTc4LS4wMzYuODY4LS4wNDcgMS4xMTMtLjA0NSAyLjIyNi0uMDg2IDMuMzM5LS4xMjhsMi4wMjMtLjA3OGMuMjI3LS4wMDguNDU0LS4wMi42OC0uMDI1TDI0LjU0OCAybDIuMDEzLS4wNDZjLjI0LS4wMDYuNDc4LS4wMTQuNzE3LS4wMTZsMy43MTgtLjAzOGMuNzczLS4wMDggMS41NDYtLjAxNiAyLjMxOS0uMDE0bDMuOTQ4LjAxYy4yNiAwIC41Mi4wMTEuNzc5LjAxOWwyLjE4LjA2NCAxLjYzNC4wNDhjLjM4Ni4wMTEuNzczLjA0IDEuMTU5LjA2IDEuMTM3LjA2MiAyLjI3NC4xMjYgMy40MS4xOTcuMjkuMDE4LjU3OC4wNC44NjcuMDYuMzA5LjAyMy42MTkuMDQ1LjkyNy4wOGwuMTQ0LjAyN2EuNDcuNDcgMCAwIDAgLjM0Ny0uMDQ1Yy4xMDEtLjA2LjE3Ny0uMTU3LjIwOC0uMjdhLjQ1Ni40NTYgMCAwIDAtLjMxNS0uNTU1IDMuODMgMy44MyAwIDAgMC0uNjM2LS4xMDJsLS40MzgtLjA0NGMtLjI4Mi0uMDI4LS41NjUtLjA0Mi0uODQ3LS4wNjQtLjUyOC0uMDQtMS4wNTktLjA2My0xLjU4OC0uMDkzIi8+PC9nPjwvZz48L3N2Zz4=);
  background-position: center center;
  width: 0;
  height: 4px;
  left: 50%;
  bottom: -6px;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 350ms ease-out;
  -o-transition: width 350ms ease-out;
  transition: width 350ms ease-out;
}

/* line 92, resources/assets/styles/modules/_main-navigation.scss */

.main-navigation > li a:hover::after {
  width: 50px;
}

/* line 1, resources/assets/styles/modules/_main-slider.scss */

.main-slider {
  background-color: #ffece5;
  position: relative;
}

/* line 4, resources/assets/styles/modules/_main-slider.scss */

.main-slider .main-slider-clouds {
  position: absolute;
  left: -220px;
  bottom: -18px;
  height: 220px;
  width: 909px;
  padding-top: 30px;
}

/* line 12, resources/assets/styles/modules/_main-slider.scss */

.main-slider .main-slider-clouds .main-slider-clouds-item {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MDkiIGhlaWdodD0iMTkwIiB2aWV3Qm94PSIwIDAgOTA5IDE5MCI+PGc+PGc+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuODgyIDE5MEMuNjk4IDE4NS4xODMgMCAxODAuMTczIDAgMTc0Ljk4OWMwLTIyLjQwMiAxMS44MDktNDIuMDE1IDI5LjUxNS01My4xMjVhNzUuMjU4IDc1LjI1OCAwIDAgMS0zLjM3OS0yMi4zNmMwLTQxLjY5IDMzLjg5My03NS40ODYgNzUuNzAyLTc1LjQ4NmE3NS40NjggNzUuNDY4IDAgMCAxIDQzLjYyMyAxMy44MTRjOS45MjMtOC41ODUgMjIuODMzLTEzLjgxNCAzNi45OTktMTMuODE0IDI4LjU5IDAgNTIuMTY2IDIxLjE4IDU1Ljk1NSA0OC42NWE0NS42ODMgNDUuNjgzIDAgMCAxIDE1Ljk5NiAxMi4wMDZjMTEuODk1LTEwLjAwMiAyNy4yMzgtMTYuMDUxIDQ0LjAxOC0xNi4wNTEgMzAuNzEgMCA1Ni42ODUgMjAuMTk2IDY1LjMwNyA0Ny45OTUgMS4wMDgtLjA2MiAyLjAxNy0uMTU0IDMuMDQ1LS4xNTQgNy4zNjQgMCAxNC4zMjEgMS42ODggMjAuNTc3IDQuNjE4YTQ1LjczOSA0NS43MzkgMCAwIDEgMjUuMjc2LTcuNTkzYzE1LjQwOCAwIDI5LjAxMyA3LjYwMyAzNy4zMjYgMTkuMjI4IDExLjQ3NS0zNy4xMjIgNDYuMTQ4LTY0LjA5NCA4Ny4xNDItNjQuMDk0IDE4LjI2NCAwIDM1LjI2MiA1LjM3MyA0OS41MiAxNC42QzYwNi42MzggMzQuNDA0IDY1NC43MDYgMCA3MTAuODY0IDBjNzEuNDI4IDAgMTI5LjgwMSA1NS42NjQgMTMzLjkzNCAxMjUuODYxQzg3My43MTggMTM4LjAyNSA4OTYuODE2IDE2MS4xNTggOTA5IDE5MHoiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  height: 190px;
  width: 100%;
  margin-top: auto;
  left: 0;
  bottom: 0;
  z-index: 10;
}

/* line 22, resources/assets/styles/modules/_main-slider.scss */

.main-slider .main-slider-clouds .icon {
  position: absolute;
}

/* line 24, resources/assets/styles/modules/_main-slider.scss */

.main-slider .main-slider-clouds .icon:first-child {
  left: 0;
  top: -60px;
  -webkit-animation: heart1 3s cubic-bezier(0.47, 0, 0.745, 0.715) 200ms;
       -o-animation: heart1 3s cubic-bezier(0.47, 0, 0.745, 0.715) 200ms;
          animation: heart1 3s cubic-bezier(0.47, 0, 0.745, 0.715) 200ms;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* line 31, resources/assets/styles/modules/_main-slider.scss */

.main-slider .main-slider-clouds .icon:nth-child(2) {
  left: 360px;
  top: 70%;
  -webkit-animation: heart2 3s cubic-bezier(0.47, 0, 0.745, 0.715) 400ms;
       -o-animation: heart2 3s cubic-bezier(0.47, 0, 0.745, 0.715) 400ms;
          animation: heart2 3s cubic-bezier(0.47, 0, 0.745, 0.715) 400ms;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* line 38, resources/assets/styles/modules/_main-slider.scss */

.main-slider .main-slider-clouds .icon:nth-child(3) {
  top: 70%;
  left: 550px;
  -webkit-animation: heart3 3s cubic-bezier(0.47, 0, 0.745, 0.715) 300ms;
       -o-animation: heart3 3s cubic-bezier(0.47, 0, 0.745, 0.715) 300ms;
          animation: heart3 3s cubic-bezier(0.47, 0, 0.745, 0.715) 300ms;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 1;
}

/* line 48, resources/assets/styles/modules/_main-slider.scss */

.main-slider .main-slider-swiper-container {
  height: 646px;
  width: 100%;
}

/* line 52, resources/assets/styles/modules/_main-slider.scss */

.main-slider .main-slider-content {
  height: 100%;
}

/* line 55, resources/assets/styles/modules/_main-slider.scss */

.main-slider .main-slider-image {
  margin-right: 33px;
}

/* line 58, resources/assets/styles/modules/_main-slider.scss */

.main-slider .main-slider-text {
  margin-left: 190px;
  max-width: 350px;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

/* line 64, resources/assets/styles/modules/_main-slider.scss */

.main-slider .main-slider-text .icon {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 70, resources/assets/styles/modules/_main-slider.scss */

.main-slider .main-slider-text h2 {
  color: #000000;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 3.6875rem;
}

/* line 75, resources/assets/styles/modules/_main-slider.scss */

.main-slider .main-slider-text h2 strong,
.main-slider .main-slider-text h2 b {
  font-weight: 700;
}

/* line 81, resources/assets/styles/modules/_main-slider.scss */

.main-slider .app-swiper-pagination {
  position: absolute;
  bottom: 50px;
  z-index: 10;
}

@-webkit-keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}

@-o-keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes mainSliderClouds {
  0% {
    left: 0;
  }

  100% {
    left: -222px;
  }
}

@-o-keyframes mainSliderClouds {
  0% {
    left: 0;
  }

  100% {
    left: -222px;
  }
}

@keyframes mainSliderClouds {
  0% {
    left: 0;
  }

  100% {
    left: -222px;
  }
}

@-webkit-keyframes heart1 {
  0% {
    left: 0;
  }

  100% {
    left: 230px;
  }
}

@-o-keyframes heart1 {
  0% {
    left: 0;
  }

  100% {
    left: 230px;
  }
}

@keyframes heart1 {
  0% {
    left: 0;
  }

  100% {
    left: 230px;
  }
}

@-webkit-keyframes heart2 {
  0% {
    top: 80%;
  }

  100% {
    top: 25px;
  }
}

@-o-keyframes heart2 {
  0% {
    top: 80%;
  }

  100% {
    top: 25px;
  }
}

@keyframes heart2 {
  0% {
    top: 80%;
  }

  100% {
    top: 25px;
  }
}

@-webkit-keyframes heart3 {
  0% {
    top: 80%;
  }

  100% {
    top: -5px;
  }
}

@-o-keyframes heart3 {
  0% {
    top: 80%;
  }

  100% {
    top: -5px;
  }
}

@keyframes heart3 {
  0% {
    top: 80%;
  }

  100% {
    top: -5px;
  }
}

/* line 2, resources/assets/styles/modules/_benefits.scss */

.benefits .benefits-item {
  width: 138px;
  margin: 0 30px;
}

/* line 5, resources/assets/styles/modules/_benefits.scss */

.benefits .benefits-item img {
  -webkit-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 800ms ease-in-out;
  transition: -webkit-transform 800ms ease-in-out;
  -o-transition: -o-transform 800ms ease-in-out;
  transition: transform 800ms ease-in-out;
  transition: transform 800ms ease-in-out, -webkit-transform 800ms ease-in-out, -o-transform 800ms ease-in-out;
}

/* line 10, resources/assets/styles/modules/_benefits.scss */

.benefits .benefits-item:hover img {
  -webkit-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
}

/* line 16, resources/assets/styles/modules/_benefits.scss */

.benefits-link {
  margin-top: 45px;
}

/* line 1, resources/assets/styles/modules/_button.scss */

.btn-link {
  display: inline-block;
  text-decoration: none;
  color: #e13091;
  font-family: 'Phenomena';
  font-size: 1rem;
  font-weight: 700;
}

/* line 8, resources/assets/styles/modules/_button.scss */

.btn-link.btn-link-with-border {
  text-align: center;
}

/* line 10, resources/assets/styles/modules/_button.scss */

.btn-link.btn-link-with-border::after {
  content: url(/wp-content/themes/teobebe/dist/images/link-line.svg);
  display: block;
  width: 104px;
  height: 9px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

/* line 21, resources/assets/styles/modules/_button.scss */

.btn {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}

/* line 34, resources/assets/styles/modules/_button.scss */

.btn.btn-primary,
.btn.btn-primary-secondary {
  border-radius: 22px 22px 22px 0;
  border: 1px solid #e13091;
  text-decoration: none;
  font-family: Phenomena;
  font-size: 1.125rem;
  font-weight: 400;
  display: inline-block;
}

/* line 44, resources/assets/styles/modules/_button.scss */

.btn.btn-bold {
  font-weight: 700;
}

/* line 47, resources/assets/styles/modules/_button.scss */

.btn.btn-primary {
  background: #e13091;
  color: #fff;
  padding: 14px 36px;
  letter-spacing: 0.9px;
}

/* line 53, resources/assets/styles/modules/_button.scss */

.btn.btn-primary-secondary {
  color: #e13091;
  padding: 10px 27px;
}

/* line 58, resources/assets/styles/modules/_button.scss */

.btn-circle {
  width: 74px;
  height: 74px;
  background-color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
}

/* line 64, resources/assets/styles/modules/_button.scss */

.btn-circle.btn-circle-secondary {
  width: 50px;
  height: 50px;
  background-color: #a492bf;
  border-radius: 50%;
}

/* line 71, resources/assets/styles/modules/_button.scss */

.btn-bordered {
  display: inline-block;
  color: #e13091;
  font-family: "Phenomena";
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

/* line 80, resources/assets/styles/modules/_button.scss */

.btn-bordered.btn-bordered-l::after {
  background-image: url(/wp-content/themes/teobebe/dist/images/icons/l-line.svg);
  width: 0;
  height: 15px;
  bottom: -25px;
}

/* line 88, resources/assets/styles/modules/_button.scss */

.btn-bordered:hover::after {
  width: 104px;
}

/* line 91, resources/assets/styles/modules/_button.scss */

.btn-bordered:hover.btn-bordered-l::after {
  width: 174px;
}

/* line 95, resources/assets/styles/modules/_button.scss */

.btn-bordered::after {
  content: '';
  background-image: url(/wp-content/themes/teobebe/dist/images/link-line.svg);
  background-position: center top;
  background-repeat: no-repeat;
  width: 0;
  height: 9px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 350ms ease-out;
  -o-transition: width 350ms ease-out;
  transition: width 350ms ease-out;
}

/* line 109, resources/assets/styles/modules/_button.scss */

.close-button {
  position: relative;
}

/* line 111, resources/assets/styles/modules/_button.scss */

.close-button .modal-close-icon {
  position: absolute;
  left: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 117, resources/assets/styles/modules/_button.scss */

.close-button svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 120, resources/assets/styles/modules/_button.scss */

.close-button .modal-close-path {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  -webkit-transition: stroke-dashoffset .9s;
  -o-transition: stroke-dashoffset .9s;
  transition: stroke-dashoffset .9s;
}

/* line 1, resources/assets/styles/modules/_icon.scss */

.icon {
  display: inline-block;
}

/* line 3, resources/assets/styles/modules/_icon.scss */

.icon.icon-facebook {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgOCAxNSI+PGc+PGcgb3BhY2l0eT0iLjkiPjxnIG9wYWNpdHk9Ii45Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNy42NjkuMDAzTDUuNzU4IDBDMy42MSAwIDIuMjIyIDEuNDI0IDIuMjIyIDMuNjI3VjUuM0guMzAxQS4zLjMgMCAwIDAgMCA1LjZ2Mi40MjRhLjMuMyAwIDAgMCAuMy4zaDEuOTIydjYuMTE1YS4zLjMgMCAwIDAgLjMuM0g1LjAzYS4zLjMgMCAwIDAgLjMtLjNWOC4zMjRoMi4yNDhhLjMuMyAwIDAgMCAuMy0uM0w3Ljg4IDUuNmEuMzAxLjMwMSAwIDAgMC0uMy0uMzAxSDUuMzNWMy44ODJjMC0uNjgxLjE2Mi0xLjAyNyAxLjA1LTEuMDI3aDEuMjg4YS4zLjMgMCAwIDAgLjMtLjMwMVYuMzA0YS4zLjMgMCAwIDAtLjMtLjN6Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
  width: 8px;
  height: 15px;
}

/* line 7, resources/assets/styles/modules/_icon.scss */

.icon.icon-facebook.icon-facebook-primary {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgOCAxNSI+PGc+PGc+PHBhdGggZmlsbD0iI2UxMzA5MSIgZD0iTTcuNTA5LjYyM0w1LjY1Mi42MkMzLjU2Ni42MiAyLjIyIDEuOTUgMi4yMiA0LjAwNnYxLjU2MkguMzUyYS4yODYuMjg2IDAgMCAwLS4yOTIuMjh2Mi4yNjNjMCAuMTU1LjEzLjI4LjI5Mi4yOGgxLjg2N1YxNC4xYzAgLjE1NS4xMy4yODEuMjkxLjI4MWgyLjQzNmEuMjg2LjI4NiAwIDAgMCAuMjkyLS4yOFY4LjM5SDcuNDJhLjI4Ni4yODYgMCAwIDAgLjI5Mi0uMjhsLjAwMS0yLjI2M2EuMjc2LjI3NiAwIDAgMC0uMDg1LS4xOTguMjk4LjI5OCAwIDAgMC0uMjA3LS4wODJINS4yMzhWNC4yNDRjMC0uNjM2LjE1Ny0uOTU5IDEuMDItLjk1OWgxLjI1YS4yODYuMjg2IDAgMCAwIC4yOTItLjI4MXYtMi4xYzAtLjE1NS0uMTMtLjI4LS4yOTEtLjI4MXoiLz48L2c+PC9nPjwvc3ZnPg==);
}

/* line 11, resources/assets/styles/modules/_icon.scss */

.icon.icon-youtube {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDE4IDIyIj48Zz48ZyBvcGFjaXR5PSIuOSI+PGcgb3BhY2l0eT0iLjkiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNC40NzUgMTYuNzAydjEuMDM4YzAgLjU1LjE4NS44MjQuNTU2LjgyNC4yNjcgMCAuNDI4LS4xNDQuNDg1LS40My4wMTYtLjA4LjAyNC0uMzIyLjAyNC0uNzI4aDEuMTAydi4xNTVjMCAuMzktLjAwOC42Mi0uMDI0LjY5Mi0uMDI1LjIxNS0uMTEuNDMtLjI1NS42NDUtLjI5LjQyMS0uNzI3LjYzMi0xLjMwOC42MzItLjU1NiAwLS45OTItLjIwMy0xLjMwNy0uNjA4LS4yMzQtLjI5NS0uMzUxLS43NTYtLjM1MS0xLjM4NXYtMi4wNjRjMC0uNjI5LjExMy0xLjA5LjMzOC0xLjM4NS4zMTUtLjQwNS43NDctLjYwOCAxLjI5Ni0uNjA4LjU0MSAwIC45Ny4yMDMgMS4yODQuNjA4LjIxOC4yOTUuMzI3Ljc1Ni4zMjcgMS4zODV2MS4yMjl6bS0xLjkxOC45NzhjMCAuNTgxLS4wMzcuOTgtLjExIDEuMTk0LS4xMzguNDM3LS40MjYuNjU2LS44NjUuNjU2LS4zOSAwLS43NjctLjIxOS0xLjEzMy0uNjU2di41NzNIOS4zNjV2LTcuOTEyaDEuMDg0djIuNTljLjM1LS40My43MjctLjY0NSAxLjEzMy0uNjQ1LjQzOSAwIC43MjcuMjIzLjg2NS42NjguMDczLjIwNy4xMS42MDEuMTEgMS4xODJ6bS01LjIyIDEuNzY3di0uNjQ1Yy0uNDM4LjQ4Ni0uODUxLjcyOC0xLjI0LjcyOC0uMzcyIDAtLjYwNy0uMTQ3LS43MDQtLjQ0MS0uMDY1LS4xOTEtLjA5Ny0uNDgyLS4wOTctLjg3MnYtNC42NjZoMS4wOHY0LjM0NGMwIC4yNTUuMDA1LjM5NC4wMTMuNDE4LjAyNC4xNjcuMTEuMjUuMjU1LjI1LjIxOSAwIC40NS0uMTY3LjY5Mi0uNVYxMy41NWgxLjA4MXY1Ljg5NnptLTMuNDk5LTYuNzl2Ni44SDIuNjI0di02LjhIMS4zNDl2LTEuMTIyaDMuNzg5djEuMTIzem0xMy44NDYtMS4yMDZhMi4xNzIgMi4xNzIgMCAwIDAtLjY5OC0xLjE4MiAyLjI0MSAyLjI0MSAwIDAgMC0xLjI0NS0uNTZDMTQuMjUgOS41NDkgMTIuMDA0IDkuNDcgOSA5LjQ3Yy0zLjAwNCAwLTUuMjQ3LjA4LTYuNzI5LjIzOWEyLjIyMiAyLjIyMiAwIDAgMC0xLjI1LjU2IDIuMjU5IDIuMjU5IDAgMCAwLS43MDUgMS4xODJDLjEwNiAxMi4zNzQgMCAxMy43NjYgMCAxNS42MjhjMCAxLjg5My4xMDUgMy4yODYuMzE2IDQuMTc3LjEwNS40Ny4zMzguODYzLjY5OCAxLjE4MS4zNi4zMTguNzc2LjUwMSAxLjI0NS41NSAxLjQ5LjE2NiAzLjczNy4yNSA2Ljc0MS4yNSAzLjAwNCAwIDUuMjUxLS4wODQgNi43NC0uMjUuNDctLjA0OS44ODMtLjIzMiAxLjI0LS41NS4zNTYtLjMxOC41OS0uNzEyLjcwNC0xLjE4MS4yMS0uOTIzLjMxNi0yLjMxNS4zMTYtNC4xNzcgMC0xLjg5NC0uMTA1LTMuMjg2LS4zMTYtNC4xNzd6Ii8+PC9nPjxnIG9wYWNpdHk9Ii45Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTAuOTI3IDE0LjIxYy0uMTczIDAtLjM0Mi4wOS0uNTA3LjI3MnYzLjcyYy4xNjUuMTguMzM0LjI3MS41MDcuMjcxLjI5MyAwIC40NC0uMjc2LjQ0LS44Mjh2LTIuNjA3YzAtLjU1Mi0uMTQ2LS44MjgtLjQ0LS44Mjh6Ii8+PC9nPjxnIG9wYWNpdHk9Ii45Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUuMTU0IDE0LjIxYy0uMzE2IDAtLjQ3NC4yODMtLjQ3NC44NDh2LjU3M2guOTQ3di0uNTczYzAtLjU2Ni0uMTU4LS44NDgtLjQ3My0uODQ4eiIvPjwvZz48ZyBvcGFjaXR5PSIuOSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQuMzg4IDQuNzk1djMuMjU4aDEuMjI5VjQuNzk1TDcuMTAzIDBINS44NWwtLjgzNSAzLjE2MUw0LjE0MiAwSDIuODRjLjIzLjY3My40OTYgMS40MjIuNzk5IDIuMjQ4LjM4NSAxLjEwNS42MzQgMS45NTUuNzUgMi41NDd6Ii8+PC9nPjxnIG9wYWNpdHk9Ii45Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOC43NjIgMi44NjRjLjM1OCAwIC41MzcuMjc3LjUzNy44M1Y2LjIyYzAgLjU2MS0uMTc5Ljg0Mi0uNTM3Ljg0Mi0uMzU5IDAtLjUzOC0uMjgxLS41MzgtLjg0MlYzLjY5NGMwLS41NTMuMTgtLjgzLjUzOC0uODN6bTAgNS4xODRjLjU3MSAwIDEuMDEtLjIwNSAxLjMxNi0uNjEzLjIzMi0uMjk3LjM0OC0uNzcuMzQ4LTEuNDJWMy45MTFjMC0uNjQyLS4xMTYtMS4xMS0uMzQ4LTEuNDA4LS4zMDYtLjQwOS0uNzQ1LS42MTMtMS4zMTYtLjYxMy0uNTU1IDAtLjk5LjIwNC0xLjMwNC42MTMtLjIzMi4yOTctLjM0OC43NjYtLjM0OCAxLjQwOHYyLjEwNGMwIC42NDIuMTE2IDEuMTE1LjM0OCAxLjQyLjMxNC40MDguNzQ5LjYxMyAxLjMwNC42MTN6Ii8+PC9nPjxnIG9wYWNpdHk9Ii45Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTIuMjIxIDguMDQ4Yy40MjQgMCAuODYtLjI1MiAxLjMwOS0uNzU1di42N2gxLjE1NlYxLjg5SDEzLjUzdjQuNjM3Yy0uMjU0LjM0OC0uNDk2LjUyMy0uNzI0LjUyMy0uMTUzIDAtLjI0Mi0uMDktLjI2Ny0uMjY4LS4wMDktLjAxNi0uMDEzLS4xNTgtLjAxMy0uNDI2VjEuODlIMTEuMzd2NC43OTVjMCAuNDE0LjAzNC43MTguMTAyLjkxMy4xMS4zLjM2LjQ1Ljc1LjQ1eiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
  width: 18px;
  height: 22px;
}

/* line 16, resources/assets/styles/modules/_icon.scss */

.icon.icon-twitter {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE1IDEzIj48Zz48Zz48cGF0aCBmaWxsPSIjZTEzMDkxIiBkPSJNMTUuMjQgMi4xMjVhNi40MTggNi40MTggMCAwIDEtMS44MjMuNDkzIDMuMTUgMy4xNSAwIDAgMCAxLjM5NS0xLjczIDYuNDYyIDYuNDYyIDAgMCAxLTIuMDE3Ljc2QTMuMTkgMy4xOSAwIDAgMCAxMC40NzcuNjZDOC43MjMuNjYgNy4zIDIuMDYgNy4zIDMuNzg3YzAgLjI0NS4wMjguNDg0LjA4Mi43MTJBOS4wNjIgOS4wNjIgMCAwIDEgLjg0IDEuMjMyYy0uMjc0LjQ2LS40My45OTgtLjQzIDEuNTcyIDAgMS4wODUuNTYxIDIuMDQyIDEuNDEyIDIuNjAyYTMuMjEzIDMuMjEzIDAgMCAxLTEuNDM4LS4zOTJ2LjAzOWMwIDEuNTE1IDEuMDk1IDIuNzc5IDIuNTQ3IDMuMDY3LS4yNjYuMDctLjU0Ny4xMS0uODM3LjExLS4yMDUgMC0uNDAzLS4wMi0uNTk4LS4wNTlhMy4xNzIgMy4xNzIgMCAwIDAgMi45NjYgMi4xNzJBNi40MzQgNi40MzQgMCAwIDEgLjUxNyAxMS42OGE2Ljg1IDYuODUgMCAwIDEtLjc1Ny0uMDQzIDkuMDc3IDkuMDc3IDAgMCAwIDQuODY4IDEuNDA3YzUuODQxIDAgOS4wMzQtNC43NjUgOS4wMzQtOC44OThsLS4wMS0uNDA1YTYuMjkgNi4yOSAwIDAgMCAxLjU4OC0xLjYxNnoiLz48L2c+PC9nPjwvc3ZnPg==);
  width: 15px;
  height: 13px;
}

/* line 21, resources/assets/styles/modules/_icon.scss */

.icon.icon-arrow-right {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDUgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTMuMiAoNzI2NDMpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPlBhdGg8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQmxvZy0tLVNpbmdsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYxMy4wMDAwMDAsIC0xNzQuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU2Mi4wMDAwMDAsIDE0Ni4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01MS42ODMwMjU4LDI4LjkzNjgxOTMgQzUxLjExNzU0ODEsMjguNDM1NjEwNyA1MS45OTE0NjgxLDI3LjY2MTAxNTQgNTIuNTU2OTQ1OCwyOC4xNjIyMjQxIEw1NS4zMDcyMjM1LDMwLjYyMjcwMyBDNTUuNTY0MjU4OCwzMC44Mjc3NDI5IDU1LjU2NDI1ODgsMzEuMTY5NDc2MSA1NS4zMDcyMjM1LDMxLjM3NDUxNiBMNTIuNTU2OTQ1OCwzMy44MzQ5OTQ5IEM1MS45OTE0NjgxLDM0LjMzNjIwMzYgNTEuMTE3NTQ4MSwzMy41ODQzOTA2IDUxLjY4MzAyNTgsMzMuMDYwMzk5NyBMNTQuMDIyMDQ3LDMxLjAxMDAwMDYgTDUxLjY4MzAyNTgsMjguOTM2ODE5MyBaIiBpZD0iUGF0aCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTMuNTAwMDAwLCAzMS4wMDAwMDApIHNjYWxlKC0xLCAxKSByb3RhdGUoLTE4MC4wMDAwMDApIHRyYW5zbGF0ZSgtNTMuNTAwMDAwLCAtMzEuMDAwMDAwKSAiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  width: 4px;
  height: 6px;
}

/* line 26, resources/assets/styles/modules/_icon.scss */

.icon.icon-user {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDEzIDE1Ij48Zz48Zz48Zz48cGF0aCBmaWxsPSIjOWRhMmFlIiBkPSJNNi41IDEuNTczYTIuNTE1IDIuNTE1IDAgMCAxIDIuNTE0IDIuNTE5QTIuNTE1IDIuNTE1IDAgMCAxIDYuNSA2LjYxYTIuNTE1IDIuNTE1IDAgMCAxLTIuNTE0LTIuNTJBMi41MTUgMi41MTUgMCAwIDEgNi41IDEuNTc0em0uMDA1IDUuNTU0QTMuMDQzIDMuMDQzIDAgMCAwIDkuNTQgNC4wOTIgMy4wMzIgMy4wMzIgMCAwIDAgNi41MDUgMS4wNyAzLjA0MyAzLjA0MyAwIDAgMCAzLjQ3IDQuMTA1YTMuMDMyIDMuMDMyIDAgMCAwIDMuMDM1IDMuMDIyeiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzlkYTJhZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjUwIiBzdHJva2Utd2lkdGg9Ii4yIiBkPSJNNi41IDEuNTczYTIuNTE1IDIuNTE1IDAgMCAxIDIuNTE0IDIuNTE5QTIuNTE1IDIuNTE1IDAgMCAxIDYuNSA2LjYxYTIuNTE1IDIuNTE1IDAgMCAxLTIuNTE0LTIuNTJBMi41MTUgMi41MTUgMCAwIDEgNi41IDEuNTc0em0uMDA1IDUuNTU0QTMuMDQzIDMuMDQzIDAgMCAwIDkuNTQgNC4wOTIgMy4wMzIgMy4wMzIgMCAwIDAgNi41MDUgMS4wNyAzLjA0MyAzLjA0MyAwIDAgMCAzLjQ3IDQuMTA1YTMuMDMyIDMuMDMyIDAgMCAwIDMuMDM1IDMuMDIyeiIvPjwvZz48Zz48cGF0aCBmaWxsPSIjOWRhMmFlIiBkPSJNMS41NDQgMTMuMTU4bC4wMTMtMS40MThjLjAxMy0uOTI4LjM0NC0xLjc3Ni45NC0yLjQxMi41MTgtLjUzIDEuMTI3LS44NDggMS44My0uOTQxLjIyNS4xNDYuODQ4LjQ5IDEuNjgzLjYxLjE3Mi4wMjYuNDI0LjA0LjUxNy4wNC4wOTMgMCAuMzg0LS4wNC40MS0uMDRhNC4xNzIgNC4xNzIgMCAwIDAgMS42ODQtLjYxYy43MDIuMDkzIDEuMzEyLjQxIDEuODI5Ljk0LjU5Ni42MjQuOTQgMS40ODUuOTQgMi40MTNsLjAxNCAxLjQwNS00LjU2LjAxM3ptMTAuMzUtMS40MThjLS4wMTMtMS4wNi0uMzk3LTIuMDI4LTEuMDg3LTIuNzU3LS42MjItLjY1LTEuMzc4LTEuMDItMi4yMjYtMS4xMTNhLjI2Ni4yNjYgMCAwIDAtLjE3Mi4wNTNjLS4wMTQgMC0uODIyLjU4My0xLjkzNS41OTYtMS4xLS4wMTMtMS45MDktLjU5Ni0xLjkyMi0uNTk2YS4yOTIuMjkyIDAgMCAwLS4xNzItLjA1M2MtLjg2Mi4wOTMtMS42MDQuNDY0LTIuMjI3IDEuMTEzLS43MDIuNzMtMS4wODYgMS42OTctMS4xIDIuNzU3bC0uMDEzIDEuNjdjMCAuMDY2LjAyNy4xMzIuMDguMTg1LjA1My4wNTMuMTE5LjA4LjE4NS4wOGgxMC4zNzdhLjI2Mi4yNjIgMCAwIDAgLjE4Ni0uMDguMjYyLjI2MiAwIDAgMCAuMDgtLjE4NXoiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM5ZGEyYWUiIHN0cm9rZS1taXRlcmxpbWl0PSI1MCIgc3Ryb2tlLXdpZHRoPSIuMiIgZD0iTTEuNTQ0IDEzLjE1OGwuMDEzLTEuNDE4Yy4wMTMtLjkyOC4zNDQtMS43NzYuOTQtMi40MTIuNTE4LS41MyAxLjEyNy0uODQ4IDEuODMtLjk0MS4yMjUuMTQ2Ljg0OC40OSAxLjY4My42MS4xNzIuMDI2LjQyNC4wNC41MTcuMDQuMDkzIDAgLjM4NC0uMDQuNDEtLjA0YTQuMTcyIDQuMTcyIDAgMCAwIDEuNjg0LS42MWMuNzAyLjA5MyAxLjMxMi40MSAxLjgyOS45NC41OTYuNjI0Ljk0IDEuNDg1Ljk0IDIuNDEzbC4wMTQgMS40MDUtNC41Ni4wMTN6bTEwLjM1LTEuNDE4Yy0uMDEzLTEuMDYtLjM5Ny0yLjAyOC0xLjA4Ny0yLjc1Ny0uNjIyLS42NS0xLjM3OC0xLjAyLTIuMjI2LTEuMTEzYS4yNjYuMjY2IDAgMCAwLS4xNzIuMDUzYy0uMDE0IDAtLjgyMi41ODMtMS45MzUuNTk2LTEuMS0uMDEzLTEuOTA5LS41OTYtMS45MjItLjU5NmEuMjkyLjI5MiAwIDAgMC0uMTcyLS4wNTNjLS44NjIuMDkzLTEuNjA0LjQ2NC0yLjIyNyAxLjExMy0uNzAyLjczLTEuMDg2IDEuNjk3LTEuMSAyLjc1N2wtLjAxMyAxLjY3YzAgLjA2Ni4wMjcuMTMyLjA4LjE4NS4wNTMuMDUzLjExOS4wOC4xODUuMDhoMTAuMzc3YS4yNjIuMjYyIDAgMCAwIC4xODYtLjA4LjI2Mi4yNjIgMCAwIDAgLjA4LS4xODV6Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
  width: 13px;
  height: 15px;
}

/* line 31, resources/assets/styles/modules/_icon.scss */

.icon.icon-arrow-primary {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTAgOCI+PGc+PGc+PHBhdGggZmlsbD0iI2UxMzA5MSIgZD0iTS4yMTUgNC41MjJBLjcyMy43MjMgMCAwIDEgMCA0YzAtLjIwMS4wNzItLjM3My4yMTUtLjUxNEwzLjQwNC4yMkEuNjY0LjY2NCAwIDAgMSAzLjkwNiAwYS42OS42OSAwIDAgMSAuNTEuMjIuNzA5LjcwOSAwIDAgMSAuMjA3LjUxNWMwIC4yMDEtLjA2OS4zNzUtLjIwNy41MjJMMi40NDcgMy4yNjVoNi44MzZhLjY5LjY5IDAgMCAxIC41MS4yMkEuNzA5LjcwOSAwIDAgMSAxMCA0YzAgLjIwMS0uMDcuMzc2LS4yMDcuNTIyYS43MDIuNzAyIDAgMCAxLS41MS4yMTNIMi40NDdMNC40MTYgNi43NWEuNzA5LjcwOSAwIDAgMSAuMjA3LjUxNGMwIC4yMDItLjA2OS4zNzYtLjIwNy41MjNhLjcwMi43MDIgMCAwIDEtLjUxLjIxMi42NzYuNjc2IDAgMCAxLS41MDItLjIxMnoiLz48L2c+PC9nPjwvc3ZnPg==);
  width: 10px;
  height: 8px;
}

/* line 36, resources/assets/styles/modules/_icon.scss */

.icon.icon-play {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTUgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjIgKDcyNjQzKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5UcmlhbmdsZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJJbmRleC1iZyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwODcuMDAwMDAwLCAtNDQyMC4wMDAwMDApIiBmaWxsPSIjRTEzMDkxIj4KICAgICAgICAgICAgPGcgaWQ9IlRlb19iZWJlXzEwMjR4MTAyNF9LViIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzQwLjAwMDAwMCwgNDE0My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwNy4wMDAwMDAsIDIzOS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iVHJpYW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ3LjUwMDAwMCwgNDcuMDAwMDAwKSByb3RhdGUoLTI3MC4wMDAwMDApIHRyYW5zbGF0ZSgtNDcuNTAwMDAwLCAtNDcuMDAwMDAwKSAiIHBvaW50cz0iNDcuNSA0MCA1NiA1NCAzOSA1NCI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  width: 15px;
  height: 18px;
}

/* line 41, resources/assets/styles/modules/_icon.scss */

.icon.icon-p {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48Zz48Zz48cGF0aCBkPSJNMS42NzcgMTEuNjhWMy4xMThoOS45M3Y4LjU2MnptOS45My0xMC42NTJWMi4wOWgtOS45M1YxLjAyOHpNMS4xNjUgMEEuNTE0LjUxNCAwIDAgMCAuNjUuNTE0djExLjY4YS41MTQuNTE0IDAgMCAwIC41MTQuNTE0aDEwLjk1N2EuNTE0LjUxNCAwIDAgMCAuNTE0LS41MTRWLjUxNEEuNTE0LjUxNCAwIDAgMCAxMi4xMjEgMHoiLz48L2c+PGc+PHBhdGggZD0iTTMuNjc2IDcuNTg5Yy4xODgtLjE4Ny41OTEtLjUyIDEuMTA4LS41NS40ODItLjAyOC45ODUuMjE1IDEuNDk0LjcyNC42ODIuNjgyIDEuNCAxLjAyNiAyLjE0IDEuMDI2YTIuNDEgMi40MSAwIDAgMCAuOTQzLS4xOTQgMi45NzYgMi45NzYgMCAwIDEtMi43MiAxLjc3MUEyLjk3MyAyLjk3MyAwIDAgMSAzLjY3NiA3LjU5em01LjkyOC0uMzgxYy0uMTg1LjE4NS0uNTg1LjUxNS0xLjEuNTUtLjQ4NC4wMy0uOTg5LS4yMTItMS41MDEtLjcyMi0uNzMtLjczLTEuNTAyLTEuMDczLTIuMjk1LTEuMDIxYTIuNDEgMi40MSAwIDAgMC0uNzg3LjE4OSAyLjk3NyAyLjk3NyAwIDAgMSAyLjcyLTEuNzc2IDIuOTczIDIuOTczIDAgMCAxIDIuOTYzIDIuNzh6bS0uMTM3LTIuNjM2YTMuOTk4IDMuOTk4IDAgMSAwIDEuMTcgMi44MzZ2LS4wMWEzLjk3IDMuOTcgMCAwIDAtMS4xNy0yLjgyNnoiLz48L2c+PC9nPjwvc3ZnPg==);
  width: 13px;
  height: 13px;
}

/* line 46, resources/assets/styles/modules/_icon.scss */

.icon.icon-quotes {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzMiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCAxMzMgOTAiPjxnPjxnPjxwYXRoIGZpbGw9IiNjNWJiZTEiIGQ9Ik0yNC4wNjcgMjEuMDE1YzAtNy4zMzYgMS41NzItMTQuMzk5IDQuNS0yMS4wMTVDMTEuNTcgMTEuNDYzLjc4MyAyNy44MDYuMzM4IDQ2LjAwOUwwIDQ2LjM4MVY5MGg1NlYzMy41NDVIMjUuNjM5YTUwLjU1MyA1MC41NTMgMCAwIDEtMS41NzItMTIuNTN6Ii8+PC9nPjxnPjxwYXRoIGZpbGw9IiNjNWJiZTEiIGQ9Ik0xMDIuNCAzMy43NDdhNTAuNDI1IDUwLjQyNSAwIDAgMS0xLjY1NS0xMi44MDdjMC03LjMwMSAxLjU4OC0xNC4zNCA0LjUxLTIwLjk0LTE3LjIyMSAxMS41Ny0yOC4wNjYgMjguMTI2LTI4LjI0NyA0Ni41MzdINzdWOTBoNTZWMzMuNzQ3eiIvPjwvZz48L2c+PC9zdmc+);
  width: 133px;
  height: 90px;
}

/* line 51, resources/assets/styles/modules/_icon.scss */

.icon.icon-close-white {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxM3B4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCAxMyAxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTMgMTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnNxdWFyZTt9Cjwvc3R5bGU+Cjx0aXRsZT5Hcm91cCAyPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CjxnIGlkPSJQYWdlLTEiPgoJPGcgaWQ9IlByb2R1Y3Qtb3ZlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMTMuMDAwMDAwLCAtMzguMDAwMDAwKSI+CgkJPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExOTQuMDAwMDAwLCAyMC4wMDAwMDApIj4KCQkJPGcgaWQ9Ikdyb3VwLTE4Ij4KCQkJCTxnIGlkPSJHcm91cC0yMSI+CgkJCQkJPGcgaWQ9Ikdyb3VwLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxLjAwMDAwMCwgMTkuMDAwMDAwKSI+CgkJCQkJCTxwYXRoIGlkPSJMaW5lLTMiIGNsYXNzPSJzdDAiIGQ9Ik0wLjEsMTAuNWw5LjYtOS42Ii8+CgkJCQkJCTxwYXRoIGlkPSJMaW5lLTNfMV8iIGNsYXNzPSJzdDAiIGQ9Ik05LjYsMTAuNUwwLjEsMC45Ii8+CgkJCQkJPC9nPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
  width: 13px;
  height: 13px;
}

/* line 56, resources/assets/styles/modules/_icon.scss */

.icon.icon-cookie {
  background-image: url(/wp-content/themes/teobebe/dist/images/cookie.svg);
  width: 25px;
  height: 25px;
}

/* line 61, resources/assets/styles/modules/_icon.scss */

.icon.icon-close {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTIgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjIgKDcyNjQzKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5QYXRoPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlByb2R1Y3RzX2Ryb3AiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzAwLjAwMDAwMCwgLTEyMC4wMDAwMDApIiBmaWxsPSIjRTEzMDkxIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCA3NC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMzExLjcyMDE5LDQ2LjI4MjgyOTIgQzEzMTEuMzQ0ODQsNDUuOTA4MTI1NyAxMzEwLjczMzM0LDQ1LjkwNTI1OCAxMzEwLjM1NDksNDYuMjc3MDk0IEMxMzA4LjY2MjkxLDQ3LjkzODIxNiAxMzA3LjA0MDYzLDQ5LjY3Mjc0OTMgMTMwNS40NjQzLDUxLjQzMDYwNiBDMTMwNS4wNjQ2Miw1MS4wNjQxMjMgMTMwNC42Njc2NCw1MC42OTY4NzUzIDEzMDQuMjc0NTIsNTAuMzMxNzMwNSBDMTMwMy40MDc5Niw0OS41MjcyNjQ5IDEzMDIuNTExODYsNDguNjk1MDc4OSAxMzAxLjYwNDE4LDQ3LjkwMjA4MzggQzEzMDEuMjE4MDIsNDcuNTY0NDY4MyAxMzAwLjYzMjIsNDcuNTg2ODM1OCAxMzAwLjI3MzA3LDQ3Ljk1MjU1NDEgQzEyOTkuOTE0MTMsNDguMzE4MjcyNCAxMjk5LjkwODMzLDQ4Ljg5ODY4MDYgMTMwMC4yNTk5NCw0OS4yNzE0NzI0IEwxMzAwLjY3NDg3LDQ5LjcxMTE3NTUgQzEzMDAuNzcxOTksNDkuODE0MjE5IDEzMDAuODg2ODgsNDkuODkxMjYyNiAxMzAxLjAxMDQ1LDQ5Ljk0MTkyNDEgQzEzMDEuNjY2MzUsNTAuNTMxMzE3NSAxMzAyLjMxODIsNTEuMTM2Mzg3MiAxMzAyLjk1MzY0LDUxLjcyNjM1NDEgQzEzMDMuMzYxNjIsNTIuMTA1MjYzNSAxMzAzLjc3MzY2LDUyLjQ4NjY1ODIgMTMwNC4xODkxOCw1Mi44NjcyODgyIEMxMzAyLjkyMDgxLDU0LjMxMTQyNjMgMTMwMS42NzkyOSw1NS43NjI4MjkgMTMwMC40NTUxNCw1Ny4xOTUxMTQyIEwxMzAwLjI1NzQzLDU3LjQyNjYyNzQgQzEyOTkuOTEyOTcsNTcuODI5NDMzOCAxMjk5Ljk2Mzc1LDU4LjQzMjc4MjkgMTMwMC4zNzA3Nyw1OC43NzM2NDg1IEMxMzAwLjU1MjA3LDU4LjkyNTYzMjggMTMwMC43NzM1NCw1OSAxMzAwLjk5Mzg1LDU5IEMxMzAxLjI2NzgzLDU5IDEzMDEuNTQwMjcsNTguODg0OTEyNSAxMzAxLjczMTIzLDU4LjY2MTQyODYgTDEzMDEuOTI4OTUsNTguNDMwMTA2NSBDMTMwMy4xNzQ1Myw1Ni45NzI1ODYyIDEzMDQuMzkzODUsNTUuNTQ2ODAwOSAxMzA1LjYxOTU0LDU0LjE0OTUwMDggQzEzMDYuNzM3ODcsNTUuMTI3MTcxMiAxMzA3Ljg5ODUsNTYuMDcyMzQxOCAxMzA5LjEzMzQ2LDU2LjkxODQ4MzYgQzEzMDkuMzAxMDUsNTcuMDMzMzc5OSAxMzA5LjQ5MjQsNTcuMDg4NDM4NCAxMzA5LjY4MTgxLDU3LjA4ODI0NzIgQzEzMDkuOTg4MDQsNTcuMDg4MjQ3MiAxMzEwLjI4OTI1LDU2Ljk0NDQ4MzQgMTMxMC40NzY3Myw1Ni42NzYyNjQ1IEMxMzEwLjc3OTg3LDU2LjI0MjEwNTQgMTMxMC42NzA0LDU1LjY0NjU5NDQgMTMxMC4yMzE5LDU1LjM0NjI1ODEgQzEzMDkuMDcyNDQsNTQuNTUyMTE1OSAxMzA3Ljk2NjY1LDUzLjY1MDkxNTcgMTMwNi44OTM1LDUyLjcxMjgxODYgQzEzMDguNDQ5MzYsNTAuOTc2NzU1OSAxMzEwLjAzMzQyLDQ5LjI4NDY2MzUgMTMxMS43MTQwMSw0Ny42MzQ2Mjk2IEMxMzEyLjA5MzAzLDQ3LjI2Mjk4NDkgMTMxMi4wOTU1NCw0Ni42NTc3MjM5IDEzMTEuNzIwMTksNDYuMjgyODI5MiBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  width: 12px;
  height: 13px;
}

/* line 66, resources/assets/styles/modules/_icon.scss */

.icon.icon-close-x-white {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEyIDEzIj48cGF0aCBkPSJNMTEuNzIuMjgzQS45NzIuOTcyLDAsMCwwLDEwLjM1NS4yNzdjLTEuNjkyLDEuNjYxLTMuMzE0LDMuNC00Ljg5MSw1LjE1NHEtLjYtLjU1LTEuMTktMS4xQzMuNDA4LDMuNTI3LDIuNTEyLDIuNywxLjYsMS45YS45NzIuOTcyLDAsMCwwLTEuMzMxLjA1QS45NDkuOTQ5LDAsMCwwLC4yNiwzLjI3MWwuNDE1LjQ0YS45NjEuOTYxLDAsMCwwLC4zMzYuMjMxYy42NTYuNTg5LDEuMzA4LDEuMTk0LDEuOTQzLDEuNzg0cS42MTIuNTY4LDEuMjM2LDEuMTQxQzIuOTIxLDguMzExLDEuNjc5LDkuNzYzLjQ1NSwxMS4ybC0uMi4yMzJhLjk0OS45NDksMCwwLDAsLjExMywxLjM0Ny45NzIuOTcyLDAsMCwwLDEuMzYtLjExMmwuMi0uMjMxQzMuMTc1LDEwLjk3Myw0LjM5NCw5LjU0Nyw1LjYyLDguMTVhMzguMDUsMzguMDUsMCwwLDAsMy41MTQsMi43NjkuOTcyLjk3MiwwLDAsMCwxLjM0My0uMjQyLjk1Ljk1LDAsMCwwLS4yNDUtMS4zM0EzNi4yMzIsMzYuMjMyLDAsMCwxLDYuODkzLDYuNzEzYzEuNTU2LTEuNzM2LDMuMTQtMy40MjgsNC44MjEtNS4wNzhBLjk0OS45NDksMCwwLDAsMTEuNzIuMjgzWiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  width: 12px;
  height: 13px;
}

/* line 71, resources/assets/styles/modules/_icon.scss */

.icon.icon-dropdown {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCA4IDUiPjxnPjxnIHRyYW5zZm9ybT0icm90YXRlKC0zNjAgNCAyLjUpIj48cGF0aCBkPSJNNCAwbDMuNSA1aC03eiIvPjwvZz48L2c+PC9zdmc+);
  width: 8px;
  height: 5px;
}

/* line 76, resources/assets/styles/modules/_icon.scss */

.icon.icon-check {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNFMTMwOTEiIHdpZHRoPSIxMSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTEgOSI+PHBhdGggZD0iTTkuMjEyLDAsNC4yMjcsNS4yNDEsMS43ODgsMi42NzcsMCw0LjU1Nyw0LjIyNiw5LDExLDEuODc5WiIvPjwvc3ZnPg==);
  width: 11px;
  height: 9px;
}

/* line 81, resources/assets/styles/modules/_icon.scss */

.icon.icon-title-heart {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MS4wMDIiIGhlaWdodD0iNDciIHZpZXdCb3g9IjAgMCA3MS4wMDIgNDciPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPjxwYXRoIGQ9Ik0xMi42OTQsMjRhLjM4LjM4LDAsMCwxLS4yNjctLjA4OGwtLjczNC0uNjc2YTY3LjM2Nyw2Ny4zNjcsMCwwLDEtNy43Ny03Ljk3OEMxLjE4NiwxMS43MzktLjEzLDguNTkyLjAxLDUuOS4wODksNC4zOTQsMS42ODMsMy40MTUsMy4wMjUsMy4wMzVhNC4xNzksNC4xNzksMCwwLDEsMS4xMzctLjE1Niw1LjQxNiw1LjQxNiwwLDAsMSwyLjk4My45OCwxMC4wNTksMTAuMDU5LDAsMCwxLDMuNjM4LDUuNTczLDI5LjIzNSwyOS4yMzUsMCwwLDEsMi4yODktNS4zNkE3LjgzMyw3LjgzMywwLDAsMSwxNi40LjYyMiw1LjEsNS4xLDAsMCwxLDE4LjYsMGEyLjA5MywyLjA5MywwLDAsMSwxLjQ4Ni41NDhjMS4wMTguOTU3LjkzNywzLjEwNi44ODQsNC41MjgtLjAwNi4xNTEtLjAxMS4yOTQtLjAxNS40MjhhMjUuMjM4LDI1LjIzOCwwLDAsMS0uODQsNS42MjQsNjUuMDkxLDY1LjA5MSwwLDAsMS00LjM4NSwxMS4xODMsNC45MTEsNC45MTEsMCwwLDEtMS44OTEsMS4yMTdBMi40NjcsMi40NjcsMCwwLDEsMTIuNjk0LDI0Wm0tLjE0Ny05LS43MSwxLjg0Ny0uMDI4LjA3NC0uNjgxLDEuNzczYS41MTguNTE4LDAsMCwxLS4xMjguMTY3Yy44ODcuNzA4LDEuNzY2LDEuMzg4LDIuNzQyLDIuMTM4LjA3NC0uNzk1LjE2MS0xLjU5LjI1OC0yLjM2MmE1LjI3NSw1LjI3NSwwLDAsMS0xLjg3NC42NDkuMjE0LjIxNCwwLDAsMS0uMTU5LS4wNDIuMDY2LjA2NiwwLDAsMS0uMDE0LS4wNTVxLjMtMi4wOTQuNTkzLTQuMTg5Wk0xNy45NTIsNEExMTQuMjU5LDExNC4yNTksMCwwLDAsMTYsMTcsMzUuNjc4LDM1LjY3OCwwLDAsMCwxNy45ODEsNC43NDVsLS4wMDYtLjE2N2MtLjAwNi0uMTg4LS4wMTMtLjM3OC0uMDIzLS41NzhaTTQuNzI5LDEwaDBBNC40NDYsNC40NDYsMCwwLDEsNCwxMC40NTMsMjUuOCwyNS44LDAsMCwwLDguODQxLDE3Yy4wNTUtLjQ0MS4xMDYtLjgwOS4xNTktMS4xNTVhMi4xMzcsMi4xMzcsMCwwLDEtLjgxMi4zYy0uMDksMC0uMTQxLS4wMzMtLjE1NC0uMWEyMC4wNTIsMjAuMDUyLDAsMCwwLS45MTMtMy4xNjcsMi43LDIuNywwLDAsMS0uOTc5LjMxNmMtLjEsMC0uMTU4LS4wMjYtLjE3OC0uMDc2UTUuMzQ2LDExLjU2LDQuNzI5LDEwWk02LDdINnEuMzQsMSwuNjc4LDJBMi44MjgsMi44MjgsMCwwLDEsNyw4LjgyNSwxMC4yNjMsMTAuMjYzLDAsMCwwLDYsN1ptOS45Ny0zLjY3MWEuMTc2LjE3NiwwLDAsMSwuMTMzLjA0LjA4NS4wODUsMCwwLDEsLjAxOC4wN0wxNiw0LjVsLS4wMTYuMTMzUTE1LjksNS4zMTksMTUuODE3LDZjLjQxOC0xLjI4LjgtMi40MjEsMS4xNy0zLjQ4OEExLjkxLDEuOTEsMCwwLDEsMTgsMS42MTNhMS41MTcsMS41MTcsMCwwLDAtLjk4LS41NTRjLS4wODQtLjAxMy0uMTUtLjAyNS0uMi0uMDM1QTEuMSwxLjEsMCwwLDAsMTYuNjQ4LDFjLS4wNzIsMC0uMDk0LjAzMy0uMTYxLjEzMi0uMDMxLjA0NS0uMDcyLjEwNy0uMTMzLjE4NmE4LjMxMyw4LjMxMywwLDAsMC0uNTM4LjgxN2MtLjI2Ny40NDQtLjUzNC45MzgtLjgxNSwxLjUwOUEyLjgxNiwyLjgxNiwwLDAsMSwxNS45NzEsMy4zMjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDE2KSIgZmlsbD0iI2UxMzA5MSIvPjxwYXRoIGQ9Ik01LjkxNyw0N2EuMzQuMzQsMCwwLDEtLjMyLS4xNDFjLS4xMjgtLjIyMS4wMjktLjY2MywxLjUtMS41MTVsLjAzLS4wMTdjLjEyOS0uMDc0LjI1Ny0uMTUuMzg2LS4yMjVsLjEwNy0uMDYzYy0yLjY3Ni02Ljc3Ny01LTEyLjkyMS02LjM4OC0xOS40NjlDLS4yMTksMTguNzE2LS4zOSwxMy4wMS43MDgsOC4xMjRhMTEuNTY2LDExLjU2NiwwLDAsMSwzLjEyNi01LjZBOC4yODgsOC4yODgsMCwwLDEsOS42NiwwYy4xLDAsLjIsMCwuMzA1LjAwNmE2LjMxMSw2LjMxMSwwLDAsMSwzLjQyOCwxLjExLDcuMjI3LDcuMjI3LDAsMCwxLDIuMiwyLjU2OUExNC4xOTMsMTQuMTkzLDAsMCwxLDE3LjAxNiwxMC42YTQ5LjQwNSw0OS40MDUsMCwwLDEtMS43LDExLjA2NCw1MS42NjQsNTEuNjY0LDAsMCwxLDYuMzA5LTYuMywxOS40MywxOS40MywwLDAsMSw2LjktMy45MzcsOC42MTIsOC42MTIsMCwwLDEsMi4zNDYtLjM0MSw0LjE0OCw0LjE0OCwwLDAsMSwzLjY4MiwxLjY4OGMxLjA2OSwxLjcxLDAsNC4yOTQtLjc4NSw2LjE4LS4xLjI0MS0uMTk0LjQ2OC0uMjc4LjY4MWEzOS42MzIsMzkuNjMyLDAsMCwxLTMuMzExLDYuNDgzLDUwLjQsNTAuNCwwLDAsMS04LjM0OCw5Ljk0LDczLjMyMSw3My4zMjEsMCwwLDEtMTAuMzU2LDcuOTM5LDUuNjQ1LDUuNjQ1LDAsMCwxLTIuOSwxLjc4NmwtLjI2LjE1NGMtLjIuMTIxLS40MTQuMjQ2LS42MjMuMzY5QTQuOTYsNC45NiwwLDAsMSw1LjkxNyw0N1pNNy4xLDNjLS42NDksMC0uOTMxLjMwNy0xLjM1NSwxLjA0YTEwLjM1MSwxMC4zNTEsMCwwLDAtMS4wNCwyLjc3N0EyOS4yODIsMjkuMjgyLDAsMCwwLDQsMTMuNTc2QzMuOTE1LDI0LjA5NCw3Ljk4OSwzNC4xMzgsMTEuNTg0LDQzYzguNTktNS41NzQsMTQuNjkyLTEyLjEsMTguMTMzLTE5LjM4NGEzNC44MjUsMzQuODI1LDAsMCwwLDEuMzc1LTMuMzQ0Yy4wNjEtLjE3My4xMjYtLjM1LjItLjUzOGE2Ljc3NSw2Ljc3NSwwLDAsMCwuNjUtMy41MDcsMy4yOTEsMy4yOTEsMCwwLDAtMi45MDYtMi4yNTYsNC4zMDgsNC4zMDgsMCwwLDAtLjYxMS0uMDQ0LDUuODUxLDUuODUxLDAsMCwwLTMuNTExLDEuNDQ4QTQ2LjA5MSw0Ni4wOTEsMCwwLDAsMTMuNDY3LDI4LjksNC40LDQuNCwwLDAsMSwxMS4yOSwzMC4zOGE0LjM5LDQuMzksMCwwLDEtMS4xNTkuMjg0Yy0uMTI2LDAtLjIwOC0uMDI3LS4yNDQtLjA3OWEuMTg3LjE4NywwLDAsMSwwLS4xNzZBNTUuMjUyLDU1LjI1MiwwLDAsMCwxMy43NTcsMTMuNzJhMTQuOTkzLDE0Ljk5MywwLDAsMC0uOTQ2LTYuNTQzQTYuNDIzLDYuNDIzLDAsMCwwLDcuODY4LDMuMDg1LDQuNDMxLDQuNDMxLDAsMCwwLDcuMSwzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzYpIiBmaWxsPSIjZmZjYWNiIi8+PC9nPjwvc3ZnPg==);
  width: 71.002px;
  height: 47px;
}

/* line 86, resources/assets/styles/modules/_icon.scss */

.icon.icon-heart-pink {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIxIDIyIj48cGF0aCBkPSJNLTIwLjYyMi4wODVjLjA0OS0uMTY1LjU0LS4wNC41OTEtLjAzLDMuODYuNzQ2LDUuOTExLDQuMTU0LDcuNTg2LDcuMjFBNDEuNTU1LDQxLjU1NSwwLDAsMS0xMC41NTIsMTEuMiwzMS45NDMsMzEuOTQzLDAsMCwxLTkuMTM5LDUuMTY0Yy41NTgtMS41ODYsMS4zLTMuNDY4LDMuMDg3LTQuMTA5Qy00LjQ5My41LTIuNzYsMS4yNzItMS41MzIsMi4xNzdjMy41MTcsMi41OTMuMSw2LjYtMS41LDkuM0wtNi40LDE3LjE2MWwtMS43NDcsMi45NWMtLjM3LjYyNS0uNTkyLDEuMjQxLTEuNDQ2LDEuMTkyLS4wNTEsMC0uMTA3LS4wMS0uMTY2LS4wMTktLjAyNS4xOTQtLjA1Ni4zODgtLjEuNTg0LS4xMjcuNjExLTIuNjU4LTEuMDc2LTIuODQ4LTEuMzEzYTQ2LjkxOSw0Ni45MTksMCwwLDEtNS45NzYtOS41OTJDLTIwLjI1Myw3LjU3NC0yMS43MTIsMy44LTIwLjYyMi4wODUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxKSIgZmlsbD0iI2ZmY2FjYiIvPjwvc3ZnPg==);
  width: 21px;
  height: 22px;
}

/* line 91, resources/assets/styles/modules/_icon.scss */

.icon.icon-hearts {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NC40NTMiIGhlaWdodD0iNTQuMzM5IiB2aWV3Qm94PSIwIDAgODQuNDUzIDU0LjMzOSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzOS4zODggLTMyNi4zMjYpIj48cGF0aCBkPSJNLTIxLjc2Miw0MWEuNjU2LjY1NiwwLDAsMCwuNDU5LS4xNTFsMS4yNjItMS4xNTdjNC42MjgtNC4yNCw5LjQxNC04LjYyNCwxMy4zMTYtMTMuNjI1Qy0yLjAzNCwyMC4wNTQuMjIzLDE0LjY3Ni0uMDE3LDEwLjA4NGMtLjEzNS0yLjU3OC0yLjg2OS00LjI1MS01LjE2OS00LjlhNy4xOTIsNy4xOTIsMCwwLDAtMS45NS0uMjY2LDkuMyw5LjMsMCwwLDAtNS4xMTMsMS42NzVjLTMuNDg4LDIuMzU5LTUuMDU4LDUuOTY5LTYuMjM1LDkuNTE5YTUwLDUwLDAsMCwwLTMuOTI0LTkuMTU1LDEzLjM5MiwxMy4zOTIsMCwwLDAtNS43MTItNS45QTguNzU5LDguNzU5LDAsMCwwLTMxLjg4OSwwYTMuNTkzLDMuNTkzLDAsMCwwLTIuNTQ4LjkzNmMtMS43NDYsMS42MzYtMS42MDcsNS4zMDktMS41MTYsNy43NC4wMS4yNTYuMDE5LjUuMDI1LjcyNmE0My4wNDQsNDMuMDQ0LDAsMCwwLDEuNDM5LDkuNjA4YzEuNzY3LDYuODQ5LDQuODIxLDEzLjM2LDcuNTE3LDE5LjFhOC40NDQsOC40NDQsMCwwLDAsMy4yNDIsMi4wOEE0LjI0NCw0LjI0NCwwLDAsMC0yMS43NjIsNDFabS4xODQtMTYsLjAwOC4wMjZxMS4xNzgsMy42OCwyLjM1OCw3LjM2MWExLjAyNCwxLjAyNCwwLDAsMCwuMjEyLjMzNWMtMS40NjMsMS40LTIuOTM1LDIuNzY4LTQuNTcsNC4yNzgtLjEyMy0xLjYtLjI2OS0zLjE5My0uNDMtNC43MjZhNy44NCw3Ljg0LDAsMCwwLDMuMTIzLDEuMy4zMzkuMzM5LDAsMCwwLC4yNTUtLjA3NC4xNDYuMTQ2LDAsMCwwLC4wMzItLjEyWk0tMzAuOTI4LDhoMEEyMTYuNjE1LDIxNi42MTUsMCwwLDEtMjgsMzBjLTIuMjM1LTcuOTU1LTMuMTgtMTQuNTQ1LTIuOTcyLTIwLjczOSwwLS4xLjAwNy0uMjA3LjAxLS4zMTRWOC45MzRjLjAwOS0uMy4wMTktLjYxLjAzMy0uOTM0Wk0tOS4xNjYsMThBNy4wOTEsNy4wOTEsMCwwLDAtOCwxOC43NzYsNDQuMTczLDQ0LjE3MywwLDAsMS0xNS43NDUsMzBjLS4wODMtLjcyNi0uMTY3LTEuMzczLS4yNTUtMS45NzlhMy4zMDgsMy4zMDgsMCwwLDAsMS4zLjUxNWMuMTQzLDAsLjIyNi0uMDU2LjI0Ny0uMTY2YTM2LjMxNCwzNi4zMTQsMCwwLDEsMS40NjEtNS40Myw0LjExNSw0LjExNSwwLDAsMCwxLjU2Ni41NDFjLjE1NywwLC4yNTQtLjA0NC4yODYtLjEzMWwuOTg3LTIuNjc1Wk0tMTAsMTFoMGwtLjM0LDItLjMzOSwyQTMuMTM2LDMuMTM2LDAsMCwwLTExLDE0LjY1MSwzMC40MjQsMzAuNDI0LDAsMCwxLTEwLDExWk0tMjcuNjE4LDUuNzI3YS4zLjMsMCwwLDAtLjIyNC4wNjYuMTMzLjEzMywwLDAsMC0uMDI5LjEwOWwuNTEsNC4xYy0uNjk0LTIuMDM5LTEuMzMyLTMuODY1LTEuOTUtNS41ODJBMy4xNTksMy4xNTksMCwwLDAtMzEsMi45OGEyLjU1NCwyLjU1NCwwLDAsMSwxLjYzMy0uODg2Yy4xNC0uMDIxLjI1MS0uMDQuMzQtLjA1NkExLjg4NywxLjg4NywwLDAsMS0yOC43NDcsMmMuMTIsMCwuMTU3LjA1My4yNjguMjExLjA1MS4wNzMuMTIxLjE3Mi4yMjMuM2ExMy4xMzMsMTMuMTMzLDAsMCwxLC45LDEuMzA3Yy40NTEuNzIyLjksMS41MTIsMS4zNTksMi40MTRBNC44MzUsNC44MzUsMCwwLDAtMjcuNjE4LDUuNzI3WiIgdHJhbnNmb3JtPSJtYXRyaXgoMC44MDksIC0wLjU4OCwgMC41ODgsIDAuODA5LCAzNjguNTEzLCAzMjYuMzM1KSIgZmlsbD0iI2ZmZWNlNSIvPjxwYXRoIGQ9Ik0xNS4xMTMsMjhhLjQ2LjQ2LDAsMCwxLS4zMTgtLjFsLS44NTgtLjc3NC0uMDA4LS4wMDhBNzkuNDQxLDc5LjQ0MSwwLDAsMSw0LjY3LDE3LjhDMS40MTIsMTMuNjk0LS4xNTUsMTAuMDIyLjAxMiw2Ljg4Ny4xMDYsNS4xMjYsMiwzLjk4NCwzLjYsMy41NDFhNS4wNyw1LjA3LDAsMCwxLDEuMzU1LS4xODJBNi41MzgsNi41MzgsMCwwLDEsOC41MDcsNC41YzIuNDIyLDEuNjEyLDMuNTEyLDQuMDc3LDQuMzMsNi41YTMzLjgxNCwzMy44MTQsMCwwLDEsMi43MjQtNi4yNTFBOS4yMjQsOS4yMjQsMCwwLDEsMTkuNTI4LjcyNSw2LjE2MSw2LjE2MSwwLDAsMSwyMi4xNDYsMGEyLjUxOCwyLjUxOCwwLDAsMSwxLjc2OC42MzljMS4yMTIsMS4xMTYsMS4xMTYsMy42MjMsMS4wNTMsNS4yODItLjAwNy4xNzYtLjAxMy4zNDQtLjAxOC41YTI4Ljk1LDI4Ljk1LDAsMCwxLTEsNi41NjIsNzUuMDEsNzUuMDEsMCwwLDEtNS4yMiwxMy4wNDYsNS44NTcsNS44NTcsMCwwLDEtMi4yNTEsMS40MkEyLjk3MywyLjk3MywwLDAsMSwxNS4xMTMsMjhabS0uMDY5LTExLjE2MS0uNjg4LDIuMzg3LS4wMjIuMDc2LS43MSwyLjQ2MmEuNzA5LjcwOSwwLDAsMS0uMTI4LjIyM2MuOTIzLjk4NCwxLjg0NywxLjkzMywyLjc0LDIuODUuMDc3LTEuMDgxLjE2NC0yLjE0MS4yNTktMy4xNDlhNC40NTUsNC40NTUsMCwwLDEtMS44NzQuODY1LjIuMiwwLDAsMS0uMTUtLjA0NS4xLjEsMCwwLDEtLjAyMi0uMDgzcS4xNDEtMS4zMjYuMjgyLTIuNjUyLjE1Ni0xLjQ2Ny4zMTEtMi45MzNoMFpNMjAuNzY3LDUuNTExaDBhMTUxLjA0NiwxNTEuMDQ2LDAsMCwwLTEuOTUxLDE1QTQ3LjAyLDQ3LjAyLDAsMCwwLDIwLjgsNi4zN2MwLS4wODQtLjAwNi0uMTcxLS4wMDgtLjI2LS4wMDYtLjE5Mi0uMDEyLS4zOTEtLjAyMS0uNlpNNi4xNDYsMTEuODM2YTUuMzgsNS4zOCwwLDAsMS0uODc1LjUxNywyOS41NzcsMjkuNTc3LDAsMCwwLDUuODEsNy40ODNjLjA2MS0uNDcyLjEyNS0uOTE2LjE5MS0xLjMxOWEyLjYzNywyLjYzNywwLDAsMS0uOTc0LjM0M2MtLjEwOCwwLS4xNy0uMDM3LS4xODYtLjExMWEyMi4wMjEsMjIuMDIxLDAsMCwwLTEuMS0zLjYxOSwzLjM1MSwzLjM1MSwwLDAsMS0xLjE3NC4zNmMtLjExOCwwLS4xOS0uMDI5LS4yMTUtLjA4N1E2Ljg4OCwxMy42MTksNi4xNDYsMTEuODM2Wm0uNjM3LTQuODE1aDBsLjM0LDEuNS4zMzksMS41YTIuODEyLDIuODEyLDAsMCwxLC4zMjItLjI2MkExOC41MzUsMTguNTM1LDAsMCwwLDYuNzgzLDcuMDIxWm0xMi44NC0zLjA3NmEuMTc2LjE3NiwwLDAsMSwuMTMzLjA0LjA4NS4wODUsMCwwLDEsLjAxOC4wNjlxLS4xNTQsMS4yODEtLjMwNiwyLjU2MWMuNDI0LTEuMy44MDctMi40MzgsMS4xNy0zLjQ4OGExLjkxOCwxLjkxOCwwLDAsMSwxLjAxMy0uOSwxLjUyLDEuNTIsMCwwLDAtLjk4LS41NTNjLS4wODMtLjAxMy0uMTUtLjAyNS0uMi0uMDM1YTEuMSwxLjEsMCwwLDAtLjE2OS0uMDI0Yy0uMDcyLDAtLjA5NC4wMzMtLjE2MS4xMzEtLjAzMS4wNDUtLjA3My4xMDgtLjEzNC4xODZhOC4zMzUsOC4zMzUsMCwwLDAtLjUzOC44MTdjLS4yNzIuNDU1LS41MzkuOTQ4LS44MTUsMS41MDhBMi44MiwyLjgyLDAsMCwxLDE5LjYyMiwzLjk0NVoiIHRyYW5zZm9ybT0ibWF0cml4KDAuODA5LCAwLjU4OCwgLTAuNTg4LCAwLjgwOSwgNDAzLjYxNiwgMzI2LjMyNikiIGZpbGw9IiNjNWJiZTEiLz48L2c+PC9zdmc+);
  width: 84.453px;
  height: 54.339px;
}

/* line 96, resources/assets/styles/modules/_icon.scss */

.icon.icon-heart {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NCIgaGVpZ2h0PSI1NyIgdmlld0JveD0iMCAwIDU0IDU3Ij48cGF0aCBkPSJNLTUxLjUwNy4xNDFDLTQxLjU4MiwyLjA3NS0zNi4zMDgsMTAuOS0zMiwxOC44MjJhMTA4LjAyMywxMDguMDIzLDAsMCwxLDQuODY3LDEwLjJBODMuMjg3LDgzLjI4NywwLDAsMS0yMy41LDEzLjM4YzEuNDM0LTQuMTEsMy4zMzEtOC45ODYsNy45MzctMTAuNjQ3Qy0xMS41NTQsMS4yODgtNy4xLDMuMjk1LTMuOTQxLDUuNjQsNS4xLDEyLjM1OC0zLjY5LDIyLjczOC03LjgsMjkuNzI1TC0xNi40Niw0NC40NjNsLTQuNDkyLDcuNjQyYy0uOTUzLDEuNjItMS41MjIsMy4yMTUtMy43MTgsMy4wODctLjEzMS0uMDA4LS4yNzUtLjAyNS0uNDI2LS4wNDktLjA2NS41LS4xNDQsMS4wMDYtLjI0OCwxLjUxMi0uMzI2LDEuNTg0LTYuODM1LTIuNzg5LTcuMzIzLTMuNEExMjEuNzEzLDEyMS43MTMsMCwwLDEtNDguMDM0LDI4LjRjLTQuMDQ0LTguNzc4LTcuOC0xOC41NTMtNC45OTMtMjguMTgxQy01Mi45LS4yMDgtNTEuNjM5LjExNi01MS41MDcuMTQxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTQpIiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  width: 54px;
  height: 57px;
}

/* line 100, resources/assets/styles/modules/_icon.scss */

.icon.icon-heart.icon-heart-sm {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 22px;
  height: 23px;
}

/* line 108, resources/assets/styles/modules/_icon.scss */

.icon.icon-heart-2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI0IDI1Ij48cGF0aCBkPSJNLTIzLjU2OC4xYy4wNTYtLjE4OC42MTctLjA0Ni42NzYtLjAzNSw0LjQxMS44NDgsNi43NTUsNC43Miw4LjY2OSw4LjE5M2E0Ny4xLDQ3LjEsMCwwLDEsMi4xNjMsNC40NzYsMzYuMTI1LDM2LjEyNSwwLDAsMSwxLjYxNS02Ljg2MmMuNjM3LTEuOCwxLjQ4MS0zLjk0MSwzLjUyOC00LjY3LDEuNzgxLS42MzQsMy43NjIuMjQ2LDUuMTY1LDEuMjc1LDQuMDE5LDIuOTQ2LjExMiw3LjUtMS43MTQsMTAuNTYzTC03LjMxNiwxOS41bC0yLDMuMzUyYy0uNDIzLjcxMS0uNjc3LDEuNDEtMS42NTIsMS4zNTQtLjA1OCwwLS4xMjItLjAxMS0uMTg5LS4wMjEtLjAyOS4yMjEtLjA2NC40NDEtLjExLjY2My0uMTQ1LjY5NS0zLjAzOC0xLjIyMy0zLjI1NS0xLjQ5MmE1My4yNyw1My4yNywwLDAsMS02LjgyOS0xMC45Yy0xLjgtMy44NS0zLjQ2NS04LjEzNy0yLjIxOS0xMi4zNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQpIiBmaWxsPSIjODg3MWFiIi8+PC9zdmc+);
  width: 24px;
  height: 25px;
}

/* line 1, resources/assets/styles/modules/_inner-slider.scss */

.inner-slider {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 0 0 0 180px;
}

/* line 6, resources/assets/styles/modules/_inner-slider.scss */

.inner-slider .inner-slider-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 18, resources/assets/styles/modules/_inner-slider.scss */

.inner-slider .inner-slider-title-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 180px 0 0;
  width: 706px;
  height: 255px;
  background-color: rgba(255, 255, 255, 0.7);
  padding-left: 160px;
}

/* line 29, resources/assets/styles/modules/_inner-slider.scss */

.inner-slider .inner-slider-title-wrapper .breadcrumb {
  margin-bottom: 15px;
}

/* line 32, resources/assets/styles/modules/_inner-slider.scss */

.inner-slider .inner-slider-title-wrapper h2 {
  color: #000000;
  font-size: 4.375rem;
  font-weight: 400;
  letter-spacing: 2px;
}

/* line 4, resources/assets/styles/modules/_breadcrumb.scss */

.breadcrumb.breadcrumb-white li::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDUgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTMuMiAoNzI2NDMpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPlBhdGg8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQmxvZy0tLVNpbmdsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYxMy4wMDAwMDAsIC0xNzQuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU2Mi4wMDAwMDAsIDE0Ni4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01MS42ODMwMjU4LDI4LjkzNjgxOTMgQzUxLjExNzU0ODEsMjguNDM1NjEwNyA1MS45OTE0NjgxLDI3LjY2MTAxNTQgNTIuNTU2OTQ1OCwyOC4xNjIyMjQxIEw1NS4zMDcyMjM1LDMwLjYyMjcwMyBDNTUuNTY0MjU4OCwzMC44Mjc3NDI5IDU1LjU2NDI1ODgsMzEuMTY5NDc2MSA1NS4zMDcyMjM1LDMxLjM3NDUxNiBMNTIuNTU2OTQ1OCwzMy44MzQ5OTQ5IEM1MS45OTE0NjgxLDM0LjMzNjIwMzYgNTEuMTE3NTQ4MSwzMy41ODQzOTA2IDUxLjY4MzAyNTgsMzMuMDYwMzk5NyBMNTQuMDIyMDQ3LDMxLjAxMDAwMDYgTDUxLjY4MzAyNTgsMjguOTM2ODE5MyBaIiBpZD0iUGF0aCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTMuNTAwMDAwLCAzMS4wMDAwMDApIHNjYWxlKC0xLCAxKSByb3RhdGUoLTE4MC4wMDAwMDApIHRyYW5zbGF0ZSgtNTMuNTAwMDAwLCAtMzEuMDAwMDAwKSAiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

/* line 7, resources/assets/styles/modules/_breadcrumb.scss */

.breadcrumb.breadcrumb-white li,
.breadcrumb.breadcrumb-white li a {
  color: #fff;
}

/* line 13, resources/assets/styles/modules/_breadcrumb.scss */

.breadcrumb li {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}

/* line 19, resources/assets/styles/modules/_breadcrumb.scss */

.breadcrumb li:last-of-type {
  font-weight: 700;
}

/* line 21, resources/assets/styles/modules/_breadcrumb.scss */

.breadcrumb li:last-of-type::after {
  content: none;
}

/* line 25, resources/assets/styles/modules/_breadcrumb.scss */

.breadcrumb li::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNHB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDQgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTMuMiAoNzI2NDMpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPlBhdGg8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQmxvZy0tLUxpc3RpbmciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMjUuMDAwMDAwLCAtMjg4LjAwMDAwMCkiIGZpbGw9IiM5REEyQUUiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTc0LjAwMDAwMCwgMjYwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC03Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTEyIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01MS4xODMwMjU4LDI4LjkzNjgxOTMgQzUwLjYxNzU0ODEsMjguNDM1NjEwNyA1MS40OTE0NjgxLDI3LjY2MTAxNTQgNTIuMDU2OTQ1OCwyOC4xNjIyMjQxIEw1NC44MDcyMjM1LDMwLjYyMjcwMyBDNTUuMDY0MjU4OCwzMC44Mjc3NDI5IDU1LjA2NDI1ODgsMzEuMTY5NDc2MSA1NC44MDcyMjM1LDMxLjM3NDUxNiBMNTIuMDU2OTQ1OCwzMy44MzQ5OTQ5IEM1MS40OTE0NjgxLDM0LjMzNjIwMzYgNTAuNjE3NTQ4MSwzMy41ODQzOTA2IDUxLjE4MzAyNTgsMzMuMDYwMzk5NyBMNTMuNTIyMDQ3LDMxLjAxMDAwMDYgTDUxLjE4MzAyNTgsMjguOTM2ODE5MyBaIiBpZD0iUGF0aCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTMuMDAwMDAwLCAzMS4wMDAwMDApIHNjYWxlKC0xLCAxKSByb3RhdGUoLTE4MC4wMDAwMDApIHRyYW5zbGF0ZSgtNTMuMDAwMDAwLCAtMzEuMDAwMDAwKSAiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  display: inline-block;
  width: 4px;
  height: 11px;
  margin-left: 12px;
}

/* line 32, resources/assets/styles/modules/_breadcrumb.scss */

.breadcrumb li,
.breadcrumb li a {
  color: #9da2ae;
  font-size: 0.6875rem;
  font-weight: 400;
}

/* line 38, resources/assets/styles/modules/_breadcrumb.scss */

.breadcrumb li a {
  text-decoration: none;
}

/* line 1, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

/* line 5, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .contact-form-checkbox {
  margin-top: 30px;
}

/* line 8, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .contact-form-submit-wrapper {
  pointer-events: none;
  opacity: 0.3;
}

/* line 11, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .contact-form-submit-wrapper.is-active {
  pointer-events: initial;
  opacity: 1;
}

/* line 16, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .contact-form-title {
  color: #000000;
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: 0.49px;
  line-height: 3.6875rem;
  margin-bottom: 15px;
}

/* line 23, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .contact-form-title img {
  width: 35px;
  height: 35px;
  max-width: 100%;
  display: block;
  height: auto;
}

/* line 31, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .contact-form-desc {
  font-family: Phenomena;
  font-size: 1.1875rem;
  letter-spacing: 0.27px;
  text-align: center;
  margin-bottom: 30px;
}

/* line 37, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .contact-form-desc a {
  font-size: 1.1875rem;
  color: #E13091;
  text-decoration: none;
}

/* line 44, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .wpcf7-form label {
  width: 100%;
}

/* line 47, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .wpcf7-form .wpcf7-form-control[type='submit'] {
  width: 136px;
  height: 53px;
  border-radius: 27px 27px 27px 0;
  background-color: #e13091;
  color: #ffffff;
  font-family: 'Phenomena';
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.9px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px;
  cursor: pointer;
}

/* line 64, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .wpcf7-form .wpcf7-form-control:not([type='submit']) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 60px;
  border-radius: 20px 0 20px 20px;
  border: 1px solid #e9effe;
  background-color: #f8faff;
  padding: 0 20px;
  outline: none;
  width: 100%;
  color: #000;
  font-size: 0.8125rem;
  font-weight: 400;
}

/* line 79, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .wpcf7-form .wpcf7-form-control:not([type='submit']) ::-webkit-input-placeholder {
  color: #9da2ae;
}

.contact-form-wrapper .wpcf7-form .wpcf7-form-control:not([type='submit']) ::-moz-placeholder {
  color: #9da2ae;
}

.contact-form-wrapper .wpcf7-form .wpcf7-form-control:not([type='submit']) ::-ms-input-placeholder {
  color: #9da2ae;
}

.contact-form-wrapper .wpcf7-form .wpcf7-form-control:not([type='submit']) ::placeholder {
  color: #9da2ae;
}

/* line 82, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .wpcf7-form .wpcf7-form-control:not([type='submit']) :-ms-input-placeholder {
  color: #9da2ae;
}

/* line 85, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .wpcf7-form .wpcf7-form-control:not([type='submit']) ::-ms-input-placeholder {
  color: #9da2ae;
}

/* line 89, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .wpcf7-form .wpcf7-textarea:not([type='submit']) {
  padding: 20px;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 149px;
}

/* line 96, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .contact-form-phone-wrapper {
  margin-top: 65px;
  padding: 26px 35px;
  border-top: 1px solid #eff1f5;
  border-bottom: 1px solid #eff1f5;
}

/* line 101, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .contact-form-phone-wrapper .contact-form-phone {
  color: #000000;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.37px;
  text-decoration: none;
}

/* line 109, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .contact-form-submit-btn {
  margin-top: 29px;
}

/* line 112, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .contact-form-social-icons {
  border-top: 1px solid #EFF1F5;
  padding-top: 40px;
  margin-top: 40px;
}

/* line 116, resources/assets/styles/modules/_contact-form.scss */

.contact-form-wrapper .contact-form-social-icons a {
  margin: 0 7.5px;
}

/* line 122, resources/assets/styles/modules/_contact-form.scss */

span.wpcf7-not-valid-tip {
  font-size: 0.8125rem;
  margin-top: 7px;
  margin-left: 20px;
  color: #e13091;
}

/* line 128, resources/assets/styles/modules/_contact-form.scss */

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none;
  text-align: center;
  color: #e13091;
  line-height: 1.5rem;
  font-size: 1rem;
}

/* line 135, resources/assets/styles/modules/_contact-form.scss */

div.wpcf7-mail-sent-ok {
  border: none;
  line-height: 1.5rem;
  font-size: 1rem;
  text-align: center;
}

/* line 3, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing.blog-listing-full .blog-listing-item {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0 15px;
}

/* line 9, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing .app-swiper-pagination {
  margin-top: 40px;
  padding-bottom: 30px;
}

/* line 13, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing .blog-listing-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(50% - 30px);
  -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
  margin: 15px;
}

/* line 19, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing .blog-listing-item.blog-listing-item-white .blog-listing-item-content {
  background: #fff;
}

/* line 24, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing .blog-listing-item-image {
  position: relative;
  overflow: hidden;
  display: block;
  width: 50%;
  max-width: 300px;
  min-height: 335px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

/* line 34, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing .blog-listing-item-image img {
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 1000ms ease-in-out;
  transition: -webkit-transform 1000ms ease-in-out;
  -o-transition: -o-transform 1000ms ease-in-out;
  transition: transform 1000ms ease-in-out;
  transition: transform 1000ms ease-in-out, -webkit-transform 1000ms ease-in-out, -o-transform 1000ms ease-in-out;
}

/* line 46, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing .blog-listing-item-content {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
  background: #f8faff;
  padding: 40px 40px 35px;
}

/* line 55, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing .article:hover .blog-listing-item-image img {
  -webkit-transform: scale(1.1, 1.1) translate3d(-50%, -50%, 0);
          transform: scale(1.1, 1.1) translate3d(-50%, -50%, 0);
}

/* line 60, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing .article .article-category {
  color: #9da2ae;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 66, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing .article .article-title {
  margin-bottom: 10px;
}

/* line 68, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing .article .article-title a {
  display: inline-block;
  color: #000000;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.9375rem;
  text-decoration: none;
}

/* line 77, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing .article .article-description {
  color: #636363;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
}

/* line 83, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing .article .article-meta {
  margin-top: 35px;
  margin-bottom: 20px;
}

/* line 87, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing .article .article-created,
.blog-listing .article .article-author {
  color: #9da2ae;
  font-size: 0.6875rem;
  font-weight: 400;
}

/* line 93, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing .article .article-created {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}

/* line 98, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing .article .article-created::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: #ededed;
  margin-left: 12px;
}

/* line 107, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing .article .article-link {
  color: #e13091;
  font-family: 'Phenomena';
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
  position: relative;
}

/* line 115, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing .article .article-link::after {
  content: url(/wp-content/themes/teobebe/dist/images/link-line-small.svg);
  display: block;
  width: 50px;
  height: 6px;
  position: absolute;
  top: 13px;
  left: 0;
}

/* line 127, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing-categories {
  margin-bottom: 52px;
}

/* line 129, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing-categories a {
  display: block;
  color: #9da2ae;
  font-family: Phenomena;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  margin: 0 20px;
}

/* line 137, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing-categories a.active {
  color: #000000;
  position: relative;
}

/* line 140, resources/assets/styles/modules/_blog-listing.scss */

.blog-listing-categories a.active::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNTggNSI+PGc+PGc+PHBhdGggZmlsbD0iIzE2MTYxNiIgZD0iTTUyLjQ1MyAxLjMyNGMtMS4yMjItLjA3Mi0yLjQ0Ni0uMTIzLTMuNjY5LS4xODQtLjQwMy0uMDItLjgwOC0uMDIxLTEuMjEyLS4wMzJsLTIuNjI3LS4wNjdjLS40ODgtLjAxMi0uOTc2LS4wMjgtMS40NjQtLjAzN0EyMi4wMjUgMjIuMDI1IDAgMCAwIDQzLjA1NyAxYy0uMzE3IDAtLjYzNS4wMDUtLjk1My4wMDVsLTQuMzM0LjAwNWMtLjM0NCAwLS42ODguMDA5LTEuMDMyLjAxNGwtMi41NTQuMDMzYy0uOTYuMDEzLTEuOTIyLjAxOC0yLjg4Mi4wNDFsLTQuNjYzLjExNmMtLjkuMDIyLTEuOC4wMzUtMi43LjA3bC00LjY1LjE4NWMtLjg0Ny4wMzMtMS42OTUuMDYtMi41NDEuMTA4bC00LjgwOS4yNjhjLS44NTYuMDQ4LTEuNzE0LjA4My0yLjU2OC4xNTZhMTc2MDEuOTg1IDE3NjAxLjk4NSAwIDAgMC01LjgyMi40OTZjLS42ODkuMDU5LTEuMzc2LjE1LTIuMDYzLjIyN2wtLjEzLjAxOEEuNDgzLjQ4MyAwIDAgMCAxIDMuMjExYzAgLjEyOC4wNTIuMjUzLjE0Mi4zNDQuMDgzLjA4Mi4yMjMuMTU1LjM0NC4xNDIuODMtLjA5MyAxLjY1Ny0uMTkzIDIuNDg4LS4yNjNsMi4zMS0uMTk2IDIuNTIyLS4yMTRjLjMzOS0uMDI4LjY3OC0uMDY3IDEuMDE3LS4wODVsMy45MzItLjIxNyAyLjQ1LS4xMzVjLjMzOC0uMDE4LjY3Ni0uMDQyIDEuMDEzLS4wNTUgMS4zLS4wNTIgMi41OTgtLjEgMy44OTctLjE1bDIuMzYxLS4wOWMuMjY1LS4wMS41My0uMDIzLjc5NC0uMDI5IDEuNDAyLS4wMzMgMi44MDUtLjA2NCA0LjIwNy0uMDk2bDIuMzUtLjA1NGMuMjc4LS4wMDYuNTU3LS4wMTYuODM1LS4wMThsNC4zMzktLjA0NWMuOTAyLS4wMSAxLjgwNC0uMDE4IDIuNzA2LS4wMTZsNC42MDcuMDExYy4zMDMuMDAxLjYwNi4wMTQuOTEuMDIybDIuNTQyLjA3NSAxLjkwOC4wNTZjLjQ1LjAxMy45MDIuMDQ3IDEuMzUyLjA3MSAxLjMyNy4wNzIgMi42NTQuMTQ2IDMuOTguMjI5LjMzNy4wMi42NzQuMDQ2IDEuMDEuMDcuMzYxLjAyNy43MjMuMDUzIDEuMDgzLjA5My4wNTYuMDEuMTEyLjAyLjE2OC4wMzIuMTQxLjAzLjI3OC4wMjIuNDA1LS4wNTNhLjUzMS41MzEgMCAwIDAgLjI0Mi0uMzE1LjUzMi41MzIgMCAwIDAtLjM2Ny0uNjQ3IDQuNDY4IDQuNDY4IDAgMCAwLS43NDItLjExOWwtLjUxMi0uMDUxYy0uMzI4LS4wMzMtLjY1OS0uMDUtLjk4Ny0uMDc1LS42MTctLjA0Ni0xLjIzNi0uMDczLTEuODUzLS4xMSIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjUwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNNTIuNDUzIDEuMzI0Yy0xLjIyMi0uMDcyLTIuNDQ2LS4xMjMtMy42NjktLjE4NC0uNDAzLS4wMi0uODA4LS4wMjEtMS4yMTItLjAzMmwtMi42MjctLjA2N2MtLjQ4OC0uMDEyLS45NzYtLjAyOC0xLjQ2NC0uMDM3QTIyLjAyNSAyMi4wMjUgMCAwIDAgNDMuMDU3IDFjLS4zMTcgMC0uNjM1LjAwNS0uOTUzLjAwNWwtNC4zMzQuMDA1Yy0uMzQ0IDAtLjY4OC4wMDktMS4wMzIuMDE0bC0yLjU1NC4wMzNjLS45Ni4wMTMtMS45MjIuMDE4LTIuODgyLjA0MWwtNC42NjMuMTE2Yy0uOS4wMjItMS44LjAzNS0yLjcuMDdsLTQuNjUuMTg1Yy0uODQ3LjAzMy0xLjY5NS4wNi0yLjU0MS4xMDhsLTQuODA5LjI2OGMtLjg1Ni4wNDgtMS43MTQuMDgzLTIuNTY4LjE1NmExNzYwMS45ODUgMTc2MDEuOTg1IDAgMCAwLTUuODIyLjQ5NmMtLjY4OS4wNTktMS4zNzYuMTUtMi4wNjMuMjI3bC0uMTMuMDE4QS40ODMuNDgzIDAgMCAwIDEgMy4yMTFjMCAuMTI4LjA1Mi4yNTMuMTQyLjM0NC4wODMuMDgyLjIyMy4xNTUuMzQ0LjE0Mi44My0uMDkzIDEuNjU3LS4xOTMgMi40ODgtLjI2M2wyLjMxLS4xOTYgMi41MjItLjIxNGMuMzM5LS4wMjguNjc4LS4wNjcgMS4wMTctLjA4NWwzLjkzMi0uMjE3IDIuNDUtLjEzNWMuMzM4LS4wMTguNjc2LS4wNDIgMS4wMTMtLjA1NSAxLjMtLjA1MiAyLjU5OC0uMSAzLjg5Ny0uMTVsMi4zNjEtLjA5Yy4yNjUtLjAxLjUzLS4wMjMuNzk0LS4wMjkgMS40MDItLjAzMyAyLjgwNS0uMDY0IDQuMjA3LS4wOTZsMi4zNS0uMDU0Yy4yNzgtLjAwNi41NTctLjAxNi44MzUtLjAxOGw0LjMzOS0uMDQ1Yy45MDItLjAxIDEuODA0LS4wMTggMi43MDYtLjAxNmw0LjYwNy4wMTFjLjMwMy4wMDEuNjA2LjAxNC45MS4wMjJsMi41NDIuMDc1IDEuOTA4LjA1NmMuNDUuMDEzLjkwMi4wNDcgMS4zNTIuMDcxIDEuMzI3LjA3MiAyLjY1NC4xNDYgMy45OC4yMjkuMzM3LjAyLjY3NC4wNDYgMS4wMS4wNy4zNjEuMDI3LjcyMy4wNTMgMS4wODMuMDkzLjA1Ni4wMS4xMTIuMDIuMTY4LjAzMi4xNDEuMDMuMjc4LjAyMi40MDUtLjA1M2EuNTMxLjUzMSAwIDAgMCAuMjQyLS4zMTUuNTMyLjUzMiAwIDAgMC0uMzY3LS42NDcgNC40NjggNC40NjggMCAwIDAtLjc0Mi0uMTE5bC0uNTEyLS4wNTFjLS4zMjgtLjAzMy0uNjU5LS4wNS0uOTg3LS4wNzUtLjYxNy0uMDQ2LTEuMjM2LS4wNzMtMS44NTMtLjExIi8+PC9nPjwvZz48L3N2Zz4=);
  display: block;
  width: 58px;
  height: 5px;
  position: absolute;
  top: 15px;
  left: 0;
}

/* line 2, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog .inner-blog-title {
  color: #ffffff;
  font-weight: 400;
  font-size: clamp(30px, 7vw, 3rem);
  line-height: clamp(23px, 7vw, 3rem);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* line 13, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog > h1 {
  display: none;
}

/* line 17, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main {
  -webkit-transform: translateY(-170px);
       -o-transform: translateY(-170px);
          transform: translateY(-170px);
}

/* line 19, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-container {
  max-width: 1064px;
}

/* line 24, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-image .inner-blog-main-image-item {
  width: 100%;
  height: 470px;
  margin-top: clamp(0px, calc(60px - 3vw), 50px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 35, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-wrapper {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* line 40, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-wrapper .inner-blog-main-social-links {
  position: absolute;
  left: -110px;
  top: 100px;
}

/* line 44, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-wrapper .inner-blog-main-social-links p {
  color: #000000;
  font-size: 0.75rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 40px;
}

/* line 50, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-wrapper .inner-blog-main-social-links p::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: #ededed;
}

/* line 60, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-wrapper .inner-blog-main-social-links .btn-circle {
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  border: 1px solid #e13091;
  background: transparent;
}

/* line 66, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-wrapper .inner-blog-main-social-links .btn-circle .icon {
  -webkit-transition: all 150ms ease-out 200ms;
  -o-transition: all 150ms ease-out 200ms;
  transition: all 150ms ease-out 200ms;
}

/* line 70, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-wrapper .inner-blog-main-social-links .btn-circle:hover .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* line 77, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-meta {
  padding: 30px 0;
}

/* line 79, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-meta p {
  color: #c6c9d0;
  font-size: 0.8125rem;
  font-weight: 400;
  margin-right: 15px;
}

/* line 84, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-meta p::after {
  content: '';
  display: inline-block;
  background: #ededed;
  width: 1px;
  height: 20px;
  margin-left: 15px;
}

/* line 93, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-meta p:last-of-type::after {
  content: none;
}

/* line 102, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-content > p:first-of-type::first-letter {
  color: #636363;
  font-size: 5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  float: left;
  margin-right: 16px;
}

/* line 113, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-content p,
.inner-blog-main .inner-blog-main-header .inner-blog-main-content li {
  color: #555;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 10px 0;
}

/* line 121, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-content ul {
  list-style-type: disc;
  padding-left: 15px;
}

/* line 125, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-content ol {
  list-style-type: decimal;
  padding-left: 15px;
}

/* line 129, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-content strong {
  font-weight: 700;
  color: #444;
}

/* line 133, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-content em {
  font-style: italic;
}

/* line 136, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-content h1,
.inner-blog-main .inner-blog-main-header .inner-blog-main-content h2,
.inner-blog-main .inner-blog-main-header .inner-blog-main-content h3,
.inner-blog-main .inner-blog-main-header .inner-blog-main-content h4,
.inner-blog-main .inner-blog-main-header .inner-blog-main-content h5,
.inner-blog-main .inner-blog-main-header .inner-blog-main-content h6 {
  color: #333;
  font-family: "Casper";
  font-weight: 500;
}

/* line 146, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-content h1 {
  font-size: 1.5rem;
  line-height: 2.125rem;
}

/* line 150, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-content h2 {
  font-size: 1.375rem;
  line-height: 2rem;
}

/* line 154, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-content h3 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

/* line 158, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-content h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* line 162, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-content hr {
  max-width: 100%;
  height: 1px;
  color: #ebebeb;
  background-color: #ebebeb;
  border: none;
}

/* line 169, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-content img {
  max-width: 100%;
  display: block;
  height: auto;
  margin-bottom: 5px;
  margin: 0 auto;
}

/* line 176, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-content q,
.inner-blog-main .inner-blog-main-header .inner-blog-main-content blockquote {
  background: #f8faff;
  display: block;
  width: 100%;
  padding: 65px 90px;
  text-align: center;
  color: black;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 189, resources/assets/styles/modules/_inner-blog.scss */

.inner-blog-main .inner-blog-main-header .inner-blog-main-content q p,
.inner-blog-main .inner-blog-main-header .inner-blog-main-content blockquote p {
  color: #000000;
  font-family: "Casper";
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.675rem;
}

/* line 1, resources/assets/styles/modules/_pagination.scss */

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 6, resources/assets/styles/modules/_pagination.scss */

.pagination.pagination-blog {
  padding-top: 70px;
}

/* line 9, resources/assets/styles/modules/_pagination.scss */

.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #919191;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  margin-left: 11px;
}

/* line 19, resources/assets/styles/modules/_pagination.scss */

.pagination .page-numbers:nth-child(2) {
  margin-left: 0;
}

/* line 21, resources/assets/styles/modules/_pagination.scss */

.pagination .page-numbers:nth-child(2)::before {
  content: none !important;
}

/* line 26, resources/assets/styles/modules/_pagination.scss */

.pagination .page-numbers:nth-last-child(2)::after {
  content: none !important;
}

/* line 30, resources/assets/styles/modules/_pagination.scss */

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}

/* line 41, resources/assets/styles/modules/_pagination.scss */

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
  background-color: #e13091;
}

/* line 43, resources/assets/styles/modules/_pagination.scss */

.pagination .page-numbers.prev:hover .icon-arrow-primary,
.pagination .page-numbers.next:hover .icon-arrow-primary {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* line 47, resources/assets/styles/modules/_pagination.scss */

.pagination .page-numbers.prev .icon-arrow-primary,
.pagination .page-numbers.next .icon-arrow-primary {
  -webkit-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-filter 100ms ease-out;
  transition: -webkit-filter 100ms ease-out;
  -o-transition: filter 100ms ease-out;
  transition: filter 100ms ease-out;
  transition: filter 100ms ease-out, -webkit-filter 100ms ease-out;
}

/* line 52, resources/assets/styles/modules/_pagination.scss */

.pagination .page-numbers.prev {
  margin-right: 50px;
}

/* line 55, resources/assets/styles/modules/_pagination.scss */

.pagination .page-numbers.next {
  margin-left: 50px;
}

/* line 57, resources/assets/styles/modules/_pagination.scss */

.pagination .page-numbers.next .icon-arrow-primary {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 61, resources/assets/styles/modules/_pagination.scss */

.pagination .page-numbers.current {
  color: #000;
}

/* line 63, resources/assets/styles/modules/_pagination.scss */

.pagination .page-numbers.current::after {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSIzIiB2aWV3Qm94PSIwIDAgMjcgMyI+PGc+PGc+PHBhdGggZmlsbD0iIzE2MTYxNiIgZD0iTTIxLjg1OC43NTJjLS4xOC0uMDA4LS4zNjEtLjAwOC0uNTQyLS4wMTJMMjAuMTQyLjcxNWwtLjY1NC0uMDE0YTExLjk2OCAxMS45NjggMCAwIDAtLjE5LS4wMDFsLS40MjYuMDAyLTEuOTM3LjAwMmMtLjE1NCAwLS4zMDguMDAzLS40NjEuMDA1TDE1LjMzMi43MmMtLjQzLjAwNS0uODU5LjAwNy0xLjI4OC4wMTVMMTEuOTYuNzhjLS40MDMuMDA5LS44MDUuMDEzLTEuMjA3LjAyNkw4LjY3NC44NzRjLS4zNzguMDEyLS43NTcuMDIyLTEuMTM1LjA0bC0yLjE1LjFjLS4zODIuMDE3LS43NjYuMDMtMS4xNDcuMDU3bC0yLjE0LjE1MS0uNDYzLjAzM2MtLjMwOC4wMjItLjYxNS4wNTUtLjkyMi4wODRsLS4wNTguMDA3YS4yMy4yMyAwIDAgMC0uMDk1LjA0Ni4xNjcuMTY3IDAgMCAwLS4wNjQuMTI3YzAgLjA0OC4wMjMuMDk0LjA2NC4xMjguMDM3LjAzLjEuMDU3LjE1My4wNTIuMzctLjAzNC43NC0uMDcgMS4xMTItLjA5N2wxLjAzMy0uMDczTDMuOTkgMS40NWMuMTUxLS4wMS4zMDMtLjAyNS40NTUtLjAzMmwxLjc1Ny0uMDggMS4wOTUtLjA1Yy4xNTEtLjAwNy4zMDItLjAxNS40NTMtLjAyLjU4LS4wMiAxLjE2MS0uMDM3IDEuNzQyLS4wNTZsMS4wNTUtLjAzM2MuMTE4LS4wMDQuMjM3LS4wMDkuMzU1LS4wMTFsMS44OC0uMDM2IDEuMDUtLjAyLjM3NC0uMDA2IDEuOTQtLjAxN2MuNDAzLS4wMDMuODA2LS4wMDcgMS4yMDktLjAwNmwyLjA2LjAwNGMuMTM1IDAgLjI3LjAwNS40MDUuMDA5bDEuMTM3LjAyNy44NTMuMDJjLjIwMS4wMDYuNDAzLjAxOC42MDQuMDI3LjU5My4wMjcgMS4xODYuMDU0IDEuNzguMDg1bC40NS4wMjZjLjE2Mi4wMS4zMjQuMDIuNDg0LjAzNWwuMDc1LjAxMWEuMjkuMjkgMCAwIDAgLjE4Mi0uMDIuMjA3LjIwNyAwIDAgMCAuMTA4LS4xMTZjLjAzNC0uMTAyLS4wNDEtLjIxMS0uMTY0LS4yNGEyLjM4MSAyLjM4MSAwIDAgMC0uMzMyLS4wNDRsLS4yMjktLjAxOWMtLjE0Ni0uMDEyLS4yOTQtLjAxOC0uNDQxLS4wMjctLjI3Ni0uMDE4LS41NTItLjAyOC0uODI4LS4wNC0uNTQ3LS4wMjctMS4wOTMtLjA0Ni0xLjY0LS4wN3oiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSI1MCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0iTTIxLjg1OC43NTJjLS4xOC0uMDA4LS4zNjEtLjAwOC0uNTQyLS4wMTJMMjAuMTQyLjcxNWwtLjY1NC0uMDE0YTExLjk2OCAxMS45NjggMCAwIDAtLjE5LS4wMDFsLS40MjYuMDAyLTEuOTM3LjAwMmMtLjE1NCAwLS4zMDguMDAzLS40NjEuMDA1TDE1LjMzMi43MmMtLjQzLjAwNS0uODU5LjAwNy0xLjI4OC4wMTVMMTEuOTYuNzhjLS40MDMuMDA5LS44MDUuMDEzLTEuMjA3LjAyNkw4LjY3NC44NzRjLS4zNzguMDEyLS43NTcuMDIyLTEuMTM1LjA0bC0yLjE1LjFjLS4zODIuMDE3LS43NjYuMDMtMS4xNDcuMDU3bC0yLjE0LjE1MS0uNDYzLjAzM2MtLjMwOC4wMjItLjYxNS4wNTUtLjkyMi4wODRsLS4wNTguMDA3YS4yMy4yMyAwIDAgMC0uMDk1LjA0Ni4xNjcuMTY3IDAgMCAwLS4wNjQuMTI3YzAgLjA0OC4wMjMuMDk0LjA2NC4xMjguMDM3LjAzLjEuMDU3LjE1My4wNTIuMzctLjAzNC43NC0uMDcgMS4xMTItLjA5N2wxLjAzMy0uMDczTDMuOTkgMS40NWMuMTUxLS4wMS4zMDMtLjAyNS40NTUtLjAzMmwxLjc1Ny0uMDggMS4wOTUtLjA1Yy4xNTEtLjAwNy4zMDItLjAxNS40NTMtLjAyLjU4LS4wMiAxLjE2MS0uMDM3IDEuNzQyLS4wNTZsMS4wNTUtLjAzM2MuMTE4LS4wMDQuMjM3LS4wMDkuMzU1LS4wMTFsMS44OC0uMDM2IDEuMDUtLjAyLjM3NC0uMDA2IDEuOTQtLjAxN2MuNDAzLS4wMDMuODA2LS4wMDcgMS4yMDktLjAwNmwyLjA2LjAwNGMuMTM1IDAgLjI3LjAwNS40MDUuMDA5bDEuMTM3LjAyNy44NTMuMDJjLjIwMS4wMDYuNDAzLjAxOC42MDQuMDI3LjU5My4wMjcgMS4xODYuMDU0IDEuNzguMDg1bC40NS4wMjZjLjE2Mi4wMS4zMjQuMDIuNDg0LjAzNWwuMDc1LjAxMWEuMjkuMjkgMCAwIDAgLjE4Mi0uMDIuMjA3LjIwNyAwIDAgMCAuMTA4LS4xMTZjLjAzNC0uMTAyLS4wNDEtLjIxMS0uMTY0LS4yNGEyLjM4MSAyLjM4MSAwIDAgMC0uMzMyLS4wNDRsLS4yMjktLjAxOWMtLjE0Ni0uMDEyLS4yOTQtLjAxOC0uNDQxLS4wMjctLjI3Ni0uMDE4LS41NTItLjAyOC0uODI4LS4wNC0uNTQ3LS4wMjctMS4wOTMtLjA0Ni0xLjY0LS4wN3oiLz48L2c+PC9nPjwvc3ZnPg==);
  display: inline-block;
  width: 27px;
  height: 3px;
}

/* line 70, resources/assets/styles/modules/_pagination.scss */

.pagination .page-numbers.current::after {
  margin-left: 11px;
}

/* line 77, resources/assets/styles/modules/_pagination.scss */

.pag-button {
  line-height: 0;
}

/* line 3, resources/assets/styles/modules/_swiper-main-buttons.scss */

.swiper-main-buttons .swiper-main-buttons-next .icon {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

/* line 8, resources/assets/styles/modules/_swiper-main-buttons.scss */

.swiper-main-buttons .swiper-main-buttons-prev {
  visibility: hidden;
}

/* line 11, resources/assets/styles/modules/_swiper-main-buttons.scss */

.swiper-main-buttons .swiper-main-buttons-prev,
.swiper-main-buttons .swiper-main-buttons-next {
  width: 44px;
  height: 44px;
  background-color: transparent;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  outline: none;
}

/* line 2, resources/assets/styles/modules/_ingredients-listing.scss */

.ingredients-listing li {
  width: 138px;
  margin: 0 45px;
}

/* line 7, resources/assets/styles/modules/_ingredients-listing.scss */

.ingredients-image {
  position: relative;
}

/* line 10, resources/assets/styles/modules/_ingredients-listing.scss */

.ingredients-image.badem::before {
  background-image: url(/wp-content/themes/teobebe/dist/images/icons/icon-badem.svg);
  width: 143px;
  height: 87px;
  left: -75px;
  top: 0;
}

/* line 20, resources/assets/styles/modules/_ingredients-listing.scss */

.ingredients-image.mlqko::before {
  background-image: url(/wp-content/themes/teobebe/dist/images/icons/icon-mlqko.svg);
  width: 128px;
  height: 133px;
  left: -80px;
  top: -40px;
}

/* line 30, resources/assets/styles/modules/_ingredients-listing.scss */

.ingredients-image.lavandula::before {
  background-image: url(/wp-content/themes/teobebe/dist/images/icons/icon-lavandula.svg);
  width: 94px;
  height: 172px;
  top: -30px;
  right: -50px;
}

/* line 40, resources/assets/styles/modules/_ingredients-listing.scss */

.ingredients-image.aloe-vera::before {
  background-image: url(/wp-content/themes/teobebe/dist/images/icons/icon-aloe-vera.svg);
  width: 100px;
  height: 70px;
  bottom: 7px;
  right: -50px;
}

/* line 54, resources/assets/styles/modules/_ingredients-listing.scss */

.ingredients-image.badem:hover img,
.ingredients-image.mlqko:hover img,
.ingredients-image.lavandula:hover img,
.ingredients-image.aloe-vera:hover img {
  -webkit-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
}

/* line 59, resources/assets/styles/modules/_ingredients-listing.scss */

.ingredients-image::before {
  content: '';
  position: absolute;
  z-index: 1;
}

/* line 64, resources/assets/styles/modules/_ingredients-listing.scss */

.ingredients-image img {
  -webkit-transition: -webkit-transform 800ms ease-in-out;
  transition: -webkit-transform 800ms ease-in-out;
  -o-transition: -o-transform 800ms ease-in-out;
  transition: transform 800ms ease-in-out;
  transition: transform 800ms ease-in-out, -webkit-transform 800ms ease-in-out, -o-transform 800ms ease-in-out;
  position: relative;
  z-index: 5;
}

/* line 70, resources/assets/styles/modules/_ingredients-listing.scss */

.ingredients {
  margin-left: -35px;
  margin-right: -35px;
}

/* line 73, resources/assets/styles/modules/_ingredients-listing.scss */

.ingredients .ingredients-item {
  background: #fff;
  -ms-flex-preferred-size: calc(50% - 70px);
      flex-basis: calc(50% - 70px);
  max-width: calc(50% - 70px);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 40px 35px;
  padding: 90px 70px;
}

/* line 81, resources/assets/styles/modules/_ingredients-listing.scss */

.ingredients .ingredients-item .ingredients-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 260px;
}

/* line 88, resources/assets/styles/modules/_ingredients-listing.scss */

.ingredients .ingredients-item h2 {
  color: #000000;
  font-family: 'Phenomena';
  font-size: 1.87500rem;
  font-weight: 400;
  margin: 0 0 20px;
  text-align: center;
}

/* line 96, resources/assets/styles/modules/_ingredients-listing.scss */

.ingredients .ingredients-item p {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.62500rem;
  text-align: center;
  font-family: Casper;
}

/* line 2, resources/assets/styles/modules/_products.scss */

.products.swiper-container {
  margin-bottom: 35px;
}

/* line 6, resources/assets/styles/modules/_products.scss */

.products.products-gray .products-item {
  background-color: #f8faff;
}

/* line 10, resources/assets/styles/modules/_products.scss */

.products.products-gray .products-item-content-text::before {
  background-color: #EDF1FC;
}

/* line 15, resources/assets/styles/modules/_products.scss */

.products.products-gray .products-item-image::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MTIiIGhlaWdodD0iMjk2IiB2aWV3Qm94PSIwIDAgNDEyIDI5NiI+PGc+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtNDk2MTIwQTctQ0E1OS00MDYzLUEzRjQtNzlDNTUwMzYzQTUxKSIgb3BhY2l0eT0iLjUiPjxwYXRoIGZpbGw9IiNlNGVhZjkiIGQ9Ik00MDkuNTggMTIyLjY2NGMtMTIuMjQ4LTU3LjYxOC02OC42NTMtOTQuMzUtMTI1Ljk4NS04Mi4wNDVhMTA1LjUyOCAxMDUuNTI4IDAgMCAwLTM5LjgxOSAxNy43MjZDMjE5LjY5NyAyMy4xMTYgMTc5LjM0IDAgMTMzLjU5OCAwIDU5LjgxNSAwIDAgNjAuMTEzIDAgMTM0LjI2M2MwIDcyLjU2NCA1Ny4yOTIgMTMxLjY0OCAxMjguODkxIDEzNC4xNDQgMjEuMTQ5IDEuMDk0IDM0LjAyNy0xLjQzOCA1NC4zNTMtMS40IDIzLjY3OC4wNDQgNDcuNzE0IDguMDEgNjAuMTc4IDI4LjY5NC4yNDQuNDA5IDEuMDM4LjM5NiAxLjE5OC0uMDI0IDguMjgxLTIxLjUzMyAyMS42OTYtMzcuODExIDczLjQzMy00NS4zNzEgNjkuMDE1LTEwLjA4NSAxMDMuNzY5LTcwLjAyNCA5MS41MjYtMTI3LjY0MiIvPjwvZz48L2c+PC9zdmc+);
}

/* line 20, resources/assets/styles/modules/_products.scss */

.products .products-item-parallax-effect {
  overflow: hidden;
}

/* line 23, resources/assets/styles/modules/_products.scss */

.products .products-item {
  margin: 0 15px;
  padding: 27px 23px;
  background-color: #fff3ef;
  position: relative;
  text-align: center;
  overflow: hidden;
}

/* line 32, resources/assets/styles/modules/_products.scss */

.products .products-item:hover .products-item-content-text {
  -webkit-transition-delay: 700ms;
       -o-transition-delay: 700ms;
          transition-delay: 700ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-20px);
       -o-transform: translateY(-20px);
          transform: translateY(-20px);
}

/* line 37, resources/assets/styles/modules/_products.scss */

.products .products-item:hover .products-item-content-text::before {
  -webkit-transition-delay: 900ms;
       -o-transition-delay: 900ms;
          transition-delay: 900ms;
  width: 100%;
}

/* line 42, resources/assets/styles/modules/_products.scss */

.products .products-item:hover .products-item-parallax-image {
  -webkit-transition-delay: 0ms;
       -o-transition-delay: 0ms;
          transition-delay: 0ms;
  opacity: 0;
  visibility: hidden;
}

/* line 47, resources/assets/styles/modules/_products.scss */

.products .products-item:hover .products-item-circle {
  -webkit-transform: translateY(90px);
       -o-transform: translateY(90px);
          transform: translateY(90px);
}

/* line 50, resources/assets/styles/modules/_products.scss */

.products .products-item:hover .products-item-image a {
  top: -60px;
  -webkit-transition-delay: 700ms;
       -o-transition-delay: 700ms;
          transition-delay: 700ms;
}

/* line 56, resources/assets/styles/modules/_products.scss */

.products .product-item-title {
  font-family: 'Phenomena';
  font-size: 1.6875rem;
  line-height: 2.25rem;
  text-align: center;
  position: relative;
  z-index: 9;
}

/* line 64, resources/assets/styles/modules/_products.scss */

.products .products-item-image {
  position: relative;
  height: 375px;
}

/* line 67, resources/assets/styles/modules/_products.scss */

.products .products-item-image a {
  position: relative;
  top: 0;
  z-index: 5;
  -webkit-transition: top 450ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: top 450ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: top 450ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-delay: 0ms;
       -o-transition-delay: 0ms;
          transition-delay: 0ms;
  cursor: default;
}

/* line 75, resources/assets/styles/modules/_products.scss */

.products .products-item-image img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 80, resources/assets/styles/modules/_products.scss */

.products .products-item-image::before {
  content: '';
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MTIiIGhlaWdodD0iMjk2IiB2aWV3Qm94PSIwIDAgNDEyIDI5NiI+PGc+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtRjdBMjc2RjMtNkVGOS00Q0VGLTgxMjMtQ0FFRkUwODg4MkMwKSIgb3BhY2l0eT0iLjUiPjxwYXRoIGZpbGw9IiNlZGNkYzEiIGQ9Ik00MDkuNTggMTIyLjY2NGMtMTIuMjQ4LTU3LjYxOC02OC42NTMtOTQuMzUtMTI1Ljk4NS04Mi4wNDVhMTA1LjUyOCAxMDUuNTI4IDAgMCAwLTM5LjgxOSAxNy43MjZDMjE5LjY5NyAyMy4xMTYgMTc5LjM0IDAgMTMzLjU5OCAwIDU5LjgxNSAwIDAgNjAuMTEzIDAgMTM0LjI2M2MwIDcyLjU2NCA1Ny4yOTIgMTMxLjY0OCAxMjguODkxIDEzNC4xNDQgMjEuMTQ5IDEuMDk0IDM0LjAyNy0xLjQzOCA1NC4zNTMtMS40IDIzLjY3OC4wNDQgNDcuNzE0IDguMDEgNjAuMTc4IDI4LjY5NC4yNDQuNDA5IDEuMDM4LjM5NiAxLjE5OC0uMDI0IDguMjgxLTIxLjUzMyAyMS42OTYtMzcuODExIDczLjQzMy00NS4zNzEgNjkuMDE1LTEwLjA4NSAxMDMuNzY5LTcwLjAyNCA5MS41MjYtMTI3LjY0MiIvPjwvZz48L2c+PC9zdmc+);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 296px;
  top: calc(50% + 10px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
       -o-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/* line 94, resources/assets/styles/modules/_products.scss */

.products .products-item-content {
  padding-top: 44px;
  position: relative;
  z-index: 10;
}

/* line 98, resources/assets/styles/modules/_products.scss */

.products .products-item-content h2 {
  font-size: 1rem;
}

/* line 100, resources/assets/styles/modules/_products.scss */

.products .products-item-content h2 a {
  color: #000000;
  font-family: 'Phenomena';
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

/* line 109, resources/assets/styles/modules/_products.scss */

.products .products-item-circle {
  width: 58px;
  height: 58px;
  -ms-flex-preferred-size: 58px;
      flex-basis: 58px;
  margin: 0 5px;
  background-color: #ffffff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: -webkit-transform 350ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: -o-transform 350ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: transform 350ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: transform 350ms cubic-bezier(0.6, -0.28, 0.735, 0.045), -webkit-transform 350ms cubic-bezier(0.6, -0.28, 0.735, 0.045), -o-transform 350ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}

/* line 119, resources/assets/styles/modules/_products.scss */

.products .products-item-circle.products-item-circle-second {
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
}

/* line 123, resources/assets/styles/modules/_products.scss */

.products .products-item-circle.products-item-circle-second p:first-child::after {
  content: none;
}

/* line 129, resources/assets/styles/modules/_products.scss */

.products .products-item-circle p {
  color: #000000;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

/* line 133, resources/assets/styles/modules/_products.scss */

.products .products-item-circle p:first-of-type {
  position: relative;
  margin-bottom: 7px;
}

/* line 136, resources/assets/styles/modules/_products.scss */

.products .products-item-circle p:first-of-type::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ededed;
}

/* line 146, resources/assets/styles/modules/_products.scss */

.products .products-item-circle p strong,
.products .products-item-circle p b {
  font-weight: 700;
}

/* line 151, resources/assets/styles/modules/_products.scss */

.products .products-item-parallax-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 40px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-transition-delay: 900ms;
       -o-transition-delay: 900ms;
          transition-delay: 900ms;
  will-change: opacity, visibility;
}

/* line 165, resources/assets/styles/modules/_products.scss */

.products .products-item-content-text {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 300ms ease, visibility 300ms ease, -webkit-transform 450ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 300ms ease, visibility 300ms ease, -webkit-transform 450ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 300ms ease, visibility 300ms ease, -o-transform 450ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 450ms cubic-bezier(0.39, 0.575, 0.565, 1), opacity 300ms ease, visibility 300ms ease;
  transition: transform 450ms cubic-bezier(0.39, 0.575, 0.565, 1), opacity 300ms ease, visibility 300ms ease, -webkit-transform 450ms cubic-bezier(0.39, 0.575, 0.565, 1), -o-transform 450ms cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: transform, opacity, visibility;
}

/* line 176, resources/assets/styles/modules/_products.scss */

.products .products-item-content-text::before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: 20px;
  background-color: #FAE9E3;
  -webkit-transition: width 1.5s ease-out;
  -o-transition: width 1.5s ease-out;
  transition: width 1.5s ease-out;
  -webkit-transition-delay: 0ms;
       -o-transition-delay: 0ms;
          transition-delay: 0ms;
  will-change: width;
}

/* line 187, resources/assets/styles/modules/_products.scss */

.products .products-item-content-text,
.products .products-item-content-text p {
  font-size: 0.8125rem;
  line-height: 1.37500rem;
}

/* line 192, resources/assets/styles/modules/_products.scss */

.products .products-item-buy-btn {
  display: inline-block;
  padding: 17px 28px;
  border-radius: 27px 27px 27px 0;
  background-color: #ffffff;
  color: #000000;
  font-family: "Phenomena";
  font-size: 1.12500rem;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-decoration: none;
  margin-bottom: 15px;
  position: relative;
  z-index: 999;
}

/* line 206, resources/assets/styles/modules/_products.scss */

.products .products-item-buy-btn img {
  margin-left: 5px;
}

/* line 212, resources/assets/styles/modules/_products.scss */

.products-titles > a {
  display: block;
  font-size: 4.37500rem;
  line-height: 3.6875rem;
  text-decoration: none;
  margin-left: 55px;
}

/* line 218, resources/assets/styles/modules/_products.scss */

.products-titles > a:first-of-type {
  margin-left: 0;
}

/* line 222, resources/assets/styles/modules/_products.scss */

.products-titles > a:nth-child(2)::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 71px;
  background: #DDDDDD;
  -webkit-transform: rotate(20deg) translateY(10px);
       -o-transform: rotate(20deg) translateY(10px);
          transform: rotate(20deg) translateY(10px);
  margin-right: 55px;
  pointer-events: none;
}

/* line 1, resources/assets/styles/modules/_testimonials.scss */

.testimonials {
  position: relative;
}

/* line 3, resources/assets/styles/modules/_testimonials.scss */

.testimonials .testimonials-icon {
  position: absolute;
}

/* line 5, resources/assets/styles/modules/_testimonials.scss */

.testimonials .testimonials-icon.top {
  top: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 10, resources/assets/styles/modules/_testimonials.scss */

.testimonials .testimonials-icon.bottom {
  bottom: -115px;
  left: 0;
}

/* line 15, resources/assets/styles/modules/_testimonials.scss */

.testimonials .testimonials-content {
  padding-top: 160px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* line 21, resources/assets/styles/modules/_testimonials.scss */

.testimonials .testimonials-content h3 {
  color: #000000;
  font-family: "Casper";
  font-size: 1.37500rem;
  font-weight: 500;
  line-height: 2.37500rem;
  margin-bottom: 50px;
}

/* line 29, resources/assets/styles/modules/_testimonials.scss */

.testimonials .testimonials-content p {
  color: #636363;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.62500rem;
}

/* line 1, resources/assets/styles/modules/_modal.scss */

.video-modal {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  pointer-events: none;
  -webkit-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 300ms;
  transition: -webkit-transform 500ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 300ms;
  -o-transition: -o-transform 500ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 300ms;
  transition: transform 500ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 300ms;
  transition: transform 500ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 300ms, -webkit-transform 500ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 300ms, -o-transform 500ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 300ms;
}

/* line 13, resources/assets/styles/modules/_modal.scss */

.video-modal.has-modal-active {
  pointer-events: all;
  -webkit-transition-delay: 0ms;
       -o-transition-delay: 0ms;
          transition-delay: 0ms;
  -webkit-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* line 18, resources/assets/styles/modules/_modal.scss */

.video-modal .modal-header {
  padding-left: 45px;
  padding-right: 45px;
  height: 90px;
}

/* line 23, resources/assets/styles/modules/_modal.scss */

.video-modal .modal-close {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}

/* line 28, resources/assets/styles/modules/_modal.scss */

.video-modal .modal-close use {
  stroke: #E13091;
}

/* line 31, resources/assets/styles/modules/_modal.scss */

.video-modal .modal-close .modal-close-path {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  -webkit-transition: stroke-dashoffset .9s;
  -o-transition: stroke-dashoffset .9s;
  transition: stroke-dashoffset .9s;
}

/* line 36, resources/assets/styles/modules/_modal.scss */

.video-modal .modal-close .modal-close-text {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 15px;
}

/* line 42, resources/assets/styles/modules/_modal.scss */

.video-modal .modal-close .modal-close-icon {
  position: absolute;
  left: 19px;
  z-index: -1;
}

/* line 48, resources/assets/styles/modules/_modal.scss */

.video-modal .modal-close:hover svg .modal-close-path {
  stroke-dashoffset: 0;
}

/* line 54, resources/assets/styles/modules/_modal.scss */

.video-modal {
  -webkit-transform-origin: center bottom;
       -o-transform-origin: center bottom;
          transform-origin: center bottom;
}

/* line 57, resources/assets/styles/modules/_modal.scss */

.video-modal.has-modal-active .video-modal-item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
       -o-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  -webkit-transition-delay: 800ms;
       -o-transition-delay: 800ms;
          transition-delay: 800ms;
}

/* line 65, resources/assets/styles/modules/_modal.scss */

.video-modal .modal-close .modal-close-text {
  color: #ffffff;
}

/* line 69, resources/assets/styles/modules/_modal.scss */

.video-modal .video-modal-main {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 75, resources/assets/styles/modules/_modal.scss */

.video-modal .video-modal-item {
  position: relative;
  border: 0;
  height: 520px;
  width: 100%;
  max-width: 920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(30px);
       -o-transform: translateX(-50%) translateY(30px);
          transform: translateX(-50%) translateY(30px);
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility, transform;
  -webkit-transition: opacity 350ms, visibility 350ms, -webkit-transform 400ms;
  transition: opacity 350ms, visibility 350ms, -webkit-transform 400ms;
  -o-transition: opacity 350ms, visibility 350ms, -o-transform 400ms;
  transition: opacity 350ms, visibility 350ms, transform 400ms;
  transition: opacity 350ms, visibility 350ms, transform 400ms, -webkit-transform 400ms, -o-transform 400ms;
}

/* line 82, resources/assets/styles/modules/_modal.scss */

.video-modal .video-modal-item iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

/* line 1, resources/assets/styles/modules/_hamburger.scss */

.hamburger {
  font: inherit;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  margin: 0;
  padding: 0 15px;
  height: 61px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  -o-transition-property: opacity,filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  position: absolute;
  left: 5px;
  top: 0;
}

/* line 22, resources/assets/styles/modules/_hamburger.scss */

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

/* line 25, resources/assets/styles/modules/_hamburger.scss */

.hamburger.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 28, resources/assets/styles/modules/_hamburger.scss */

.hamburger.is-active .hamburger-inner:before,
.hamburger.is-active .hamburger-inner:after {
  left: auto;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  width: 23px !important;
}

/* line 34, resources/assets/styles/modules/_hamburger.scss */

.hamburger.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

/* line 38, resources/assets/styles/modules/_hamburger.scss */

.hamburger.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 43, resources/assets/styles/modules/_hamburger.scss */

.hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 24px;
}

/* line 49, resources/assets/styles/modules/_hamburger.scss */

.hamburger .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

/* line 54, resources/assets/styles/modules/_hamburger.scss */

.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  display: block;
  content: "";
  width: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 61, resources/assets/styles/modules/_hamburger.scss */

.hamburger .hamburger-inner:before {
  top: -10px;
}

/* line 64, resources/assets/styles/modules/_hamburger.scss */

.hamburger .hamburger-inner:after {
  bottom: -10px;
}

/* line 67, resources/assets/styles/modules/_hamburger.scss */

.hamburger .hamburger-inner {
  width: 23px;
}

/* line 70, resources/assets/styles/modules/_hamburger.scss */

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  position: absolute;
  height: 3px;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  border-radius: 6px;
  background-color: #000;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

/* line 1, resources/assets/styles/modules/_mobile-navigation.scss */

.app-mobile-navigation {
  width: 100%;
  min-height: 450px;
  position: absolute;
  left: 0;
  top: 60px;
  background: #ffece5;
  padding: 100px 20px 20px;
  z-index: 9995;
  display: none;
}

/* line 11, resources/assets/styles/modules/_mobile-navigation.scss */

.app-mobile-navigation.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 14, resources/assets/styles/modules/_mobile-navigation.scss */

.app-mobile-navigation > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-family: Phenomena;
  font-size: 1.62500rem;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 30px;
}

/* line 24, resources/assets/styles/modules/_mobile-navigation.scss */

.app-mobile-navigation > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  margin-right: 15px;
}

/* line 30, resources/assets/styles/modules/_mobile-navigation.scss */

.app-mobile-navigation > a span::after {
  content: '';
  display: block;
  width: 1px;
  height: 22px;
  background: #000;
  margin-left: 15px;
}

/* line 40, resources/assets/styles/modules/_mobile-navigation.scss */

.app-mobile-navigation p {
  margin-top: auto;
  color: #d4ad9f;
  font-size: 0.6875rem;
  font-weight: 400;
}

/* line 46, resources/assets/styles/modules/_mobile-navigation.scss */

.app-mobile-navigation ul {
  margin-top: auto;
  margin-bottom: auto;
}

/* line 49, resources/assets/styles/modules/_mobile-navigation.scss */

.app-mobile-navigation ul li {
  margin: 5px 0;
}

/* line 51, resources/assets/styles/modules/_mobile-navigation.scss */

.app-mobile-navigation ul li a {
  display: inline-block;
  color: #000000;
  font-family: Phenomena;
  font-size: 1.37500rem;
  font-weight: 400;
  padding: 5px 0;
  text-decoration: none;
}

/* line 1, resources/assets/styles/modules/_navigation-dropdown.scss */

.navigation-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 74px;
  width: 100%;
  height: 55vh;
  background: #fff;
  z-index: 9;
}

/* line 10, resources/assets/styles/modules/_navigation-dropdown.scss */

.navigation-dropdown .navigation-dropdown-close {
  top: 30px;
  right: 45px;
  position: absolute;
  cursor: pointer;
}

/* line 16, resources/assets/styles/modules/_navigation-dropdown.scss */

.navigation-dropdown .navigation-dropdown-close:hover svg .modal-close-path {
  stroke-dashoffset: 0;
}

/* line 20, resources/assets/styles/modules/_navigation-dropdown.scss */

.navigation-dropdown .navigation-dropdown-close .navigation-dropdown-close-text {
  color: #E13091;
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 15px;
}

/* line 28, resources/assets/styles/modules/_navigation-dropdown.scss */

.navigation-dropdown.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1, resources/assets/styles/modules/_black-white-title.scss */

.black-white-title {
  font-family: 'Phenomena', sans-serif;
  display: inline-block;
  color: #000;
}

/* line 5, resources/assets/styles/modules/_black-white-title.scss */

.black-white-title span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

/* line 1, resources/assets/styles/modules/_cookie-panel.scss */

.cookie-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #947FB4;
  padding-left: 70px;
  padding-right: 70px;
  display: none;
  height: 90px;
  z-index: 99995;
}

/* line 12, resources/assets/styles/modules/_cookie-panel.scss */

.cookie-panel.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 15, resources/assets/styles/modules/_cookie-panel.scss */

.cookie-panel .icon-cookie {
  margin-right: 10px;
  margin-top: 3px;
}

/* line 19, resources/assets/styles/modules/_cookie-panel.scss */

.cookie-panel .close-button {
  margin-left: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 23, resources/assets/styles/modules/_cookie-panel.scss */

.cookie-panel .cookie-panel-accept-btn {
  margin-left: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 27, resources/assets/styles/modules/_cookie-panel.scss */

.cookie-panel .cookie-panel-wrapper {
  width: 100%;
}

/* line 31, resources/assets/styles/modules/_cookie-panel.scss */

.cookie-panel .cookie-panel-left p {
  font-size: 1.5rem;
  font-family: Phenomena;
  color: #fff;
}

/* line 38, resources/assets/styles/modules/_cookie-panel.scss */

.cookie-panel .cookie-panel-right p {
  font-size: 1.0625rem;
  color: #fff;
}

/* line 41, resources/assets/styles/modules/_cookie-panel.scss */

.cookie-panel .cookie-panel-right p a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

/* line 45, resources/assets/styles/modules/_cookie-panel.scss */

.cookie-panel .cookie-panel-right p a::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
}

/* line 2, resources/assets/styles/modules/_custom-text-template.scss */

.custom-text-template h2,
.custom-text-template h3,
.custom-text-template h4 {
  color: #000000;
  font-family: Phenomena;
  margin-bottom: 25px;
}

/* line 7, resources/assets/styles/modules/_custom-text-template.scss */

.custom-text-template h3 {
  font-size: 1.5rem;
  line-height: 2.0625rem;
}

/* line 11, resources/assets/styles/modules/_custom-text-template.scss */

.custom-text-template h2 {
  font-size: 2.5rem;
  line-height: 3.4375rem;
}

/* line 15, resources/assets/styles/modules/_custom-text-template.scss */

.custom-text-template p {
  font-size: 0.9375rem;
  line-height: 1.62500rem;
  color: #636363;
  font-family: 'Casper';
  margin-bottom: 10px;
}

/* line 22, resources/assets/styles/modules/_custom-text-template.scss */

.custom-text-template ul {
  list-style-type: disc;
  padding-left: 55px;
}

/* line 25, resources/assets/styles/modules/_custom-text-template.scss */

.custom-text-template ul li {
  color: #636363;
  font-family: 'Casper';
  font-size: 0.9375rem;
  line-height: 1.62500rem;
  margin-bottom: 10px;
}

/* line 33, resources/assets/styles/modules/_custom-text-template.scss */

.custom-text-template table {
  border-collapse: collapse;
  width: 100%;
}

/* line 38, resources/assets/styles/modules/_custom-text-template.scss */

.custom-text-template table tbody tr:first-of-type td {
  background-color: #947FB4;
  text-align: left;
  vertical-align: middle;
  color: #fff;
}

/* line 46, resources/assets/styles/modules/_custom-text-template.scss */

.custom-text-template table th,
.custom-text-template table td {
  padding: 12px;
  text-align: left;
  border: 1px solid #A392BF;
}

/* line 51, resources/assets/styles/modules/_custom-text-template.scss */

.custom-text-template table td {
  color: #636363;
}

/* line 54, resources/assets/styles/modules/_custom-text-template.scss */

.custom-text-template table th {
  color: #000;
  font-weight: 600;
}

/* line 59, resources/assets/styles/modules/_custom-text-template.scss */

.custom-text-template a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

/* line 1, resources/assets/styles/modules/_checkbox.scss */

.checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

/* line 4, resources/assets/styles/modules/_checkbox.scss */

.checkbox > input[type="checkbox"],
.checkbox > input[type="radio"] {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  left: -9999px;
  top: -9999px;
}

/* line 13, resources/assets/styles/modules/_checkbox.scss */

.checkbox > input[type="checkbox"]:checked ~ .checkbox-box .icon.icon-check,
.checkbox > input[type="radio"]:checked ~ .checkbox-box .icon.icon-check {
  visibility: visible;
  opacity: 1;
}

/* line 20, resources/assets/styles/modules/_checkbox.scss */

.checkbox .checkbox-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  width: 32px;
  border: 1px solid #E9EFFE;
  border-radius: 10px 0 10px 10px;
  background-color: #F8FAFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  -webkit-transition: background-color 350ms ease-out, border-color 350ms ease;
  -o-transition: background-color 350ms ease-out, border-color 350ms ease;
  transition: background-color 350ms ease-out, border-color 350ms ease;
}

/* line 33, resources/assets/styles/modules/_checkbox.scss */

.checkbox .checkbox-box .icon.icon-check {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 200ms ease-out, visibility 200ms ease-out;
  -o-transition: opacity 200ms ease-out, visibility 200ms ease-out;
  transition: opacity 200ms ease-out, visibility 200ms ease-out;
}

/* line 40, resources/assets/styles/modules/_checkbox.scss */

.checkbox .checkbox-label-text {
  color: #000000;
  font-family: 'Casper';
  font-size: 0.8125rem;
}

@media screen and (min-width: 1024px) {
  /* line 2, resources/assets/styles/_media.scss */

  .app-landing-aside .select2-container .select2-search__field {
    font-size: .75rem;
  }

  /* line 5, resources/assets/styles/_media.scss */

  .swiper-main-buttons-prev,
  .swiper-main-buttons-next {
    -webkit-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
  }

  /* line 8, resources/assets/styles/_media.scss */

  .swiper-main-buttons-prev .icon,
  .swiper-main-buttons-next .icon {
    -webkit-transition: -webkit-filter 250ms ease-out;
    transition: -webkit-filter 250ms ease-out;
    -o-transition: filter 250ms ease-out;
    transition: filter 250ms ease-out;
    transition: filter 250ms ease-out, -webkit-filter 250ms ease-out;
  }

  /* line 11, resources/assets/styles/_media.scss */

  .swiper-main-buttons-prev:hover,
  .swiper-main-buttons-next:hover {
    background-color: #e13091;
  }

  /* line 13, resources/assets/styles/_media.scss */

  .swiper-main-buttons-prev:hover .icon,
  .swiper-main-buttons-next:hover .icon {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }

  /* line 18, resources/assets/styles/_media.scss */

  .btn-hover-cloud {
    position: relative;
    overflow: hidden;
    -webkit-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  /* line 26, resources/assets/styles/_media.scss */

  .btn-hover-cloud .btn-hover-cloud-item-text {
    position: relative;
    z-index: 2;
  }

  /* line 31, resources/assets/styles/_media.scss */

  .btn-hover-cloud.btn-hover-cloud-primary .btn-hover-cloud-item {
    background-color: #fff;
    width: 37px;
    height: 37px;
  }

  /* line 36, resources/assets/styles/_media.scss */

  .btn-hover-cloud.btn-hover-cloud-primary:hover {
    color: #e13091;
  }

  /* line 41, resources/assets/styles/_media.scss */

  .btn-hover-cloud.btn-hover-cloud-primary-secondary .btn-hover-cloud-item {
    background-color: #e13091;
  }

  /* line 44, resources/assets/styles/_media.scss */

  .btn-hover-cloud.btn-hover-cloud-primary-secondary:hover {
    color: #fff;
  }

  /* line 49, resources/assets/styles/_media.scss */

  .btn-hover-cloud:hover .btn-hover-cloud-item {
    -webkit-transform: translateY(0) scale(2);
         -o-transform: translateY(0) scale(2);
            transform: translateY(0) scale(2);
  }

  /* line 53, resources/assets/styles/_media.scss */

  .btn-hover-cloud .clouds {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -3px;
  }

  /* line 60, resources/assets/styles/_media.scss */

  .btn-hover-cloud .btn-hover-cloud-item {
    position: absolute;
    width: 35px;
    height: 35px;
    -webkit-transform: translateY(150%);
         -o-transform: translateY(150%);
            transform: translateY(150%);
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  /* line 67, resources/assets/styles/_media.scss */

  .btn-hover-cloud .btn-hover-cloud-item:first-child {
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
    left: 0;
  }

  /* line 71, resources/assets/styles/_media.scss */

  .btn-hover-cloud .btn-hover-cloud-item:nth-child(2) {
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
    left: 25%;
  }

  /* line 75, resources/assets/styles/_media.scss */

  .btn-hover-cloud .btn-hover-cloud-item:nth-child(3) {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
    left: 50%;
  }

  /* line 79, resources/assets/styles/_media.scss */

  .btn-hover-cloud .btn-hover-cloud-item:nth-child(4) {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
    left: 75%;
  }

  /* line 86, resources/assets/styles/_media.scss */

  .btn-circle.btn-circle-primary-hover {
    position: relative;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  /* line 92, resources/assets/styles/_media.scss */

  .btn-circle.btn-circle-primary-hover span {
    position: relative;
    z-index: 1;
  }

  /* line 97, resources/assets/styles/_media.scss */

  .btn-circle.btn-circle-primary-hover:hover::after {
    -webkit-transform: translateY(0) scale(2);
         -o-transform: translateY(0) scale(2);
            transform: translateY(0) scale(2);
  }

  /* line 101, resources/assets/styles/_media.scss */

  .btn-circle.btn-circle-primary-hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e13091;
    -webkit-transform: translateY(150%);
         -o-transform: translateY(150%);
            transform: translateY(150%);
    border-radius: 50%;
    -webkit-transition: -webkit-transform 600ms ease-out;
    transition: -webkit-transform 600ms ease-out;
    -o-transition: -o-transform 600ms ease-out;
    transition: transform 600ms ease-out;
    transition: transform 600ms ease-out, -webkit-transform 600ms ease-out, -o-transform 600ms ease-out;
  }
}

@media screen and (max-width: 1440px) {
  /* line 117, resources/assets/styles/_media.scss */

  .section.section-image > .container {
    padding: 0;
  }
}

@media screen and (max-width: 1366px) {
  /* line 124, resources/assets/styles/_media.scss */

  .app-footer .app-footer-clouds {
    width: 1137px;
    background-position: center bottom;
  }

  /* line 128, resources/assets/styles/_media.scss */

  .section.section-home-text .section-home-text-wrapper .section-home-text-image .section-home-text-image-item {
    width: 100%;
  }

  /* line 131, resources/assets/styles/_media.scss */

  .ingredients {
    margin-left: -30px;
    margin-right: -30px;
  }

  /* line 134, resources/assets/styles/_media.scss */

  .ingredients .ingredients-item {
    margin: 30px;
    -ms-flex-preferred-size: calc(50% - 60px);
        flex-basis: calc(50% - 60px);
    max-width: calc(50% - 60px);
  }
}

@media screen and (max-width: 1024px) {
  /* line 142, resources/assets/styles/_media.scss */

  html,
  body {
    font-size: 15px;
  }

  /* line 145, resources/assets/styles/_media.scss */

  .cookie-panel {
    padding: 10px 20px 15px;
    height: auto;
  }

  /* line 148, resources/assets/styles/_media.scss */

  .cookie-panel .cookie-panel-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 151, resources/assets/styles/_media.scss */

  .cookie-panel .icon-cookie {
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* line 155, resources/assets/styles/_media.scss */

  .cookie-panel .cookie-panel-left {
    margin-bottom: 15px;
  }

  /* line 157, resources/assets/styles/_media.scss */

  .cookie-panel .cookie-panel-left > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 160, resources/assets/styles/_media.scss */

  .cookie-panel .cookie-panel-left p {
    text-align: center;
  }

  /* line 164, resources/assets/styles/_media.scss */

  .cookie-panel .cookie-panel-accept-btn {
    margin-left: 0;
  }

  /* line 167, resources/assets/styles/_media.scss */

  .cookie-panel .cookie-panel-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 170, resources/assets/styles/_media.scss */

  .cookie-panel .cookie-panel-right p {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.3rem;
  }

  /* line 177, resources/assets/styles/_media.scss */

  .products .products-item-parallax-image {
    display: none;
  }

  /* line 180, resources/assets/styles/_media.scss */

  .products .products-item-image {
    height: 320px;
  }

  /* line 183, resources/assets/styles/_media.scss */

  .ingredients {
    margin-left: -20px;
    margin-right: -20px;
  }

  /* line 186, resources/assets/styles/_media.scss */

  .ingredients .ingredients-item {
    margin: 20px;
    -ms-flex-preferred-size: calc(50% - 40px);
        flex-basis: calc(50% - 40px);
    max-width: calc(50% - 40px);
  }

  /* line 192, resources/assets/styles/_media.scss */

  .section.section-products-header.section-with-padding {
    padding-top: 60px;
  }

  /* line 195, resources/assets/styles/_media.scss */

  .section.section-with-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* line 199, resources/assets/styles/_media.scss */

  .section.section-products-header .section-products-header-title {
    margin-bottom: 40px;
  }

  /* line 202, resources/assets/styles/_media.scss */

  .section.section-products-listing .products .products-item {
    margin: 0 25px 50px;
    -ms-flex-preferred-size: calc(50% - 50px);
        flex-basis: calc(50% - 50px);
    max-width: calc(50% - 50px);
  }

  /* line 207, resources/assets/styles/_media.scss */

  .section.section-text.section-text-reverse .section-text-wrapper .section-text-content p {
    padding-left: 0;
    padding-right: 80px;
  }

  /* line 211, resources/assets/styles/_media.scss */

  .section.section-text .section-text-content p {
    padding-left: 60px;
    text-align: right;
  }

  /* line 216, resources/assets/styles/_media.scss */

  .main-slider .main-slider-text {
    margin-left: 0;
  }

  /* line 219, resources/assets/styles/_media.scss */

  .main-slider .main-slider-image {
    margin-right: 0;
    max-width: 350px;
  }

  /* line 224, resources/assets/styles/_media.scss */

  .section.section-image .section-image-item {
    height: 380px;
  }

  /* line 227, resources/assets/styles/_media.scss */

  .blog-listing .blog-listing-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin: 20px 0;
  }

  /* line 232, resources/assets/styles/_media.scss */

  .inner-slider .inner-slider-title-wrapper .breadcrumb {
    margin-bottom: 0;
  }

  /* line 235, resources/assets/styles/_media.scss */

  .inner-slider .inner-slider-title-wrapper {
    height: 190px;
  }

  /* line 238, resources/assets/styles/_media.scss */

  .section .section-main-title.section-main-title-mb {
    margin-bottom: 35px;
  }

  /* line 241, resources/assets/styles/_media.scss */

  .main-slider .main-slider-swiper-container {
    height: 450px;
  }

  /* line 244, resources/assets/styles/_media.scss */

  .app-footer .app-footer-clouds {
    width: 100%;
    left: 0;
  }

  /* line 248, resources/assets/styles/_media.scss */

  .app-footer .app-footer-social-links {
    margin-left: 80px;
  }

  /* line 251, resources/assets/styles/_media.scss */

  .app-footer .app-footer-links-wrapper {
    padding-right: 50px;
  }

  /* line 254, resources/assets/styles/_media.scss */

  .app-footer .app-footer-links .app-footer-list {
    margin-right: 100px;
  }

  /* line 257, resources/assets/styles/_media.scss */

  .section.section-home-video .section-home-video-text {
    padding-left: 0;
    padding-right: 50px;
    padding-top: 80px;
  }

  /* line 262, resources/assets/styles/_media.scss */

  .section.section-home-video .section-home-video-image .section-home-video-image-item {
    height: 450px;
  }

  /* line 265, resources/assets/styles/_media.scss */

  .section.section-home-text .section-home-text-wrapper .section-home-text-content {
    padding-left: 0;
    padding-right: 50px;
  }

  /* line 269, resources/assets/styles/_media.scss */

  .section.section-home-text .section-home-text-wrapper .section-home-text-image .section-home-text-image-item {
    height: 530px;
  }
}

@media screen and (max-width: 980px) {
  /* line 274, resources/assets/styles/_media.scss */

  html,
  body {
    font-size: 14px;
  }

  /* line 277, resources/assets/styles/_media.scss */

  .testimonials .testimonials-content {
    padding-top: 130px;
  }

  /* line 280, resources/assets/styles/_media.scss */

  .testimonials .testimonials-content h3 {
    margin-bottom: 30px;
  }

  /* line 283, resources/assets/styles/_media.scss */

  .ingredients .ingredients-item {
    padding: 60px 50px;
  }

  /* line 286, resources/assets/styles/_media.scss */

  .section.section-products-listing .products {
    margin-left: -20px;
    margin-right: -20px;
  }

  /* line 289, resources/assets/styles/_media.scss */

  .section.section-products-listing .products .products-item {
    margin: 0 20px 50px;
    -ms-flex-preferred-size: calc(50% - 40px);
        flex-basis: calc(50% - 40px);
    max-width: calc(50% - 40px);
  }

  /* line 295, resources/assets/styles/_media.scss */

  .inner-slider .inner-slider-title-wrapper h2 {
    font-size: 3.5rem;
  }

  /* line 298, resources/assets/styles/_media.scss */

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 302, resources/assets/styles/_media.scss */

  .section .section-main-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 304, resources/assets/styles/_media.scss */

  .section .section-main-title.section-main-title-mb {
    margin-bottom: 15px;
  }

  /* line 308, resources/assets/styles/_media.scss */

  .products.swiper-container {
    margin-left: -15px;
  }

  /* line 311, resources/assets/styles/_media.scss */

  .inner-slider .inner-slider-title-wrapper {
    width: 600px;
    height: 150px;
    padding-left: 140px;
  }

  /* line 316, resources/assets/styles/_media.scss */

  .app-header .app-header-brand {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  /* line 322, resources/assets/styles/_media.scss */

  .app-footer .app-footer-bottom .developed-by {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 7px 0 0;
  }

  /* line 326, resources/assets/styles/_media.scss */

  .app-footer .app-footer-bottom .links {
    margin: 7px 0;
  }

  /* line 330, resources/assets/styles/_media.scss */

  .products .products-item-circle {
    -webkit-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    margin-top: 15px;
  }

  /* line 334, resources/assets/styles/_media.scss */

  .products .products-item-image a {
    top: 0 !important;
  }

  /* line 337, resources/assets/styles/_media.scss */

  .products .products-item-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 25px;
  }

  /* line 340, resources/assets/styles/_media.scss */

  .products .products-item-content .products-item-content-text {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }

  /* line 345, resources/assets/styles/_media.scss */

  .products .products-item-content .products-item-content-text::before {
    content: none !important;
  }

  /* line 351, resources/assets/styles/_media.scss */

  .app-header .app-header-language {
    display: block;
  }

  /* line 354, resources/assets/styles/_media.scss */

  .inner-blog-main .inner-blog-main-header .inner-blog-main-content q,
  .inner-blog-main .inner-blog-main-header .inner-blog-main-content blockquote {
    padding: 45px 30px;
  }

  /* line 357, resources/assets/styles/_media.scss */

  .main-slider .main-slider-text .icon {
    display: none;
  }

  /* line 360, resources/assets/styles/_media.scss */

  .section.section-home-video .section-home-video-text .icon {
    z-index: -1;
  }

  /* line 363, resources/assets/styles/_media.scss */

  .app-footer .app-footer-clouds .icon:first-of-type {
    left: 450px;
    top: 75px;
  }

  /* line 367, resources/assets/styles/_media.scss */

  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 370, resources/assets/styles/_media.scss */

  .app-header .app-header-language-list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 70px;
    right: 20px !important;
    z-index: 9;
    height: auto !important;
  }

  /* line 377, resources/assets/styles/_media.scss */

  .app-header .app-header-language-list.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 380, resources/assets/styles/_media.scss */

  .app-header .app-header-language-list li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #000000;
    font-family: Phenomena;
    font-size: 1.12500rem;
    font-weight: 400;
    margin-bottom: 7px;
  }

  /* line 393, resources/assets/styles/_media.scss */

  .app-header .app-header-language-list li.active {
    display: none;
  }

  /* line 396, resources/assets/styles/_media.scss */

  .app-header .app-header-language-list li a {
    color: #000 !important;
  }

  /* line 399, resources/assets/styles/_media.scss */

  .app-header .app-header-language-list li::after,
  .app-header .app-header-language-list li::before {
    display: none;
  }

  /* line 404, resources/assets/styles/_media.scss */

  .app-header .app-header-language-list {
    right: 15px;
  }

  /* line 407, resources/assets/styles/_media.scss */

  .app-footer {
    border-top-right-radius: 0;
  }

  /* line 410, resources/assets/styles/_media.scss */

  .section.section-image .section-image-item {
    height: 350px;
  }

  /* line 414, resources/assets/styles/_media.scss */

  .section.section-text.section-text-reverse {
    padding-top: 0;
  }

  /* line 418, resources/assets/styles/_media.scss */

  .section.section-text.section-text-reverse .section-text-wrapper .section-text-content > .flex.flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 422, resources/assets/styles/_media.scss */

  .section.section-text.section-text-reverse .section-text-wrapper .section-text-content h2 {
    text-align: center;
  }

  /* line 425, resources/assets/styles/_media.scss */

  .section.section-text.section-text-reverse .section-text-wrapper .section-text-content p {
    padding-right: 0;
  }

  /* line 428, resources/assets/styles/_media.scss */

  .section.section-text.section-text-reverse .section-text-wrapper .section-text-content img {
    margin-top: 30px;
  }

  /* line 434, resources/assets/styles/_media.scss */

  .section.section-text .section-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 437, resources/assets/styles/_media.scss */

  .section.section-text .section-text-image,
  .section.section-text .section-text-content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  /* line 441, resources/assets/styles/_media.scss */

  .section.section-text .section-text-image {
    max-width: 500px;
  }

  /* line 444, resources/assets/styles/_media.scss */

  .section.section-text .section-text-content {
    padding-right: 0;
    padding-top: 30px;
  }

  /* line 447, resources/assets/styles/_media.scss */

  .section.section-text .section-text-content h2 {
    margin-bottom: 15px;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  /* line 452, resources/assets/styles/_media.scss */

  .section.section-text .section-text-content h2,
  .section.section-text .section-text-content p {
    text-align: center;
  }

  /* line 455, resources/assets/styles/_media.scss */

  .section.section-text .section-text-content p {
    padding-left: 0;
    max-width: 100%;
  }

  /* line 461, resources/assets/styles/_media.scss */

  .main-navigation {
    display: none;
  }

  /* line 464, resources/assets/styles/_media.scss */

  .inner-slider .inner-slider-title-wrapper h2 {
    font-size: 3rem;
  }

  /* line 467, resources/assets/styles/_media.scss */

  .inner-slider {
    border-radius: 0;
  }

  /* line 469, resources/assets/styles/_media.scss */

  .inner-slider .inner-slider-title-wrapper {
    padding-left: 30px;
    width: 480px;
    height: 130px;
  }

  /* line 475, resources/assets/styles/_media.scss */

  .main-slider .main-slider-image {
    max-width: 260px;
  }

  /* line 478, resources/assets/styles/_media.scss */

  .main-slider .main-slider-clouds {
    display: none;
  }

  /* line 481, resources/assets/styles/_media.scss */

  .section.section-home-video .section-home-video-image .section-home-video-image-item {
    height: 300px;
  }

  /* line 484, resources/assets/styles/_media.scss */

  .section.section-home-video .section-home-video-text {
    padding-right: 30px;
    padding-top: 50px;
  }

  /* line 488, resources/assets/styles/_media.scss */

  .main-slider .main-slider-text {
    margin-bottom: 20px;
  }

  /* line 491, resources/assets/styles/_media.scss */

  .ingredients-image.aloe-vera::before {
    right: auto;
    left: -50px;
  }

  /* line 495, resources/assets/styles/_media.scss */

  .ingredients-listing {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 497, resources/assets/styles/_media.scss */

  .ingredients-listing li {
    margin: 0 15px 50px;
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 507, resources/assets/styles/_media.scss */

  .app-footer .app-footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 509, resources/assets/styles/_media.scss */

  .app-footer .app-footer-bottom p {
    margin: 7px 0;
  }

  /* line 513, resources/assets/styles/_media.scss */

  .app-footer .app-footer-bottom {
    padding: 18px 0;
  }

  /* line 516, resources/assets/styles/_media.scss */

  .app-footer .app-footer-bottom .links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 519, resources/assets/styles/_media.scss */

  .app-footer .app-footer-bottom .copy-text,
  .app-footer .app-footer-bottom .developed-by,
  .app-footer .app-footer-bottom .links {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }

  /* line 524, resources/assets/styles/_media.scss */

  .section.section-home-text .section-home-text-wrapper .section-home-text-image .section-home-text-image-item {
    height: 300px;
  }

  /* line 527, resources/assets/styles/_media.scss */

  .section.section-home-text .section-home-text-wrapper .section-home-text-content h2,
  .section.section-home-text .section-home-text-wrapper .section-home-text-content p {
    margin-bottom: 25px;
  }

  /* line 531, resources/assets/styles/_media.scss */

  .ingredients {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 534, resources/assets/styles/_media.scss */

  .ingredients .ingredients-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin: 15px 0;
  }
}

@media screen and (max-width: 680px) {
  /* line 542, resources/assets/styles/_media.scss */

  .app-main {
    padding-top: 60px;
  }

  /* line 545, resources/assets/styles/_media.scss */

  .cookie-panel .cookie-panel-right p {
    width: 100%;
  }

  /* line 548, resources/assets/styles/_media.scss */

  .app-footer .app-footer-brand {
    display: none;
  }

  /* line 551, resources/assets/styles/_media.scss */

  .app-footer .app-footer-top {
    padding: 50px 0 30px;
  }

  /* line 554, resources/assets/styles/_media.scss */

  .app-footer .app-footer-links .app-footer-list {
    margin-right: 45px;
  }

  /* line 557, resources/assets/styles/_media.scss */

  .app-footer .app-footer-social-links {
    margin-left: 50px;
  }

  /* line 560, resources/assets/styles/_media.scss */

  .app-footer .app-footer-links-wrapper {
    padding-right: 0;
    margin-left: 0;
  }

  /* line 564, resources/assets/styles/_media.scss */

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

  /* line 568, resources/assets/styles/_media.scss */

  .section.section-no-padding-on-mobile,
  .section.section-home-text {
    padding-top: 0 !important;
  }

  /* line 572, resources/assets/styles/_media.scss */

  .inner-slider {
    height: 300px;
  }

  /* line 575, resources/assets/styles/_media.scss */

  .inner-slider .inner-slider-title-wrapper h2 {
    font-size: 2.6rem;
  }

  /* line 578, resources/assets/styles/_media.scss */

  .inner-slider .inner-slider-title-wrapper {
    width: 420px;
    height: 100px;
  }

  /* line 582, resources/assets/styles/_media.scss */

  .app-header .app-header-brand {
    width: 125px;
  }

  /* line 584, resources/assets/styles/_media.scss */

  .app-header .app-header-brand img {
    max-width: 100%;
    display: block;
    height: auto;
  }

  /* line 591, resources/assets/styles/_media.scss */

  .blog-listing .blog-listing-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 594, resources/assets/styles/_media.scss */

  .blog-listing .blog-listing-item-image {
    max-width: 100%;
    width: 100%;
    min-height: 250px;
  }

  /* line 599, resources/assets/styles/_media.scss */

  .blog-listing .blog-listing-item-content {
    padding: 15px 20px 20px;
  }

  /* line 603, resources/assets/styles/_media.scss */

  .main-slider .main-slider-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 55px;
  }

  /* line 608, resources/assets/styles/_media.scss */

  .main-slider .main-slider-image {
    max-width: 210px;
    margin-bottom: 10px;
  }

  /* line 612, resources/assets/styles/_media.scss */

  .main-slider .app-swiper-pagination {
    bottom: 30px;
  }

  /* line 615, resources/assets/styles/_media.scss */

  .benefits {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 617, resources/assets/styles/_media.scss */

  .benefits .benefits-item {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    width: 100%;
    margin: 20px 15px;
  }

  /* line 622, resources/assets/styles/_media.scss */

  .benefits .benefits-item img {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 628, resources/assets/styles/_media.scss */

  .products .products-item-image {
    height: 280px;
  }

  /* line 631, resources/assets/styles/_media.scss */

  .section.section-home-text .section-home-text-wrapper .section-home-text-content,
  .section.section-home-text .section-home-text-wrapper .section-home-text-image {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  /* line 637, resources/assets/styles/_media.scss */

  .section.section-home-text .section-home-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  /* line 639, resources/assets/styles/_media.scss */

  .section.section-home-text .section-home-text-wrapper .section-home-text-content {
    padding-right: 0;
    padding-top: 50px;
  }

  /* line 643, resources/assets/styles/_media.scss */

  .section.section-home-text .section-home-text-wrapper .section-home-text-image {
    width: 100%;
  }

  /* line 645, resources/assets/styles/_media.scss */

  .section.section-home-text .section-home-text-wrapper .section-home-text-image .section-home-text-clouds {
    bottom: -40px !important;
  }

  /* line 648, resources/assets/styles/_media.scss */

  .section.section-home-text .section-home-text-wrapper .section-home-text-image .section-home-text-image-item {
    height: 400px;
  }

  /* line 654, resources/assets/styles/_media.scss */

  .main-slider .main-slider-text h2 {
    font-size: 2.8rem;
    line-height: 3rem;
  }

  /* line 658, resources/assets/styles/_media.scss */

  .blog-listing.blog-listing-full .blog-listing-item {
    max-width: calc(100% - 20px);
    -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
    margin: 0 10px;
  }

  /* line 664, resources/assets/styles/_media.scss */

  .section.section-home-articles .section-header {
    padding-bottom: 20px;
  }

  /* line 667, resources/assets/styles/_media.scss */

  .section.section-home-articles .swiper-main-buttons {
    bottom: -15px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  /* line 676, resources/assets/styles/_media.scss */

  .section.section-products .section-header .section-main-title {
    font-size: 1.7rem;
    margin-bottom: 0 !important;
  }

  /* line 679, resources/assets/styles/_media.scss */

  .section.section-products .section-header .section-main-title span {
    display: none;
    margin-right: 20px;
  }

  /* line 682, resources/assets/styles/_media.scss */

  .section.section-products .section-header .section-main-title span::after {
    margin-left: 20px;
    height: 25px;
  }

  /* line 690, resources/assets/styles/_media.scss */

  .section.section-home-video {
    padding-top: 0;
  }

  /* line 692, resources/assets/styles/_media.scss */

  .section.section-home-video .section-home-video-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 696, resources/assets/styles/_media.scss */

  .section.section-home-video .section-home-video-text,
  .section.section-home-video .section-home-video-image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }

  /* line 701, resources/assets/styles/_media.scss */

  .section.section-home-ingredients,
  .section.section-home-video {
    padding-bottom: 0;
  }

  /* line 705, resources/assets/styles/_media.scss */

  .section.section-home-video .section-home-video-text {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  /* line 710, resources/assets/styles/_media.scss */

  .section.section-home-video .section-home-video-text h2 br {
    display: none;
  }

  /* line 714, resources/assets/styles/_media.scss */

  .section.section-home-video .section-home-video-text p {
    max-width: 100%;
    margin-top: 15px;
  }

  /* line 720, resources/assets/styles/_media.scss */

  .app-header .app-header-brand {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 724, resources/assets/styles/_media.scss */

  .app-header::before,
  .app-header,
  .app-header .app-header-language-list {
    height: 60px;
  }

  /* line 728, resources/assets/styles/_media.scss */

  .section.section-products-header .section-products-header-sub-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  /* line 733, resources/assets/styles/_media.scss */

  .section.section-products-listing .products {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 736, resources/assets/styles/_media.scss */

  .section.section-products-listing .products .products-item {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 30px;
  }

  /* line 743, resources/assets/styles/_media.scss */

  .video-modal .video-modal-item {
    height: 280px;
  }
}


/*# sourceMappingURL=main.css.map*/