/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel/dist/owl.video.play.png?4a37f8008959c75f619bf0a3a4e2d7a2) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

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

/**
    Site breakpoints
 */

/**
 * Colors, pallets, gradients etc.
 */

/*
 * Parent mixins
 * They are used in text style mixins which use same parameters.
 */

/*
 * Child mixins
 */

body {
  font-family: Brandon, "Didact Gothic", "Open Sans", sans-serif;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  color: #3b3b3b;
}

body a {
  color: #fc2516;
}

body a .active,
body a:hover {
  color: #fc2516;
}

.logo {
  display: block;
  height: 40px;
  margin-left: 12px;
}

.logo img {
  height: 100%;
  transition: 0.3s ease-out;
}

.logo img:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

@media screen and (min-width: 984px) {
  .logo {
    height: 64px;
  }
}

@media screen and (min-width: 1184px) {
  .logo {
    margin-left: unset;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fc2516;
}

.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #fc2516;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger {
  height: 18px;
}

.nav-accordion__heading {
  display: flex;
  align-items: center;
}

.nav-accordion__heading svg {
  width: 24px;
  height: 24px;
  margin-left: auto;
  transition: 0.3s ease-in-out;
  fill: #333333;
}

.nav-accordion__heading svg.is-open {
  transform: rotate(180deg);
  fill: #fc2516;
}

@media screen and (min-width: 968px) {
  .nav-accordion__heading svg {
    display: none;
  }
}

.page-switcher {
  padding: 0 20px;
}

.page-switcher a {
  font-family: "Roboto Black", san-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-switcher .children {
  font-family: "Roboto Black", san-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}

.page-switcher .children:hover {
  cursor: pointer;
}

.page-switcher .top-level {
  border-bottom: 1px solid #E6E6E6;
}

.page-switcher .top-level:last-child {
  border-bottom: none;
}

.page-switcher .top-level a {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  font-size: 14px;
  width: 100%;
  display: block;
  padding: 12px 0;
}

.page-switcher .top-level a.is-active {
  color: #cd3129;
}

.page-switcher .top-level a.nav-accordion__heading {
  display: flex;
}

.page-switcher .top-level .children {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  font-size: 14px;
  width: 100%;
  display: block;
  padding: 12px 0;
}

.page-switcher .top-level .children.is-active {
  color: #cd3129;
}

.page-switcher .top-level .children.nav-accordion__heading {
  display: flex;
}

.page-switcher .second-level {
  display: none;
  padding-left: 12px;
}

.page-switcher .second-level li {
  padding: 0;
  margin-bottom: 12px;
}

.page-switcher .second-level li a {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  padding: 0;
}

.page-switcher .third-level {
  display: none;
  padding-left: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.page-switcher .third-level li {
  padding: 0;
  margin-bottom: 12px;
}

.page-switcher .third-level li a {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  padding: 0;
}

@media screen and (max-width: 983px) {
  .page-switcher .top-level a {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    font-size: 14px;
    color: white;
  }

  .page-switcher .top-level .children {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    font-size: 14px;
    color: white;
  }

  .page-switcher .second-level li a {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    font-size: 14px;
    color: white;
  }
}

@media screen and (min-width: 984px) {
  .page-switcher {
    display: flex;
    flex-direction: row;
  }

  .page-switcher a {
    text-transform: uppercase;
  }

  .page-switcher .has-children {
    position: relative;
  }

  .page-switcher .has-children:hover > .nav-accordion__heading:after {
    border-color: #cd3129 transparent transparent;
  }

  .page-switcher .nav-accordion__heading:after {
    content: "";
    width: 0;
    height: 0;
    border-color: #FFFFFF transparent transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    position: absolute;
    right: 0;
    bottom: 6px;
    display: block;
  }

  .page-switcher .nav-accordion__heading:hover {
    color: #FFFFFF;
  }

  .page-switcher .nav-accordion__heading:hover:after {
    content: "";
    width: 0;
    height: 0;
    border-color: #cd3129 transparent transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    position: absolute;
    right: 0;
    bottom: 6px;
    display: block;
  }

  .page-switcher .top-level {
    border-bottom: 0;
    position: relative;
    margin-top: 11px;
    margin-right: 13px;
  }

  .page-switcher .top-level:hover > a {
    color: #cd3129;
  }

  .page-switcher .top-level:hover > .children {
    color: #cd3129;
  }

  .page-switcher .top-level .nav-accordion__heading:after {
    content: "";
    width: 0;
    height: 0;
    border-color: #FFFFFF transparent transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
  }

  .page-switcher .top-level .nav-accordion__heading:hover:after {
    content: "";
    width: 0;
    height: 0;
    border-color: #cd3129 transparent transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    position: absolute;
    right: 0;
    bottom: 8px;
    display: block;
  }

  .page-switcher .top-level:last-child {
    margin-right: 12px;
  }

  .page-switcher .top-level a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0;
    margin-right: 12px;
  }

  .page-switcher .top-level .children {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0;
    margin-right: 12px;
    color: white;
  }

  .page-switcher .top-level:hover > .second-level {
    transform: translateY(0) scaleY(1);
    opacity: 1;
    visibility: visible;
  }

  .page-switcher .second-level {
    visibility: hidden;
    box-shadow: rgba(60, 60, 60, 0.08) 0px 4px 12px 0px;
    display: flex;
    opacity: 0;
    transition: 0.2s ease-in-out;
    position: absolute;
    left: -5px;
    padding: 0;
    z-index: 99;
    flex-direction: column;
    opacity: 0;
    background: #92c04f;
    transform: translateY(-5px) scaleY(0.5);
    transform-origin: top;
  }

  .page-switcher .second-level .has-children:hover > .nav-accordion__heading {
    margin-right: 20px;
  }

  .page-switcher .second-level .has-children:hover > .nav-accordion__heading:after {
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #FFFFFF;
    border-style: solid;
    border-width: 4px 4px 4px 6px;
    position: absolute;
    bottom: 6px;
    right: 15px;
    display: block;
  }

  .page-switcher .second-level .nav-accordion__heading {
    margin-right: 20px;
  }

  .page-switcher .second-level .nav-accordion__heading:after {
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #FFFFFF;
    border-style: solid;
    border-width: 4px 4px 4px 6px;
    position: absolute;
    bottom: 6px;
    right: 15px;
    display: block;
  }

  .page-switcher .second-level .nav-accordion__heading:hover:after {
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #FFFFFF;
    border-style: solid;
    border-width: 4px 4px 4px 6px;
    position: absolute;
    bottom: 6px;
    right: 15px;
    display: block;
  }

  .page-switcher .second-level a {
    padding-right: 14px;
    position: relative;
  }

  .page-switcher .second-level a.is-active {
    color: #FFFFFF;
  }

  .page-switcher .second-level li {
    padding-right: 5px;
    margin-bottom: 0;
  }

  .page-switcher .second-level li.is-active {
    background-color: #cd3129;
  }

  .page-switcher .second-level li:hover {
    background-color: #cd3129;
  }

  .page-switcher .second-level li:hover > .third-level {
    transform: translateX(0) scaleY(1);
    opacity: 1;
    visibility: visible;
  }

  .page-switcher .second-level li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0;
    color: #FFFFFF;
    padding: 10px 0 0 10px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    text-transform: none;
  }

  .page-switcher .second-level li:last-child {
    margin-bottom: 10px;
  }

  .page-switcher .third-level {
    visibility: hidden;
    box-shadow: rgba(60, 60, 60, 0.08) 0px 4px 12px 0px;
    display: flex;
    opacity: 0;
    transition: 0.2s ease-in-out;
    position: absolute;
    left: 100%;
    z-index: 98;
    top: 0;
    padding: 0;
    flex-direction: column;
    opacity: 0;
    background: #92c04f;
    transform: translateX(-40px) scaleY(0.8);
    transform-origin: left;
  }

  .page-switcher .special-item {
    background: #cd3129;
    border-radius: 8px;
    margin: 0 8px;
  }

  .page-switcher .special-item:hover a {
    color: #FFFFFF;
  }

  .page-switcher .special-item.top-level a {
    padding: 0 0px 0 0;
  }

  .page-switcher .special-item a {
    color: #FFFFFF;
  }

  .page-switcher .special-item a:hover {
    color: #FFFFFF;
  }

  .page-switcher .special-item.top-level a {
    padding: 10px;
  }

  .page-switcher .accordion__icon {
    display: none;
  }
}

.language-switcher {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.language-switcher li {
  background: #92c04f;
  margin-right: 24px;
}

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

.language-switcher li a {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  font-family: "Roboto Black", san-serif;
  color: white;
}

.language-switcher li a .is-active {
  color: #FFFFFF;
}

.language-switcher li a:hover {
  color: #cd3129;
}

@media screen and (min-width: 984px) {
  .language-switcher {
    flex-direction: column;
    justify-content: flex-start;
    max-height: 48px;
    width: 56px;
    border: none;
    transition: 0.3s ease-in-out;
    overflow: hidden;
  }

  .language-switcher:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0;
    border-color: #FFFFFF transparent transparent;
    position: absolute;
    top: 20px;
    right: 8px;
    display: block;
  }

  .language-switcher:hover {
    max-height: 800px;
  }

  .language-switcher:hover li:first-child a {
    color: #cd3129;
  }

  .language-switcher:hover:after {
    border-color: #cd3129 transparent transparent;
  }

  .language-switcher li {
    margin-right: unset;
  }

  .language-switcher li:first-child a {
    padding: 10.4px 16px 0 12px;
  }

  .language-switcher li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px;
    display: block;
    padding: 0 15px 0 15px;
    text-align: center;
  }

  .language-switcher li a:last-child {
    padding-bottom: 12px;
  }

  .language-switcher li a .is-active {
    color: #FFFFFF;
  }

  .language-switcher li a:hover {
    color: #cd3129;
  }
}

.navigation {
  height: 0;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: flex-start;
  background: #92c04f;
  border-top: 1px solid #E6E6E6;
  overflow: hidden;
  transition: 0.3s ease-out;
  overflow-y: scroll;
}

.navigation.is-active {
  height: 100%;
}

.navigation ul {
  margin: 0;
  list-style: none;
}

.navigation .language-switcher {
  margin: 32px auto 0 auto;
  padding-left: unset;
}

@media screen and (min-width: 984px) {
  .navigation {
    display: flex;
    flex-direction: row;
    border-top: none;
    width: 100%;
    overflow: visible;
    overflow-y: unset;
  }

  .navigation .page-switcher,
  .navigation .language-switcher {
    margin-top: 4%;
    margin-bottom: auto;
  }

  .navigation .language-switcher {
    margin-right: unset;
    margin-left: unset;
    position: absolute;
    top: 0;
  }
}

@media screen and (min-width: 1184px) {
  .navigation {
    padding-right: unset;
  }

  .navigation .language-switcher {
    right: 0;
  }
}

@media screen and (max-width: 983px) {
  .navigation {
    display: block;
  }
}

.main-header {
  height: 0;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  transition: 0.3s ease-in-out;
}

.main-header.is-active {
  height: 100%;
}

.main-header.is-active .container {
  height: 100%;
}

.main-header .container {
  height: 0;
  transition: 0.3s ease-out;
}

.main-header .mobile-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px 8px 0;
  background: #92c04f;
}

.main-header .hamburger {
  margin-left: auto;
}

@media screen and (min-width: 984px) {
  .main-header {
    height: auto;
    background: #92c04f;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  }

  .main-header .header-wrapper {
    display: flex;
    flex-direction: row;
    height: auto;
    padding: 16px 0;
  }

  .main-header .mobile-wrapper {
    display: block;
    width: auto;
  }

  .main-header .hamburger {
    display: none;
  }

  .main-header .navigation {
    height: auto;
  }

  .main-header .page-switcher {
    padding: unset;
  }
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s cubic-bezier(0.35, 0, 0, 1);
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}

.modal.open {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.modal .modal-content {
  background-color: white;
  border: 1px solid #92c04f;
  padding: 24px 16px;
  border-radius: 4px;
  position: relative;
  width: 100%;
  max-width: 592px;
  margin: 0 auto;
  top: 20%;
}

.modal .modal-container {
  max-width: 448px;
  margin: 0 auto;
}

.modal .modal-title {
  padding-right: 48px;
  margin-bottom: 8px;
}

.modal .modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.modal .modal-footer .button-primary {
  width: auto;
  margin-top: 0;
}

.modal .modal-footer .close {
  text-transform: uppercase;
  background-color: transparent;
}

.modal .modal-close {
  background: transparent;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 16px;
}

.modal .modal-close .icon-close {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  transition: 0.2s ease-in-out;
}

.modal .modal-close .icon-close:before,
.modal .modal-close .icon-close:after {
  width: 24px;
}

.modal .modal-close .icon-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #92c04f;
  transition: 0.2s ease-in-out;
}

.modal .modal-close .icon-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #92c04f;
  transition: 0.2s ease-in-out;
}

.modal .modal-close .icon-close:hover:before {
  background-color: #cd3129;
}

.modal .modal-close .icon-close:hover:after {
  background-color: #cd3129;
}

.modal .button-primary {
  display: block;
  width: 100%;
  margin-top: 16px;
}

.success-modal .modal-container {
  text-align: center;
  padding-top: 16px;
}

.success-modal .modal-title {
  padding-right: 0;
  margin-bottom: 28px;
}

.success-modal .icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.3);
  position: relative;
  color: red;
  margin-bottom: 28px;
}

.success-modal .icon svg {
  width: 24px;
  height: 19px;
}

.logo-line {
  padding-left: 30px;
  padding-right: 30px;
  margin: 30px 0;
}

.owl-nav {
  position: absolute;
  top: -152px;
  left: 0px;
  right: 0px;
  bottom: 0;
  margin: auto 0;
  height: 0.1px;
  z-index: 1;
}

.owl-prev {
  left: 0;
  position: absolute;
  font-size: 75px !important;
  top: 22px;
}

.owl-next {
  right: 0;
  position: absolute;
  font-size: 75px !important;
  top: 22px;
}

@media screen and (min-width: 984px) {
  .owl-item .image-container {
    width: 160px;
    height: 80px;
    background-size: cover;
  }
}

.menu-spacing {
  margin-top: 28px;
}

@media screen and (min-width: 984px) {
  .menu-spacing {
    margin-top: 56px;
  }
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-nav nav {
  padding-bottom: 16px;
}

.footer-nav a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #707070;
  padding-bottom: 16px;
}

.footer-nav a:hover {
  color: #333333;
}

@media screen and (min-width: 984px) {
  .footer-nav {
    flex-direction: row;
  }

  .footer-nav nav {
    padding-bottom: unset;
  }

  .footer-nav a {
    margin-right: 24px;
    padding-bottom: unset;
  }

  .footer-nav a:last-child {
    margin-right: unset;
  }
}

footer {
  width: 100%;
  flex-shrink: 0;
  padding: 16px 16px 32px 16px;
  background-color: #d6d6d6;
  text-align: center;
}

footer .contacts__social {
  margin: 8px auto;
}

footer .social_image {
  margin-top: 8px;
  height: 16px;
  width: 16px;
}

footer.map-set {
  margin-top: unset;
}

footer .footer-wrapper {
  display: flex;
  flex-direction: column;
}

footer .footer-wrapper span,
footer .footer-wrapper a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #707070;
}

footer .footer-wrapper .policy {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #707070;
}

@media screen and (min-width: 984px) {
  footer {
    padding: 16px;
  }

  footer .contacts__social {
    margin-bottom: 0;
    margin-left: 8px;
  }

  footer .footer-wrapper {
    flex-direction: row;
  }

  footer .policy {
    margin-left: auto;
  }
}

.contacts {
  background: #F7F7F7;
  padding: 16px;
  width: 100%;
  margin-top: 96px;
}

.contacts.map-set {
  margin-top: unset;
}

.contacts__wrapper {
  max-width: 1152px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.contacts__description,
.contacts__phone,
.contacts__subscribe {
  margin: auto;
}

.contacts__description {
  color: #424242;
  line-height: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  letter-spacing: 0;
}

.contacts__phone {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.contacts__phone-text {
  font-size: 16px;
  color: #4C4C4C;
  text-align: center;
  line-height: 24px;
}

.contacts .phone__text-block {
  display: flex;
  margin-bottom: 8px;
}

.contacts .phone__icon {
  margin-right: 8px;
}

.contacts .phone__number {
  font-size: 24px;
  color: #FC2516;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
}

.contacts__subscribe {
  text-align: center;
  margin-bottom: 24px;
}

.contacts__social {
  margin-bottom: 24px;
  display: flex;
}

.contacts .social__links {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 50%;
}

.contacts .social__links:last-child {
  margin-right: 0;
}

.contacts .social__links.facebook {
  background-color: #3C5A99;
}

.contacts .social__links.twitter {
  background-color: #1DA1F2;
}

.contacts .social__links.draugiem {
  background-color: #FF6600;
}

.contacts .social__links.youtube {
  background-color: #FF0000;
}

.contacts .social__links.instagram {
  background-color: #405DE6;
}

.contacts .social__links.tripadvisor {
  background-color: #00AF87;
}

.contacts .social__image {
  margin-top: 8px;
  height: 16px;
  width: 16px;
}

.contacts .subscribe {
  padding: 12px 24px;
  background: #FC2516;
  border-radius: 8px;
  margin: 0 auto;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
}

.contacts .subscribe:hover {
  color: #FFFFFF;
}

@media screen and (min-width: 984px) {
  .contacts {
    padding-top: 48px;
    padding-bottom: 48px;
    margin: auto;
  }

  .contacts__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contacts__description,
  .contacts__phone,
  .contacts__subscribe {
    margin-top: 0;
  }

  .contacts__description {
    margin-left: 0;
  }

  .contacts__subscribe {
    margin-right: 0;
  }

  .contacts__description,
  .contacts__phone,
  .contacts__subscribe {
    margin-bottom: 0;
  }
}

@font-face {
  font-family: "BalooDa2 Regular";
  src: url("/assets/fonts/BalooDa2-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "BalooDa2 Medium";
  src: url("/assets/fonts/BalooDa2-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "BalooDa2 SemiBold";
  src: url("/assets/fonts/BalooDa2-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "BalooDa2 Bold";
  src: url("/assets/fonts/BalooDa2-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "BalooDa2 ExtraBold";
  src: url("/assets/fonts/BalooDa2-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Black";
  src: url("/assets/fonts/Roboto-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Bold";
  src: url("/assets/fonts/Roboto-Bold.ttf") format("truetype");
}

html,
body {
  font-family: "BalooDa2", san-serif;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  position: relative;
}

body header,
body footer,
body main,
body section,
body div {
  box-sizing: border-box;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.top-gallery {
  height: 400px;
  margin: 56px 0 0 0;
  flex-shrink: 0;
}

.top-gallery .swiper-slide {
  background-size: cover;
  background-position: center center;
}

.top-gallery .content {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.top-gallery h2 {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.top-gallery a {
  line-height: 40px;
  border-radius: 8px;
  display: inline-block;
  background-color: #fc2516;
  color: #FFFFFF;
  padding: 0 16px;
  margin-top: 16px;
}

.top-gallery a:hover {
  color: #FFFFFF;
  background-color: #dc1103;
}

.top-gallery .swiper-pagination-bullets {
  display: none;
}

.top-gallery .swiper-pagination-bullet {
  background-color: #FFFFFF;
}

.top-gallery .swiper-button-next {
  background-image: url("/assets/svg/arrows/arrow-right.svg");
}

.top-gallery .swiper-button-prev {
  background-image: url("/assets/svg/arrows/arrow-left.svg");
}

@media screen and (min-width: 800px) {
  .top-gallery {
    height: 496px;
  }

  .top-gallery .content {
    width: 100%;
    max-width: 1152px;
    position: relative;
    margin: 12px;
    padding: 0;
    bottom: -50%;
    transform: translateY(-50%);
    background: none;
  }

  .top-gallery h2 {
    font-size: 56px;
    line-height: 64px;
    color: #fff;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  }

  .top-gallery .swiper-button {
    display: none;
  }

  .top-gallery .swiper-pagination-bullets {
    display: block;
  }
}

@media screen and (min-width: 984px) {
  .top-gallery {
    margin-top: 112px;
  }
}

@media screen and (min-width: 1184px) {
  .top-gallery .content {
    margin: auto;
  }
}

.content-wrapper {
  margin: 56px auto 0 auto;
  padding: 0 12px;
  max-width: 1152px;
  width: 100%;
  flex: 1 0 auto;
}

@media screen and (min-width: 984px) {
  .content-wrapper {
    margin-top: 112px;
  }
}

@media screen and (min-width: 984px) {
  .content-wrapper {
    margin-top: 112px;
  }

  .has-aside .content-wrapper {
    display: grid;
    grid-template-columns: 296px calc(100% - 328px);
    grid-column-gap: 32px;
  }
}

.container {
  margin: auto;
  max-width: 1152px;
  width: 100%;
}

.has-aside main {
  max-width: 800px;
}

.table {
  text-align: center;
  border-collapse: collapse;
}

.table th {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.table th,
.table td {
  padding: 16px;
}

.table td[colspan]:not([colspan="1"]) {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  background: #F2F2F2;
  padding: 12px;
}

.table tbody tr {
  border-top: 1px solid #E3E3E3;
}

.table tbody tr:last-child {
  border-bottom: 1px solid #E3E3E3;
}

.table-scroll {
  overflow-x: auto;
}

img {
  max-width: 100%;
}

.social-share {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 16px;
}

.custom-share {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  color: #fff !important;
  font-size: 14px;
  padding: 8px;
  border-radius: 8px;
  font-family: Neris-SemiBold, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-decoration: none !important;
  position: relative;
}

.custom-share.facebook {
  background-color: #3b5998;
  margin-right: 6px;
}

.custom-share.twitter {
  background-color: #1da1f2;
}

.custom-share svg {
  fill: #fff;
  width: 24px;
  margin-right: 8px;
}

.custom-share a {
  text-decoration: none !important;
}

.richtext {
  float: left;
  width: 100%;
}

.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6,
.richtext p {
  color: #333333;
}

.richtext h1 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}

.richtext h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}

.richtext h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 8px 0 16px;
}

.richtext h4 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}

.richtext h4 + h5 {
  margin-top: -8px;
}

.richtext h5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.richtext p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.richtext a:hover {
  text-decoration: underline;
  color: #dc1103;
}

.richtext ul,
.richtext ol {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}

.richtext ul {
  list-style: none;
  padding-left: unset;
}

.richtext ul li {
  padding-left: 40px;
  background-image: url("/assets/svg/backgrounds/list-check.svg");
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 32px;
}

.richtext img {
  max-width: 100%;
  height: auto !important;
}

@media screen and (min-width: 984px) {
  .richtext {
    margin: auto;
  }

  .richtext h1 {
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
    margin-bottom: 56px;
  }

  .richtext h2 {
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
    margin-bottom: 56px;
  }

  .richtext h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 16px 0 32px;
  }

  .richtext p {
    margin-bottom: 32px;
  }

  .richtext img {
    padding: 16px;
  }
}

