/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

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

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

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

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

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

.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; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, 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)); }

.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)); }

.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)); }

.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)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-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"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

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

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

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

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

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

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

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

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

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

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

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

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

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

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

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

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

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

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

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.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; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

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

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

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

.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; }

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

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

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

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

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

body {
  font-family: 'Lato', sans-serif;
  margin: 0px; }

h1 {
  font-size: 50px;
  font-weight: 100;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px; }

.wrapper {
  width: 80%;
  margin: 0 auto;
  max-width: 1500px; }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0; }

.header p {
  color: #fff;
  font-weight: normal;
  letter-spacing: 1.1px; }

.header__text a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 1.1px; }

.header img {
  width: 180px; }

.header__contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 73%; }

.header__text {
  margin: 0 20px; }

.header__cta a {
  background: #fb931b;
  padding: 15px 40px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px; }

.hero {
  background-image: url("../img/hero.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative; }

.hero-dark {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.370392);
  position: absolute;
  z-index: 1;
  /* left: -5%; */
  /*position: absolute;*/
  /* transform: rotate(5deg); */
  top: 0px; }

.wrapper--hero {
  /* transform: rotate(-5deg); */
  width: 83%;
  margin: 0 auto;
  padding-top: 64px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  max-width: 1500px;
  position: relative;
  z-index: 2; }

.hero__main-text {
  width: 42%; }

.info {
  height: 57px;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 16px;
  border: solid 2px #efefef;
  outline: none;
  margin: 10px 0px;
  width: 100%;
  box-sizing: border-box; }

.hero__main-text h1 {
  color: #fb931b;
  text-transform: initial;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 55px;
  margin-top: 0px; }

.hero__main-text h1 span {
  color: white; }

.hero__main-text ul {
  padding: 0px; }

.hero__main-text ul li {
  padding: 8px 0px;
  color: white;
  font-size: 14px;
  letter-spacing: 0.7px;
  list-style: none; }

.hero__main-text ul li span {
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background-color: #fb931b;
  display: inline-block;
  margin-right: 10px; }

.hero__main-text ul li .gold {
  height: initial;
  width: initial;
  background-color: initial;
  color: #efc160;
  margin: 0px;
  font-size: 17px; }

.hero__form {
  background: white;
  width: 35%;
  padding: 20px 50px 20px 50px;
  text-align: center;
  max-width: 400px; }

form {
  justify-content: space-around;
  align-items: center; }

form h2 {
  margin: 0;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 23px; }

form p {
  width: 100%;
  margin: 0;
  color: #000;
  margin-top: -5px; }

form p input {
  width: 100% !important;
  box-sizing: border-box;
  text-align: center;
  height: 45px; }

form p button {
  width: 100%;
  box-sizing: border-box; }

form input, .footer input {
  height: 37px;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 16px;
  border: solid 2px #efefef;
  outline: none;
  width: 100%;
  margin: 10px 0px; }

.submit-btn {
  background: #fb931b;
  color: white;
  padding: 20px;
  /* width: 60%; */
  font-size: 18px;
  border-radius: 30px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
  height: initial;
  padding: 10px 20px;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px; }

.black-btn {
  background: #fb931b;
  color: white;
  padding: 20px;
  /* width: 60%; */
  font-size: 18px;
  border-radius: 30px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
  height: initial;
  padding: 10px 20px;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 20px; }

.why-choose {
  padding-bottom: 330px;
  overflow-x: hidden; }
  .why-choose .wrapper .behind-the-scenes .behind-the-scenes-inner {
    position: relative; }
    .why-choose .wrapper .behind-the-scenes .behind-the-scenes-inner h2 {
      text-align: center;
      font-size: 35px;
      margin-bottom: 0px; }
    .why-choose .wrapper .behind-the-scenes .behind-the-scenes-inner p {
      text-align: center;
      padding-bottom: 20px; }
    .why-choose .wrapper .behind-the-scenes .behind-the-scenes-inner .lander-swiper-container {
      position: relative;
      z-index: 10;
      height: 300px; }
      .why-choose .wrapper .behind-the-scenes .behind-the-scenes-inner .lander-swiper-container .swiper-button-prev, .why-choose .wrapper .behind-the-scenes .behind-the-scenes-inner .lander-swiper-container .swiper-button-next {
        background-image: initial;
        font-size: 30px;
        color: #fff; }

.experience-row {
  width: 100%;
  padding: 50px 0px; }

.experience-inner {
  max-width: 1000px;
  margin: auto;
  display: flex; }

.experience-image {
  width: 50%;
  padding: 50px;
  box-sizing: border-box; }

.experience-image img {
  width: 100%;
  outline: 2px solid #efefef;
  outline-offset: 20px; }

.experience-content {
  width: 50%;
  padding: 50px;
  box-sizing: border-box; }

.experience-content h2, .choose-content h2, .time-to-talk-content h2 {
  text-transform: uppercase;
  color: #000;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  margin-bottom: 20px; }

.experience-content h4, .choose-content h4, .time-to-talk-content h4 {
  color: #000;
  font-weight: lighter;
  margin: 0;
  line-height: 25px; }

.icon p {
  color: grey; }

.experience-content {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: space-around; }

.experience-content p {
  color: grey;
  font-weight: lighter;
  line-height: 23px;
  font-size: 13px; }

.trust-imgs {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  max-width: 800px; }

.trust-imgs img {
  width: 100%; }

.brand-desktop {
  display: block; }

.brand-mobile {
  display: none; }

.why-choose {
  background: whitesmoke; }

.why-choose .wrapper {
  position: relative;
  top: 50px;
  width: initial;
  margin: initial;
  max-width: initial; }

.choose-content {
  width: 75%;
  max-width: 900px;
  margin: 0 auto;
  background: white;
  text-align: center;
  padding: 50px;
  /* margin-left: 80px; */
  box-shadow: 3px 7px 9px 1px rgba(8, 8, 8, 0.23);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  z-index: 2; }

.choose-content .black-btn {
  width: max-content;
  margin: 40px auto 0px auto; }

.kit-container {
  margin: 40px 0px;
  position: relative; }

.kit-container ul {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 2; }

.kit-container ul li {
  width: max-content;
  list-style: none;
  position: absolute; }

.kit-container ul li span {
  display: flex; }

.kit-container ul li span hr {
  background-color: #a7a7a7;
  height: 1px;
  border: none;
  width: 100%; }

.kit-container ul li span .circle {
  width: 15px;
  height: 15px;
  background-color: #efc160;
  display: inline-block;
  border-radius: 50px; }

.kit-container ul li p {
  margin: 0px;
  font-size: 13px; }

.why-choose .wrapper .choose-content .kit-container .kit-image {
  position: relative; }

.why-choose .wrapper .choose-content .kit-container .kit-image img {
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 450px; }

.fact1 {
  top: 50px;
  right: 30px; }

.fact1 p {
  text-align: right; }

.fact1 span {
  width: 300px; }

.fact2 {
  left: 10px;
  top: 30px; }

.fact2 p {
  text-align: left; }

.fact2 span {
  width: 250px; }

.fact3 {
  right: 30px;
  top: 200px; }

.fact3 p {
  text-align: right; }

.fact3 span {
  width: 250px; }

.fact4 {
  top: 420px;
  right: 30px; }

.fact4 p {
  text-align: right; }

.fact4 span {
  width: 300px; }

.fact5 {
  top: 350px; }

.fact5 p {
  text-align: left; }

.fact5 span {
  width: 300px; }

.icon img {
  height: 80px; }

.icon-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.icon p {
  font-weight: 100; }

.icon {
  width: 30%;
  margin: 30px 10px; }

.time-to-talk-content {
  -webkit-clip-path: polygon(0% 30%, 200% 0%, 100% 100%, 0 calc(110% - 5vw));
  clip-path: polygon(0% 30%, 200% 0%, 100% 100%, 0 calc(110% - 5vw));
  padding: 250px 0px 30px 0px;
  background-color: #b5c655;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  position: relative;
  z-index: 1; }

.time-to-talk-content h4 {
  margin-bottom: 20px; }

.time-to-talk-content p {
  font-size: 12px; }

.time-to-talk-content form {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 500px;
  flex-wrap: wrap; }

.time-to-talk-content form .black-btn {
  width: 100%; }

.time-to-talk-content form input {
  border: solid 0px #efefef;
  outline: none;
  width: 41%; }

.mailing-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  border-bottom: solid 1px white; }

.mailing-list p {
  font-size: 25px;
  text-transform: uppercase; }

.mailing-list input {
  width: 50%; }

footer {
  background-color: #565656;
  margin-top: -190px; }

footer .top-footer-bar {
  padding: 10px 0px;
  display: block;
  border: solid 1px #fff;
  border-left: 0px;
  border-right: 0px;
  border: solid 1px rgba(255, 255, 255, 0.109); }

footer .top-footer-bar h2 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-size: 30px;
  margin: 0px;
  margin: 20px 0px;
  background-color: #565656;
  letter-spacing: 1.2px;
  font-size: 20px; }

footer .top-footer-bar h2 a {
  color: #fb931b; }

footer .bottom-footer-bar {
  padding: 30px 0px; }

footer .bottom-footer-bar h3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 15px; }

footer .bottom-footer-bar h4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 13px; }

footer .bottom-footer-bar p {
  color: #fff;
  text-align: center;
  font-size: 13px; }

footer .bottom-footer-bar .socials {
  width: 100px;
  margin: auto;
  display: flex; }

footer .bottom-footer-bar .socials a {
  width: 33%; }

footer .bottom-footer-bar .socials a i {
  color: #fff;
  font-size: 25px; }

.mobile-fact {
  display: none; }

@media (max-width: 762px) {
  footer .top-footer-bar h2 a {
    text-align: center;
    display: block; }
  .kit-container {
    margin: 40px 0px 0px 0px; }
  .desktop-fact {
    display: none; }
  .kit-container .mobile-fact {
    display: block;
    margin: 0px;
    padding: 0px; }
  .kit-container .mobile-fact li {
    position: relative;
    width: 100%;
    display: flex;
    margin: 25px 0px;
    text-align: left; }
  .kit-container .mobile-fact li .circle {
    width: 20px;
    height: 20px;
    background-color: #fb931b;
    display: inline-block;
    border-radius: 50px;
    margin-right: 10px; }
  .kit-container ul {
    position: relative; }
  .time-to-talk-content {
    padding: 150px 3% 30px 3%; }
  .fact4 {
    top: 320px; }
  .fact5 {
    top: 250px; }
  .choose-content {
    justify-content: space-evenly; }
  .kit-image img {
    max-width: 250px; }
  .experience-row .experience-inner {
    flex-direction: column; }
  .experience-row .experience-inner .experience-image {
    width: 100%; }
  .experience-row .experience-inner .experience-content {
    width: 100%; }
  .wrapper--hero {
    width: 100%;
    margin-bottom: 0px !important; }
  .hero-dark {
    width: 100%;
    height: 100%;
    background: #00000094;
    position: absolute;
    z-index: 1;
    /* left: -5%; */
    /*position: absolute;*/
    -webkit-clip-path: initial;
    clip-path: initial;
    /* transform: rotate(5deg); */
    top: 0px; } }

@media (min-width: 400px) and (max-width: 763px) {
  .wrapper--hero {
    margin-bottom: 35%; } }

@media (max-width: 745px) {
  .header__text {
    display: none; }
  .hero__main-text h1 {
    font-size: 30px; }
  .icon-row {
    flex-direction: column;
    width: 100%;
    align-items: center; }
  .choose-content {
    height: 1000px;
    padding: 15px;
    width: 90%; }
  .icon {
    width: 100%; }
  .purple-btn {
    width: 100%; } }

@media (max-width: 763px) {
  header {
    padding: 15px 0px; }
  .header__logo img {
    height: 50px !important;
    width: 110px; }
  form input {
    box-sizing: border-box; }
  .hero {
    background-image: url("../img/hero.jpg");
    background-size: 100%;
    background-position: center;
    width: 100%;
    position: relative;
    padding: 20px 0px; }
  .hero__main-text ul {
    text-align: left; }
  .header__cta a {
    background: #fb931b;
    padding: 15px 15px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px; }
  .hero {
    width: 100%;
    transform: none;
    height: 100%;
    clip-path: none;
    -webkit-clip-path: none; }
  .header__logo img {
    height: 20px; }
  .wrapper--hero {
    flex-direction: column;
    align-items: center;
    padding-top: 10px; }
  .hero__main-text {
    width: 75%;
    text-align: center;
    margin-bottom: 30px; }
  .hero__form {
    width: 75%; } }

@media (max-width: 1092px) {
  .mailing-list {
    flex-direction: column;
    height: 240px; }
  .mailing-list input {
    width: 100%; }
  .mailing-list p {
    font-size: 18px; } }

@media (max-width: 700px) {
  .brand-desktop {
    display: none; }
  .brand-mobile {
    display: block; }
  .contact {
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .address {
    margin-bottom: 25px; } }
