/*! normalize.css v8.0.1 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
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.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
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.
 */
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.
 */
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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
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.
 */
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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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 {
  -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.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[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.
 */
[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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.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;
  -ms-flex-direction: column;
  flex-direction: column;
}

.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;
  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 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

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

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

/* 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;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  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: 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: 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: 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: 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;
  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);
  transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-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%);
  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;
  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%);
  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;
  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;
  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);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-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: -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;
}

.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%;
  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;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-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;
  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;
  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;
}

@font-face {
  font-family: 'Museo Sans Cond';
  src: url("font/MuseoSansCond-100.woff2") format("woff2"), url("font/MuseoSansCond-100.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans Cond';
  src: url("font/MuseoSansCond-100Italic.woff2") format("woff2"), url("font/MuseoSansCond-100Italic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Museo Sans Cond';
  src: url("font/MuseoSansCond-300.woff2") format("woff2"), url("font/MuseoSansCond-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans Cond';
  src: url("font/MuseoSansCond-300Italic.woff2") format("woff2"), url("font/MuseoSansCond-300Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Museo Sans Cond';
  src: url("font/MuseoSansCond-700.woff2") format("woff2"), url("font/MuseoSansCond-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans Cond';
  src: url("font/MuseoSansCond-700Italic.woff2") format("woff2"), url("font/MuseoSansCond-700Italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Museo Sans Cond';
  src: url("font/MuseoSansCond-900.woff2") format("woff2"), url("font/MuseoSansCond-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans Cond';
  src: url("font/MuseoSansCond-900Italic.woff2") format("woff2"), url("font/MuseoSansCond-900Italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

.imgload.abs, .loader:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.content {
  font-size: 1.1em;
  line-height: 1.5em;
}

.content b, .content strong {
  font-weight: 700;
}

.content img {
  height: auto;
  max-width: 100%;
}

.content iframe {
  display: block;
  margin: .5em auto;
  max-width: 37.5rem;
  width: 100%;
}

.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content p:first-child {
  margin-top: 0;
}

.content h1:last-child, .content h2:last-child, .content h3:last-child, .content h4:last-child, .content p:last-child {
  margin-bottom: 0;
}

.content ul {
  list-style: none;
  line-height: 2em;
  padding-left: 0;
}

.content ul li:before {
  color: #eca409;
  content: '>';
  font-weight: 700;
  margin-right: .2em;
}

.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: .5em;
}

.wp-caption img {
  border: none;
  height: auto;
  max-width: 98.5%;
  padding: 0;
  margin: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: .8em;
  margin: 0;
}

blockquote.left {
  margin-right: 1em;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 1em;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

#ie {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #000;
  display: table;
  font-size: 1.2em;
  font-weight: 700;
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 1000;
  width: 100%;
}

#ie div {
  display: table-cell;
  padding: 20px 0;
  vertical-align: middle;
}

#ie p {
  display: inline-block;
  line-height: normal;
  max-width: 960px;
  padding: 0 1em;
}

#ie a {
  text-decoration: underline;
}

#ie img {
  max-width: 120px;
}

.imgload {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.imgload > img {
  display: none;
}

.imgload.on {
  opacity: 1;
}

.loader {
  position: relative;
}

.loader:before {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  border: 5px solid #ccf0ee;
  border-top: 5px solid #57CCC5;
  border-radius: 50%;
  content: '';
  margin-left: -2rem;
  margin-top: -2rem;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: opacity .5s, visibility 0s linear .5s;
  transition: opacity .5s, visibility 0s linear .5s;
  visibility: hidden;
  z-index: 3;
  height: 3rem;
  width: 3rem;
}

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

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

.loader:after {
  background-color: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity .5s, visibility 0s linear .5s;
  transition: opacity .5s, visibility 0s linear .5s;
  visibility: hidden;
  z-index: 2;
}

.loader.load:before, .loader.load:after {
  opacity: .8;
  -webkit-transition: opacity .5s, visibility .5s linear 0s;
  transition: opacity .5s, visibility .5s linear 0s;
  visibility: visible;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.content a {
  color: #CD3C6C;
}

.content a:hover, .content a:focus {
  text-decoration: underline;
}

.btn, .pagin-s, .pagin-a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #eca409;
  background-color: #eca409;
  -webkit-box-shadow: inset 0 0 8px rgba(236, 164, 9, 0.5);
          box-shadow: inset 0 0 8px rgba(236, 164, 9, 0.5);
  border-radius: 1.5em;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: .85em;
  font-weight: 700;
  min-height: 1.375em;
  min-width: 3.75rem;
  padding: .5rem 1.5rem;
  text-align: center;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
}

.btn + .btn, .pagin-s + .btn, .pagin-a + .btn, .btn + .pagin-s, .pagin-s + .pagin-s, .pagin-a + .pagin-s, .btn + .pagin-a, .pagin-s + .pagin-a, .pagin-a + .pagin-a {
  margin-left: 1em;
}

.btn:hover, .pagin-s:hover, .pagin-a:hover, .btn:focus, .pagin-s:focus, .pagin-a:focus {
  background-color: transparent;
  color: #eca409;
}

.btn-g {
  border-color: #57CCC5;
  background-color: #57CCC5;
  -webkit-box-shadow: inset 0 0 8px rgba(87, 204, 197, 0.5);
          box-shadow: inset 0 0 8px rgba(87, 204, 197, 0.5);
}

.btn-g:hover, .btn-g:focus {
  color: #57CCC5;
}

.btn-g[disabled] {
  background-color: #E1E1E1;
  color: #717171;
  cursor: not-allowed;
}

.btn-g[disabled]:hover, .btn-g[disabled]:focus {
  background-color: #E1E1E1;
  color: #717171;
}

.btn-gr, .pagin-s, .pagin-a {
  border-color: #E1E1E1;
  background-color: #E1E1E1;
  -webkit-box-shadow: inset 0 0 8px rgba(225, 225, 225, 0.5);
          box-shadow: inset 0 0 8px rgba(225, 225, 225, 0.5);
  color: #717171;
}

.btn-gr:hover, .pagin-s:hover, .pagin-a:hover, .btn-gr:focus, .pagin-s:focus, .pagin-a:focus {
  color: #717171;
}

.btn-r {
  border-color: #CD3C6C;
  background-color: #CD3C6C;
  -webkit-box-shadow: inset 0 0 8px rgba(205, 60, 108, 0.5);
          box-shadow: inset 0 0 8px rgba(205, 60, 108, 0.5);
}

.btn-r:hover, .btn-r:focus {
  color: #CD3C6C;
}

.btn-p {
  border-color: #4A2780;
  background-color: #4A2780;
  -webkit-box-shadow: inset 0 0 8px rgba(74, 39, 128, 0.5);
          box-shadow: inset 0 0 8px rgba(74, 39, 128, 0.5);
}

.btn-p:hover, .btn-p:focus {
  color: #4A2780;
}

.btn-w {
  border-color: #fff;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.5);
  color: #eca409;
}

.btn-w:hover, .btn-w:focus {
  background-color: transparent;
  color: #fff;
}

.btn svg, .pagin-s svg, .pagin-a svg {
  margin-right: .25em;
  height: 1.375em;
  width: 1.375em;
}

.btn-add-a {
  color: transparent;
  min-width: 0;
  position: fixed;
  z-index: 20;
}

.btn-add-a:hover, .btn-add-a:focus {
  background-color: #57CCC5;
  color: transparent;
}

.btn-add.off {
  background-color: #E1E1E1;
  color: #717171;
}

.btn-add.off:hover, .btn-add.off:focus {
  background-color: #717171;
  color: #E1E1E1;
}

svg, img {
  vertical-align: middle;
}

svg {
  fill: currentColor;
  -webkit-transition: fill .5s;
  transition: fill .5s;
}

.h1 {
  font-size: 3.6em;
  font-weight: 900;
  margin: .75rem 0 0;
}

@media screen and (max-width: 47.9375em) {
  .h1 {
    font-size: 2.8em;
  }
}

.h2 {
  color: #CD3C6C;
  font-size: 2.6em;
  font-weight: 100;
  margin: 0 0 1.5rem;
}

@media screen and (max-width: 47.9375em) {
  .h2 {
    font-size: 1.8em;
  }
}

label {
  display: block;
  margin-top: 1.5em;
  position: relative;
}

label span {
  color: #717171;
  cursor: text;
  display: block;
  font-size: .8em;
  font-weight: 700;
  padding: .25rem .5rem;
  position: absolute;
  left: 0;
  top: .25em;
  text-transform: uppercase;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

input, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #717171;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  height: 2em;
  line-height: 2em;
  outline: 0;
  padding: .25em .5em;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  vertical-align: middle;
  width: 100%;
}

input:focus + span, input.on + span, input[value] + span, textarea:focus + span, textarea.on + span, textarea[value] + span, select:focus + span, select.on + span, select[value] + span {
  cursor: default;
  -webkit-transform: scale(0.85) translate3d(0, -100%, 0);
          transform: scale(0.85) translate3d(0, -100%, 0);
}

input:invalid, textarea:invalid, select:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  height: 8.75em;
  resize: none;
}

.form label {
  clear: both;
  margin-top: 2em;
}

.form label p {
  font-size: 1.05em;
  padding-left: .4em;
}

.form [required] + span:after {
  content: '*';
}

.select {
  border-bottom: 1px solid #717171;
  position: relative;
}

.select select {
  border: none;
  color: #717171;
  line-height: 1.5em;
}

.select:after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  content: '<';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: monospace;
  font-size: 1.3em;
  position: absolute;
  right: .5rem;
  bottom: 1px;
  pointer-events: none;
  -webkit-transform: translate3d(50%, 0, 0) rotate(-90deg);
          transform: translate3d(50%, 0, 0) rotate(-90deg);
  -webkit-transition: border-color .5s;
  transition: border-color .5s;
  height: 1.9rem;
  width: 1.9rem;
}

_:-ms-input-placeholder, :root .select:after {
  right: .7rem;
}

.no-res, .msg {
  display: block;
  font-weight: 700;
  margin: 1em 0 2em;
  text-align: center;
  width: 100%;
}

.msg-err {
  color: #CD3C6C;
}

.pagin {
  border-top: 1px solid #E1E1E1;
  margin-top: 1.5em;
  padding-top: 3em;
  width: 100%;
}

.pagin-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagin-li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .5em;
}

.pagin-li:first-child {
  margin-left: auto;
}

.pagin-li:last-child {
  margin-right: 0;
}

.pagin-s, .pagin-a {
  min-width: .8em;
}

.pagin-s {
  background-color: #57CCC5;
  border-color: #57CCC5;
  color: #fff;
  cursor: default;
}

.pagin-s:hover, .pagin-s:active {
  background-color: #57CCC5;
  border-color: #57CCC5;
  color: #fff;
}

.pagin .prev, .pagin .next {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pagin .prev .pagin-a, .pagin .next .pagin-a {
  min-width: 7.5em;
}

@media screen and (max-width: 68.75em) {
  .pagin .prev .pagin-a, .pagin .next .pagin-a {
    min-width: 4.75em;
  }
}

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

@media screen and (max-width: 47.9375em) {
  .pagin-ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagin-li {
    display: none;
  }
  .pagin .prev, .pagin .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0 .5em;
  }
}

.wrap, #head-in, #foot-in, #foot-btm-in, .wrap-in {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 72rem;
  padding: 0 1em;
  width: 100%;
}

.wrap-in {
  max-width: 58.25rem;
}

.anim, .anim1, .anim2, .anim3, .anim0 {
  opacity: 0;
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
  -webkit-transform: translateY(3.125em);
          transform: translateY(3.125em);
}

.anim.aon, .anim-wr.aon .anim, .anim1.aon, .anim-wr.aon .anim1, .anim2.aon, .anim-wr.aon .anim2, .anim3.aon, .anim-wr.aon .anim3, .anim0.aon, .anim-wr.aon .anim0 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.anim1, .delay1 {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.anim2, .delay2 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.anim3, .delay3 {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#up {
  background-color: #CD3C6C;
  border: 2px solid #CD3C6C;
  border-radius: 50%;
  opacity: 0;
  padding: .25rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  -webkit-transition: opacity .3s, visibility 0s .3s, background-color .3s;
  transition: opacity .3s, visibility 0s .3s, background-color .3s;
  visibility: hidden;
  z-index: 10;
}

#up.on {
  opacity: 1;
  -webkit-transition: opacity .3s, visibility .3s 0s, background-color .3s;
  transition: opacity .3s, visibility .3s 0s, background-color .3s;
  visibility: visible;
}

#up:hover {
  background-color: transparent;
}

#up:hover svg {
  fill: #CD3C6C;
}

#up svg {
  fill: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  height: 1.625em;
  width: 1.625em;
}

@media screen and (max-width: 63.9375em) {
  #up {
    bottom: .5rem;
    right: .5rem;
  }
}

.front-l:before, .front-l:after, .front-r:before, .front-r:after, .pres-tr-top:before, .pres-tr-top:after, .pres-tr-in:before, .pres-tr-in:after, .pres-link:before, .pres-link:after, .ct .pg-head-in:before, .ct .pg-head-in:after, .ct-n:before, .ct-n:after, .prs:before, .prs:after, .pr-n:before, .pr-n:after, .tax .pg-head .imgload:before, .tax-wr:before, .tax-wr:after, .tax-n:before, .tax-n:after {
  background: -webkit-gradient(linear, left top, right top, from(#CD3C6C), to(#F5B580));
  background: -webkit-linear-gradient(left, #CD3C6C 0%, #F5B580 100%);
  background: linear-gradient(to right, #CD3C6C 0%, #F5B580 100%);
  border-radius: 3.125em;
  content: '';
  height: 4.125em;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  width: 18.75em;
}

@media screen and (max-width: 63.9375em) {
  .front-l:before, .front-l:after, .front-r:before, .front-r:after, .pres-tr-top:before, .pres-tr-top:after, .pres-tr-in:before, .pres-tr-in:after, .pres-link:before, .pres-link:after, .ct .pg-head-in:before, .ct .pg-head-in:after, .ct-n:before, .ct-n:after, .prs:before, .prs:after, .pr-n:before, .pr-n:after, .tax .pg-head .imgload:before, .tax-wr:before, .tax-wr:after, .tax-n:before, .tax-n:after {
    display: none;
  }
}

.aon .front-l:before, .aon .front-l:after, .aon .front-r:before, .aon .front-r:after, .aon .pres-tr-top:before, .aon .pres-tr-top:after, .aon .pres-tr-in:before, .aon .pres-tr-in:after, .aon .pres-link:before, .aon .pres-link:after, .aon .ct .pg-head-in:before, .ct .aon .pg-head-in:before, .aon .ct .pg-head-in:after, .ct .aon .pg-head-in:after, .aon .ct-n:before, .aon .ct-n:after, .aon .prs:before, .aon .prs:after, .aon .pr-n:before, .aon .pr-n:after, .aon .tax .pg-head .imgload:before, .tax .pg-head .aon .imgload:before, .aon .tax-wr:before, .aon .tax-wr:after, .aon .tax-n:before, .aon .tax-n:after {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

body {
  color: #222831;
  font-family: "Museo Sans Cond", sans-serif;
  font-weight: 300;
  margin: 0;
  overflow-x: hidden;
}

#main {
  padding-top: 7em;
}

@media screen and (max-width: 63.9375em) {
  #main {
    padding-top: 4.8125rem;
  }
}

#head {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding: 1.5em 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 63.9375em) {
  #head {
    padding: 1em 0;
    z-index: 11;
  }
}

#head-in {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#head-logo {
  margin-right: auto;
}

#head-logo img {
  max-height: 4em;
  max-width: 15.625em;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 63.9375em) {
  #head-logo img {
    height: 2.8125rem;
  }
}

#head-logo:hover img {
  opacity: .7;
}

#head svg {
  height: 1.625em;
  width: 1.625em;
}

#head-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .95em;
  font-weight: 900;
  letter-spacing: .1em;
}

#head-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 64em) {
  #head-menu {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    margin-left: 1em;
  }
  #head-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 63.9375em) {
  #head-menu {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.3);
    -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;
    opacity: 0;
    padding-bottom: 4em;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 4.8125rem;
    text-align: center;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: hidden;
    z-index: 7;
  }
  #head-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
  }
  #head-menu-list:before {
    content: '';
    margin-bottom: auto;
  }
  #head-menu-list:after {
    content: '';
    margin-top: auto;
  }
  .mon #head-menu {
    -webkit-transition: opacity 1s, visibility 0s 1s, -webkit-transform 1s;
    transition: opacity 1s, visibility 0s 1s, -webkit-transform 1s;
    transition: opacity 1s, visibility 0s 1s, transform 1s;
    transition: opacity 1s, visibility 0s 1s, transform 1s, -webkit-transform 1s;
  }
  .mon.on #head-menu {
    -webkit-transition: opacity 1s, visibility 0s, -webkit-transform 1s;
    transition: opacity 1s, visibility 0s, -webkit-transform 1s;
    transition: opacity 1s, visibility 0s, transform 1s;
    transition: opacity 1s, visibility 0s, transform 1s, -webkit-transform 1s;
  }
  .on #head-menu {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    visibility: visible;
  }
}

#head .menu-item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1em;
  position: relative;
  text-transform: uppercase;
}

#head .menu-item.current-menu-item > a > span:after, #head .menu-item.current-menu-parent > a > span:after {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  visibility: visible;
}

@media screen and (min-width: 64em) {
  #head .menu-item:hover .sub-menu {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: opacity 1s, visibility 0s, -webkit-transform 1s;
    transition: opacity 1s, visibility 0s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s, visibility 0s;
    transition: opacity 1s, transform 1s, visibility 0s, -webkit-transform 1s;
    visibility: visible;
  }
}

#head .menu-item:hover > a > span:after {
  opacity: .6;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity .5s, visibility 0s, -webkit-transform .5s;
  transition: opacity .5s, visibility 0s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s, visibility 0s;
  transition: transform .5s, opacity .5s, visibility 0s, -webkit-transform .5s;
  visibility: visible;
}

#head .menu-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#head .menu-item span {
  padding: 0 .5em;
  position: relative;
}

#head .menu-item span:after {
  background-color: #eca409;
  border-radius: 5px;
  content: '';
  height: 4px;
  margin-top: .5rem;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translate3d(0, 0.5rem, 0);
          transform: translate3d(0, 0.5rem, 0);
  -webkit-transition: opacity 1s, visibility 0s 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 0s 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, visibility 0s 1s;
  transition: transform 1s, opacity 1s, visibility 0s 1s, -webkit-transform 1s;
  visibility: hidden;
  width: 100%;
}

@media screen and (max-width: 63.9375em) {
  #head .menu-item {
    display: block;
  }
  #head .menu-item a {
    display: block;
    font-size: 1.5em;
    margin: 0 0 1.5em;
  }
}

#head .sub-menu {
  background-color: #fff;
  list-style: none;
}

#head .sub-menu .menu-item {
  margin: 0;
  text-transform: none;
}

#head .sub-menu .menu-item.current-menu-item a:before {
  background-color: rgba(236, 164, 9, 0.4);
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

#head .sub-menu .menu-item a {
  position: relative;
  width: 100%;
}

#head .sub-menu .menu-item a span {
  padding: 1.2rem;
}

@media screen and (min-width: 64em) {
  #head .sub-menu {
    border-top: 4px solid #eca409;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    margin: 1.5rem 0 0;
    opacity: 0;
    padding: .5em 0;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: opacity 1s, visibility 0s 1s, -webkit-transform 1s;
    transition: opacity 1s, visibility 0s 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s, visibility 0s 1s;
    transition: opacity 1s, transform 1s, visibility 0s 1s, -webkit-transform 1s;
    -webkit-transform: translate3d(-0.5em, 0, 0);
            transform: translate3d(-0.5em, 0, 0);
    visibility: hidden;
    width: 15.625rem;
    z-index: 2;
  }
  #head .sub-menu:before {
    content: '';
    height: 1.5rem;
    margin-top: -4px;
    position: absolute;
    left: 0;
    right: 0;
    top: -1.5rem;
  }
  #head .sub-menu .menu-item a:before {
    background-color: rgba(236, 164, 9, 0.2);
    content: '';
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: opacity .7s, -webkit-transform .7s;
    transition: opacity .7s, -webkit-transform .7s;
    transition: transform .7s, opacity .7s;
    transition: transform .7s, opacity .7s, -webkit-transform .7s;
    z-index: -1;
  }
  #head .sub-menu .menu-item a:hover:before {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  #head .sub-menu .menu-item span:after {
    content: none;
  }
}

@media screen and (max-width: 63.9375em) {
  #head .sub-menu {
    display: none;
    margin: 0;
    padding: 0 0 1.5em;
  }
  #head .sub-menu .menu-item {
    color: #717171;
    font-size: 1rem;
  }
  #head .sub-menu a {
    margin: 0 0 .5em;
  }
  #head .sub-menu span {
    display: inline-block;
    font-size: 1rem;
  }
  #head .sub-menu span:after {
    margin-top: 0;
  }
}

#head-r {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#head-s:hover svg {
  fill: #eca409;
}

#head-s-wr, #head-p-wr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#head-s.mon + #head-s-f {
  -webkit-transition: opacity 1s, visibility 0s 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 0s 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 0s 1s, transform 1s;
  transition: opacity 1s, visibility 0s 1s, transform 1s, -webkit-transform 1s;
}

#head-s.mon.on + #head-s-f {
  -webkit-transition: opacity 1s, visibility 0s, -webkit-transform 1s;
  transition: opacity 1s, visibility 0s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s, visibility 0s;
  transition: opacity 1s, transform 1s, visibility 0s, -webkit-transform 1s;
}

#head-s.on + #head-s-f {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  visibility: visible;
}

#head-s-f {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #fff;
  border-top: 4px solid #eca409;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem 0 0;
  padding: .5em 0;
  position: absolute;
  width: 13.75rem;
  z-index: 3;
}

#head-s-f.on {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  visibility: visible;
}

#head-s-f label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: .5em;
}

#head-s-f .btn, #head-s-f .pagin-s, #head-s-f .pagin-a {
  margin-left: .5em;
  min-width: 0;
}

@media screen and (min-width: 64em) {
  #head-s-wr, #head-p-wr {
    position: relative;
  }
  #head-s-f {
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    opacity: 0;
    padding: .5em;
    right: 0;
    top: 100%;
    -webkit-transform: translate3d(0.5em, 0, 0);
            transform: translate3d(0.5em, 0, 0);
    visibility: hidden;
  }
}

@media screen and (max-width: 63.9375em) {
  #head-s {
    display: none;
  }
  #head-s-f {
    padding: .5em;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

#head-p {
  margin-left: 1em;
  padding-right: .5em;
  position: relative;
}

#head-p.on + #head-p-in {
  opacity: 1;
  -webkit-transition: opacity 1s, visibility 0s, -webkit-box-shadow 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 0s, -webkit-box-shadow 1s, -webkit-transform 1s;
  transition: box-shadow 1s, opacity 1s, transform 1s, visibility 0s;
  transition: box-shadow 1s, opacity 1s, transform 1s, visibility 0s, -webkit-box-shadow 1s, -webkit-transform 1s;
  -webkit-transform: none;
          transform: none;
  visibility: visible;
}

#head-p-nb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222831;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: .8em;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  right: -.25em;
  top: -.75em;
  text-align: center;
  -webkit-transition: background-color .5s, opacity .5s;
  transition: background-color .5s, opacity .5s;
  height: 1.25rem;
  width: 1.25rem;
}

#head-p-nb:empty {
  opacity: 0;
}

#head-p-nb.upd {
  -webkit-animation: add .5s 1;
          animation: add .5s 1;
}

@-webkit-keyframes add {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(87, 204, 197, 0.5);
            box-shadow: 0 0 0 rgba(87, 204, 197, 0.5);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-box-shadow: 0 0 20px rgba(87, 204, 197, 0.5);
            box-shadow: 0 0 20px rgba(87, 204, 197, 0.5);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0ox rgba(87, 204, 197, 0);
            box-shadow: 0 0 0ox rgba(87, 204, 197, 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes add {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(87, 204, 197, 0.5);
            box-shadow: 0 0 0 rgba(87, 204, 197, 0.5);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-box-shadow: 0 0 20px rgba(87, 204, 197, 0.5);
            box-shadow: 0 0 20px rgba(87, 204, 197, 0.5);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0ox rgba(87, 204, 197, 0);
            box-shadow: 0 0 0ox rgba(87, 204, 197, 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#head-p-in {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  padding: 1em;
  -webkit-transition: opacity 1s, visibility 0s 1s, -webkit-box-shadow 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 0s 1s, -webkit-box-shadow 1s, -webkit-transform 1s;
  transition: box-shadow 1s, opacity 1s, transform 1s, visibility 0s 1s;
  transition: box-shadow 1s, opacity 1s, transform 1s, visibility 0s 1s, -webkit-box-shadow 1s, -webkit-transform 1s;
  visibility: hidden;
  width: 20rem;
  z-index: 3;
}

#head-p-in .btn, #head-p-in .pagin-s, #head-p-in .pagin-a {
  display: table;
  margin: 1em auto;
}

.cart-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.05em;
  margin-bottom: 1.5em;
}

.cart-item-in {
  margin: 0 1em;
}

.cart-item strong {
  display: block;
  margin-bottom: .4em;
}

.cart-item p {
  color: #717171;
  font-weight: 700;
  font-size: .8em;
  margin: 0;
}

.cart-del {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #CD3C6C;
  border-radius: 50%;
  color: #CD3C6C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: monospace;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  position: relative;
  height: 0.9375em;
  width: 0.9375em;
}

.cart-del:hover {
  background-color: #CD3C6C;
}

.cart-del:hover:before, .cart-del:hover:after {
  background-color: #fff;
}

.cart-del:before, .cart-del:after {
  background-color: #CD3C6C;
  content: '';
  display: inline-block;
  height: 1px;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  width: 0.5em;
}

.cart-del:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.cart-q {
  color: #eca409;
  font-size: .9em;
  font-weight: 700;
  margin-left: auto;
}

@media screen and (min-width: 64em) {
  #head-p:hover svg, #head-p:focus svg {
    fill: #eca409;
  }
  #head-p:hover #head-p-nb, #head-p:focus #head-p-nb {
    background-color: #eca409;
  }
  #head-p.on + #head-p-in {
    -webkit-box-shadow: 5px 5px 0 rgba(255, 223, 139, 0.2);
            box-shadow: 5px 5px 0 rgba(255, 223, 139, 0.2);
  }
  #head-p-in {
    border: 2px solid #FFDF8B;
    border-radius: 1em;
    -webkit-box-shadow: 0 0 0 rgba(255, 223, 139, 0.2);
            box-shadow: 0 0 0 rgba(255, 223, 139, 0.2);
    margin: 1.5rem 0 0;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transform: translate3d(5px, 5px, 0);
            transform: translate3d(5px, 5px, 0);
  }
}

@media screen and (max-width: 63.9375em) {
  #head-p:before {
    background-color: #FFDF8B;
    border-radius: 50%;
    content: '';
    margin-left: -.25em;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: -1;
    height: 2em;
    width: 2em;
  }
  #head-p.on:before {
    opacity: 1;
  }
  #head-p-in {
    border-top: 8px solid #FFDF8B;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 4.8125rem;
    width: 100%;
    z-index: 9;
  }
}

#head-m {
  border-radius: 50%;
  height: 20px;
  margin-left: 1em;
  position: relative;
  width: 20px;
}

#head-m:before, #head-m:after {
  content: '';
}

@media screen and (min-width: 64em) {
  #head-m {
    display: none;
  }
}

#head-m-in, #head-m:before, #head-m:after {
  -webkit-animation: hbtn 0s;
          animation: hbtn 0s;
  background-color: #222831;
  display: block;
  height: 1px;
  margin-top: 0;
  position: absolute;
  left: 0;
  -webkit-transition: top .3s ease .3s, -webkit-box-shadow 0s .4s, -webkit-transform .3s ease-out .1s;
  transition: top .3s ease .3s, -webkit-box-shadow 0s .4s, -webkit-transform .3s ease-out .1s;
  transition: box-shadow 0s .4s, top .3s ease .3s, transform .3s ease-out .1s;
  transition: box-shadow 0s .4s, top .3s ease .3s, transform .3s ease-out .1s, -webkit-box-shadow 0s .4s, -webkit-transform .3s ease-out .1s;
  width: 20px;
}

#head-m-in {
  position: absolute;
  top: 4px;
}

#head-m:before {
  top: 9px;
  z-index: 1;
}

#head-m:after {
  top: 14px;
}

.on #head-m #head-m-in, .on #head-m:before, .on #head-m:after {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top .3s ease, -webkit-box-shadow 0s .3s, -webkit-transform .3s ease-out .25s;
  transition: top .3s ease, -webkit-box-shadow 0s .3s, -webkit-transform .3s ease-out .25s;
  transition: box-shadow 0s .3s, top .3s ease, transform .3s ease-out .25s;
  transition: box-shadow 0s .3s, top .3s ease, transform .3s ease-out .25s, -webkit-box-shadow 0s .3s, -webkit-transform .3s ease-out .25s;
}

.on #head-m:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.on #head-m:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#foot {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  font-size: .9em;
  line-height: 1.8em;
  overflow: hidden;
  padding-top: 4em;
  position: relative;
  z-index: 9;
}

@media screen and (min-width: 64em) {
  #foot-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #foot-in p {
    float: left;
    margin-left: 3em;
    margin-top: 0;
    margin-bottom: 0;
  }
}

#foot img {
  margin-right: 1em;
  max-width: 8.125em;
}

#foot .sub-menu {
  margin-bottom: 1em;
}

#foot a:hover {
  color: #eca409;
}

#foot-btm-in {
  color: #717171;
  font-size: .9em;
  font-weight: 700;
  padding: 2em 1em;
}

@media screen and (min-width: 64em) {
  #foot-btm-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#foot-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

#foot-menu .menu-item:before {
  content: '|';
  margin: 0 .25em;
}

@media screen and (max-width: 63.9375em) {
  #foot-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #foot-menu .menu-item:first-child:before {
    content: none;
  }
}

@media screen and (max-width: 79.9375em) {
  #foot img {
    max-width: 6.875em;
  }
}

@media screen and (max-width: 63.9375em) {
  #foot {
    padding-bottom: 3em;
    text-align: center;
  }
  #foot img {
    margin-right: 0;
    margin-bottom: 2em;
  }
  #foot .foot-menu, #foot .foot-cats {
    display: none;
  }
}

.coo {
  background-color: #E1E1E1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .5em 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.coo .btn, .coo .pagin-s, .coo .pagin-a {
  padding: .25rem 1rem;
}

@media screen and (min-width: 64em) {
  .coo .wrap, .coo #head-in, .coo #foot-in, .coo #foot-btm-in {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .coo .btn, .coo .pagin-s, .coo .pagin-a {
    margin-left: .5em;
  }
}

@media screen and (max-width: 63.9375em) {
  .coo .btn, .coo .pagin-s, .coo .pagin-a {
    margin-top: .5em;
  }
}

.coo.off {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: opacity 1s, visibility 0s 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 0s 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, visibility 0s 1s;
  transition: transform 1s, opacity 1s, visibility 0s 1s, -webkit-transform 1s;
  visibility: hidden;
}

.coo p {
  font-size: .9em;
  line-height: 1.2;
  margin: 0 0 .5rem;
}

.coo .btn, .coo .pagin-s, .coo .pagin-a {
  float: right;
}

.bread {
  font-weight: 700;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bread svg {
  height: 1.25rem;
  width: 1.25rem;
}

.bread-item {
  display: inline-block;
}

.bread-item + .bread-item:before {
  content: ' | ';
  margin: 0 .2rem;
}

.bread-item + .bread-item.bread-child:before {
  background-color: #4A2780;
  border-radius: 50%;
  content: '';
  display: inline-block;
  margin: 0 .5rem 1px;
  height: 0.375rem;
  width: 0.375rem;
}

.bread-a:focus, .bread-a:hover {
  color: #FFDF8B;
}

.bread-a:focus svg, .bread-a:hover svg {
  fill: #FFDF8B;
}

.front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 7em);
  overflow: hidden;
}

@media screen and (max-width: 63.9375em) {
  .front {
    min-height: calc(100vh - 4.8125rem);
  }
}

.front-l {
  position: relative;
  width: 50%;
}

.front-l .imgload {
  height: 100%;
  width: 100%;
}

.front-l .imgload:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
}

@media screen and (max-width: 63.9375em) {
  .front-l .imgload:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    height: 30vw;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
  }
}

.front-l:before {
  background: -webkit-gradient(linear, left top, right top, from(#FBE387), to(#FFAC3B));
  background: -webkit-linear-gradient(left, #FBE387 0%, #FFAC3B 100%);
  background: linear-gradient(to right, #FBE387 0%, #FFAC3B 100%);
  height: 6.25em;
  border-radius: 4em;
  bottom: 0;
  left: -3.125em;
  width: 28.125em;
  z-index: 1;
}

.front-l:after {
  height: 5.625em;
  bottom: 0;
  left: 6em;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-50%, 50%, 0);
          transform: translate3d(-50%, 50%, 0);
  width: 25em;
  z-index: 1;
}

.aon .front-l:after {
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
}

.front-r {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  line-height: 1.7em;
  padding: 4em;
  position: relative;
  width: 50%;
}

.front-r-in {
  margin: 0 auto;
  max-width: 37.5em;
}

.front-r img {
  max-width: 15rem;
  width: 100%;
}

.front-r .btn, .front-r .pagin-s, .front-r .pagin-a {
  margin: 1em .5em 0;
  -webkit-transition: opacity .8s, background-color .5s, color .5s, -webkit-transform .8s;
  transition: opacity .8s, background-color .5s, color .5s, -webkit-transform .8s;
  transition: transform .8s, opacity .8s, background-color .5s, color .5s;
  transition: transform .8s, opacity .8s, background-color .5s, color .5s, -webkit-transform .8s;
}

.front-r .anim1 {
  -webkit-transition-property: all, opacity, -webkit-transform;
  transition-property: all, opacity, -webkit-transform;
  transition-property: all, transform, opacity;
  transition-property: all, transform, opacity, -webkit-transform;
  -webkit-transition-delay: 0s, 0.5s, 0.5s, 0.5s;
          transition-delay: 0s, 0.5s, 0.5s, 0.5s;
}

.front-r .anim2 {
  -webkit-transition-property: all, opacity, -webkit-transform;
  transition-property: all, opacity, -webkit-transform;
  transition-property: all, transform, opacity;
  transition-property: all, transform, opacity, -webkit-transform;
  -webkit-transition-delay: 0s, 0.65s, 0.65s, 0.65s;
          transition-delay: 0s, 0.65s, 0.65s, 0.65s;
}

.front-r .anim3 {
  -webkit-transition-property: all, opacity, -webkit-transform;
  transition-property: all, opacity, -webkit-transform;
  transition-property: all, transform, opacity;
  transition-property: all, transform, opacity, -webkit-transform;
  -webkit-transition-delay: 0s, 0.8s, 0.8s, 0.8s;
          transition-delay: 0s, 0.8s, 0.8s, 0.8s;
}

.front-r:before {
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
  top: 0;
  right: -3.125em;
}

.front-r:after {
  background: -webkit-gradient(linear, left top, right top, from(#411a78), to(#c92f63));
  background: -webkit-linear-gradient(left, #411a78 0%, #c92f63 100%);
  background: linear-gradient(to right, #411a78 0%, #c92f63 100%);
  height: 4.125em;
  top: 0;
  right: 3em;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0);
  width: 16.25em;
}

.aon .front-r:after {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.front-ct + .front-ct {
  margin-top: 3em;
  padding-top: 3em;
  position: relative;
}

.front-ct + .front-ct:before {
  background-color: #E1E1E1;
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 9.375rem;
}

.front-btns {
  margin: 1em -.5em 0;
}

@media screen and (max-width: 63.9375em) {
  .front {
    display: block;
  }
  .front-l {
    width: 100%;
  }
  .front-l .imgload {
    height: 0;
    padding-bottom: 56.25%;
  }
  .front-r {
    padding: 2em 1em;
    width: 100%;
  }
  .front-r img {
    max-width: 12.5rem;
  }
}

.pres-head {
  position: relative;
}

.pres-head .imgload {
  position: absolute;
  height: 100%;
  width: 100%;
}

.pres-head-in {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  min-height: 15vw;
  padding: 2.5em 0 3.5rem;
  position: relative;
}

.pres-top {
  background-color: #fff;
  border-radius: .4em;
  color: #CD3C6C;
  font-size: 1.5em;
  margin: -3rem auto 3em;
  padding: 3em 1em;
  position: relative;
  text-align: center;
}

.pres-top-wr {
  padding: 0 .5em;
}

.pres-top:after {
  background-color: #CD3C6C;
  content: '';
  height: 1px;
  max-width: 25rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0) scaleX(0);
          transform: translate3d(-50%, 0, 0) scaleX(0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  width: 80%;
}

.pres-top.aon:after {
  -webkit-transform: translate3d(-50%, 0, 0) scaleX(1);
          transform: translate3d(-50%, 0, 0) scaleX(1);
}

@media screen and (max-width: 31.1875em) {
  .pres-top {
    font-size: 1.2em;
    padding: 3em 0;
  }
}

@media screen and (min-width: 64em) {
  .pres-dem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pres-dem-l {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 6.25em;
  }
  .pres-dem-r {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.pres-dem .imgload {
  border: 2px solid #FFDF8B;
  border-radius: 1em;
  -webkit-box-shadow: 0 0 0 #FFDF8B;
          box-shadow: 0 0 0 #FFDF8B;
  margin-bottom: 1.5rem;
  opacity: 0;
  padding-bottom: 60%;
  -webkit-transform: translate3d(10px, 10px, 0);
          transform: translate3d(10px, 10px, 0);
  -webkit-transition: opacity 1s, -webkit-box-shadow 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-box-shadow 1s, -webkit-transform 1s;
  transition: box-shadow 1s, opacity 1s, transform 1s;
  transition: box-shadow 1s, opacity 1s, transform 1s, -webkit-box-shadow 1s, -webkit-transform 1s;
  width: 100%;
}

.pres-dem.aon .imgload {
  -webkit-box-shadow: 10px 10px 0 #FFDF8B;
          box-shadow: 10px 10px 0 #FFDF8B;
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-box-shadow 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-box-shadow 1s, -webkit-transform 1s;
  transition: box-shadow 1s, opacity 1s, transform 1s;
  transition: box-shadow 1s, opacity 1s, transform 1s, -webkit-box-shadow 1s, -webkit-transform 1s;
  -webkit-transform: none;
          transform: none;
}

.pres-dem.aon .imgload.delay2 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

@media screen and (max-width: 63.9375em) {
  .pres-dem {
    margin: 0 auto;
    max-width: 37.5rem;
  }
  .pres-dem-l {
    margin-bottom: 2em;
  }
}

.pres-tr {
  margin-top: 12em;
  position: relative;
}

.pres-tr .imgload {
  padding-bottom: 40%;
  position: relative;
  z-index: 2;
}

.pres-tr-top:before {
  background: -webkit-gradient(linear, left top, right top, from(#FBE387), to(#FFAC3B));
  background: -webkit-linear-gradient(left, #FBE387 0%, #FFAC3B 100%);
  background: linear-gradient(to right, #FBE387 0%, #FFAC3B 100%);
  border-radius: 4em;
  height: 8.125em;
  margin-right: 6.25em;
  margin-bottom: -2em;
  bottom: 100%;
  right: 50%;
  width: 32.5em;
  z-index: 1;
}

.pres-tr-top:after {
  height: 5.625em;
  bottom: 100%;
  right: 50%;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-50%, 50%, 0);
          transform: translate3d(-50%, 50%, 0);
  width: 25em;
  z-index: 1;
}

.aon .pres-tr-top:after {
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
}

.pres-tr-wr {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDF8B), to(#eca409));
  background: -webkit-linear-gradient(top, #FFDF8B 0%, #eca409 100%);
  background: linear-gradient(to bottom, #FFDF8B 0%, #eca409 100%);
}

.pres-tr-in {
  padding: 8em 0 3em;
  position: relative;
}

.pres-tr-in:before {
  background: -webkit-gradient(linear, left top, right top, from(#CD3C6C), to(rgba(245, 181, 128, 0)));
  background: -webkit-linear-gradient(left, #CD3C6C 0%, rgba(245, 181, 128, 0) 100%);
  background: linear-gradient(to right, #CD3C6C 0%, rgba(245, 181, 128, 0) 100%);
  height: 5.625em;
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
  top: 0;
  right: -9.375em;
  width: 25em;
}

.pres-tr-in:after {
  background: -webkit-gradient(linear, left top, right top, from(#411a78), to(#c92f63));
  background: -webkit-linear-gradient(left, #411a78 0%, #c92f63 100%);
  background: linear-gradient(to right, #411a78 0%, #c92f63 100%);
  top: 0;
  right: 3em;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0);
  width: 16.25em;
}

.aon .pres-tr-in:after {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.pres-tr-ct {
  max-width: 34.375em;
}

.pres-tr .content {
  color: #fff;
}

@media screen and (max-width: 63.9375em) {
  .pres-tr {
    margin-top: 4em;
  }
}

.pres-esat {
  margin-top: 4em;
  text-align: center;
}

.pres-esat-wr {
  padding-top: 5.5vw;
  position: relative;
}

.pres-esat-wr:before {
  content: '';
  display: inline-block;
  border-top: 5.5vw solid #eca409;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 1s 1s;
  transition: -webkit-transform 1s 1s;
  transition: transform 1s 1s;
  transition: transform 1s 1s, -webkit-transform 1s 1s;
  z-index: -1;
}

.pres-esat-wr.aon:before {
  -webkit-transform: none;
          transform: none;
}

.pres-esat .wrap-in {
  max-width: 43.75em;
}

.pres-esat .h1 {
  color: #eca409;
  margin-bottom: 2rem;
}

.pres-esat .content {
  font-weight: 900;
}

.pres-esat-imgs {
  margin: 4em auto;
}

@media screen and (min-width: 64em) {
  .pres-esat-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.pres-esat .imgload {
  border: 2px solid #FFDF8B;
  border-radius: 1em;
  -webkit-box-shadow: 0 0 0 #FFDF8B;
          box-shadow: 0 0 0 #FFDF8B;
  opacity: 0;
  padding-bottom: 18%;
  -webkit-transform: translate3d(10px, 10px, 0);
          transform: translate3d(10px, 10px, 0);
  -webkit-transition: opacity 1s, -webkit-box-shadow 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-box-shadow 1s, -webkit-transform 1s;
  transition: box-shadow 1s, opacity 1s, transform 1s;
  transition: box-shadow 1s, opacity 1s, transform 1s, -webkit-box-shadow 1s, -webkit-transform 1s;
  width: 32%;
}

.pres-esat-wr.aon .imgload {
  -webkit-box-shadow: 10px 10px 0 #FFDF8B;
          box-shadow: 10px 10px 0 #FFDF8B;
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-box-shadow 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-box-shadow 1s, -webkit-transform 1s;
  transition: box-shadow 1s, opacity 1s, transform 1s;
  transition: box-shadow 1s, opacity 1s, transform 1s, -webkit-box-shadow 1s, -webkit-transform 1s;
  -webkit-transform: none;
          transform: none;
}

.pres-esat-wr.aon .imgload.delay1 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.pres-esat-wr.aon .imgload.delay2 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.pres-esat-wr.aon .imgload.delay3 {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

@media screen and (max-width: 63.9375em) {
  .pres-esat {
    max-width: 31.25em;
  }
  .pres-esat .imgload {
    padding-bottom: 60%;
    width: 100%;
  }
  .pres-esat .imgload + .imgload {
    margin-top: 1.5em;
  }
}

.pres-eq {
  margin-bottom: 4em;
  overflow: hidden;
}

.pres-eq .h2, .pres-eq strong {
  color: #eca409;
}

@media screen and (min-width: 64em) {
  .pres-eq-li {
    float: left;
    max-width: 18.75em;
    margin-top: 2em;
  }
  .pres-eq-li + .pres-eq-li {
    margin-left: 2em;
  }
}

.pres-at {
  margin-bottom: 4em;
}

.pres-at .h2 {
  color: #eca409;
}

@media screen and (max-width: 63.9375em) {
  .pres-eq, .pres-at {
    margin: 0 auto 4em;
    max-width: 37.5em;
  }
}

.pres-link {
  background: -webkit-gradient(linear, left top, right top, from(#FFDF8B), to(#eca409));
  background: -webkit-linear-gradient(left, #FFDF8B 0%, #eca409 100%);
  background: linear-gradient(to right, #FFDF8B 0%, #eca409 100%);
  padding: 2.5em 0;
  position: relative;
}

.pres-link:before {
  height: 6.25em;
  border-radius: 4em;
  margin-bottom: -3em;
  margin-left: 2em;
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
  bottom: 100%;
  left: 50%;
  width: 22.5em;
  z-index: -1;
}

.pres-link:after {
  background: -webkit-gradient(linear, left top, right top, from(#411a78), to(#c92f63));
  background: -webkit-linear-gradient(left, #411a78 0%, #c92f63 100%);
  background: linear-gradient(to right, #411a78 0%, #c92f63 100%);
  margin-left: 14em;
  height: 4.125em;
  bottom: 100%;
  left: 50%;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(50%, 50%, 0);
          transform: translate3d(50%, 50%, 0);
  width: 16.25em;
  z-index: -1;
}

.pres-link.aon:before {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.pres-link.aon:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
}

.pres-link .wrap-in {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pres-link .h2 {
  color: #fff;
  margin: 0 2.5rem 0 0;
}

.pres-link .btn, .pres-link .pagin-s, .pres-link .pagin-a {
  min-width: 5.625em;
}

.pg-head {
  position: relative;
}

.pg-head .imgload {
  position: absolute;
  height: 100%;
  width: 100%;
}

.pg-head-in {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  min-height: 15vw;
  padding: 2.5em 0 3.5rem;
  position: relative;
}

.pg-head.noimg .pg-head-in {
  min-height: 0;
}

.pg-head.noimg .h1 {
  color: #eca409;
}

.pg-wr {
  background-color: #fff;
  border-radius: .4em;
  position: relative;
  margin: -3rem auto 3em;
  padding: 3em 1em;
}

@media screen and (max-width: 31.1875em) {
  .pg-wr {
    padding: 3em 0;
  }
}

.tx-head {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDF8B), to(#eca409));
  background: -webkit-linear-gradient(top, #FFDF8B 0%, #eca409 100%);
  background: linear-gradient(to bottom, #FFDF8B 0%, #eca409 100%);
  margin-bottom: 5.5vw;
  padding: 5em 0 2em;
  position: relative;
}

.tx-head:after {
  content: '';
  display: inline-block;
  border-top: 5.5vw solid #eca409;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  z-index: -1;
}

.tx-head.aon:after {
  -webkit-transform: none;
          transform: none;
}

.tx .content {
  color: #fff;
  font-weight: 700;
  margin-top: 2em;
}

.tx-f {
  margin: 0 auto;
  max-width: 37.5em;
  padding: 0 1em 4em;
  text-align: center;
}

.tx label span {
  color: #222831;
  font-size: 1.1em;
  text-transform: none;
  text-align: center;
  left: 50%;
  top: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 100%;
}

_:-ms-input-placeholder, :root .tx label span {
  cursor: default;
  transform: scale(0.85) translate3d(-50%, -100%, 0);
}

.tx input {
  border-color: #eca409;
  text-align: center;
}

.tx input:focus + span, .tx input.on + span {
  -webkit-transform: scale(0.85) translate3d(-50%, -100%, 0);
          transform: scale(0.85) translate3d(-50%, -100%, 0);
}

.tx .btn, .tx .pagin-s, .tx .pagin-a {
  margin: 3em 0 5em;
}

.tx-res {
  border: 1px solid #eca409;
  color: #eca409;
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  padding: 1em;
}

.ct-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2em;
}

.ct .pg-head-in {
  position: relative;
}

.ct .pg-head-in:before {
  background: -webkit-gradient(linear, left top, right top, from(#FBE387), to(#FFAC3B));
  background: -webkit-linear-gradient(left, #FBE387 0%, #FFAC3B 100%);
  background: linear-gradient(to right, #FBE387 0%, #FFAC3B 100%);
  border-radius: 4em;
  height: 8.125em;
  margin-left: 9.375em;
  bottom: 0;
  left: 50%;
  width: 32.5em;
  z-index: 1;
}

.ct .pg-head-in:after {
  height: 5em;
  bottom: 0;
  left: 50%;
  margin-left: 25em;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  width: 25em;
  z-index: 1;
}

.ct .pg-wr {
  z-index: 2;
}

.ct-l {
  max-width: 15.625em;
}

.ct-f {
  margin-left: 3em;
  max-width: 37.5em;
}

.ct-f-in {
  overflow: hidden;
}

@media screen and (min-width: 48em) {
  .ct-f-in label {
    width: 46%;
  }
  .ct-f-in label:nth-child(2n) {
    clear: none;
    float: right;
  }
  .ct-f-in label:nth-child(2n+1) {
    clear: both;
    float: left;
  }
}

.ct-f-foot {
  margin: 2em 0 1em;
}

@media screen and (min-width: 31.25em) {
  .ct-f-foot {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.ct-f-foot p {
  font-size: .95em;
  margin-right: 1em;
}

.ct-f .btn, .ct-f .pagin-s, .ct-f .pagin-a {
  display: table;
  margin-left: auto;
}

.rgpd {
  font-size: .9em;
}

.ct .h2 {
  font-size: 1.1em;
  font-weight: 700;
}

@media screen and (max-width: 31.1875em) {
  .ct-wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ct-l {
    margin-top: 3em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    max-width: none;
  }
  .ct-f {
    margin-left: 0;
  }
}

.ct-n {
  position: relative;
}

.ct-n:before {
  background: -webkit-gradient(linear, left top, right top, from(#CD3C6C), to(#F5B580));
  background: -webkit-linear-gradient(left, #CD3C6C 0%, #F5B580 100%);
  background: linear-gradient(to right, #CD3C6C 0%, #F5B580 100%);
  height: 5.625em;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: -2.5em;
  left: -5em;
  width: 25em;
}

.ct-n:after {
  background: -webkit-gradient(linear, left top, right top, from(#411a78), to(#c92f63));
  background: -webkit-linear-gradient(left, #411a78 0%, #c92f63 100%);
  background: linear-gradient(to right, #411a78 0%, #c92f63 100%);
  top: -3em;
  left: -5em;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 16.25em;
}

.ct-n.aon:before, .ct-n.aon:after {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.pr {
  margin-bottom: 4em;
}

.prs {
  padding: 6em 1em 2em;
  position: relative;
}

.prs:before {
  height: 6.25em;
  border-radius: 4em;
  margin-left: 20em;
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
  top: -2.125em;
  left: 50%;
  width: 22.5em;
  z-index: -1;
}

.prs:after {
  background: -webkit-gradient(linear, left top, right top, from(#411a78), to(#c92f63));
  background: -webkit-linear-gradient(left, #411a78 0%, #c92f63 100%);
  background: linear-gradient(to right, #411a78 0%, #c92f63 100%);
  margin-left: 16em;
  height: 4.125em;
  top: -2.5em;
  left: 50%;
  margin-left: 14em;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
  width: 16.25em;
  z-index: -1;
}

.prs.aon:before {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.prs.aon:after {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.prs .content {
  line-height: 1.5em;
  margin-bottom: 2em;
}

@media screen and (min-width: 64em) {
  .pr {
    width: 46%;
  }
  .pr-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.pr .h2 {
  font-size: 2.2em;
}

.pr-slider {
  margin-bottom: 1.5em;
  overflow: hidden;
  padding-bottom: 1.5em;
  position: relative;
}

.pr .swiper-slide {
  border-radius: 1em;
  background-size: contain;
  height: 0;
  padding-bottom: 40%;
}

.pr-buls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.pr-bul {
  border-radius: 50%;
  border: 1px solid #4A2780;
  margin: 0 .5em;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  height: 0.5em;
  width: 0.5em;
}

.pr-bul:hover {
  background-color: rgba(74, 39, 128, 0.6);
}

.pr-bul.on {
  background-color: #4A2780;
}

@media screen and (min-width: 64em) {
  .pr:nth-child(2n+1) .pr-slider {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pr-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pr-slider {
    width: 28.125em;
  }
  .pr-desc {
    width: 25em;
  }
}

@media screen and (max-width: 63.9375em) {
  .pr-slider {
    margin: 0 auto 1em;
    max-width: 28.125em;
  }
}

.pr-n {
  position: relative;
}

.pr-n:before {
  background: -webkit-gradient(linear, left top, right top, from(#FBE387), to(#FFAC3B));
  background: -webkit-linear-gradient(left, #FBE387 0%, #FFAC3B 100%);
  background: linear-gradient(to right, #FBE387 0%, #FFAC3B 100%);
  border-radius: 4em;
  height: 8.125em;
  left: -5em;
  bottom: -2em;
  width: 18.75em;
  z-index: 1;
}

.pr-n:after {
  height: 5.625em;
  left: -2em;
  bottom: -2em;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 21.25em;
  z-index: 1;
}

.pr-n.aon:before, .pr-n.aon:after {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.tax .pg-head.aon .imgload.on:before {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.tax .pg-head .imgload {
  height: 30vw;
  position: relative;
}

.tax .pg-head .imgload:before {
  background: -webkit-gradient(linear, left top, right top, from(#57CCC5), to(#ffec8c));
  background: -webkit-linear-gradient(left, #57CCC5 0%, #ffec8c 100%);
  background: linear-gradient(to right, #57CCC5 0%, #ffec8c 100%);
  height: 3.75em;
  border-radius: 4em;
  top: -1.5em;
  left: -3.125em;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 15em;
  z-index: 1;
}

.tax .pg-head .imgload.noimg {
  background-color: #426086;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .tax .pg-head .imgload {
    height: 22.5em;
  }
}

.tax-wr {
  padding-bottom: 8em;
  position: relative;
}

.tax-wr .h1 {
  line-height: 1em;
}

.tax-wr:before {
  background: -webkit-gradient(linear, left top, right top, from(#57CCC5), to(#4A2780));
  background: -webkit-linear-gradient(left, #57CCC5 0%, #4A2780 100%);
  background: linear-gradient(to right, #57CCC5 0%, #4A2780 100%);
  border-radius: 4em;
  height: 6.25em;
  margin-left: 18.75em;
  top: -5em;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 21.875em;
  z-index: 1;
}

.tax-wr:after {
  background: -webkit-gradient(linear, left top, right top, from(#57CCC5), to(#ffec8c));
  background: -webkit-linear-gradient(left, #57CCC5 0%, #ffec8c 100%);
  background: linear-gradient(to right, #57CCC5 0%, #ffec8c 100%);
  height: 5.625em;
  margin-left: 31.25em;
  top: -3em;
  left: 50%;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 17.1875em;
  z-index: 1;
}

.tax-wr.aon:before, .tax-wr.aon:after {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@media screen and (min-width: 48em) {
  .tax-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -18vw;
  }
}

@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .tax-wr {
    margin-top: -13.4375em;
  }
}

.tax-wr .no-res {
  font-size: 1.6em;
  margin: 2em 0;
}

.tax-l {
  color: #fff;
}

.tax-r {
  background-color: #fff;
  border-radius: .4em 0 0 0;
  position: relative;
  z-index: 2;
}

.tax-r:after {
  background-color: #fff;
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 50vw;
}

@media screen and (min-width: 48em) {
  .tax-l {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 2em;
    width: 20em;
  }
  .tax-r {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .tax-l {
    width: 16.25em;
  }
}

.tax-n {
  position: relative;
}

.tax-n:before {
  background: -webkit-gradient(linear, left top, right top, from(#ffec8c), to(#57CCC5));
  background: -webkit-linear-gradient(left, #ffec8c 0%, #57CCC5 100%);
  background: linear-gradient(to right, #ffec8c 0%, #57CCC5 100%);
  border-radius: 4em;
  height: 8.125em;
  left: -5em;
  bottom: -2em;
  width: 18.75em;
  z-index: 1;
}

.tax-n:after {
  background: -webkit-gradient(linear, left top, right top, from(#57CCC5), to(#4A2780));
  background: -webkit-linear-gradient(left, #57CCC5 0%, #4A2780 100%);
  background: linear-gradient(to right, #57CCC5 0%, #4A2780 100%);
  height: 5.625em;
  left: -2em;
  bottom: -2em;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 21.25em;
  z-index: 1;
}

.tax-n.aon:before, .tax-n.aon:after {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.tax-f {
  background-color: #57CCC5;
  border-radius: .4em;
  margin: 3em 0;
  padding: 1.5em;
}

.tax-f hr {
  background-color: #fff;
  border: none;
  margin: 1em -1.5em;
  height: 2px;
}

.tax-f-in {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tax-f label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

.tax-f label span {
  color: #fff;
  font-size: 1.4em;
  font-weight: 100;
  text-transform: none;
  top: 0;
}

.tax-f input {
  border: none;
  color: #fff;
}

.tax-f input:focus + span, .tax-f input.on + span {
  -webkit-transform: scale(0.85) translate3d(0, -90%, 0);
          transform: scale(0.85) translate3d(0, -90%, 0);
}

.tax-f .btn-w {
  color: #4A2780;
  display: table;
  margin: 1.5em auto 0;
}

.tax-f .btn-w:hover, .tax-f .btn-w:active {
  color: #fff;
}

.tax-f .select {
  border-color: #fff;
}

.tax-f .select:after {
  background-color: #57CCC5;
}

.tax-f select {
  color: #fff;
}

.tax-f option {
  color: #222831;
}

.tax-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  margin-left: .5em;
  padding: 0;
}

.tax-btn svg {
  fill: #fff;
  height: 2.125em;
  width: 2.125em;
}

.tax-btn:hover svg, .tax-btn:active svg {
  fill: #FFDF8B;
}

.tax-cats {
  color: #222831;
  border-top: 1px solid #E1E1E1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tax-cats-wr {
  background-color: #fff;
  border-radius: .4em;
  -webkit-box-shadow: 5px 5px 0 whitesmoke;
          box-shadow: 5px 5px 0 whitesmoke;
  overflow: hidden;
}

.tax-cats-wr h3 {
  color: #222831;
  font-size: 1.4em;
  font-weight: 100;
  margin: 1em 0;
  padding: 0 1.5em;
}

.tax-item.on .tax-par-btn {
  color: #57CCC5;
}

.tax-item.on .tax-par-more {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.tax-item:last-child .tax-sub {
  border-bottom: 0;
}

.tax-par {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1em 0;
}

.tax-par-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: .75em 0 .75em .5em;
}

.tax-par-btn:hover, .tax-par-btn:focus {
  color: #7ed8d3;
}

.tax-par-more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #222831;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5em;
  padding: 0 .5rem;
  font-family: monospace;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
          transform: translate3d(0, 0, 0) rotate(-90deg);
  -webkit-transition: color .5s, -webkit-transform .5s;
  transition: color .5s, -webkit-transform .5s;
  transition: transform .5s, color .5s;
  transition: transform .5s, color .5s, -webkit-transform .5s;
}

.tax-par-more:hover, .tax-par-more:focus {
  color: #7ed8d3;
}

.tax-sub {
  background-color: rgba(87, 204, 197, 0.15);
  border-bottom: 0.25em solid #fff;
  border-top: 2px solid #c3ece9;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tax-sub.on {
  display: block;
}

.tax-sub-item a {
  display: block;
  padding: .75em 2em;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.tax-sub-item a:hover, .tax-sub-item a:focus {
  color: #7ed8d3;
}

.tax-sub-item.on a {
  color: #57CCC5;
}

.tax-r {
  padding: 1.5em;
}

.tax-m {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .tax-r {
    margin: 0 -1em;
    padding: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .tax .pg-head {
    display: none;
  }
  .tax-head {
    padding: 2em .5em;
    position: relative;
  }
  .tax-m-head {
    height: 100%;
    position: absolute;
    left: -1em;
    right: -1em;
    top: 0;
    z-index: -1;
  }
  .tax-f {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 4.8125rem;
    bottom: 2.75em;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: hidden;
    width: 100%;
    z-index: 10;
  }
  .tax-f.mon {
    -webkit-transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
    transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
    transition: opacity .5s, visibility 0s .5s, transform .5s;
    transition: opacity .5s, visibility 0s .5s, transform .5s, -webkit-transform .5s;
  }
  .tax-f.mon.on {
    -webkit-transition: opacity .5s, visibility 0s, -webkit-transform .5s;
    transition: opacity .5s, visibility 0s, -webkit-transform .5s;
    transition: opacity .5s, visibility 0s, transform .5s;
    transition: opacity .5s, visibility 0s, transform .5s, -webkit-transform .5s;
  }
  .tax-f.on {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    visibility: visible;
  }
  .tax-cats-wr {
    background-color: #fff;
    border-radius: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 4.8125rem;
    bottom: 2.75em;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: hidden;
    width: 100%;
    z-index: 10;
  }
  .tax-cats-wr.mon {
    -webkit-transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
    transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
    transition: opacity .5s, visibility 0s .5s, transform .5s;
    transition: opacity .5s, visibility 0s .5s, transform .5s, -webkit-transform .5s;
  }
  .tax-cats-wr.mon.on {
    -webkit-transition: opacity .5s, visibility 0s, -webkit-transform .5s;
    transition: opacity .5s, visibility 0s, -webkit-transform .5s;
    transition: opacity .5s, visibility 0s, transform .5s;
    transition: opacity .5s, visibility 0s, transform .5s, -webkit-transform .5s;
  }
  .tax-cats-wr.on {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    visibility: visible;
  }
  .tax-m {
    background-color: #fff;
    border-top: 3px solid #57CCC5;
    color: #717171;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .tax-m svg {
    fill: #57CCC5;
    margin-right: .5em;
    height: 1.5em;
    width: 1.5em;
  }
  .tax-m-r, .tax-m-c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.1em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: .5rem;
    position: relative;
    text-align: center;
    -webkit-transition: color .5s;
    transition: color .5s;
  }
  .tax-m-r:hover, .tax-m-r:focus, .tax-m-r.on, .tax-m-c:hover, .tax-m-c:focus, .tax-m-c.on {
    color: #57CCC5;
  }
  .tax-m-c:before {
    background-color: #E1E1E1;
    content: '';
    height: 50%;
    position: absolute;
    left: 0;
    top: 25%;
    width: 1px;
  }
}

.prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.prod-wr:before {
  margin-top: 0;
  top: 4em;
}

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

.prod-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5em;
  text-align: center;
  width: 100%;
}

.prod .imgload {
  -webkit-box-shadow: 5px 5px 0 whitesmoke;
          box-shadow: 5px 5px 0 whitesmoke;
  border-radius: .4em;
  background-size: contain;
  padding-bottom: 75%;
}

.prod .imgload.noimg {
  background-color: #E1E1E1;
  opacity: 1;
}

.prod h2 {
  font-weight: 300;
  margin: 1em 0 .25em;
}

.prod strong {
  display: block;
  font-weight: 700;
  margin: 0 0 1.5em;
  text-transform: uppercase;
}

.prod .btn, .prod .pagin-s, .prod .pagin-a {
  margin: .5em;
  vertical-align: middle;
}

.prod-btns {
  margin-top: auto;
}

@media screen and (max-width: 63.9375em) {
  .prod-in {
    padding: 1em;
  }
}

@media screen and (max-width: 47.9375em) {
  .prod {
    margin: 0 auto;
    max-width: 25em;
    width: 100%;
  }
}

@media screen and (max-width: 21.8125em) {
  .prod .btn, .prod .pagin-s, .prod .pagin-a {
    min-width: 4.0625rem;
  }
}

.sing-head .imgload {
  height: 1.875em;
  width: 100%;
}

.sing-head .imgload.noimg {
  background-color: #426086;
}

.sing-wr {
  padding-bottom: 8em;
}

.sing-bread {
  color: #4A2780;
  margin: 3em auto 2em;
}

.sing .bread-a svg {
  fill: #57CCC5;
}

.sing .bread-a:focus, .sing .bread-a:hover {
  color: #57CCC5;
}

.sing .bread-a:focus svg, .sing .bread-a:hover svg {
  fill: #57CCC5;
}

@media screen and (min-width: 48em) {
  .sing-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sing .tax-f {
  margin-top: 0;
}

@media screen and (min-width: 64em) {
  .sing-in {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sing-imgs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2em;
  overflow: hidden;
  padding-bottom: 2em;
  position: relative;
  width: 20em;
}

.sing .swiper-slide {
  background-size: contain;
  padding-bottom: 80%;
}

.sing .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.sing-sw-img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.sing .h2 {
  color: #222831;
  margin-bottom: .75rem;
}

.sing-form {
  max-width: 17.5em;
}

.sing-form p {
  font-size: 1.05em;
  margin: 1.5em 0 .5em;
}

.sing-form select {
  color: #4A2780;
}

.sing-form option {
  color: #4A2780;
}

.sing-form option:disabled {
  background-color: #E1E1E1;
  color: #8b8a8a;
}

.sing-form-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em;
}

.sing-form-foot input {
  color: #4A2780;
  max-width: 3.125em;
}

.sing-form-btns .btn, .sing-form-btns .pagin-s, .sing-form-btns .pagin-a {
  display: table;
}

.sing-form-btns .btn + .btn, .sing-form-btns .pagin-s + .btn, .sing-form-btns .pagin-a + .btn, .sing-form-btns .btn + .pagin-s, .sing-form-btns .pagin-s + .pagin-s, .sing-form-btns .pagin-a + .pagin-s, .sing-form-btns .btn + .pagin-a, .sing-form-btns .pagin-s + .pagin-a, .sing-form-btns .pagin-a + .pagin-a {
  margin-top: 1em;
  margin-left: 0;
}

.sing-form .select {
  border-color: #4A2780;
}

.sing-form .select:after {
  color: #4A2780;
}

.sing-r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 1.5em;
}

.sing-r .content {
  line-height: 1.2em;
}

.sing-r h3 {
  margin-top: 2rem;
}

.sing-infos {
  margin: 0 -1em;
}

.sing-infos img {
  margin: .5rem 1rem;
  max-height: 5em;
  max-width: 7.5em;
  vertical-align: middle;
  width: auto;
}

.sing-dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .9em;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: .5rem 1rem;
  -webkit-transition: color .5s;
  transition: color .5s;
  vertical-align: middle;
}

.sing-dls {
  margin: 0 -1em;
}

.sing-dl:hover, .sing-dl:focus {
  color: #57CCC5;
}

.sing-dl:hover svg, .sing-dl:focus svg {
  fill: #57CCC5;
}

.sing-dl svg {
  margin-right: .5em;
  height: 2.25em;
  width: 2.25em;
}

@media screen and (max-width: 63.9375em) {
  .sing-wr {
    padding-bottom: 2em;
  }
  .sing-r {
    padding-left: 0;
  }
  .sing-imgs {
    margin: 0 auto 2em;
  }
}

@media screen and (max-width: 47.9375em) {
  .sing-info, .sing-more {
    margin: 0 auto;
    max-width: 18.75em;
  }
}

.sku {
  display: none;
}

.sku.on {
  display: block;
}

.skus {
  color: #4A2780;
  font-weight: 700;
  margin-bottom: 2em;
}

.vars {
  display: none;
}

.search .h2 {
  color: #222831;
}

.search-item {
  display: table;
  margin-bottom: 1em;
}

.search-list strong {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  margin: 2em 0 1em;
}

.pan .tax-f {
  margin-top: 0;
}

.pan-r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 42.5em;
}

_:-ms-input-placeholder, :root .pan-r {
  max-width: none;
}

.pan .h2 {
  color: #222831;
  margin-bottom: 2rem;
}

.pan .form {
  border-top: 1px solid #E1E1E1;
  margin-top: 3em;
  padding-top: 1em;
}

.pan .cart-item {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.pan .cart-item.off {
  opacity: .5;
}

.pan .cart-item-in {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2em;
  padding-bottom: .5em;
}

.pan .cart-item-in strong {
  font-weight: 700;
}

.pan .cart-item-in p {
  font-size: .7em;
}

.pan .cart-pan-q {
  border-color: #4A2780;
  color: #eca409;
  font-size: 1.2em;
  padding: .25em 0 .25em .5em;
  width: 3.125rem;
}

.pan .cart-pan-res .btn, .pan .cart-pan-res .pagin-s, .pan .cart-pan-res .pagin-a {
  display: table;
  margin-left: auto;
  margin-top: 3em;
}
/*# sourceMappingURL=style.css.map */