/*FONTS*/
/*TEXT*/
/*HEADINGS*/
/*BIG*/
/*MEDIUM*/
/*SMALL*/
/*PADDING*/
/*CONTENT WIDTHS*/
/*BREAK POINTS*/
/*LINK COLOR*/
/**
 * Swiper 4.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 13, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

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

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .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-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .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(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

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

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .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-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

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

* {
  margin: 0;
  padding: 0; }

body,
html {
  font-family: sans-serif;
  font-size: 1em; }

article,
aside,
dialog,
details,
figure,
footer,
header,
hgroup,
nav,
section {
  zoom: 1;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: block; }

canvas {
  display: inline-block; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  /* Prevent the callout on tap-hold and text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1; }

div {
  box-sizing: border-box; }

a {
  text-decoration: none; }

a:active {
  outline: none; }

a:focus,
a:active {
  -moz-outline-style: none;
  outline: none; }

input::-moz-focus-inner {
  border: 0; }

img {
  border: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

ul {
  list-style: none; }

button {
  background: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none; }

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="password"] {
  border-radius: 0px;
  border: none;
  padding: 0;
  margin: 0; }

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

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

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -2px;
  margin-bottom: -2px; }

progress {
  appearance: none;
  background: transparent; }

progress[value]::-webkit-progress-bar {
  background-color: #000; }

body {
  background: #fff; }

body.is-stop-scroll {
  height: 100%;
  overflow: hidden; }

h1,
h2,
h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #414142; }

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #414142; }

.main-wrapper {
  padding-top: 4.8em; }

.main-wrapper.is-invisible {
  opacity: 0; }

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

.mod-selectable {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.mod-heading {
  color: #000;
  font-family: "Lato";
  line-height: 1.3;
  font-weight: 500; }

*[data-img-id] {
  cursor: pointer; }

/*************4K**********/
@media only screen and (min-width: 121em) {
  .main-wrapper {
    padding-top: calc(4em * 1.2); } }
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .main-wrapper {
    padding-top: 3.4em; } }
.section {
  width: 100%;
  position: relative;
  z-index: 99; }
  .section.no-zindex {
    z-index: auto; }

.section__content {
  position: relative;
  width: 75em;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }

/***UI***/
.top-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9999; }

.top-menu__content {
  padding: 0;
  height: 4em;
  width: 75em;
  max-width: 100%;
  padding-left: 2em;
  padding-right: 2em; }

.top-menu__left {
  float: left;
  height: auto;
  overflow: hidden; }

.top-menu__right {
  float: right;
  height: auto;
  overflow: hidden; }

.top-menu__nav ul li {
  display: block;
  float: left;
  height: 4em;
  line-height: 4em;
  margin: 0;
  padding-right: 1em;
  padding-left: 1em; }

.top-menu__nav ul li:nth-of-type(1) {
  padding-left: 0; }

.top-menu__right.top-menu__nav ul li:nth-of-type(1) {
  padding-left: 3em; }

.top-menu__nav ul li a {
  display: block;
  font-family: "Lato";
  font-weight: 700;
  color: #000;
  font-size: 0.85em; }

.top-menu__nav ul li.is-active > a {
  text-decoration: underline; }

.top-menu__nav ul li:nth-last-of-type(1) {
  padding-right: 0; }

.top-menu__logo {
  position: absolute;
  top: 0em;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center; }

.top-menu__logo img {
  height: 2.5em; }

/*4K*/
@media only screen and (min-width: 121em) {
  .top-menu {
    font-size: 1.2em; } }
@media screen and (max-width: 75em) {
  .top-menu__nav {
    display: none; } }
@media screen and (max-width: 60em) {
  .top-menu__content {
    padding-left: 2em;
    padding-right: 2em; } }
/*MOBIlE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .top-menu__content {
    padding: 0;
    height: 3.4em; }

  .top-menu__nav {
    display: none; }

  .top-menu__logo {
    width: 6em; }

  .top-menu__logo img {
    height: 2.24em; } }
.top-submenu {
  background-color: #414142;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: content-box;
  transform: translateY(-9999999em);
  transition: transform 0s;
  transition-delay: transform 2.25s; }

.top-submenu.is-open {
  transform: translateY(100%);
  transition: height 0.3s ease-in-out;
  transition-delay: transform 0s; }

.top-submenu.is-closed {
  transform: translateY(100%);
  opacity: 0.7;
  transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out; }

.top-submenu__content {
  max-width: 100%;
  width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  overflow: hidden; }

.top-submenu__box {
  padding-top: 3em;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-200%);
  padding-bottom: 4em; }

.top-submenu__box.is-active {
  position: relative;
  transform: translateY(0); }

.top-submenu__box__inner-wrapper {
  display: flex;
  align-items: left;
  justify-content: top;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

.top-submenu__box.is-active .top-submenu__box__inner-wrapper {
  opacity: 1;
  transition: opacity 0.7s ease-in-out;
  transition-delay: 0.15s; }

.top-submenu__entry {
  padding-right: 5em; }

.top-submenu__entry__header {
  margin-bottom: 1em; }

.top-submenu__entry__header h3 > a {
  color: #9b9b9b;
  font-size: 0.9em;
  font-family: "Lato";
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase; }

.top-submenu__entry ul li {
  padding-bottom: 0.25em;
  padding-top: 0.25em; }

.top-submenu__entry ul li a {
  color: #fff;
  font-family: "Lato";
  font-size: 0.8em; }

.top-submenu__entry ul li a:hover {
  text-decoration: underline; }

/*TABLET*/
@media screen and (max-width: 75em) {
  .top-submenu__entry {
    padding-right: 3em; }

  .top-submenu__entry__header h3 > a {
    font-size: 0.8em; } }
.footer {
  background: #fff;
  overflow: hidden; }

.footer__news-letter {
  width: 100%;
  clear: both;
  text-align: center;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 3em;
  padding-top: 3em;
  padding-left: 2em;
  padding-right: 2em; }

.footer__news-letter-gdpr {
  width: 100%;
  clear: both;
  text-align: center;
  background: #e7e7e7;
  padding-bottom: 3em;
  padding-top: 3em; }
  .footer__news-letter-gdpr p {
    margin-bottom: 2em;
    line-height: 1.8em;
    font-size: 1.1em;
    font-family: "Georgia"; }
    .footer__news-letter-gdpr p b,
    .footer__news-letter-gdpr p strong {
      font-family: "Lato"; }
    .footer__news-letter-gdpr p a {
      color: #0d84e3; }

.mc4wp-response {
  padding-top: 1em; }

.footer__news-letter h3 {
  font-size: 1.1em;
  font-family: "Georgia"; }

.footer__news-letter__input {
  height: 3em;
  line-height: 3em;
  width: 20em;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 2em;
  margin-top: 1em;
  position: relative; }

.footer__news-letter__input > input {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1em;
  font-family: "Lato"; }

.footer_bottom {
  overflow: hidden;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 4em;
  padding-bottom: 4em; }

.footer__left {
  float: left;
  height: 2em;
  line-height: 2em; }

.footer__left > span {
  font-family: "Lato";
  font-weight: 400;
  color: #000;
  font-size: 1em;
  display: block; }

.footer__left > a {
  font-family: "Lato";
  font-weight: 400;
  color: #000;
  font-size: 1em; }

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

.footer__right {
  float: right;
  display: flex; }

.footer__links {
  height: 2em;
  line-height: 2em; }

.footer__links > a {
  font-family: "Lato";
  font-weight: 400;
  color: #000;
  font-size: 1em; }

.footer_social {
  margin-left: 1em; }

.footer_social a {
  display: inline-block;
  margin-right: 0.5em;
  height: 2em;
  width: auto;
  padding-top: 0.35em;
  text-align: center; }

.footer_social a img {
  height: 1.5em; }

.footer_social a:nth-last-of-type {
  margin-right: 0; }

/*4K*/
@media only screen and (min-width: 121em) {
  .footer {
    font-size: 1.2em; } }
/*TABLET*/
@media screen and (max-width: 60em) {
  .footer__news-letter {
    border-top: none;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 3em; }

  .footer_bottom {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 3em;
    padding-bottom: 3em; } }
/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .footer__news-letter {
    padding-left: 1em;
    padding-right: 1em; }

  .footer__news-letter__input {
    width: 100%; }

  .footer__news-letter .rectangle-btn {
    width: 100%; }

  .footer__news-letter h3 {
    font-size: 1em; }

  .footer__news-letter-gdpr p {
    line-height: 1.5em;
    font-size: 1em; }

  .footer__news-letter__input > input {
    font-size: 0.9em; }

  .footer_bottom {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 2em;
    padding-bottom: 2em; }

  .footer__left > span {
    font-size: 0.9em; }

  .footer__left > a {
    font-size: 0.9em; }

  .footer__left > a > span {
    display: none; }

  .footer__links > a {
    font-size: 0.9em; }

  .footer__news-letter-gdpr {
    padding: 2em; } }
.rectangle-btn {
  background-color: #000;
  color: #fff;
  display: inline-block;
  height: 2.2em;
  line-height: 2.1em;
  width: 12em;
  font-size: 1em;
  cursor: pointer; }

.rectangle-btn > span {
  letter-spacing: 2px;
  font-family: "Lato";
  font-size: 0.65em; }

.mobile-menu {
  display: block;
  z-index: 9998;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 3.5em; }

.mobile-menu.is-closed {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.35s ease-in-out; }

.mobile-menu.is-open {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out, opacity 0.45s ease-in-out; }

.mobile-menu {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.mobile-menu__entry {
  background-color: #fff;
  height: auto;
  overflow: hidden; }

.mobile-menu__entry__heading {
  height: 3em;
  background: #fff;
  line-height: 3em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
  border-bottom: 1px solid #E7E7E7; }

.mobile-menu__entry:nth-of-type(1) .mobile-menu__entry__heading {
  border-top: 1px solid #E7E7E7; }

.mobile-menu__entry__heading a {
  font-family: "Lato";
  line-height: 1.2;
  font-size: 1em;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 2; }

.mod-mobile-submenu__toggle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.mobile-menu__entry__heading__state {
  position: absolute;
  right: 2.25em;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 0.8em;
  z-index: 4;
  pointer-events: none; }

.mobile-menu__entry__heading__state::before {
  content: "";
  height: 1px;
  width: 0.8em;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  transition: transform 0.2s ease-in-out; }

.mobile-menu__entry__heading__state::after {
  content: "";
  height: 1px;
  width: 0.8em;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 50%; }

.mobile-menu__entry.is-open .mobile-menu__entry__heading__state::before {
  transform: rotate(180deg); }

.mobile-menu__entry__inner-level {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  background: #f6f6f6; }

.mobile-menu__entry__inner-level__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mobile-menu__entry__inner-level__content > ul {
  display: block; }

.mobile-menu__entry__inner-level__content > ul li {
  display: block;
  height: 3em;
  background: #f6f6f6;
  line-height: 3em;
  padding-left: 2.4em;
  padding-right: 2em;
  border-bottom: 1px solid #E7E7E7; }

.mobile-menu__entry__inner-level__content > ul li:nth-last-of-type(1) {
  border-bottom: 1px solid #E7E7E7; }

.mobile-menu__entry:nth-last-of-type(1) .mobile-menu__entry__inner-level__content > ul li:nth-last-of-type(1) {
  border-bottom: 1px solid #E7E7E7; }

.mobile-menu__entry__inner-level__content > ul li a {
  font-family: "Lato";
  line-height: 1.2;
  font-size: 1em;
  color: #000; }

/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .mobile-menu__entry__heading a {
    font-size: 0.8em; }

  .mobile-menu__entry__inner-level__content > ul li a {
    font-size: 0.8em; } }
.mobile-menu__toggle {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  height: auto;
  padding-right: 2em;
  width: auto;
  display: none;
  align-items: center;
  justify-content: right;
  transform: translateY(-50%); }

.mobile-menu__toggle__hamburger {
  font-size: 0.6em;
  width: 2.2em;
  height: 2.2em;
  top: 0.8em;
  position: relative;
  margin-right: auto;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }

.mobile-menu__toggle__hamburger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #000;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out; }

.mobile-menu__toggle__hamburger span:nth-child(1) {
  top: 0; }

.mobile-menu__toggle__hamburger span:nth-child(2) {
  top: 0.8em; }

.mobile-menu__toggle.is-open .mobile-menu__toggle__hamburger span:nth-child(1) {
  transform: translateY(0.4em) rotate(45deg);
  transform-origin: 50% 50%; }

.mobile-menu__toggle.is-open .mobile-menu__toggle__hamburger span:nth-child(2) {
  transform: translateY(-0.4em) rotate(-45deg);
  transform-origin: 50% 50%; }

/*TABLET*/
@media screen and (max-width: 75em) {
  .mobile-menu__toggle {
    display: flex; } }
.breadcrumbs__content {
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em; }

.breadcrumbs__content.mod-no-padding-bottom {
  padding-bottom: 0; }

.breadcrumbs__content a,
.breadcrumbs__content span.breadcrumb_last {
  font-family: "Lato";
  font-size: 0.75em;
  color: #868686;
  width: auto;
  height: 1em;
  font-family: "Lato";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-transform: capitalize; }

.breadcrumbs__content i {
  font-size: 0.75em;
  color: #868686;
  width: 0.8em;
  height: 1em;
  display: inline-block;
  position: relative;
  overflow: visible; }

.breadcrumbs__content i::after {
  content: "";
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  border-right: 1px solid #868686;
  border-top: 1px solid #868686;
  position: absolute;
  top: 0.45em;
  left: 0;
  transform: rotate(45deg); }

/*4K*/
@media only screen and (min-width: 121em) {
  .breadcrumbs__content {
    font-size: 1.2em; } }
/*TABLET*/
@media screen and (max-width: 60em) {
  .breadcrumbs__content {
    text-align: center;
    padding-left: 2em;
    padding-right: 2em; } }
/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .breadcrumbs__content {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em; } }
.image-viewer__modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  transform: translateY(200%);
  transition: opacity 0.4s; }

.image-viewer__modal.is-open {
  opacity: 1;
  transform: translateY(0); }

.image-viewer__close {
  position: absolute;
  top: 2em;
  right: 1em;
  height: 3em;
  width: 3em;
  opacity: 0;
  z-index: 99999999;
  background: #000; }

.image-viewer__close::before,
.image-viewer__close::after {
  content: "";
  height: 1px;
  width: 50%;
  background-color: #E7E7E7;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25%;
  transform: rotate(45deg);
  transform-origin: 50% 50%; }

.image-viewer__close::after {
  transform: rotate(-45deg); }

.image-viewer__modal.is-open .image-viewer__close {
  transition: opacity 0.4s;
  transition-delay: 0.4s;
  opacity: 0.6; }

.image-viewer__nav {
  height: 8em;
  width: 4em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 99; }

.image-viewer__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.4em;
  height: 2.4em;
  border-right: 0.2em solid #a4a4a4;
  border-top: 0.2em solid #a4a4a4;
  z-index: 2; }

.image-viewer__nav::after {
  content: "";
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: opacity 0.5s ease-in-out; }

.image-viewer__nav:hover::after {
  opacity: 0.4; }

.image-viewer__nav.mod-left {
  left: 0; }

.image-viewer__nav.mod-left::before {
  left: 1.5em;
  transform: translateY(-1.2em) rotate(-135deg); }

.image-viewer__nav.mod-right {
  right: 0; }

.image-viewer__nav.mod-right::before {
  right: 1.5em;
  left: auto;
  transform: translateY(-1.2em) rotate(45deg); }

.image-viewer__filter {
  background: #000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1; }

.image-viewer__content {
  position: relative;
  min-height: 100vh;
  width: 100%;
  z-index: 2;
  transform: scale(0) translateY(100%);
  transition: transform 0.5s; }

.image-viewer__modal.is-open .image-viewer__content {
  transform: scale(1) translateY(0); }

.swiper-container {
  width: 100%;
  height: 100vh;
  position: relative; }

.image-viewer__swipe {
  height: 100vh; }

.image-viewer__img {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.image-viewer__img__content {
  position: relative;
  max-width: 100%;
  max-height: 100vh;
  min-height: 10em;
  min-width: 10em; }

.image-viewer__img__content img {
  max-width: 100%;
  max-height: 100vh; }

/*TABLET*/
@media screen and (max-width: 60em) {
  .image-viewer__nav {
    font-size: 0.9em; }

  .image-viewer__nav:hover::after {
    opacity: 0; } }
/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .image-viewer__nav {
    font-size: 0.7em; } }
/***VIEWS***/
.img-link-section {
  padding-bottom: 4em; }

.img-link-section__content {
  padding-left: 2em;
  padding-right: 2em; }

.img-link__filter {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4A4A4A;
  opacity: 0.4; }

.img-link-section__mobile-link {
  display: none;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img-link-section__img {
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
  overflow: hidden; }

.img-link-section__content__container {
  z-index: 2;
  text-align: center;
  position: absolute;
  padding-left: 2em;
  padding-right: 2em;
  top: 50%;
  left: 2em;
  right: 2em;
  transform: translateY(-50%); }

.img-link-section__header-box h1,
.img-link-section__header-box h2,
.img-link-section__header-box h3 {
  font-size: 2.5em;
  font-family: "Lato";
  font-weight: 700; }

.img-link-section__header-box a {
  color: #fff; }

.img-link-section__text-box > p {
  color: #fff;
  font-family: "Georgia";
  font-size: 1.1em; }

.img-link-section__link-box {
  margin-top: 1em; }

/*4K*/
@media only screen and (min-width: 121em) {
  .img-link-section {
    font-size: 1.2em; } }
/*TABLET*/
@media screen and (max-width: 60em) {
  .img-link-section__content__container {
    left: 2em;
    right: 2em;
    padding-right: 2em;
    padding-left: 2em; }

  .img-link-section__header-box h1,
  .img-link-section__header-box h2,
  .img-link-section__header-box h3 {
    font-size: 1em; }

  .img-link-section__text-box > p {
    font-size: 1.1em; } }
/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .img-link-section {
    padding-bottom: 0; }

  .img-link-section__mobile-link {
    display: block; }

  .img-link-section > .section__content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }

  .img-link-section__content__container {
    left: 0;
    right: 0;
    padding-right: 1em;
    padding-left: 1em; }

  .img-link-section__header-box h1,
  .img-link-section__header-box h2,
  .img-link-section__header-box h3 {
    font-size: 1em;
    font-family: "Lato";
    text-transform: uppercase;
    font-weight: 700; }

  .img-link-section__text-box > p {
    font-family: "Georgia";
    line-height: 1.2;
    font-style: italic;
    font-size: 0.9em;
    margin-top: 0.35em; }

  .img-link-section__img {
    padding-top: 56.25%; }

  .img-link-section__link-box {
    display: none; } }
.item-links__section {
  height: auto; }

.item-links__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 4em;
  padding-left: 2em;
  padding-right: 2em; }

.item-links__content.mod-padding-bottom {
  padding-bottom: 2em; }

.item-link__box {
  width: 33.33%;
  box-sizing: border-box;
  position: relative; }

.item-link__box:nth-of-type(1) {
  padding-right: 3em; }

.item-link__box:nth-of-type(2) {
  padding-right: 1.5em;
  padding-left: 1.5em; }

.item-link__box:nth-last-of-type(1) {
  padding-right: 0;
  padding-left: 3em; }

.item-link__box a {
  display: block; }

.item-link__img {
  width: 100%;
  height: 0;
  padding-top: 68%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden; }

.item-link__img > img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

.item-link__box.mod-item .item-link__img {
  padding-top: 110%;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background-size: 100% auto; }

.item-link__info {
  min-height: 6em;
  padding-top: 1.25em;
  text-align: center; }

.item-link__info h3 {
  font-size: 1em;
  font-family: "Lato";
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  letter-spacing: 1px; }

.item-link__info p {
  font-family: "Georgia";
  font-size: 1.1em;
  font-style: italic;
  margin-top: 0.25em;
  line-height: 1.2;
  color: #000; }

/*4K*/
@media only screen and (min-width: 121em) {
  .item-links__section {
    font-size: 1.2em; } }
/*TABLET*/
@media screen and (max-width: 60em) {
  .item-links__content {
    padding-top: 0;
    padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 2em; }

  .item-link__box:nth-of-type(1) {
    padding-right: 1.5em; }

  .item-link__box:nth-of-type(2) {
    padding-right: 0.75em;
    padding-left: 0.75em; }

  .item-link__box:nth-last-of-type(1) {
    padding-right: 0;
    padding-left: 1.5em; } }
/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .item-links__content {
    display: block;
    justify-content: default;
    align-items: default;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }

  .item-links__content.mod-padding-bottom {
    padding-bottom: 0em; }

  .item-link__box:nth-last-of-type(1),
  .item-link__box:nth-of-type(1),
  .item-link__box:nth-of-type(2) {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .item-link__info {
    min-height: 0em; }

  .item-link__box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #4A4A4A;
    opacity: 1; }

  .item-link__box.mod-item::before {
    display: none; }

  .item-link__box:not(.mod-item) .item-link__img > img {
    opacity: 0.6; }

  .item-link__box:not(.mod-item) .item-link__info {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding-top: 0;
    padding-right: 1em;
    padding-left: 1em; }

  .item-link__box.mod-item {
    padding-bottom: 2em; }

  .item-link__box:not(.mod-item) .item-link__img {
    padding-top: 56.25%; }

  .item-link__box.mod-item .item-link__img {
    padding-top: 90%;
    width: 65%; }

  .item-link__box:not(.mod-item) .item-link__info > h3 {
    color: #fff; }

  .item-link__box:not(.mod-item) .item-link__info > p {
    color: #fff; }

  .item-link__info > p {
    margin-top: 0.35em;
    font-size: 0.9em; } }
.item-box {
  width: 33.33%;
  padding-right: 2em;
  padding-left: 2em;
  padding-bottom: 2em;
  animation: scale-display .3s;
  display: block;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear; }
  .item-box.hide {
    animation: scale-display--reversed .3s;
    animation-fill-mode: forwards; }

.item-box__inner-wrapper {
  padding-bottom: 1em; }

.item-box__images {
  width: 100%;
  padding-top: 123%;
  height: 0;
  position: relative;
  display: block; }

.item-box__images__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.2s ease-in-out; }

.item-box__images__img.is-active {
  opacity: 1;
  transition-delay: 0.1s; }

.item-box__images__img > img {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  max-width: 95%;
  max-height: 95%;
  transform: translate(-50%, -50%); }

.item-box__info {
  display: block;
  padding-top: 0.5em;
  width: 100%; }

.item-box__info > h3 {
  font-family: "Lato";
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: #000; }

.item-box__info__price {
  line-height: 1;
  margin-top: 0.2em;
  text-align: center;
  font-family: "Lato";
  font-size: 1em;
  font-weight: bold;
  color: #000; }

.item-box__color-options {
  padding-top: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4em; }

.item-box__color-options a {
  position: relative; }

.item-box__color-options a > span {
  border-radius: 50%;
  height: 1.4em;
  width: 1.4em;
  display: block;
  background-color: #23282d;
  margin-right: 0.5em;
  margin-left: 0.5em;
  position: relative;
  z-index: 1; }

.item-box__color-options a:nth-last-of-type(1) > span {
  background-color: #a4a4a4; }

.item-box__color-options a::before {
  content: " ";
  display: block;
  border-radius: 50%;
  height: 1.4em;
  width: 1.4em;
  display: block;
  background-color: none;
  border: 0.16em solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

.item-box__color-options a.is-active::before {
  border: 0.16em solid #e1e1e1; }

.item-box__color-options > a:nth-last-of-type(1) {
  margin-right: 0; }

/*TABLET*/
@media screen and (max-width: 60em) {
  .item-box {
    width: 33.33%; }

  .item-box__info > h3 {
    font-size: 1em; }

  .item-box__info__price {
    font-size: 1em; } }
/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .item-box {
    width: 50%;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1em; }

  .item-box__info > h3 {
    font-size: 0.9em; }

  .item-box__info__price {
    font-size: 0.9em; } }
@media screen and (max-width: 20em) {
  .item-box {
    width: 100%; }

  .item-box__info > h3 {
    font-size: 0.9em; }

  .item-box__images {
    width: 100%;
    padding-top: 90%; } }
@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes scale-display--reversed {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  99% {
    display: block;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0); } }
.item-list-header__section {
  background-color: #fff; }

.item-list-header__content {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2em;
  padding-right: 2em; }

.item-list-header__content h1 {
  font-size: 2.5em;
  line-height: 1;
  font-family: "Lato";
  font-weight: 700;
  float: left; }
  @media screen and (max-width: 60em) {
    .item-list-header__content h1 {
      float: none; } }

.item-list-sort__content {
  float: right; }
  @media screen and (max-width: 60em) {
    .item-list-sort__content {
      display: none; } }

.item-list-sort__content select {
  margin: 0;
  border: 1px solid #e7e7e7;
  background: transparent;
  width: 13em;
  padding: 0.35em;
  padding-right: 2em;
  font-size: 0.85em;
  height: 2.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/dd_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 1em auto;
  background-color: #fff;
  margin-top: 6px; }

.item-list-sort__content select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */ }

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0) {
  .item-list-sort__content select {
    background: none\9;
    padding: 5px\9; } }
.item-list__section {
  margin-top: 2em; }

.item-list__content.section__content {
  padding-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 4em;
  display: flex;
  flex-wrap: wrap; }

/*4K*/
@media only screen and (min-width: 121em) {
  .item-list-header__content {
    font-size: 1.2em; }

  .item-list-sort__section {
    font-size: 1.2em; }

  .item-list__content {
    font-size: 1.2em; } }
/*TABLET*/
@media screen and (max-width: 75em) {
  .item-list-header__content > h1 {
    font-size: 2em; } }
@media screen and (max-width: 60em) {
  .item-list-header__content {
    padding-left: 2em;
    padding-right: 2em; }

  .item-list-header__content > h1 {
    font-size: 2em;
    text-align: center; }

  .item-list__section {
    margin-top: 0em; }

  .item-list__content.section__content {
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 0; } }
/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .item-list-header__content {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em; }

  .item-list-header__content h1 {
    font-size: 1.1em; }

  .item-list__content.section__content {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0; } }
.item-top__content {
  padding-top: 2em;
  padding-bottom: 0;
  width: 54em;
  max-width: 100%; }

.item-top__info {
  width: 24em;
  height: auto;
  float: left;
  padding: 3em;
  padding-top: 0;
  text-align: center;
  overflow: hidden; }

.item-top__info__refno > span {
  font-size: 1em;
  color: #868686;
  font-family: "Lato";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.item-top__info__heading {
  padding-top: 0.3em; }

.item-top__info__heading > h1 {
  font-size: 2.5em;
  font-family: "Georgia"; }

.item-top__info__price {
  margin-top: 0em; }

.item-top__info__price span {
  font-size: 1.8em;
  color: #414142;
  font-family: "Lato";
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.item-top__info__color-info {
  margin-top: 1.6em; }

.item-top__info__color-info > div {
  font-size: 1em;
  font-family: "Lato";
  line-height: 1;
  color: #414142; }

.item-top__info__color-info span:nth-of-type(1) {
  letter-spacing: 2px; }

.item-top__info__color-options {
  margin-top: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center; }

.item-top__info__color-options a {
  position: relative; }

.item-top__info__color-options a > span {
  border-radius: 50%;
  height: 1.4em;
  width: 1.4em;
  display: block;
  background-color: #23282d;
  margin-right: 0.5em;
  margin-left: 0.5em;
  position: relative;
  z-index: 1; }

.item-top__info__color-options a:nth-last-of-type(1) > span {
  background-color: #a4a4a4; }

.item-top__info__color-options a::before {
  content: " ";
  display: block;
  border-radius: 50%;
  height: 1.4em;
  width: 1.4em;
  display: block;
  background-color: none;
  border: 0.16em solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

.item-top__info__color-options a.is-active::before {
  border: 0.16em solid #e1e1e1; }

.item-top__info__sizes {
  margin-top: 1.3em;
  font-size: 1em;
  font-family: "Georgia";
  line-height: 1.35;
  color: #414142; }

.item-top__info__sizes a {
  color: #4990e2; }

.item-top__info__materials {
  margin-top: 1.6em; }

.item-top__info__materials img {
  margin-left: 1em;
  height: 3em; }

.item-top__info__materials img:nth-of-type(1) {
  margin-left: 0em; }

.item-top__info__store-finder {
  margin-top: 1.6em; }

.item-top__info__store-finder > a {
  background-color: #7e8083;
  display: block;
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 16em;
  margin-left: auto;
  margin-right: auto; }

.item-top__info__store-finder > a span {
  font-size: 0.8em;
  letter-spacing: 2px; }

.item-top__info__excerpt {
  margin-top: 1.6em; }

.item-top__info__excerpt p {
  text-align: center;
  font-size: 1em;
  font-family: "Georgia";
  line-height: 1.35;
  width: 30em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.item-top__info__share {
  margin-top: 1em;
  position: relative;
  overflow: visible; }

.item-top__info__share button {
  color: #4990e2;
  font-size: 1em;
  font-family: "Lato";
  text-decoration: underline;
  cursor: pointer; }

.item-top__info__share__popup {
  background-color: #fff;
  height: 4em;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(999999999em, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border: 1px solid #e7e7e7;
  padding: 11px; }

.item-top__info__share__popup.is-active {
  transform: translate(0, -50%);
  opacity: 1; }

@media only screen and (min-width: 121em) {
  .item-top__content {
    font-size: 1.2em; } }
@media screen and (max-width: 75em) {
  .item-top__info__heading > h1 {
    font-size: 2em; } }
@media screen and (max-width: 60em) {
  .item-top__content {
    padding-top: 0; }

  .item-top__info {
    width: 100%;
    float: none;
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 2em; }

  .item-top__info__heading > h1 {
    font-size: 2em; }

  .item-top__info__price span {
    font-size: 1.5em; }

  .item-top__info__refno > span {
    font-size: 1em; }

  .item-top__info__color-info > div {
    font-size: 1em; }

  .item-top__info__sizes {
    margin-top: 1.3em;
    font-size: 1em; }

  .item-top__info__share button {
    font-size: 1em; }

  .item-top__info__excerpt p {
    font-size: 1em;
    text-align: left; }

  .item-top__info__share__popup {
    top: 50%;
    left: 0;
    transform: translate(999999999em, 0%); } }
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .item-top__info__heading > h1 {
    font-size: 1.1em; }

  .item-top__info__refno > span {
    font-size: 0.9em; }

  .item-top__info__color-info > div {
    font-size: 0.9em; }

  .item-top__info__sizes {
    font-size: 0.9em; }

  .item-top__info__share button {
    font-size: 0.9em; } }
.item-top__img {
  width: 30em;
  height: calc(30em * 1.33);
  float: left;
  position: relative; }

.item-top__img__images {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 4em; }

.item-top__img__images__img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: top center;
  transition: opacity 0.2s ease-in-out; }

.item-top__img__images__img.is-active {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  transition-delay: 0.1s; }

.item-top__img__images__img > img {
  position: absolute;
  top: 0;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, 0%);
  opacity: 1; }

.item-top__img__galler-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4em;
  padding-left: 2em;
  text-align: center; }

.item-top__img__galler-link > a {
  width: auto;
  display: inline-block;
  padding-left: 2.8em;
  height: 4em;
  line-height: 4em;
  background-repeat: no-repeat;
  background-size: 2em auto;
  background-position: left center;
  background-image: url("../img/gallery_symbol.svg");
  color: #000;
  transform: translateX(-1.4em); }

@media screen and (orientation: portrait) {
  /*.item-top__img__images__img {
      padding-top:0;
      height:100%;
      background-size: auto 100%;
  }*/ }
/*TABLET*/
@media screen and (max-width: 75em) {
  .item-top__img {
    height: calc(29em * 1.33); }

  .item-top__img__images {
    bottom: 4em; } }
@media screen and (max-width: 60em) {
  .item-top__img {
    width: 100%;
    float: none;
    height: 60vh; }

  .item-top__img__images__img {
    width: 100%;
    background-position: center center; }

  .item-top__img__galler-link {
    width: 100%;
    left: 0;
    text-align: center; }

  .item-top__img__images {
    bottom: 4em; } }
/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape) {
  .item-top__img {
    height: 92vh; } }
.item-details__section {
  background-color: #fff;
  padding-bottom: 4em; }

.item-details__content {
  padding-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
  width: 49em; }

.item-details__heading h2 {
  font-family: "Lato";
  font-size: 1.8em;
  color: #414142;
  text-align: center; }

.item-details__info-table {
  margin-top: 2em; }

.item-details__info-table ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-padding-start: 0em; }

.item-details__info-table ul li {
  border-top: 1px solid #e7e7e7;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  text-align: center;
  display: block;
  position: relative;
  font-size: 1em;
  font-family: "Georgia"; }

.item-details__info-table ul li > span {
  font-weight: bold; }

.item-details__info-table ul li:nth-last-of-type(1) {
  border-bottom: 1px solid #e7e7e7; }

.item-details__features {
  background: #f6f6f6;
  padding: 2em;
  margin-top: 2em; }

.item-details__features__heading {
  margin-bottom: 1em; }

.item-details__features__heading h3 {
  font-family: "Lato";
  font-size: 1.5em;
  color: #414142; }

.item-details__features ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-padding-start: 0em; }

.item-details__features ul li {
  padding-left: 1.3em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  display: block;
  position: relative;
  font-size: 1em;
  font-family: "Georgia"; }

.item-details__features ul li::before {
  content: " ";
  position: absolute;
  top: 1.15em;
  left: 0;
  height: 0.4em;
  width: 0.4em;
  background-color: #000;
  border-radius: 50%; }

.item-details__video {
  margin-top: 2em; }

.item-details__video > div {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  width: 100%; }

.item-details__video > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  height: 100%;
  width: 100%; }

.item-details__text {
  margin-top: 2em;
  position: relative; }

.item-details__text__expander {
  position: relative;
  z-index: 1;
  height: 5em;
  overflow: hidden;
  position: relative;
  transition: height 0.3s ease-in-out; }

.item-details__text__expander__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.item-details__text__expander p {
  font-size: 1em;
  font-family: "Georgia";
  line-height: 1.35;
  padding-bottom: 1em; }

.item-details__text__expander p > iframe {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.item-details__text__expander p > img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.item-details__text__expander p:nth-last-of-type(1) {
  padding-bottom: 0; }

.item-details__text__fade {
  position: absolute;
  bottom: 0em;
  height: 3.5em;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  opacity: 1;
  z-index: 2;
  transition: opacity 0.2s ease-in-out; }

.item-details__text__expander.is-expanded .item-details__text__fade {
  opacity: 0;
  height: 0; }

.item-details__text__readmore {
  padding-top: 0.5em;
  position: relative;
  z-index: 3; }

.item-details__text__readmore a {
  color: #4990e2;
  font-size: 1em;
  text-decoration: underline;
  cursor: pointer;
  overflow: hidden; }

.item-details__text__readmore a > span:nth-last-of-type(1) {
  display: none; }

.item-details__text__readmore.is-expanded a > span:nth-last-of-type(1) {
  display: block; }

.item-details__text__readmore.is-expanded a > span:nth-of-type(1) {
  display: none; }

@media screen and (min-width: 121em) {
  .item-details__section {
    font-size: 1.2em; } }
@media screen and (max-width: 60em) {
  .item-details__heading h2 {
    font-size: 1.5em; }

  .item-details__content {
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0; }

  .item-details__info-table {
    padding-left: 2em;
    padding-right: 2em; }

  .item-details__features {
    padding-left: 2em;
    padding-right: 2em; }

  .item-details__features__heading h3 {
    font-size: 1.4em; }

  .item-details__text {
    padding-left: 2em;
    padding-right: 2em; }

  .item-details__text__expander p {
    font-size: 1em; } }
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .item-details__heading h2 {
    font-size: 1.1em; }

  .item-details__content {
    padding-left: 0;
    padding-right: 0; }

  .item-details__features__heading h3 {
    font-size: 1.2em; }

  .item-details__text {
    padding-left: 1em;
    padding-right: 1em; }

  .item-details__text__expander p {
    font-size: 0.9em; } }
.store-finder-header {
  background-color: #fff; }

.store-finder-header__content {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2em;
  padding-right: 2em; }

.store-finder-header__heading h1 {
  font-size: 2.5em;
  font-family: "Lato";
  text-align: center;
  font-weight: 700; }

.stores-country__content {
  padding-top: 0;
  padding-bottom: 12em;
  overflow: hidden;
  padding-left: 2em;
  padding-right: 2em; }

.stores-country__store {
  padding: 2em;
  width: 25%;
  float: left;
  height: 15em; }

.stores-country__store h3 {
  font-size: 1.5em;
  font-family: "Georgia";
  font-weight: 400; }

.stores-country__store p {
  font-size: 1em;
  font-family: "Georgia";
  line-height: 1.75;
  color: #000; }

.store__info {
  margin-top: 0.75em; }

.store__info a {
  color: #000;
  display: block;
  line-height: 1.6; }

a.store__link {
  color: #4990e2;
  text-decoration: underline; }

a.stores-country__store-name {
  font-weight: bold; }

/*4K*/
@media only screen and (min-width: 121em) {
  .stores-country__content {
    font-size: 1.2em; } }
/*TABLET*/
@media screen and (max-width: 75em) {
  .store-finder-header__heading h1 {
    font-size: 2em; } }
@media screen and (max-width: 60em) {
  .store-finder-header__content {
    padding-left: 2em;
    padding-right: 2em; }

  .store-finder-header__heading h1 {
    font-size: 2em; }

  .stores-country__content {
    padding-left: 2em;
    padding-right: 2em; }

  .stores-country__store {
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%; }

  .stores-country__content {
    padding-bottom: 4em; } }
/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .store-finder-header__content {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em; }

  .store-finder-header__heading h1 {
    font-size: 1.1em; }

  .stores-country__content {
    padding-left: 1em;
    padding-right: 1em; } }
.categories-list-header__section {
  background-color: #fff; }

.categories-list-header__content {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2em;
  padding-right: 2em; }

.categories-list-header__content > h1 {
  font-size: 2.5em;
  line-height: 1;
  font-family: "Lato";
  font-weight: 700; }

.categories-list__section {
  height: auto; }

.categories-list__content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 0; }

.category-box {
  width: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  position: relative;
  flex-grow: 1;
  padding-bottom: 4em; }

.category-box:nth-of-type(1),
.category-box:nth-of-type(1n+3) {
  padding-right: 3em; }

.category-box:nth-of-type(2),
.category-box:nth-of-type(2n+3) {
  padding-right: 1.5em;
  padding-left: 1.5em; }

.category-box:nth-of-type(3n + 3) {
  padding-right: 0;
  padding-left: 3em; }

.category-box a {
  display: block; }

.category-box__img {
  width: 100%;
  height: 0;
  padding-top: 68%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden; }

.category-box__img > img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

.category-box__info {
  padding-top: 1.25em;
  text-align: center; }

.category-box__info h3 {
  font-size: 1em;
  font-family: "Lato";
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  letter-spacing: 1px; }

/*4K*/
@media only screen and (min-width: 121em) {
  .categories-list-header__content {
    font-size: 1.2em; }

  .categories-list__content {
    font-size: 1.2em; } }
@media screen and (max-width: 75em) {
  .categories-list-header__content > h1 {
    font-size: 2em; } }
/*TABLET*/
@media screen and (max-width: 60em) {
  .categories-list-header__content {
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 2em; }

  .categories-list-header__content > h1 {
    font-size: 2em;
    text-align: center; }

  .category-box {
    width: 50%;
    max-width: 50%; }

  .category-box:nth-of-type(1n) {
    padding-right: 1.5em;
    padding-left: 0; }

  .category-box:nth-of-type(2n) {
    padding-right: 0;
    padding-left: 1.5em; } }
/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .categories-list-header__content {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em; }

  .categories-list-header__content > h1 {
    font-size: 1.1em;
    text-align: center; }

  .categories-list__content {
    display: block;
    justify-content: default;
    align-items: default;
    padding-left: 0;
    padding-right: 0; }

  .category-box {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0em; }

  .category-box:nth-of-type(1),
  .category-box:nth-of-type(1n+3) {
    padding-right: 0; }

  .category-box:nth-of-type(2),
  .category-box:nth-of-type(2n+3) {
    padding-right: 0;
    padding-left: 0; }

  .category-box:nth-of-type(3n + 3) {
    padding-right: 0;
    padding-left: 0; }

  .category-box:nth-of-type(1n) {
    padding-right: 0;
    padding-left: 0; }

  .category-box:nth-of-type(2n) {
    padding-right: 0;
    padding-left: 0; }

  .category-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #4A4A4A;
    opacity: 0.4; }

  .category-box__info {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding-top: 0;
    padding-right: 1em;
    padding-left: 1em; }

  .category-box__img {
    padding-top: 56.25%; }

  .category-box__info > h3 {
    color: #fff; } }
.contact-details-header__content {
  padding-top: 1em;
  padding-left: 2em;
  padding-right: 2em; }

.contact-details-header__content h1 {
  font-size: 2.5em;
  font-family: "Lato";
  text-align: center;
  font-weight: 700; }

.contact-details__content {
  padding-left: 0;
  padding-right: 0;
  width: 49em;
  max-width: 100%;
  text-align: center;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 2em;
  padding-right: 2em; }

.contact-details__content a {
  display: inline-block; }

.contact-details__content a > span {
  color: #414142;
  font-size: 2.5em;
  font-family: "Georgia"; }

.contact-details__content a:nth-of-type(1) {
  margin-bottom: 2em; }

/*4K*/
@media only screen and (min-width: 121em) {
  .contact-details-header__section {
    font-size: 1.2em; }

  .contact-details__section {
    font-size: 1.2em; } }
/*TABLET*/
@media screen and (max-width: 75em) {
  .contact-details-header__content h1 {
    font-size: 2em; }

  .contact-details__content a > span {
    font-size: 2em; } }
@media screen and (max-width: 60em) {
  .contact-details-header__content {
    padding-left: 2em;
    padding-right: 2em; }

  .contact-details__content {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 2em; } }
/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .contact-details-header__content {
    padding-left: 1em;
    padding-right: 1em; }

  .contact-details-header__content h1 {
    font-size: 1.1em; }

  .contact-details__content {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em; }

  .contact-details__content a > span {
    color: #000;
    font-size: 1.1em;
    font-family: "Georgia"; } }
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal .modal-content {
    background-color: #fefefe;
    margin: 10% auto 0 auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 800px;
    position: relative; }
    .modal .modal-content .modal-close {
      position: absolute;
      right: 0;
      z-index: 30000;
      width: 2.5rem;
      height: 2.5rem;
      margin: .3rem;
      cursor: pointer;
      border: 0;
      outline: none; }

.size-guide h1 {
  font-size: 20px;
  line-height: 38px;
  border-bottom: 2px solid #eee;
  padding: 0 15px;
  margin-bottom: 30px; }
.size-guide .tabs nav {
  padding: 0 15px 10px 15px;
  border-bottom: 1px solid #eee; }
  .size-guide .tabs nav .size-guide-selector {
    float: left;
    width: 50%; }
    .size-guide .tabs nav .size-guide-selector li {
      margin-right: 15px; }
  .size-guide .tabs nav .unit-control {
    float: right;
    width: 50%;
    text-align: right; }
    .size-guide .tabs nav .unit-control li {
      margin-left: 15px; }
  .size-guide .tabs nav li {
    display: inline-block; }
  .size-guide .tabs nav li, .size-guide .tabs nav a {
    color: #999;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px; }
  .size-guide .tabs nav .active {
    color: #000;
    text-decoration: underline; }
.size-guide .tabs .tab-content {
  display: none; }
  .size-guide .tabs .tab-content.active {
    display: block; }
.size-guide .tabs .size-guide__table .table-col-controller {
  cursor: pointer; }
  .size-guide .tabs .size-guide__table .table-col-controller div {
    padding: 9px 0;
    text-align: center;
    width: 14%;
    display: inline-block; }
.size-guide .tabs .size-guide__table .size-guide__table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .size-guide .tabs .size-guide__table .size-guide__table-row div {
    padding: 9px 0;
    text-align: center;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
    .size-guide .tabs .size-guide__table .size-guide__table-row div span {
      text-align: center;
      font-size: 12px;
      line-height: 18px; }
    .size-guide .tabs .size-guide__table .size-guide__table-row div.even {
      background-color: #eee; }
    .size-guide .tabs .size-guide__table .size-guide__table-row div.selected-row {
      color: #fff;
      background-color: #414142; }
.size-guide .tabs .size-guide__table-row-name {
  font-size: 13px;
  line-height: 18px; }
.size-guide .tabs .size-devider-sm {
  display: none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 768px) {
  .size-guide .tabs .size-guide__table .size-guide__table-row .size-guide__table-row-name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-weight: bold; }
  .size-guide .tabs .size-guide__table .size-guide__table-row div span {
    display: block;
    text-align: center;
    font-size: 12px; }
    .size-guide .tabs .size-guide__table .size-guide__table-row div span.size-devider-lg {
      display: none; }
  .size-guide .tabs .size-devider-sm {
    display: block; }

  .size-guide .tabs .size-guide__table .size-guide__table-row div.d-none {
    display: none; }

  .size-guide .tabs nav .size-guide-selector,
  .size-guide .tabs nav .unit-control {
    width: 100%; } }
/***ARTICLE***/
.article-header__content {
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 2em;
  padding-right: 2em; }

.article-header__heading {
  margin-bottom: 0.5em; }

.article-header__heading h1 {
  font-size: 3em;
  color: #222123;
  font-family: "Lato";
  font-weight: bold; }

.article-header__text p {
  font-size: 1.5em;
  font-family: "Georgia";
  font-style: italic;
  color: #222123; }

.article-header__author {
  position: relative;
  padding-top: 3em; }

.article-header__author::before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 1.5em;
  width: 6em;
  height: 2px;
  background-color: #222123;
  transform: translateX(-50%); }

.article-header__author h3 {
  font-family: "Lato";
  font-size: 1em;
  color: #222123; }

.article-header__author h3 span {
  text-transform: uppercase; }

/*4K*/
@media only screen and (min-width: 121em) {
  .article-header__content {
    font-size: 1.2em; } }
/*TABLET*/
@media screen and (max-width: 75em) {
  .article-header__heading h1 {
    font-size: 2.5em; } }
/*TABLET*/
@media screen and (max-width: 60em) {
  .article-header__content {
    padding-left: 2em;
    padding-right: 2em; } }
/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .article-header__content {
    padding-left: 1em;
    padding-right: 1em; }

  .article-header__author::before {
    height: 1px; }

  .article-header__heading h1 {
    font-size: 1.5em; }

  .article-header__text p {
    font-size: 1.2em; }

  .article-header__author h3 {
    font-size: 1em; } }
.article-large-img__content.section__content {
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

.article-large-img__img {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center; }

.article-large-img__img img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%; }

.article-large-img__info {
  padding-top: 0.5em; }

.article-large-img__info > p {
  color: #767676;
  font-size: 0.76em;
  font-family: "Lato";
  line-height: 1;
  text-align: right; }

.article-large-img__info > p > span {
  padding-left: 1.4em;
  background-image: url("../img/photo-camera.svg");
  background-position: left 0.2em;
  background-size: 1.2em auto;
  background-repeat: no-repeat; }

/*4K*/
@media only screen and (min-width: 121em) {
  .article-large-img__content.section__content {
    font-size: 1.2em; } }
/*TABLET*/
@media screen and (max-width: 60em) {
  .article-large-img__info {
    padding-left: 2em;
    padding-right: 2em; } }
/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .article-large-img__content.section__content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1em;
    padding-bottom: 1em; }

  .article-large-img__img {
    position: relative;
    padding-top: 75%; }

  .article-large-img__info {
    padding-left: 1em;
    padding-right: 1em; }

  .article-large-img__info > p {
    text-align: left; } }
.article-img__content.section__content {
  padding: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  width: 49em;
  max-width: 100%;
  padding-left: 2em;
  padding-right: 2em; }

.article-img__heading {
  text-align: center;
  padding-bottom: 1.8em; }

.article-img__heading h3 {
  font-family: "Lato";
  font-size: 1.8em; }

.article-img__img {
  width: 100%; }

.article-img__img img {
  width: 100%; }

.article-img__info {
  padding-top: 0.5em; }

.article-img__info > p {
  color: #767676;
  font-size: 0.76em;
  font-family: "Lato";
  line-height: 1;
  text-align: right; }

.article-img__info > p > span {
  padding-left: 1.4em;
  background-image: url("../img/photo-camera.svg");
  background-position: left 0.2em;
  background-size: 1.2em auto;
  background-repeat: no-repeat; }

/*4K*/
@media only screen and (min-width: 121em) {
  .article-img__content.section__content {
    font-size: 1.2em; } }
/*TABLET*/
@media screen and (max-width: 60em) {
  .article-img__content.section__content {
    padding-left: 2em;
    padding-right: 2em; } }
/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .article-img__content.section__content {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0;
    padding-right: 0; }

  .article-img__info {
    padding-left: 1em;
    padding-right: 1em; }

  .article-img__info > p {
    text-align: left; } }
.article-text__content.section__content {
  padding-left: 0;
  padding-right: 0;
  width: 49em;
  max-width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 2em;
  padding-right: 2em; }

.article-text__heading {
  text-align: center;
  padding-bottom: 1.8em;
  padding-left: 2em;
  padding-right: 2em; }

.article-text__heading h3 {
  font-family: "Lato";
  font-size: 1.8em;
  line-height: 1.2; }

.article-text__content p {
  font-size: 1em;
  font-family: "Georgia";
  line-height: 1.75;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #414142;
  padding-bottom: 1em; }

.article-text__content p:nth-last-of-type(1) {
  padding-bottom: 0; }

.article-text__img {
  margin-top: 3em; }

.article-text__img > img {
  width: 100%; }

.article-text__content a {
  color: #414142;
  text-decoration: underline; }

/*4K*/
@media only screen and (min-width: 121em) {
  .article-text__content {
    font-size: 1.2em; } }
/*TABLET*/
@media screen and (max-width: 60em) {
  .article-text__content.section__content {
    padding-left: 2em;
    padding-right: 2em; }

  .article-text__heading h3 {
    font-size: 1.5em; }

  .article-text__content p {
    font-size: 1em; } }
/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .article-text__content.section__content {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em; }

  .article-text__heading h3 {
    font-size: 1.1em; }

  .article-text__content p {
    font-size: 0.9em; } }
.article-img-text__heading {
  text-align: center;
  padding-bottom: 1.8em; }

.article-img-text__heading h3 {
  font-family: "Lato";
  font-size: 1.8em; }

.article-img-text__content.section__content {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 0;
  padding-right: 0;
  width: 49em;
  max-width: 100%;
  padding-left: 2em;
  padding-right: 2em; }

.article-img-text__main {
  position: relative;
  min-height: 22em; }

.article-img-text__section.mod-landscape .article-img-text__main {
  min-height: 12.7em; }

.article-img-text__text {
  width: 100%;
  padding-right: 17em; }

.article-img-text__section.mod-landscape .article-img-text__text {
  padding-right: 20.3em; }

.article-img-text__section.mod-align-left .article-img-text__text {
  padding-left: 17em;
  padding-right: 0; }

.article-img-text__section.mod-align-left.mod-landscape .article-img-text__text {
  padding-left: 20.3em;
  padding-right: 0; }

.article-img-text__text > p {
  color: #414142;
  font-size: 1em;
  font-family: "Georgia";
  line-height: 1.75;
  padding-bottom: 1em; }

.article-img-text__text > p:nth-last-of-type(1) {
  padding-bottom: 0; }

.article-img-text__text a {
  color: #414142;
  text-decoration: underline; }

.article-img-text__img {
  width: 16em;
  height: 22em;
  position: absolute;
  top: 0.3em;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.article-img-text__section.mod-landscape .article-img-text__img {
  width: 19.3em;
  height: 12.7em; }

.article-img-text__img > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.article-img-text__section.mod-align-left .article-img-text__img {
  right: auto;
  left: 0; }

.article-img-text__info {
  padding-top: 1em;
  position: absolute;
  top: 22em;
  width: 16em;
  right: 0;
  padding-left: 1.2em;
  background-image: url("../img/photo-camera.svg");
  background-position: left 1em;
  background-size: 0.9em auto;
  background-repeat: no-repeat; }

.article-img-text__info > p {
  color: #767676;
  font-size: 0.76em;
  font-family: "Lato";
  line-height: 1;
  text-align: left; }

.article-img-text__text p {
  font-size: 1em;
  font-family: "Georgia";
  line-height: 1.75; }

/*4K*/
@media only screen and (min-width: 121em) {
  .article-img-text__content {
    font-size: 1.2em; } }
/*TABLET*/
@media screen and (max-width: 60em) {
  .article-img-text__content.section__content {
    padding-left: 2em;
    padding-right: 2em; } }
/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .article-img-text__content.section__content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1em;
    padding-bottom: 2em; }

  .article-img-text__text,
  .article-img-text__section.mod-landscape .article-img-text__text,
  .article-img-text__section.mod-align-left .article-img-text__text,
  .article-img-text__section.mod-align-left.mod-landscape .article-img-text__text {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em; }

  .article-img-text__text > p {
    font-size: 0.9em; }

  .article-img-text__img {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 133.33%;
    top: 0;
    right: 0; }

  .article-img-text__section.mod-landscape .article-img-text__img {
    padding-top: 75%; }

  .article-img-text__info {
    padding-left: calc(1em + 1em);
    padding-top: 1em;
    position: relative;
    top: auto;
    width: 100%;
    background-position: 1em 1em; } }
.article-video__content {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  width: 49em;
  max-width: 100%;
  padding-left: 2em;
  padding-right: 2em; }

.article-video__video {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  width: 100%; }

.article-video__video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  height: 100%;
  width: 100%; }

/*4K*/
@media only screen and (min-width: 121em) {
  .article-video__content {
    font-size: 1.2em; } }
/*TABLET*/
@media screen and (max-width: 60em) {
  .article-video__content {
    padding-left: 2em;
    padding-right: 2em; } }
/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .article-video__content {
    padding-left: 0;
    padding-right: 0; } }
.article-quote__content.section__content {
  padding: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  width: 49em;
  max-width: 100%;
  padding-left: 2em;
  padding-right: 2em; }

.article-quote__quote h2 {
  font-size: 1.5em;
  font-family: "Georgia";
  font-style: italic;
  color: #222123;
  text-align: center; }

/*TABLET*/
@media screen and (max-width: 60em) {
  .article-quote__content.section__content {
    padding-left: 2em;
    padding-right: 2em; }

  .article-quote__quote h2 {
    font-size: 1.4em; } }
/*MOBILE*/
@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-width: 35em) and (orientation: portrait) {
  .article-quote__quote h2 {
    font-size: 1.2em; }

  .article-quote__content.section__content {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em; } }
/*@import "views/article/article-item.scss";*/
/* Filter/refine changes */
.filter_sidebar_content .refine-split {
  width: 20%;
  float: left; }
  .filter_sidebar_content .refine-split .refine-controls {
    padding-left: 2em;
    padding-top: 1em;
    opacity: 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear; }
    .filter_sidebar_content .refine-split .refine-controls h2 {
      font-family: "Lato";
      font-size: 20px;
      line-height: 24px;
      font-weight: bold;
      position: relative; }
      .filter_sidebar_content .refine-split .refine-controls h2 .mobile-close {
        display: none; }
        @media screen and (max-width: 60em) {
          .filter_sidebar_content .refine-split .refine-controls h2 .mobile-close {
            display: block;
            position: absolute;
            font-size: 0.6em;
            width: 12px;
            height: 12px;
            transform: rotate(0deg);
            transition: .5s ease-in-out;
            cursor: pointer;
            right: 20px;
            top: 28px; }
            .filter_sidebar_content .refine-split .refine-controls h2 .mobile-close i {
              display: block;
              position: absolute;
              height: 1px;
              width: 100%;
              background-color: #000;
              border-radius: 0;
              opacity: 1;
              left: 0;
              transform: rotate(0deg);
              transition: .25s ease-in-out; }
              .filter_sidebar_content .refine-split .refine-controls h2 .mobile-close i:nth-child(1) {
                top: 0;
                transform: translateY(0.4em) rotate(45deg);
                transform-origin: 50% 50%; }
              .filter_sidebar_content .refine-split .refine-controls h2 .mobile-close i:nth-child(2) {
                top: 0.8em;
                transform: translateY(-0.4em) rotate(-45deg);
                transform-origin: 50% 50%; } }
      @media screen and (max-width: 60em) {
        .filter_sidebar_content .refine-split .refine-controls h2 {
          text-transform: uppercase;
          font-size: 12px;
          line-height: 18px;
          text-align: center;
          padding: 23px 0;
          font-size: 0.9em; } }
    @media screen and (max-width: 60em) {
      .filter_sidebar_content .refine-split .refine-controls {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        z-index: 19999;
        background: #fff;
        overflow: scroll;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        display: block;
        transform: translateY(-100%);
        opacity: 0;
        transition: transform 0.4s ease-in-out, opacity 0.35s ease-in-out; }
        .filter_sidebar_content .refine-split .refine-controls.is-open {
          opacity: 1;
          transform: translateY(0);
          transition: transform 0.3s ease-in-out, opacity 0.45s ease-in-out; }
        .filter_sidebar_content .refine-split .refine-controls ul li {
          display: flex;
          justify-content: space-between;
          background: #F6F6F6;
          padding: 22px;
          border-top: 1px solid #E7E7E7; }
          .filter_sidebar_content .refine-split .refine-controls ul li label {
            order: 1; }
          .filter_sidebar_content .refine-split .refine-controls ul li input {
            order: 2; }
        .filter_sidebar_content .refine-split .refine-controls .refine-submit {
          text-align: center;
          padding-bottom: 34px; } }
    .filter_sidebar_content .refine-split .refine-controls .refine-section {
      border-top: 1px solid #E7E7E7;
      padding-top: 17px;
      margin-top: 10px;
      padding-bottom: 20px; }
      @media screen and (max-width: 60em) {
        .filter_sidebar_content .refine-split .refine-controls .refine-section {
          margin: 0;
          padding: 0; }
          .filter_sidebar_content .refine-split .refine-controls .refine-section .refine-selection {
            height: 0;
            position: relative;
            overflow: hidden;
            transition: height 0.3s ease-in-out; }
            .filter_sidebar_content .refine-split .refine-controls .refine-section .refine-selection ul {
              display: block; } }
      .filter_sidebar_content .refine-split .refine-controls .refine-section h3 {
        font-family: "Lato";
        font-size: 0.75em;
        line-height: 18px;
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 10px; }
        @media screen and (max-width: 60em) {
          .filter_sidebar_content .refine-split .refine-controls .refine-section h3 {
            padding: 1em 2em;
            font-size: 0.8em;
            position: relative; }
            .filter_sidebar_content .refine-split .refine-controls .refine-section h3:before {
              content: "";
              height: 1px;
              width: 1em;
              background-color: #000;
              position: absolute;
              right: 20px;
              top: 50%; }
            .filter_sidebar_content .refine-split .refine-controls .refine-section h3:after {
              content: "";
              height: 1px;
              width: 1em;
              background-color: #000;
              position: absolute;
              right: 20px;
              top: 50%;
              transform: rotate(90deg);
              transform-origin: 50% 50%;
              transition: transform 0.2s ease-in-out; } }
      .filter_sidebar_content .refine-split .refine-controls .refine-section.is-open h3:after {
        transform: rotate(180deg); }
      .filter_sidebar_content .refine-split .refine-controls .refine-section input {
        border-color: red; }
      .filter_sidebar_content .refine-split .refine-controls .refine-section label {
        padding-left: 22px;
        padding-bottom: 4px;
        font-family: "Georgia";
        font-size: 0.75em;
        line-height: 18px;
        cursor: pointer; }
        @media screen and (max-width: 60em) {
          .filter_sidebar_content .refine-split .refine-controls .refine-section label {
            padding-left: 0;
            font-size: 0.8em; } }
      .filter_sidebar_content .refine-split .refine-controls .refine-section .item-box__color-options {
        height: auto;
        flex-wrap: wrap;
        justify-content: left; }
        .filter_sidebar_content .refine-split .refine-controls .refine-section .item-box__color-options a {
          height: 1.5em;
          margin: 4px 1px;
          width: 2.4em; }
          .filter_sidebar_content .refine-split .refine-controls .refine-section .item-box__color-options a::before {
            border: 0.16em solid #f2f2f2; }
      .filter_sidebar_content .refine-split .refine-controls .refine-section input[type="checkbox"] {
        display: none; }
      .filter_sidebar_content .refine-split .refine-controls .refine-section input[type="checkbox"] + label {
        display: block;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none; }
        @media screen and (max-width: 60em) {
          .filter_sidebar_content .refine-split .refine-controls .refine-section input[type="checkbox"] + label {
            width: 100%; } }
      .filter_sidebar_content .refine-split .refine-controls .refine-section input[type="checkbox"] + label:last-child {
        margin-bottom: 0; }
      .filter_sidebar_content .refine-split .refine-controls .refine-section input[type="checkbox"] + label:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border: 1px solid #D6D5D5;
        position: absolute;
        left: 0;
        top: 3px;
        opacity: .6;
        -webkit-transition: all .12s, border-color .08s;
        transition: all .12s, border-color .08s; }
        @media screen and (max-width: 60em) {
          .filter_sidebar_content .refine-split .refine-controls .refine-section input[type="checkbox"] + label:before {
            left: auto;
            right: -3px;
            width: 1em;
            height: 1.1em;
            border: 1px solid #010002;
            border-radius: 2px; } }
      .filter_sidebar_content .refine-split .refine-controls .refine-section input[type="checkbox"]:checked + label:before {
        width: 5px;
        top: 0px;
        left: 3px;
        border-radius: 0;
        opacity: 1;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media screen and (max-width: 60em) {
          .filter_sidebar_content .refine-split .refine-controls .refine-section input[type="checkbox"]:checked + label:before {
            left: auto;
            right: 0px; } }
    .filter_sidebar_content .refine-split .refine-controls.sort {
      display: none; }
      @media screen and (max-width: 60em) {
        .filter_sidebar_content .refine-split .refine-controls.sort {
          display: block; } }
    .filter_sidebar_content .refine-split .refine-controls input[type="radio"] {
      display: none; }
    .filter_sidebar_content .refine-split .refine-controls input[type="radio"] + label {
      display: block;
      position: relative;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
      @media screen and (max-width: 60em) {
        .filter_sidebar_content .refine-split .refine-controls input[type="radio"] + label {
          width: 100%; } }
    .filter_sidebar_content .refine-split .refine-controls input[type="radio"] + label:last-child {
      margin-bottom: 0; }
    .filter_sidebar_content .refine-split .refine-controls input[type="radio"] + label:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 3px;
      opacity: .6;
      -webkit-transition: all .12s, border-color .08s;
      transition: all .12s, border-color .08s; }
      @media screen and (max-width: 60em) {
        .filter_sidebar_content .refine-split .refine-controls input[type="radio"] + label:before {
          left: auto;
          right: -3px;
          width: 1em;
          height: 1em;
          border: 1px solid #010002;
          border-radius: 100%; } }
    .filter_sidebar_content .refine-split .refine-controls input[type="radio"]:checked + label:before {
      width: 0.5em;
      height: 0.5em;
      border-radius: 100%;
      opacity: 1;
      background: #010002; }
      @media screen and (max-width: 60em) {
        .filter_sidebar_content .refine-split .refine-controls input[type="radio"]:checked + label:before {
          left: auto;
          right: 1px;
          top: 7px; } }
    .filter_sidebar_content .refine-split .refine-controls input[type="radio"]:checked + label:after {
      content: '';
      display: block;
      border: 1px solid #010002;
      width: 1em;
      height: 1em;
      position: absolute;
      border-radius: 100%;
      top: 3px;
      right: -3px; }
.filter_sidebar_content .item-list__section {
  width: 80%;
  float: right; }
  @media screen and (max-width: 60em) {
    .filter_sidebar_content .item-list__section {
      width: 100%; } }

.ajax-loader::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99;
  content: "Loading...";
  text-align: center;
  line-height: 50vh; }

.mobile-filter {
  display: none; }
  @media screen and (max-width: 60em) {
    .mobile-filter {
      display: flex;
      border-top: 1px solid #E7E7E7;
      border-bottom: 1px solid #E7E7E7;
      justify-content: space-around; }
      .mobile-filter > div {
        text-align: center;
        width: 50%; }
      .mobile-filter a {
        font-family: "Lato";
        padding: 15px 0;
        display: block;
        color: #414142;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold; }
        .mobile-filter a span {
          width: 30px;
          vertical-align: top;
          height: 16px;
          background-image: url(../img/dd_arrow.svg);
          background-repeat: no-repeat;
          background-position: right 1em center;
          background-size: 0.9em auto;
          display: inline-block; } }

.no-product {
  text-align: center;
  display: none;
  width: 100%; }
  .no-product.show {
    display: block; }

/*4K*/
@media only screen and (min-width: 121em) {
  .filter_sidebar_content {
    font-size: 1.2em; } }

/*# sourceMappingURL=app.css.map */
