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

.banner__inner {
  width: 1170px;
  height: 545px;
  margin: 0 auto; }

.banner__l {
  width: 240px;
  float: left; }

.banner__m {
  width: 739px;
  height: 545px;
  margin-left: 10px;
  float: left; }

.banner__r {
  width: 171px;
  background: white;
  height: 545px;
  margin-left: 10px;
  float: right;
  font-size: 0; }
  .banner__r ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .banner__r li {
    float: left;
    width: 85px;
    height: 85px;
    background: white;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden; }
    .banner__r li a,
    .banner__r li img {
      display: block;
      width: 100%;
      height: 100%; }
    .banner__r li img {
      transition: transform .3s; }
  .banner__r li:hover img {
    transform: scale(1.1); }
  .banner__r li:nth-child(2n) {
    border-left: 1px solid #f1f1f1; }

.main-slider {
  width: 100%;
  height: 375px;
  overflow: hidden;
  position: relative; }
  .main-slider .swiper-slide a,
  .main-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%; }

.slider-extend {
  height: 160px;
  margin-top: 10px; }

.slider-extend__item {
  width: 365px;
  height: 160px;
  background: white; }
  .slider-extend__item a,
  .slider-extend__item img {
    display: block;
    width: 100%;
    height: 100%; }

.banner-slider-swiper-pagination {
  position: absolute;
  height: 16px;
  bottom: 20px !important;
  z-index: 1;
  text-align: center; }
  .banner-slider-swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    margin: 0 8px !important;
    background-color: white;
    opacity: 1;
    cursor: pointer; }
  .banner-slider-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ea3c1f; }

.leftbanner_content {
  width: 245px;
  height: 136px;
  float: left;
  background: #332b83;
  padding-left: 33px;
  box-sizing: border-box; }
  .leftbanner_content-title {
    color: #fff; }
  .leftbanner_content-titleHover {
    color: #febf01; }
  .leftbanner_content h2 {
    margin-top: 20px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px; }
  .leftbanner_content span {
    color: #fff; }
  .leftbanner_content p {
    color: #fff;
    font-size: 16px;
    cursor: pointer; }
  .leftbanner_content a {
    color: #fff;
    margin-right: 10px; }
  .leftbanner_content a:hover {
    color: #febf01; }

.leftbanner_content:hover {
  background: #2a1f62; }

.goods-group {
  width: 580px;
  height: 260px;
  display: inline-block;
  font-size: 0;
  position: relative; }

.goods-group__divider {
  width: 10px;
  display: inline-block;
  font-size: 10px; }

.goods-item {
  width: 285px;
  height: 260px;
  color: #313131;
  line-height: 1.6;
  box-sizing: border-box;
  font-size: 14px;
  background-color: white;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top; }

.goods-item__pic {
  width: 100%;
  height: 168px;
  text-align: center;
  font-size: 0;
  overflow: hidden; }

.goods-item__pic img {
  width: 224px;
  transition: transform .3s;
  height: auto; }

.goods-item:hover .goods-item__pic img {
  transform: scale(1.1); }

.goods-item__info-primary {
  color: #f7174c;
  font-size: 16px;
  font-weight: 800;
  padding-left: 17px; }

.goods-item__title,
.goods-item__desc {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 17px; }

.goods-item__redpacket {
  font-size: 12px;
  padding: 1px 8px;
  background-color: #f7174c;
  color: white;
  border-radius: 10px;
  margin-left: 5px; }

.goods-group__divider--v {
  height: 10px; }

.BU-floor_li .goods-item__title {
  margin-top: 20px; }

.baokuan-floor {
  background-image: url(//x.autoimg.cn/mall/topic/2017/12/finace-festival-pc/images/baokuan-bg.0ee0166.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  max-width: 1920px;
  min-width: 1170px;
  height: 743px;
  margin: 0 auto;
  box-sizing: border-box; }

.baokuan-inner {
  width: 1170px;
  margin: 0 auto;
  padding-top: 166px; }

.baokuan-iframe {
  width: 580px;
  height: 260px;
  border: none; }

.BU-wrap {
  padding-top: 50px;
  padding-bottom: 100px; }

.BU-inner {
  width: 1170px;
  margin: 0 auto; }

.BU-floor {
  width: 1170px;
  margin: 0 auto; }

.BU-floor__header {
  height: 35px;
  line-height: 35px;
  padding-left: 24px;
  position: relative;
  color: #313131; }

.BU-floor__header::before {
  height: 35px;
  content: "";
  display: block;
  width: 10px;
  left: 0;
  top: 0;
  position: absolute;
  background: #f60; }

.BU-floor__header > span {
  font-size: 26px;
  font-weight: bold;
  float: left; }

.BU-floor__header > a {
  font-size: 18px;
  float: right;
  color: white;
  text-decoration: none; }

.BU-floor__header > a:hover {
  text-decoration: underline; }

.BU-floor__body {
  margin: 0;
  list-style: none;
  padding: 0;
  margin-left: -10px;
  margin-top: 10px;
  width: 1200px; }

.BU-floor__body li {
  float: left;
  margin-bottom: 10px; }

.BU-floor__body::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.bu-iframe {
  border: none;
  width: 1170px;
  height: 850px; }

.bu-iframe-jingxiaoshang {
  border: none;
  width: 1170px;
  height: 305px; }

.BU-floor__cooperation {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-left: -12px; }
  .BU-floor__cooperation li {
    float: left;
    width: 185px;
    height: 100px;
    background: white;
    margin-left: 12px; }
    .BU-floor__cooperation li img {
      display: block;
      width: 100%;
      height: 100%; }

.BU-floor_bigPack {
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px; }

.BU-floor_leftWhite {
  height: 35px;
  line-break: 35px;
  padding-left: 15px;
  border-left: 10px solid #fff; }

.BU-floor_listPack {
  width: 1170px;
  height: 200px; }
  .BU-floor_listPack img {
    width: 100%; }

.BU-floor_list {
  width: 285px;
  height: 200px;
  margin-right: 10px;
  float: left;
  background-color: #fff; }

.BU-floor_noMarginRight {
  margin-right: 0; }

.BU-floor_packCover {
  margin-bottom: 75px; }

.BU-floor_li {
  width: 286px;
  height: 320px;
  margin-left: 5px;
  background-color: #fff;
  position: relative;
  margin-top: 5px;
  list-style: none;
  float: left; }

.goods-item_redCover {
  background-color: #e60033;
  color: #fff;
  width: 286px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  bottom: 0; }

.goods-item-shoufu {
  background-color: #fff;
  color: #e60033;
  height: 38px;
  margin-top: 2px;
  width: 160px;
  float: left;
  line-height: 38px;
  margin-left: 2px;
  text-align: center;
  margin-right: 35px;
  font-weight: bolder; }

.BU-floor_Classified {
  width: 1170px;
  height: 55px;
  background-color: #fff;
  margin-top: 10px; }
  .BU-floor_Classified ul {
    display: flex; }
  .BU-floor_Classified li {
    flex: 1;
    color: #e60033;
    text-align: center;
    line-height: 55px;
    height: 55px;
    cursor: pointer;
    display: inline-block; }

.BU-floor_currentIndex {
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIUAAAAHAgMAAABbzGZ8AAAADFBMVEVHcEwxMTExMTExMTHcVad1AAAAA3RSTlMAgILCQ76ZAAAAK0lEQVQI12P4TwgcYCBCCRqQ//+DgQBg//+AkBLG/w2ElDDUEVTBIIEhAgAGAUlRZxP1WgAAAABJRU5ErkJggg==) no-repeat bottom;
  background-position: 55px 55px; }

.BU-floor_OtherIndex {
  display: inline-block; }

.BU-floor_limitTime {
  font-size: 18px;
  float: right; }

.lift {
  position: fixed;
  left: 50%;
  margin-left: 630px;
  width: 105px;
  height: 300px;
  top: 300px;
  z-index: 99; }

@media screen and (max-width: 1475px) {
  .lift {
    left: auto;
    right: 0; } }

.lift__header {
  height: 75px;
  background-color: #fc1f53;
  text-align: center;
  padding-top: 15px;
  box-sizing: border-box; }

.lift__body {
  list-style: none;
  margin: 0;
  padding: 0; }
  .lift__body li {
    height: 40px;
    background: #febf01;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #00479d;
    color: black;
    text-decoration: none;
    font-size: 14px;
    display: block;
    cursor: pointer; }
  .lift__body li.anchor-active {
    background-color: #fc1f53;
    color: white;
    position: relative; }
  .lift__body li.anchor-active::after {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 15px solid #fc1f53;
    border-bottom: 20px solid transparent;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -15px; }
  .lift__body li.mall-gotop {
    font-weight: bold;
    display: none; }
  .lift__body li.gotop-active {
    display: block; }

body {
  font-family: "Microsoft YaHei", sans-serif;
  background-color: #f6f6f6; }

img {
  border: none; }

.fn-hide {
  display: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

.fn-clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.fn-left {
  float: left; }

.fn-right {
  float: right; }

.fn-mt60 {
  margin-top: 60px; }

.bg-wrap {
  background-image: url(//x.autoimg.cn/mall/topic/2017/12/finace-festival-pc/images/bottom-bg-top.e131e06.png), url(//x.autoimg.cn/mall/topic/2017/12/finace-festival-pc/images/bottom-bg.99b31ed.png);
  background-repeat: no-repeat, repeat-y;
  background-size: 100% 269px, 100% 72px;
  background-position: center top, center 269px;
  padding-top: 269px;
  background-clip: border-box, content-box;
  max-width: 1920px;
  min-width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: -520px; }

iframe.finance-receive {
  margin: 0 auto;
  width: 1170px;
  height: 400px;
  display: block;
  border: none;
  margin-top: -250px; }

.finance-selectCover {
  background: #fff; }

.finance-select {
  width: 1170px;
  height: 96px;
  margin: 0 auto; }

.finance-select_logo {
  width: 229px;
  height: 96px;
  float: left; }

.finance-select_txtMsg {
  width: 941px;
  height: 96px;
  float: left; }

.finance-select_inputCover {
  width: 506px;
  height: 32px;
  float: right;
  margin-top: 39px;
  margin-right: 81px;
  position: relative;
  border-top: 2px solid #f60;
  border-bottom: 2px solid #f60; }

.finance-select_change {
  width: 86px;
  float: left;
  outline: 0;
  position: absolute;
  left: 0;
  z-index: 11;
  background-color: #fff;
  border-bottom: 2px solid #f60; }
  .finance-select_change li {
    text-align: center;
    font-size: 14px;
    color: #959595;
    height: 32px;
    line-height: 32px;
    border-left: 2px solid #f60;
    border-right: 2px solid #f60;
    cursor: pointer; }
  .finance-select_change li:hover {
    color: #fff;
    background-color: #f60; }

.finance-select_input {
  width: 330px;
  height: 32px;
  float: left;
  position: absolute;
  left: 86px; }
  .finance-select_input input {
    width: 100%;
    height: 32px;
    border: 0;
    padding: 0;
    font-size: 14px;
    padding-left: 10px;
    outline: 0; }

.finance-select_search {
  background-color: #f60;
  color: #fff;
  text-align: center;
  height: 32px;
  line-height: 32px;
  float: right;
  width: 80px;
  cursor: pointer; }

.finance-select_checkBu {
  height: 32px;
  width: 82px;
  text-align: center;
  line-height: 32px;
  color: #959595;
  font-size: 14px;
  border-left: 2px solid #f60;
  border-right: 2px solid #f60;
  cursor: pointer; }

.finance-select_btArrow {
  width: 13px;
  height: 12px;
  float: right;
  margin-top: 13px;
  margin-right: 10px;
  opacity: .3; }
  .finance-select_btArrow img {
    vertical-align: top;
    height: 7px;
    width: 12px; }

.carLift_link {
  width: 1092px;
  height: 756px;
  margin: 0 auto;
  margin-top: -250px;
  background: url(//x.autoimg.cn/mall/topic/2017/12/finace-festival-pc/images/car_lifebg.966d9fc.png) no-repeat center; }
  .carLift_link-first {
    width: 850px;
    height: 171px;
    margin: 0 auto;
    padding-top: 120px; }
  .carLift_link-firstCarLink {
    float: left;
    width: 414px;
    height: 171px; }
  .carLift_link-second {
    width: 850px;
    height: 135px;
    margin: 0 auto;
    padding-top: 5px; }
  .carLift_link-thrid {
    width: 850px;
    height: 207px;
    margin: 0 auto;
    padding-top: 20px; }
  .carLift_link-secondLink {
    width: 259px;
    height: 207px;
    display: inline-block;
    margin-right: 20px; }
  .carLift_link-secondLink1 {
    width: 850px;
    height: 140px;
    display: inline-block;
    margin-right: 20px; }

.blue-bg {
  padding-bottom: 30px; }

.redbag {
  width: 1170px;
  height: 325px;
  margin: 0 auto;
  margin-bottom: 36px;
  padding-top: 27px; }
  .redbag_left {
    width: 540px;
    height: 325px;
    float: left;
    background: url(//x.autoimg.cn/mall/topic/2017/12/finace-festival-pc/images/rulebg.22fba60.png);
    background-size: 100% auto;
    position: relative; }
    .redbag_left-takeOne {
      width: 170px;
      height: 45px;
      position: absolute;
      bottom: 30px;
      left: 60px;
      cursor: pointer; }
    .redbag_left-takeTwo {
      width: 170px;
      height: 45px;
      position: absolute;
      right: 60px;
      bottom: 31px;
      cursor: pointer; }
    .redbag_left-ruleOne {
      width: 170px;
      height: 31px;
      position: absolute;
      bottom: 0;
      left: 60px;
      cursor: pointer; }
    .redbag_left-ruleTwo {
      width: 170px;
      height: 31px;
      position: absolute;
      right: 60px;
      bottom: 0;
      cursor: pointer; }
  .redbag_right {
    width: 630px;
    height: 325px;
    float: left; }
    .redbag_right-tool {
      width: 630px;
      height: 325px; }

.buNav_nav {
  width: 1170px;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex; }
  .buNav_nav-tab {
    width: 291px;
    height: 70px;
    margin-right: 2px;
    float: left;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    -webkit-box-flex: 1;
    flex: 1;
    border-top-right-radius: 10px; }
  .buNav_nav-oldCar {
    background: #f7774a; }
  .buNav_nav-fenQi {
    background: #fcc954; }
  .buNav_nav-onePre {
    background: #41acdf; }
  .buNav_nav-fullPay {
    background: #f6676d;
    margin-right: 0; }

.buNav_newCar {
  width: 1170px;
  margin: 0 auto; }
  .buNav_newCar-oldCar {
    height: 3142px;
    width: 1170px; }
  .buNav_newCar-onePer {
    width: 1170px;
    height: 870px; }
  .buNav_newCar-carListFinancial {
    width: 1170px;
    height: 1151px; }
  .buNav_newCar-fullContent {
    overflow: hidden; }
  .buNav_newCar-fullpay {
    overflow-y: hidden;
    background: #f6676d; }
    .buNav_newCar-fullpay li {
      list-style: none; }
  .buNav_newCar-tabfull {
    background: #f6676d;
    height: 76px; }
    .buNav_newCar-tabfull ul {
      display: -webkit-box;
      display: flex; }
    .buNav_newCar-tabfull li {
      width: 234px;
      height: 76px;
      line-height: 76px;
      text-align: center;
      cursor: pointer; }
      .buNav_newCar-tabfull li a {
        color: #000;
        display: block;
        width: 100%;
        height: 100%; }
  .buNav_newCar-tabList {
    background: #fcc954;
    height: 76px; }
    .buNav_newCar-tabList ul {
      display: -webkit-box;
      display: flex; }
    .buNav_newCar-tabList li {
      width: 234px;
      height: 76px;
      line-height: 76px;
      text-align: center;
      cursor: pointer; }
      .buNav_newCar-tabList li a {
        color: #000;
        display: block;
        width: 100%;
        height: 100%; }
  .buNav_newCar-carList {
    background: #fcc954;
    overflow: hidden;
    padding-bottom: 30px; }
    .buNav_newCar-carList li {
      list-style: none;
      float: left; }
  .buNav_newCar-jingxiaoshang {
    height: 1320px;
    width: 1170px; }

.take_redbagFail {
  width: 690px;
  height: 336px;
  background: url(//x.autoimg.cn/mall/topic/2017/12/finace-festival-pc/images/takefail_pop.a823f3c.png);
  position: relative; }
  .take_redbagFail-close {
    width: 50px;
    height: 45px;
    position: absolute;
    right: 95px;
    top: 85px; }
  .take_redbagFail-confirm {
    width: 170px;
    height: 45px;
    position: absolute;
    bottom: 36px;
    left: 260px; }
  .take_redbagFail-Close {
    cursor: pointer; }

.take_redbagTimeOut {
  width: 690px;
  height: 336px;
  background: url(//x.autoimg.cn/mall/topic/2017/12/finace-festival-pc/images/timeout.ef13f6a.png);
  position: relative; }
  .take_redbagTimeOut-close {
    width: 50px;
    height: 45px;
    position: absolute;
    right: 95px;
    top: 85px; }
  .take_redbagTimeOut-confirm {
    width: 170px;
    height: 45px;
    position: absolute;
    bottom: 36px;
    left: 260px; }
  .take_redbagTimeOut-Close {
    cursor: pointer; }

.take_redbag {
  width: 690px;
  height: 336px;
  background: url(//x.autoimg.cn/mall/topic/2017/12/finace-festival-pc/images/takeprice_pop.30d1812.png);
  position: relative; }
  .take_redbag-close {
    width: 50px;
    height: 45px;
    position: absolute;
    right: 95px;
    top: 85px; }
  .take_redbag-confirm {
    width: 170px;
    height: 45px;
    position: absolute;
    bottom: 36px;
    left: 260px; }
  .take_redbag-Close {
    cursor: pointer; }

.gameRule_newCar {
  width: 1046px;
  height: 754px;
  background: url(//x.autoimg.cn/mall/topic/2017/12/finace-festival-pc/images/newcar_rule.7611b84.png) no-repeat;
  background-size: 100% auto;
  position: relative; }
  .gameRule_newCar-close {
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: -10px;
    left: 483px;
    cursor: pointer; }

.gameRule_olderCar {
  width: 1046px;
  height: 462px;
  background: url(//x.autoimg.cn/mall/topic/2017/12/finace-festival-pc/images/oldcar_rule.18ca240.png) no-repeat;
  background-size: 100% auto;
  position: relative; }
  .gameRule_olderCar-close {
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: -10px;
    left: 483px;
    cursor: pointer; }

.autoHome_assistant {
  width: 98px;
  height: 98px;
  position: fixed;
  z-index: 11;
  bottom: 100px;
  margin-left: 600px;
  left: 50%; }

.car_valuation {
  text-align: center; }
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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

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

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

hr {
  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.
 */

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

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

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.
 */

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

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

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

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

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.
 */

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

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.
 */

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

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

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.
 */

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

textarea {
  overflow: auto;
}

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

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

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

[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.
 */

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

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

[type="search"]::-webkit-search-cancel-button,
[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.
 */

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

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

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}

/*# sourceMappingURL=index.8d8c004.css.map*/