@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri-Light.eot");
  src: url("../fonts/Calibri-Light.eot?#iefix") format('embedded-opentype'),
      url("../fonts/Calibri-Light.woff2") format('woff2'),
      url("../fonts/Calibri-Light.woff") format('woff'),
      url("../fonts/Calibri-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri-BoldItalic.eot");
  src: url("../fonts/Calibri-BoldItalic.eot?#iefix") format('embedded-opentype'),
      url("../fonts/Calibri-BoldItalic.woff2") format('woff2'),
      url("../fonts/Calibri-BoldItalic.woff") format('woff'),
      url("../fonts/Calibri-BoldItalic.ttf") format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri-LightItalic.eot");
  src: url("../fonts/Calibri-LightItalic.eot?#iefix") format('embedded-opentype'),
      url("../fonts/Calibri-LightItalic.woff2") format('woff2'),
      url("../fonts/Calibri-LightItalic.woff") format('woff'),
      url("../fonts/Calibri-LightItalic.ttf") format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri-Italic.eot");
  src: url("../fonts/Calibri-Italic.eot?#iefix") format('embedded-opentype'),
      url("../fonts/Calibri-Italic.woff2") format('woff2'),
      url("../fonts/Calibri-Italic.woff") format('woff'),
      url("../fonts/Calibri-Italic.ttf") format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri.eot");
  src: url("../fonts/Calibri.eot?#iefix") format('embedded-opentype'),
      url("../fonts/Calibri.woff2") format('woff2'),
      url("../fonts/Calibri.woff") format('woff'),
      url("../fonts/Calibri.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri-Bold.eot");
  src: url("../fonts/Calibri-Bold.eot?#iefix") format('embedded-opentype'),
      url("../fonts/Calibri-Bold.woff2") format('woff2'),
      url("../fonts/Calibri-Bold.woff") format('woff'),
      url("../fonts/Calibri-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"),
    url("../fonts/lg.woff?n1z373") format("woff"),
    url("../fonts/lg.ttf?n1z373") format("truetype"),
    url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * 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;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  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 {
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: 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: 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: 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: 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 {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  touch-action: pan-x;
}

.swiper-buttons-area {
  width: 18%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.swiper-buttons-area .swiper-button-prev,
.swiper-buttons-area .swiper-button-next {
  opacity: 0;
}

.swiper-buttons-area:hover .swiper-button-prev,
.swiper-buttons-area:hover .swiper-button-next {
  opacity: 1;
}

.swiper-buttons-area:hover .swiper-button-prev:hover,
.swiper-buttons-area:hover .swiper-button-next:hover {
  opacity: .7;
}

.swiper-buttons-area--left {
  left: 0;
}

.swiper-buttons-area--right {
  right: 0;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 68px;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAABECAMAAADA41dDAAABWVBMVEUAAAD09fXq7Ozu7+/u7+/o6urs7e34+Pj39/f7+/v5+fn6+vr4+Pjo6urv8PD09PTz8/Py8/Po6urp6+vy8/Po6ur19vbo6ur29vb4+Pj09fXu8PDs7e3v8fHp6+vo6ury8/P4+fnz9PTo6ur29vbo6ur4+Pjo6ur4+Pjo6ur6+vro6ur3+Pjq7Ozo6uro6urq7Ozo6urv8fHo6uro6ur5+fno6uro6urz8/Po6uro6uro6uq8vLz39/ezs7P7+/vNzc20tLS3uLjDw8PAwMC+vr6xsbH6+vrGxsa5urrIyMj5+fnPz8/U1NT8/f3v7+/19vbR0dHKysqvsLC2trbt7e3d3d2sra2mqKj09PTq6+vi4+PY2Njw8fHb3NzW1taqq6vn5+fl5eXFxcXa2trg4OCtr6+oqqrz8/PCwsLx8vL6+/vX19fT09Pf39+jpaXk5eWlpaXW19fpIDp4AAAAO3RSTlMAAvAGCQSzr5+Xl4h49eClb1r649DCwL6QgoBgUEMnHfrz7dTKx7WppX54dWlYTEA2MBQQ6sCfnHRuav9r+usAAAOQSURBVEjHjdZnd6JAFAbgWbf3XrKbZHvvvYxoolGixIBhEUExZYkSE012//+HfWdGEFBC7gfPnONzLvcO41xJShx7+/Qavf59nqTG/ZuUx7WrafJdhvoxd7h8KdQm+7h+8hB4/Dl31V6zfIDFbLL8zMtsFTaazeYyVt+SG3rMZCNnMlrG8nGSnL9u25T+K5vmRq/59y/oxQT5IWMgBjld0H1W7HQ590hFDBZzZT2Fzj5wHEetF34v5vQuik2mVx94Xt9ZyVYKv5GW9bVPEdOkZ1lWf6VUqlSQllvW1rVJ+UZDeCvFpdIobRfVYjcyE/KKhPDqy6ClrF9tz7DtCXqBSW1QXS7u8LSiAlM1QONSURSrtrBW/ROqwOyqqpGJSUWRZW19BRQVLGWzvLGuqTuqGqUzsizvau26oDsjileW6zvqpbA8L+/m81qnBroAyisQjS1in0HHEjAvNfZGlBcr9kBftDzQsQRclYbuXm0AujamaKyAdwLqS8BVqdXxKSoA5RWU9YpmeTei8mDYcdvrtXBfPG1W0yyfzjApb7WGjU6YlnwqBfQVl/SgtR2mxYAuSZr2RMhdyLyxuSXoIEILnEraLf6OZCTdNWzQiazZCH0jI6nsJNAKo0VFkkCvKkia99QJ+ieguWXQZ+TTQ0Y1J5WexmHC8yXrKPQJqJxG12QFlD1fSaMLoGeIdARaFvQRqHw0ehq1ptI6p3OKjLRpFDtwh5AXqGBVmUZ3xNke0xNf2RGQfeomU9hn7GDJBgUdhmhxTGugM3w+nM7DKvYhFCfrLmFx8gXoqsSp+G0FtBKj5NhZbqMUG+DTPUkDjdgYHWUt6238tn6QqN3utAWtVkPbqu9plnWFhCyw1gCthyiSCuqBxmxnndNIV7preX3QsT2XR1jtyWug61p95x6JWHYVegEtBdd223NU0KhF9Aeg4rD4M8btxyksu7adOj8BwQWvmx3c2m9J3LJhoIqu/K3qbriYBbMkbs9ICGMt2CpIE9Sw35F4nLysIWy8q6Aps9cxbPqeJFhaFE2JeezaFHSaxYz1NoOkmJsupfQjmWr7iFY2GPL7iZQcP+Vgd4ZB0v0G6DxJsCq2p8GSQgp6nyRZA8O6jZnJaQv0BEm0Nr6u6Zz2xB+iRHubMssLyGJ1kyTHCW4blV7T3MbiNUm1tOVused/IofaUzSInyQlfmVG8iVJjc+vn16kX55/YOv/PjMerEgN2XgAAAAASUVORK5CYII=") no-repeat center;
}

.swiper-button-next {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAABECAMAAADA41dDAAABXFBMVEUAAADo6urq7Ozu7+/z8/Po6urs7e34+Pj39/f7+/v5+fn6+vr4+Pjo6urv8PD09PTz8/Py8/Po6uro6urp6+vy8/P19vbo6ur29vb4+Pj09fXu8PDs7e3o6ury8/P4+fnz9PTo6ur29vb4+Pjo6ur4+Pjo6uro6ur6+vro6ur3+Pjq7Ozo6uro6urq7Ozq7Ozo6uro6urv8fHo6ur5+fno6ur5+fnz8/Po6uro6ur3+Pjq7Ozo6uq8vLz39/ezs7P7+/vNzc20tLS3uLjDw8PAwMC+vr6xsbH6+vrGxsa5urrIyMj5+fnPz8/U1NT8/f3v7+/19vbR0dHKysqvsLC2trbt7e3d3d2sra2mqKj09PTq6+vi4+PY2Njw8fHb3NzW1taqq6vn5+fl5eXFxcXa2trg4OCtr6+oqqrz8/PCwsLx8vL6+/vX19fT09Pf39+jpaXk5eWlpaXW19fesHHBAAAAPHRSTlMAAvAGA8Szr5+Xl4h49eClb1oJ+uPQwL6QgoBgUB368+3UyrWppZ5+eHVpWExGQDYwJhQQCurAdG5qQimSKoQNAAADjUlEQVRIx43W93faMBAHcDVtuvfee+89jaGBgACH2MQ1HmAy6oBDAkn7/7/XryTkmmGc+4n3/HmnOyHrTBDvHl9ULsy/OEBS49wFhcf8rTT5SpEx93K2PHSRqXWBn8ykNyH2Sk63yvXDgzPoY4Cy4zhr+SYv+EMyvYfnJUbtbIPZe8nNncLjP3+c7pptl/4qiudd/JFEWam7gprZvoWYe5NKzVJ2oa8j7r6aRVFqx8wu/MrXdd/3b99Mosqu4/Ckv/KVzJLfC8Pb56bRC6wtLpG0UikWl3qu64bT7By6RqWdYdLiYmEpNBDPp1DPs7qy0kwRtFwPVcTZKdTSbbE+T7pVKFf7BrMnJ6il6x07tv7v6srPmqtpGuwY1XXftDu8qUxmEeuDLq0alGramD2t+70s/qgh3RK03jK2KaXXRin2cYE3JdYH/Qlaaxu53DY9MUpDd8EU/fNSh3SnoeaAuZUUO543SzG6Atqv7QQDdRk4Zi+FrlExS3x9UKwvabupLgPDSuoaRoYnjXdVW20F7cGetBFVJS3GabsxaG5QZuU+3DcMdTGihTjdbO4p3D4V9LKhcpofoX1BN9atHOw27AjNTGQF9axtpKUnOVVVrcBoJYH6FGnpc9AHoOVsRH9PUD3MIa2Gs34klfoGo3fe74e6KirQToJqdCWNUtD75CjozzSqsQoELe2DqvujFPQup3XQ1FqPkKvYgTSKpFT7Lmh0sremUW0Z6z8iyTSQlLJD8PkjIddAa/9pIUYHoIpF2dF6AEmu42TNoJ4GmTtykIzQiqDy3RJUXQZ9dIgIaqg7khYXxyiXx4Yj9QverZZZGmYdoyOSnHVdY8eMbWy1KmirvSmlpKGgSBujddCGAcilpL3QDcx4X4KutsclueH33KAzeRG03BziOJeS6n7Yii7tYkRDdhFCjtJeIOeLODCg/R5FjEryArd22zbFBS9PQd1nl/aYJDcxC4K1jtwu0ZfORsG4JC89C9SGjbZrxVIRR8clea14Vrtry8ZAy56BOHOITFLFC8Q0Fo0VlARJ3mLGBpicUdr1EDMWMoHuOtHobPYQUyV5B9rYjdIOsHf+4enfRbcEhWVpG9g6PUGS86BNTjE9WxjjFuSMT6Iup2YNP71kSebxPMMLYFK5kizJMzzftJ1upcHleZIc71kFG0FTSZOIr0oUhyFnxpMhnPtGUuPNw0/KqflnH2arfwTbJb5IuwsMAAAAAElFTkSuQmCC") no-repeat center;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: .7;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 20px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  background-color: transprent;
}

.swiper-pagination-bullet:hover {
  opacity: .7;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.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: 4px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

.swiper-pagination--white .swiper-pagination-bullet:after {
  background-color: #fff;
}

.swiper-pagination--white .swiper-pagination-bullet:hover {
  opacity: 1;
}

.swiper-pagination--white .swiper-pagination-bullet-active:after,
.swiper-pagination--white .swiper-pagination-bullet:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
}

.plyr audio,
.plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0,0,0,.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width:480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}

@media (min-width:768px) {
  .plyr__captions {
    font-size: 18px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
  transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all .3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0,179,255,.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(0,179,255,.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  z-index: 3;
}

@media (min-width:480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform .3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup .2s ease;
  background: rgba(255,255,255,.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container>div {
  overflow: hidden;
  transition: height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255,255,255,.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5764;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control>span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74,87,100,.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74,87,100,.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0,0,0,.1);
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all .3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease,opacity .3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0,0,0,.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);
  height: 13px;
  position: relative;
  transition: all .2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);
  height: 13px;
  position: relative;
  transition: all .2s ease;
  width: 13px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);
  height: 13px;
  position: relative;
  transition: all .2s ease;
  width: 13px;
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0,179,255,.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0,179,255,.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0,179,255,.5);
  outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255,255,255,.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255,255,255,.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255,255,255,.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193,201,209,.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193,201,209,.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193,201,209,.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1);
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time+.plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}

@media (max-width:767px) {
  .plyr__time+.plyr__time {
    display: none;
  }
}

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0,0,0,.15);
}

.plyr__tooltip {
  background: rgba(255,255,255,.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%,10px) scale(.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255,255,255,.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%,0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0,10px) scale(.8);
  transform-origin: 0 100%;
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0,10px) scale(.8);
  transform-origin: 100% 100%;
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0,0) scale(1);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width .2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width .2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width .2s ease;
}

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0,0,0,.15);
  color: rgba(255,255,255,.25);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193,201,209,.66);
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg,rgba(35,41,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,41,47,.6) 50%,rgba(35,41,47,.6) 75%,transparent 75%,transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255,255,255,.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193,201,209,.66);
}

.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width:480px) {
  .plyr__volume {
    max-width: 90px;
  }
}

@media (min-width:768px) {
  .plyr__volume {
    max-width: 110px;
  }
}

.plyr--is-ios .plyr__volume {
  display: none!important;
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none!important;
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width:1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width:1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width:1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width:1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width:1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads>div,
.plyr__ads>div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(35,41,47,.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255,255,255,.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0,10px) scale(.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0,0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255,255,255,.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0,0,0,.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none!important;
}

.plyr__sr-only {
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  border: 0!important;
  height: 1px!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
}

.plyr [hidden] {
  display: none!important;
}
@font-face {
  font-family: 'lg';
  src: url("node_modules/lightgallery.js/dist/fonts/lg.eot?n1z373");
  src: url("node_modules/lightgallery.js/dist/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("node_modules/lightgallery.js/dist/fonts/lg.woff?n1z373") format("woff"), url("node_modules/lightgallery.js/dist/fonts/lg.ttf?n1z373") format("truetype"), url("node_modules/lightgallery.js/dist/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("node_modules/lightgallery.js/dist/img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("node_modules/lightgallery.js/dist/img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("node_modules/lightgallery.js/dist/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("node_modules/lightgallery.js/dist/img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("node_modules/lightgallery.js/dist/img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("node_modules/lightgallery.js/dist/img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
  table-layout: fixed;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

a img {
  border: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus,
a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\00ab" "\00bb";
}

q q {
  quotes: "\201e" "\201c";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: none;
  vertical-align: top;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.before,
.after,
.header:before,
.form__field-decor:before,
.reviews .swiper-container:before,
.reviews .swiper-container:after,
.gallery-bottom__item-overimg:before {
  content: '';
  position: absolute;
  display: block;
}

.centerPos {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.container {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1270px;
  }
}

@media (max-width: 1299px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 1239px) {
  .container {
    max-width: 974px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 718px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: calc(100% - 50px);
  }
}

@media (max-width: 400px) {
  .container {
    max-width: calc(100% - 30px);
  }
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

html {
  font-size: 16px;
}

html,
body,
.wrapper {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important;
}

body {
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

body.blocked,
body.open-menu {
  overflow: hidden;
  position: fixed;
  max-width: 100vw;
  touch-action: none;
}

body.open-menu .header {
  position: static;
}

body.page-loaded .wrapper,
body.page-loaded .header,
body.page-loaded .main,
body.page-loaded .footer {
  opacity: 1;
}

.wrapper,
.header,
.main,
.footer {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.wrapper {
  min-height: 100vh;
  overflow-x: hidden;
  z-index: 1;
}

.header {
  position: relative;
  padding: 68px 0 28px;
  background-color: #005ebc;
  overflow: hidden;
  z-index: 5;
}

@media (max-width: 1239px) {
  .header {
    padding: 30px 0;
  }
}

@media (max-width: 991px) {
  .header {
    padding: 0;
  }
}

.header:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 224px;
  background: url("../img/pattern.png") center;
  z-index: -1;
}

.header .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .header .container {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.header__logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 125px;
  margin-right: 31px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (max-width: 991px) {
  .header__logo {
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 991px) {
  .header__logo-img {
    width: 100px;
  }
}

.header__logo:hover {
  opacity: 0.7;
}

.header__burger {
  display: none;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  z-index: 10;
}

.header__burger span {
  position: relative;
  width: 44px;
  height: 4px;
  background-color: #ffc237;
}

.header__burger span:before,
.header__burger span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffc237;
}

.header__burger span:before {
  top: -11px;
}

.header__burger span:after {
  bottom: -11px;
}

.header__burger.active span {
  background-color: transparent;
}

.header__burger.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__burger.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .header__burger {
    display: -webkit-box;
    display: flex;
  }
}

.main {
  min-height: calc(100vh - 223px - 118px);
}

.footer {
  padding: 40px 0;
}

.footer .container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

@media (max-width: 540px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
  }
}

.footer__coopy {
  color: #4e4e4d;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.footer__href {
  text-align: right;
  align-self: flex-end;
}

.footer__href a {
  color: #4e4e4d;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 540px) {
  .footer__href a {
    align-self: center;
    margin-top: 15px;
  }

  .footer__href a:first-child {
    margin-top: 0;
  }
}

.footer__href a:hover {
  color: #000;
}

.title {
  text-align: center;
  color: #4e4e4d;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
}

.main-slider {
  margin-bottom: 70px;
}

.main-slider .swiper-wrapper {
  -webkit-transition: all 600ms cubic-bezier(0.34, 0.59, 0.42, 1.12);
  transition: all 600ms cubic-bezier(0.34, 0.59, 0.42, 1.12);
}

.main-slider__slide {
  text-align: center;
}

.lg-backdrop {
  background-color: rgba(0,94,188,0.71);
}

.form .checkbox {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .form .checkbox {
    margin-top: 30px;
  }
}

.form__field {
  width: 100%;
  position: relative;
  z-index: 1;
}

.form__field + .form__field {
  margin-top: 69px;
}

@media (max-width: 767px) {
  .form__field + .form__field {
    margin-top: 55px;
  }
}

.form__field:last-child {
  margin-top: 45px;
}

.form__field.error .form__field-decor:before {
  opacity: 1;
}

@media (max-width: 767px) {
  .form__field.error .form__field-input,
  .form__field.error .form__field-textarea {
    color: #c20314;
  }

  .form__field.error .form__field-input::-webkit-input-placeholder,
  .form__field.error .form__field-textarea::-webkit-input-placeholder {
    color: #c20314;
  }

  .form__field.error .form__field-input::-moz-placeholder,
  .form__field.error .form__field-textarea::-moz-placeholder {
    color: #c20314;
  }

  .form__field.error .form__field-input:-ms-input-placeholder,
  .form__field.error .form__field-textarea:-ms-input-placeholder {
    color: #c20314;
  }

  .form__field.error .form__field-input:-moz-placeholder,
  .form__field.error .form__field-textarea:-moz-placeholder {
    color: #c20314;
  }
}

.form__field-decor {
  position: absolute;
  left: 2px;
  top: -11px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  z-index: -1;
}

.form__field-decor:before {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (max-width: 767px) {
  .form__field-decor:before {
    display: none;
    content: none;
  }
}

.form__field:last-child {
  margin-bottom: 0;
}

.form__field-input,
.form__field-textarea {
  display: block;
  width: 100%;
  color: #575353;
  font-family: Calibri;
  font-size: 25px;
  border: none;
  outline: none;
  background: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.form__field-input {
  height: 50px;
  line-height: 50px;
  padding: 0 37px;
}

@media (max-width: 767px) {
  .form__field-input {
    padding: 0 20px;
  }
}

.form__field-input + .form__field-decor {
  height: 89px;
}

.form__field-input + .form__field-decor:before {
  left: 7px;
  background-image: url("../img/field-eror.png");
  background-size: calc(100% - 5px) 100%;
}

.form__field-textarea {
  height: 205px;
  padding: 33px 39px 45px;
  line-height: 33px;
}

@media (max-width: 767px) {
  .form__field-textarea {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.form__field-textarea + .form__field-decor {
  top: -15px;
  left: -10px;
  width: calc(100% + 10px);
  height: 282px;
}

.form__field-textarea + .form__field-decor:before {
  left: 20px;
  background-image: url("../img/field-eror2.png");
  background-size: calc(100% - 20px) 100%;
}

.form__field-submit {
  width: 202px;
  height: 65px;
  color: #fff;
  font-family: Calibri;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  padding: 15px;
  background-color: #006cb1;
  text-align: center;
  outline: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

.form__field-submit:hover {
  background-color: rgba(0,108,177,0.7);
}

.checkbox {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
}

.checkbox__input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.checkbox__input:checked ~ label .checkbox__item-ico:before {
  opacity: 1;
}

.checkbox__input.error ~ label .checkbox__item-ico {
  background-color: #c20314;
}

.checkbox__label {
  display: block;
  position: relative;
  font-family: Calibri;
  font-size: 25px;
  line-height: 32px;
  color: #575353;
  cursor: pointer;
}

.checkbox__label a {
  color: #3e6dc8;
  border-bottom: 1px solid #3e6dc8;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
}

.checkbox__label a:hover {
  border-bottom-color: transparent;
}

.checkbox__item-ico {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 5px;
  border-radius: 5px;
  width: 29px;
  height: 28px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAcCAMAAACqEUSYAAAA9lBMVEUAAAAaFhoaFhqGhI6QkZwcFxwaFhoaFhogGyEeGR8bFxsiHiSfoKsbFhufoKufoKseGyAbFhtsbHSBgYuNjZifoKsaFhoaFhqfoKsaFhoaFhqfoKs8O0AeGh9TUlobGByFg42MjJcaFhqPkJoaFhoaFhqfoKsaFhpubHSfoKsaFhqfoKsaFhqfoKufoKsbGBwaFhoaFhohHCIaFhwdGB0gHCEaFhonIigmIScaFhqLjJVycXmCg4xTUFiXmKKQkJsxLjQqJisaFhoeGyAaFhoaFhoeGR4aFhqfoKufoKtNTFJiYWmfoKsaFhowLTMrKCyfoKufoKskDVokAAAAUnRSTlMAELGfmKOgwLummb2RkVkbyresoH9lMi4oIRIJyb67p5yOiYWFc3BrZ2JiUlBHHhwWBuLVxMK/vqupm5mXlpWPiH95b1tGPTo3NTMwLykmJCMTwggi9AAAAOFJREFUKM+108dSw0AURNEejd6zPUgCSSg6YpyzyTnnzP//DCpWLBi5ylW+27PpTQOiq4hZ2bYiI+tYtdqDbotdtzkF5rsVr/f6kURR+D4TQqRJeH83GEUzJJxidGi94f8e22ieO9CU1mGffkHXAcgv63BeQElClyigaK5K981yjm4sUCypBqq5WrzM1a1c3V5e1zZXotNM9ZtfDBz53zrtEa49R4OxZ+OzYnWGTj8Igr4zHD/Fk/WsSfw87li1W+CqZloX5omUsnHWkH/yd0IAD6q652YfqTMzUek3ImK+wQ+lQhSq4D6PWgAAAABJRU5ErkJggg==") no-repeat center;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

.checkbox__item-ico:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 29px;
  height: 28px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAcCAMAAACqEUSYAAABpFBMVEUgKTMeKzgAAAAZNUkdJSscHiUbGB0bO1MaGiAcHiUaFhscGSAaFhocWIMbTG4XMEIZMEIkQlUcJC8dIioiMTwaGR8fLDkaGR4aGiAbGiEaFx0aFx0bGB8bFx0aFhobGB4rZ44aX5AYRGMWHykqXX0aIi4dJjEXMEMeSWgaOE4aQl8nT2cbM0UdRmUkPEojN0YdHyYgJzEiNEMjR14gKjUcGR8gJzMeISsbGyElS2EeKDMfKTQcHCQbGSAaFhoeIy0bFxslQlcbGSAaFhoeGSAaFhoAktMEldUMkNIAmNYCkNEPis8JjdAFk9QSi88Am9kAmdcRjdALic4HiM0FjM8HhswRhMoPis0AlNQPhswAntsdcLIWYZYdbq4cbK4UX5QXba8Pk88Ihs0Yj8sOg8gYdLoTks4VhsoQhcgfhsIYe8Ebeb4sdq0qcqcSZ6YucaUaZ6EZZJwaZJklZpUYXZAJltEMkM8EhcobiskKgsgdi8USgMUkgLongrkfc7cXcbUlebQqerAca6oUaKkYaqcobqIvcJ8cXowTWYgoW34XUnsiSWEtjLPwAAAARnRSTlPJwADm1Jcw5rWPQSMX+PLv6s/OxcS9r6+glHZeT0k5Ev36+fjz8/Hu6urp5+Hg3tDMy8rFxMG7tamop56cfHt1bmdXMxoM8ZTmOQAAAX1JREFUKM910+VWAlEUBeDjqKBgdwF2d3dLSw2MEoMgDUrb3fXSngHBxcDsv986N/ZdFwiiYmtpprZ2YroBAKZKMJBOEY+Avcb+n6/E22Pg8lwmkykUCp1Oq9V6nU7nWQMBbaO0US6XYvYPs4yxWCzjFdDc5VcqkVHZPCKGSVqvZrHuj3s7oORer/5nRrPc2Q71tIaL3zcBohpjmqVsPikHiKm4+G4VZuMqTWHWXjdDkU2VYTmLvWWo5iyzWnEx6jvgYFcjKmVIsZ7VCuocqttgUBXkAK585CZxGDmvldtF1CuSg59amNlj0sBwXiunpaiUiYMjjJrMJjLF7NIi5TBvozLMvja+QlOSosymgoz7rnzecLA8UQob3x4qw7ml+T9aQdT9EqSoCzMenMwpzWetWgdJTTjs8ISCIc+Dw+GwY2grE9r+3LcDRFN19UBNMRM+nz88WFWZjEVf45VjQz3LBPNTJEKhkMfjiQUCgWi7va11oa6uvmWtY5cgfgGuHt7oPwnMGQAAAABJRU5ErkJggg==") no-repeat center;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.nav {
  margin-right: 13px;
}

@media (max-width: 991px) {
  .nav {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #005ebc;
    padding: 80px 25px;
    overflow-y: auto;
    z-index: 10;
  }
}

.nav__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}

@media (max-width: 991px) {
  .nav__list {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
  }
}

.nav__list-item {
  margin: 0 25px;
}

@media (max-width: 1239px) {
  .nav__list-item {
    margin: 0 18px;
  }
}

@media (max-width: 991px) {
  .nav__list-item {
    margin: 0 0 20px;
  }
}

.nav__list-item:nth-child(odd):hover .nav__list-href-ico {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.nav__list-item:nth-child(even):hover .nav__list-href-ico {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.nav__list-href {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .nav__list-href {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
  }
}

.nav__list-href:hover .nav__list-href-overico {
  opacity: 0.7;
}

.nav__list-href-overico {
  display: block;
  height: 94px;
  margin-bottom: 5px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (max-width: 1239px) {
  .nav__list-href-overico {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 991px) {
  .nav__list-href-overico {
    margin-right: 20px;
  }
}

.nav__list-href-ico {
  max-height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.nav__list-href-text {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  margin-top: -12px;
  text-transform: uppercase;
}

@media (max-width: 1239px) {
  .nav__list-href-text {
    margin-top: 0;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .nav__list-href-text {
    text-align: left;
    font-size: 20px;
  }

  .nav__list-href-text br {
    display: none;
  }
}

.tile {
  margin-bottom: 66px;
  height: 850px;
}

@media (max-width: 1239px) {
  .tile {
    height: 79vh;
  }
}

@media (max-width: 991px) {
  .tile {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .tile {
    height: auto;
  }
}

.tile .container {
  height: 100%;
  max-width: 1920px;
}

.tile__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media (max-width: 767px) {
  .tile__row {
    flex-wrap: wrap;
  }
}

.tile__col:first-child {
  width: calc(100% / 3 + 59px);
}

@media (max-width: 991px) {
  .tile__col:first-child {
    width: calc(100% / 3 - 6px);
  }
}

@media (max-width: 767px) {
  .tile__col:first-child {
    width: 100%;
  }
}

.tile__col:first-child .tile__item--middle {
  height: calc(50% + 18.5px);
}

@media (max-width: 767px) {
  .tile__col:first-child .tile__item--middle {
    min-height: 150px;
    height: auto;
  }
}

.tile__col:first-child .tile__item--min {
  height: calc(50% - 27.5px);
}

@media (max-width: 767px) {
  .tile__col:first-child .tile__item--min {
    min-height: 150px;
    height: auto;
  }
}

.tile__col:nth-child(2) {
  width: calc(100% / 3 - 41px);
  margin: 0 9px;
}

@media (max-width: 991px) {
  .tile__col:nth-child(2) {
    width: calc(100% / 3 - 6px);
  }
}

@media (max-width: 767px) {
  .tile__col:nth-child(2) {
    width: 100%;
    margin: 0;
  }
}

.tile__col:nth-child(2) .tile__item--middle {
  height: calc(50% + 49.5px);
}

@media (max-width: 767px) {
  .tile__col:nth-child(2) .tile__item--middle {
    min-height: 150px;
    height: auto;
  }
}

.tile__col:nth-child(2) .tile__item--min {
  height: calc(50% - 58.5px);
}

@media (max-width: 767px) {
  .tile__col:nth-child(2) .tile__item--min {
    min-height: 150px;
    height: auto;
  }
}

.tile__col:nth-child(3) {
  width: calc(100% / 3 - 25px);
}

@media (max-width: 991px) {
  .tile__col:nth-child(3) {
    width: calc(100% / 3 - 6px);
  }
}

@media (max-width: 767px) {
  .tile__col:nth-child(3) {
    width: 100%;
  }
}

.tile__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  margin-bottom: 9px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 767px) {
  .tile__item {
    padding: 35px;
    margin-bottom: 0;
    min-height: 170px;
  }
}

@media (max-width: 479px) {
  .tile__item {
    padding: 20px;
    min-height: 150px;
  }
}

.tile__item:hover .tile__item-back {
  opacity: 0.85;
}

.tile__item:hover .tile__item-text,
.tile__item:hover .tile__item-more {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.tile__item:last-child {
  margin-bottom: 0;
}

.tile__item--middle {
  height: calc(50% + 75.5px);
}

.tile__item--min {
  height: calc(50% - 84.5px);
}

.tile__item-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: -1;
}

@media (max-width: 1239px) {
  .tile__item-back {
    opacity: 0.85;
  }
}

.tile__item-content {
  text-align: center;
}

.tile__item-text {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

@media (max-width: 1239px) {
  .tile__item-text {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .tile__item-text br {
    display: none;
  }
}

@media (max-width: 479px) {
  .tile__item-text {
    font-size: 24px;
    line-height: 30px;
  }
}

.tile__item-more {
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
  width: 166px;
  height: 58px;
  border: 4px solid rgba(255,255,255,0.7);
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  padding: 12px 20px;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: background 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: background 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: background 0.4s, transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: background 0.4s, transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

@media (max-width: 1239px) {
  .tile__item-more {
    height: 48px;
    font-size: 22px;
    line-height: 42px;
    padding: 0 20px;
  }
}

.tile__item-more:hover {
  background-color: rgba(255,255,255,0.15);
}

.tile__item-text,
.tile__item-more {
  opacity: 0;
}

@media (max-width: 1239px) {
  .tile__item-text,
  .tile__item-more {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.about {
  margin-bottom: 51px;
}

.about:last-child {
  margin-bottom: 0;
}

.about__title {
  color: #e04585;
}

@media (max-width: 991px) {
  .about__title {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .about__title {
    font-size: 26px;
    line-height: 30px;
  }
}

.about__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  min-height: 300px;
}

@media (max-width: 991px) {
  .about__item {
    min-height: auto;
    -webkit-box-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }

  .about__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .about__item {
    flex-wrap: wrap;
  }
}

.about__item--mirror {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .about__item--mirror {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.about__item:first-child {
  margin-top: -76px;
}

@media (max-width: 991px) {
  .about__item:first-child {
    margin-top: 0;
  }
}

.about__item:first-child .about__item-overimg {
  margin-left: -11px;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}

@media (max-width: 991px) {
  .about__item:first-child .about__item-overimg {
    margin: 0 auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 1299px) {
  .about__item:first-child {
    margin-left: 0;
  }
}

.about__item:nth-child(2) {
  margin-top: -94px;
}

@media (max-width: 1299px) {
  .about__item:nth-child(2) {
    margin-top: -30px;
  }
}

@media (max-width: 991px) {
  .about__item:nth-child(2) {
    margin-top: 0;
  }
}

.about__item:nth-child(2) .about__item-overimg {
  margin-left: 40px;
  margin-right: 21px;
  -webkit-transform: translateY(-32px);
          transform: translateY(-32px);
}

@media (max-width: 1299px) {
  .about__item:nth-child(2) .about__item-overimg {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .about__item:nth-child(2) .about__item-overimg {
    margin-right: 40px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 0 auto;
  }
}

.about__item:nth-child(2) .about__item-content {
  max-width: 815px;
}

.about__item:nth-child(3) {
  margin-top: -37px;
}

@media (max-width: 1299px) {
  .about__item:nth-child(3) {
    margin-top: 0;
  }
}

.about__item:nth-child(3) .about__item-overimg {
  margin-right: 40px;
  margin-left: 29px;
  -webkit-transform: translateY(-31px);
          transform: translateY(-31px);
}

@media (max-width: 991px) {
  .about__item:nth-child(3) .about__item-overimg {
    margin-right: 40px;
    margin-left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 0 auto;
  }
}

.about__item:nth-child(3) .about__item-content {
  max-width: 715px;
}

.about__item-overimg {
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .about__item-overimg {
    max-width: 200px;
    margin-right: 40px;
    margin-left: 0;
  }

  .about__item-overimg img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .about__item-overimg {
    width: 140px;
    margin-right: 35px;
  }
}

.about__item-content {
  font-size: 24px;
  line-height: 32px;
  color: #4e4e4d;
}

@media (max-width: 991px) {
  .about__item-content {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 1299px) {
  .about__item-content {
    width: calc(100% - 240px);
  }
}

@media (max-width: 767px) {
  .about__item-content {
    width: 100%;
    margin-top: 15px;
  }
}

.pluses {
  margin-bottom: 52px;
}

.pluses:last-child {
  margin-bottom: 0;
}

.pluses__title {
  color: #005eb8;
  margin-bottom: 69px;
}

@media (max-width: 991px) {
  .pluses__title {
    font-size: 26px;
    line-height: 30px;
  }
}

.pluses__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 50px);
  margin: 0 -25px;
}

@media (max-width: 991px) {
  .pluses__items {
    width: 100%;
    margin: 0;
  }
}

.pluses__item {
  width: calc(100% / 3 - 50px);
  margin: 0 25px;
  line-height: 30px;
}

@media (max-width: 991px) {
  .pluses__item {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 45px;
  }

  .pluses__item:last-child {
    margin-bottom: 0;
  }
}

.pluses__item-overimg {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  height: 275px;
  margin-bottom: 51px;
}

@media (max-width: 991px) {
  .pluses__item-overimg {
    width: 140px;
    flex-shrink: 0;
    height: auto;
    margin: 0 auto;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}

.pluses__item-img {
  max-height: 100%;
  -webkit-box-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .pluses__item-bottom {
    width: calc(100% - 180px);
    text-align: center;
  }
}

@media (max-width: 767px) {
  .pluses__item-bottom {
    width: 100%;
    margin-top: 15px;
  }
}

.pluses__item-title {
  text-align: center;
  color: #1a8200;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .pluses__item-title {
    font-size: 26px;
  }
}

.pluses__item-text {
  color: #4e4e4d;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 991px) {
  .pluses__item-text {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }
}

.video {
  margin-bottom: 41px;
}

.video:last-child {
  margin-bottom: 0;
}

.video__over {
  width: 100%;
  position: relative;
  z-index: 1;
}

.reviews {
  padding: 36px 0 40px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

@media (max-width: 767px) {
  .reviews {
    text-align: center;
  }
}

.reviews:last-child {
  margin-bottom: 0;
}

.reviews__title {
  color: #fff;
  margin-bottom: 49px;
}

@media (max-width: 991px) {
  .reviews__title {
    font-size: 26px;
    line-height: 30px;
  }
}

.reviews__wrap {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 70px;
}

@media (max-width: 767px) {
  .reviews__wrap {
    padding: 0;
  }
}

.reviews__item {
  padding: 58px 50px 140px;
  min-height: 380px;
}

@media (max-width: 767px) {
  .reviews__item {
    text-align: left;
    padding-bottom: 150px;
  }
}

@media (max-width: 479px) {
  .reviews__item {
    padding-top: 45px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.reviews__item-author {
  margin-bottom: 8px;
}

.reviews__item-author,
.reviews__item-text {
  color: #4e4e4d;
  font-size: 23px;
  line-height: 28px;
  font-style: italic;
}

@media (max-width: 991px) {
  .reviews__item-author,
  .reviews__item-text {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }
}

.reviews .swiper-container {
  background: url("../img/bottom.png") no-repeat center bottom;
  background-size: 100% 247px;
  max-width: 560px;
}

.reviews .swiper-container:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 118px;
  background: url("../img/top.png") no-repeat center top;
  background-size: 100% 118px;
}

.reviews .swiper-container:after {
  left: 0;
  top: 115px;
  width: 100%;
  height: calc(100% - 360px);
  background: url("../img/middle.png") repeat-y center top;
  background-size: 100%;
}

.reviews .swiper-button-prev,
.reviews .swiper-button-next {
  margin-top: -44px;
}

@media (max-width: 767px) {
  .reviews .swiper-button-prev,
  .reviews .swiper-button-next {
    display: none;
  }
}

.reviews .swiper-pagination {
  display: none;
  bottom: 108px;
  width: 100%;
  text-align: center;
}

.reviews .swiper-pagination-bullet {
  margin: 0 4px;
  border-color: #005ebc;
}

.reviews .swiper-pagination-bullet-active {
  background-color: #005ebc;
}

@media (max-width: 767px) {
  .reviews .swiper-pagination {
    display: block;
  }
}

.gallery-bottom .wrap {
  position: relative;
  max-width: 1680px;
  padding: 0 40px;
  margin: 0 auto;
}

@media (max-width: 1239px) {
  .gallery-bottom .wrap {
    padding: 0 25px;
  }
}

.gallery-bottom__item-overimg {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.gallery-bottom__item-overimg:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAulBMVEUAAADz8/PFxcXOzs7b29v5+fnJycn5+fnp6en////39/fi4uLW1tb19fXb29vS0tL9/f3y8vLS0tLMzMzJycnf39/j4+PExMTOzs7FxcXl5eX9/f3n5+f7+/vMzMzT09PX19fu7u7X19fX19fu7u7X19f////19fXr6+v9/f3r6+vT09Pu7u7Q0NDMzMz8/PzQ0NDMzMzp6enFxcX4+PjT09PJycn19fXy8vLu7u7j4+Pf39/b29vX19cpLcjBAAAAL3RSTlMAQEBQEL+/r4BwYEAQ7+/v39/Pz5+PgIBgYFBAQBDv38+/v6+fn4BwcGBgYDAwMPiP5f8AAADDSURBVBjTbcrnDoIwFIbhwxAF9wCU4d4LrCD7/m/LLmpIfH/0fHlSYLn6UXeh0WUUkEb6j/x2UNfya2xHUdQyJINebkaS9CW6pH6SnBiO0xQb0zQd03HPsg3U7bOMfjgjdBXoINQht4OQJ9DjaOV5V2A3zy16i8IUaBaFQ65algOVmzooS7YPVbXu0dXbVtUO2BzG8UrBQ5nEuBvTxzDETULenOlz+mJNl+TlCspM07SZAvKHJEOzxRtnwx8VP0WyLcMXJgsaB7W93V0AAAAASUVORK5CYII=") no-repeat center rgba(0,0,0,0.65);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 1;
}

.gallery-bottom__item-overimg:hover:before {
  opacity: 1;
}

.gallery-bottom__item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-bottom .swiper-slide {
  max-width: 303px;
}

@media (max-width: 375px) {
  .gallery-bottom .swiper-slide {
    max-width: 100%;
  }
}

.gallery-bottom .swiper-pagination {
  display: none;
  position: relative;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.gallery-bottom .swiper-pagination-bullet {
  margin: 0 4px;
  border-color: #005ebc;
}

.gallery-bottom .swiper-pagination-bullet-active {
  background-color: #005ebc;
}

@media (max-width: 991px) {
  .gallery-bottom .swiper-pagination {
    display: block;
  }
}

.gallery-bottom .swiper-button-prev,
.gallery-bottom .swiper-button-next {
  display: none;
}

.gallery-bottom .swiper-button-prev {
  left: -60px;
}

.gallery-bottom .swiper-button-next {
  right: -60px;
}

.gallery-bottom .swiper-show-nav .swiper-button-prev,
.gallery-bottom .swiper-show-nav .swiper-button-next {
  display: block;
}

@media (max-width: 1299px) {
  .gallery-bottom .swiper-show-nav .swiper-button-prev,
  .gallery-bottom .swiper-show-nav .swiper-button-next {
    display: none;
  }
}

.hero-inner {
  margin-bottom: 52px;
}

.hero-inner .container {
  padding: 0 92px;
  margin: 0 auto;
}

.hero-inner__title {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hero-inner__title {
    font-size: 26px;
    line-height: 30px;
  }
}

.hero-inner__text {
  font-size: 24px;
  color: #4e4e4e;
}

@media (max-width: 991px) {
  .hero-inner__text {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 1299px) {
  .hero-inner .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.hits .container {
  max-width: 1600px;
}

.hits__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hits__title {
    font-size: 26px;
    line-height: 30px;
  }
}

.hits__img {
  -webkit-transition: 0.8s opacity, 0.8s -webkit-transform;
  transition: 0.8s opacity, 0.8s -webkit-transform;
  transition: 0.8s transform, 0.8s opacity;
  transition: 0.8s transform, 0.8s opacity, 0.8s -webkit-transform;
  will-change: transform;
  align-self: flex-end;
  max-width: 100%;
}

.hits__item-title {
  font-size: 25px;
  line-height: 32px;
  color: #585252;
  text-align: center;
  -webkit-transition: 0.8s visibility, 0.8s opacity;
  transition: 0.8s visibility, 0.8s opacity;
  visibility: hidden;
  opacity: 0;
}

.hits__img-cover {
  display: -webkit-box;
  display: flex;
  margin-bottom: 45px;
}

.hits__slider .swiper-button-next {
  right: 27%;
  left: auto;
  top: 26%;
}

.hits__slider .swiper-button-prev {
  left: 28%;
  top: 26%;
}

.hits__slider .swiper-slide {
  padding-top: 43px;
  padding-bottom: 80px;
  pointer-events: none;
}

.hits__slider .swiper-slide-active {
  pointer-events: auto;
}

.hits__slider .swiper-slide-active .hits__img {
  -webkit-transform: scale(1.05) translateY(0);
          transform: scale(1.05) translateY(0);
  opacity: 1;
}

.hits__slider .swiper-slide-active .hits__item-title {
  visibility: visible;
  opacity: 1;
}

.hits__slider .swiper-slide-prev .hits__img {
  -webkit-transform: scale(0.6) translateY(-29%) translateX(-20%);
          transform: scale(0.6) translateY(-29%) translateX(-20%);
  opacity: 0.5;
}

.hits__slider .swiper-slide-next .hits__img {
  -webkit-transform: scale(0.6) translateY(-29%) translateX(20%);
          transform: scale(0.6) translateY(-29%) translateX(20%);
  opacity: 0.5;
}

@media (max-width: 767px) {
  .hits__slider .swiper-button-next {
    right: 0;
    top: 35%;
  }

  .hits__slider .swiper-button-prev {
    left: 0;
    top: 35%;
  }

  .hits__slider .swiper-slide-active .hits__img {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }

  .hits__img-cover {
    margin-bottom: 25px;
    max-width: 70%;
    margin: 0 auto;
  }
}

.feedback {
  text-align: center;
  padding-top: 104px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .feedback {
    padding-top: 50px;
  }
}

.feedback__title {
  font-size: 33px;
  margin-bottom: 33px;
  color: #005eb8;
  letter-spacing: normal;
}

@media (max-width: 991px) {
  .feedback__title {
    font-size: 26px;
    line-height: 30px;
  }
}

.feedback__text {
  color: #575353;
  font-size: 25px;
  line-height: 33px;
}

@media (max-width: 991px) {
  .feedback__text {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }
}

.feedback .form {
  margin-top: 104px;
}

@media (max-width: 767px) {
  .feedback .form {
    margin-top: 60px;
  }
}

.feedback__content {
  max-width: 651px;
  margin: 0 auto;
}

.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 100;
  padding-left: 51px;
  padding-right: 51px;
  padding-top: 44px;
  padding-bottom: 50px;
  max-width: 620px;
  width: 100%;
  display: none;
}

.popup.show {
  display: block;
}

.popup__close {
  border: none;
  position: absolute;
  right: 31px;
  top: 31px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M13.3%200.710017C13.1131%200.522765%2012.8595%200.417532%2012.595%200.417532C12.3305%200.417532%2012.0768%200.522765%2011.89%200.710017L6.99997%205.59002L2.10997%200.700017C1.92314%200.512765%201.66949%200.407532%201.40497%200.407532C1.14045%200.407532%200.886802%200.512765%200.699971%200.700017C0.309971%201.09002%200.309971%201.72002%200.699971%202.11002L5.58997%207.00002L0.699971%2011.89C0.309971%2012.28%200.309971%2012.91%200.699971%2013.3C1.08997%2013.69%201.71997%2013.69%202.10997%2013.3L6.99997%208.41002L11.89%2013.3C12.28%2013.69%2012.91%2013.69%2013.3%2013.3C13.69%2012.91%2013.69%2012.28%2013.3%2011.89L8.40997%207.00002L13.3%202.11002C13.68%201.73002%2013.68%201.09002%2013.3%200.710017Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.34%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  outline: none;
  cursor: pointer;
  background-color: transparent;
}

.popup__title {
  text-align: center;
  color: #4e4e4d;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.popup__text {
  color: #4e4e4d;
  font-size: 27px;
  line-height: 32px;
  text-align: center;
}

@media (max-width: 767px) {
  .popup {
    padding: 50px 20px;
  }
}

@media (max-width: 500px) {
  body .wrapper, 
  body .header,
  body .main, 
  body .footer{
    opacity: 1 !important;
  }
}