@font-face {
  font-family: 'Universalis';
  font-weight: normal;
  src: url("../fonts/UniversalisADFStd-Regular.otf") format("opentype"); }
@font-face {
  font-family: 'Universalis';
  font-weight: bold;
  src: url("../fonts/UniversalisADFStd-Bold.otf") format("opentype"); }
@font-face {
  font-family: 'Universalis';
  font-style: italic;
  src: url("../fonts/UniversalisADFStd-Italic.otf") format("opentype"); }
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

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

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

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

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

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

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

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

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

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

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

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

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

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

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

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

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

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

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

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

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
body {
  font-family: 'Universalis', Helvetica, sans-serif;
  width: 100%;
  height: 100%; }

html {
  width: 100%;
  height: 100%; }

@media (min-width: 769px) and (max-width: 1024px) {
  .navbar-right-logo {
    display: none !important; } }
.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0; }

nav.navbar {
  height: 89px;
  background-color: rgba(3, 34, 44, 0.6);
  border: 0; }
  @media (max-width: 767px) {
    nav.navbar {
      padding: 20px 0;
      -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
      -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
      transition: background .5s ease-in-out, padding .5s ease-in-out;
      height: 70px;
      background-color: rgba(3, 34, 44, 0.8); } }
  nav.navbar .navbar-toggle {
    border: 0 !important; }
    @media (max-width: 767px) {
      nav.navbar .navbar-toggle {
        margin-top: 0; } }
    nav.navbar .navbar-toggle .icon-bar {
      background-color: #FFF !important; }
    nav.navbar .navbar-toggle:hover {
      background-color: transparent; }
  nav.navbar .navbar-brand {
    padding: 8px 8px; }
    @media (max-width: 767px) {
      nav.navbar .navbar-brand {
        position: absolute;
        left: 50%;
        top: 6px;
        transform: translate(-54%);
        padding: 0; } }
    @media (max-width: 767px) {
      nav.navbar .navbar-brand img {
        width: 180px;
        margin-top: 0;
        margin-left: -8px; } }
    @media (min-width: 768px) {
      nav.navbar .navbar-brand img {
        width: 150px;
        margin-top: 12px;
        margin-left: -8px; } }
    @media (min-width: 992px) {
      nav.navbar .navbar-brand img {
        width: 190px;
        margin-top: 0;
        margin-left: -8px; } }
  nav.navbar .navbar-ex1-collapse {
    margin-top: 20px;
    float: right; }
    @media (max-width: 767px) {
      nav.navbar .navbar-ex1-collapse {
        margin-top: 10px;
        float: none;
        background-color: rgba(3, 34, 44, 0.79); } }
    @media (min-width: 768px) {
      nav.navbar .navbar-ex1-collapse {
        width: 80%;
        max-height: 50px;
        overflow: auto !important; }
        nav.navbar .navbar-ex1-collapse .navbar-nav {
          overflow-x: auto;
          overflow-y: hidden;
          display: -webkit-box;
          display: -moz-box; }
          nav.navbar .navbar-ex1-collapse .navbar-nav > li {
            float: none; } }
    nav.navbar .navbar-ex1-collapse .navbar-nav > .active > a, nav.navbar .navbar-ex1-collapse .navbar-nav > .active > a:focus, nav.navbar .navbar-ex1-collapse .navbar-nav > .active > a:hover {
      background-color: #085671;
      color: #A1A1A1; }
    nav.navbar .navbar-ex1-collapse .navbar-nav > .active > a {
      color: #FFF; }
    nav.navbar .navbar-ex1-collapse .navbar-nav > li > a {
      color: #FFF; }
      @media (min-width: 768px) {
        nav.navbar .navbar-ex1-collapse .navbar-nav > li > a {
          font-size: 13px; } }
      @media (min-width: 992px) {
        nav.navbar .navbar-ex1-collapse .navbar-nav > li > a {
          font-size: 16px; } }
      nav.navbar .navbar-ex1-collapse .navbar-nav > li > a:hover {
        color: #A1A1A1; }
    nav.navbar .navbar-ex1-collapse .navbar-nav > li:after {
      position: absolute;
      content: '';
      right: 0;
      top: 9px;
      bottom: 9px;
      background: #FFF;
      width: 1px; }
    nav.navbar .navbar-ex1-collapse .navbar-nav > li:last-child:after {
      background-color: transparent; }
  nav.navbar .navbar-right-logo {
    width: 150px;
    top: 5px;
    right: 64px;
    position: absolute; }
  /* @media (min-width: 1200px) {
    .logo2 {
    max-width: 145px;
    height: auto;
    right: 64px;
    position: absolute;
    top: 5px;
    }

  } */



    @media (max-width: 767px) {
      nav.navbar .navbar-right-logo {
        display: none; } }
    @media (min-width: 768px) {
      nav.navbar .navbar-right-logo {
        display: none; } }
    @media (min-width: 992px) {
      nav.navbar .navbar-right-logo {
        display: block;
        float: left;
        position: relative;
        right: auto; } }
    @media (min-width: 1200px) {
      nav.navbar .navbar-right-logo {
        width: 150px;
        top: 5px;
        right: 64px;
        position: absolute; } }

.section-7 h1, .section-5 h1 {
  font-size: 5rem;
  color: #085671;
  text-align: center; }

section[class*="section-"] {
  background-color: #FFF;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  background-size: cover; }
  section[class*="section-"] .mobile > .col-xs-12 {
    padding: 0; }

.section-content {
  color: #FFF;
  z-index: 1; }

.header-form {
  position: absolute;
  overflow: auto;
  top: 88px;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 281px;
  width: 281px;
  font-size: 15px;
  color: #FFF;
  background-color: rgba(3, 34, 44, 0.6); }
  @media (max-width: 767px) {
    .header-form {
      max-width: none;
      width: auto;
      position: relative;
      padding: 15px 20px;
      top: 0; }
      .header-form br {
        display: none; }
      .header-form strong:not(:last-child):after {
        content: ' - '; } }
  @media (min-width: 768px) {
    .header-form {
      padding: 30px; } }
  @media (min-width: 992px) {
    .header-form {
      padding: 0; } }
  .header-form a {
    color: #FFF; }
  @media (min-width: 992px) {
    .header-form .header-form-inner {
      position: absolute;
      top: 50%;
      padding: 15px;
      width: 100%;
      transform: translateY(-50%); } }
  .header-form strong {
    font-size: 2.4rem; }
  .header-form .form-control {
    background: #5586B0;
    color: #FFF;
    font-size: 15px; }
    .header-form .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #FFF; }
    .header-form .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #FFF; }
    .header-form .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #FFF; }
    .header-form .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #FFF; }

.section-1 {
  background-image: url(http://intrekdemo.com/suites/assets/img/trenmark_genel_001_GRSLRVZ001.jpg);
  overflow: auto; }
  @media (max-width: 767px) {
    .section-1 {
      margin-top: 70px;
      height: auto !important; } }
  .section-1 .header-box {
    position: absolute;
    bottom: 98px;
    left: 83px;
    color: #FFF;
    width: 50%;
    padding: 20px; }
    @media (max-width: 767px) {
      .section-1 .header-box {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #FFF;
        width: 100%;
        padding: 20px; } }
    @media (min-width: 768px) {
      .section-1 .header-box {
        bottom: 40px;
        left: 28px; } }
    .section-1 .header-box:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: #FFF;
      bottom: 0;
      width: 1px;
      height: 100%; }
    .section-1 .header-box:after {
      content: '';
      position: absolute;
      left: 0;
      background: #FFF;
      bottom: 0;
      width: 40%;
      height: 1px; }
    @media (max-width: 767px) {
      .section-1 .header-box:before, .section-1 .header-box:after {
        background: transparent; } }
    .section-1 .header-box h1 {
      font-size: 62.43px;
      font-weight: bold; }
      @media (max-width: 767px) {
        .section-1 .header-box h1 {
          font-size: 40px; } }

.section-2 {
  height: auto !important; }
  @media (max-width: 767px) {
    .section-2 {
      background-image: none; } }
  .section-2 .section-content {
    position: relative;
    background: #7C9DA4;
    width: 100% !important;
    padding: 30px; }
    @media (max-width: 767px) {
      .section-2 .section-content {
        background: transparent;
        color: #333; } }
    @media (min-width: 768px) {
      .section-2 .section-content {
        width: auto; } }
    .section-2 .section-content h2 {
      margin-top: 0; }
    .section-2 .section-content p {
      border-left: 1px solid #C6C4C3;
      padding-left: 20px;
      font-size: 18px; }
      @media (max-width: 767px) {
        .section-2 .section-content p {
          border-left: 0;
          padding-left: 0; } }

.section-3 {
  height: auto !important; }
  .section-3 .section-content {
    position: relative;
    background: #7C9DA4;
    width: 100% !important;
    padding: 30px; }
    @media (max-width: 767px) {
      .section-3 .section-content {
        background: transparent;
        color: #333; } }
    @media (min-width: 768px) {
      .section-3 .section-content {
        width: auto; } }
    .section-3 .section-content h2 {
      margin-top: 0; }
    .section-3 .section-content p {
      border-left: 1px solid #C6C4C3;
      padding-left: 20px;
      font-size: 18px; }
      @media (max-width: 767px) {
        .section-3 .section-content p {
          border-left: none;
          padding-left: 0; } }

.section-4 {
  height: auto !important; }
  @media (max-width: 767px) {
    .section-4 {
      padding: 0; } }
  .section-4 div[class*="swiper-button-"] {
    opacity: .8; }
    .section-4 div[class*="swiper-button-"]:hover {
      opacity: 1; }
  .section-4 .swiper-container {
    width: 100%;
    height: 100%;
    position: initial; }
  .section-4 .section-content {
    position: absolute;
    right: 0;
    bottom: 13%;
    padding: 20px 33px;
    background: rgba(255, 255, 255, 0.8);
    width: 600px;
    color: #333;
    font-size: 18px; }
    @media (max-width: 767px) {
      .section-4 .section-content {
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 25px;
        width: 100%; } }
    .section-4 .section-content h2 {
      margin-top: 10px; }
    .section-4 .section-content.list {
      right: 5%;
      top: 13%;
      bottom: auto;
      background: transparent;
      width: auto;
      color: #FFF;
      font-size: 20px;
      font-weight: 600;
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4); }
      @media (max-width: 767px) {
        .section-4 .section-content.list {
          font-weight: 400;
          color: #333;
          text-shadow: none; } }

.section-5 {
  background-color: #EEE !important;
  padding: 40px 0; }
  @media (max-width: 767px) {
    .section-5 {
      height: auto !important; } }
  .section-5 .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px; }
    .section-5 .swiper-container .swiper-button-prev, .section-5 .swiper-container .swiper-container-rtl .swiper-button-next {
      left: 31%;
      right: auto; }
      @media (max-width: 767px) {
        .section-5 .swiper-container .swiper-button-prev, .section-5 .swiper-container .swiper-container-rtl .swiper-button-next {
          left: 10px; } }
      @media (min-width: 768px) {
        .section-5 .swiper-container .swiper-button-prev, .section-5 .swiper-container .swiper-container-rtl .swiper-button-next {
          left: 10px; } }
      @media (min-width: 992px) {
        .section-5 .swiper-container .swiper-button-prev, .section-5 .swiper-container .swiper-container-rtl .swiper-button-next {
          left: 31%; } }
    .section-5 .swiper-container .swiper-button-next, .section-5 .swiper-container .swiper-container-rtl .swiper-button-prev {
      left: inherit; }
      @media (max-width: 767px) {
        .section-5 .swiper-container .swiper-button-next, .section-5 .swiper-container .swiper-container-rtl .swiper-button-prev {
          right: 10px; } }
      @media (min-width: 768px) {
        .section-5 .swiper-container .swiper-button-next, .section-5 .swiper-container .swiper-container-rtl .swiper-button-prev {
          right: 10px; } }
      @media (min-width: 992px) {
        .section-5 .swiper-container .swiper-button-next, .section-5 .swiper-container .swiper-container-rtl .swiper-button-prev {
          right: 31%; } }
  .section-5 .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 510px; }
    @media (max-width: 767px) {
      .section-5 .swiper-slide {
        height: 170px; } }
    .section-5 .swiper-slide .slider-header {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center;
      font-size: 22px; }
      .section-5 .swiper-slide .slider-header span {
        padding: 10px 22px;
        background: #EEE;
        color: #333;
        letter-spacing: 5px; }

.section-6 {
  height: auto !important; }
  @media (max-width: 767px) {
    .section-6 {
      background: transparent;
      padding: 0; } }
  .section-6 div[class*="swiper-button-"] {
    opacity: .8; }
    .section-6 div[class*="swiper-button-"]:hover {
      opacity: 1; }
  .section-6 .swiper-container {
    width: 100%;
    height: 100%;
    position: initial; }
    .section-6 .swiper-container .list-unstyled {
      font-size: 21px; }
  .section-6 .section-content {
    position: absolute;
    left: 0;
    bottom: 13%;
    padding: 20px 33px;
    background: rgba(255, 255, 255, 0.8);
    width: 600px;
    color: #333; }
    @media (max-width: 767px) {
      .section-6 .section-content {
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 25px;
        width: 100%; } }

.section-7 {
  background: url(../img/billboard-7.jpg) 0px -587px;
  text-align: center;
  text-shadow: 2px 2px 8px #FFF; }
  @media (max-width: 767px) {
    .section-7 {
      height: auto !important;
      background: none;
      padding-bottom: 0; } }
  @media (min-width: 768px) {
    .section-7 {
      background-position: 50% -60px;
      background-size: inherit !important; } }

.section-8 {
  background: url(../img/loc.jpg) 100% 50%;
  background-size: 1200px !important;
  padding: 100px 0; }
  @media (max-width: 767px) {
    .section-8 {
      background: url(http://intrekdemo.com/suites/assets/img/trenmark_genel_001_GRSLRVZ001.jpg) 50% 50%;
      padding-top: 0;
      background-size: auto !important; } }
  @media (max-width: 767px) {
    .section-8 {
      height: auto !important; } }
  @media (min-width: 768px) {
    .section-8 {
      height: auto; } }
  @media (min-width: 768px) {
    .section-8 {
      height: 100%; } }
  .section-8 .left-image {
    position: absolute; }
    @media (max-width: 767px) {
      .section-8 .left-image {
        position: initial;
        top: 170px;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.9);
        padding: 20px; } }
    @media (min-width: 768px) {
      .section-8 .left-image {
        left: auto;
        bottom: auto;
        top: auto;
        background: rgba(255, 255, 255, 0.9);
        padding: 33px;
        float: left; } }
    @media (min-width: 992px) {
      .section-8 .left-image {
        left: 184px;
        top: 18%;
        transform: translateY(-18%);
        float: none; } }
    @media (min-width: 1024) and (max-width: 768) {
      .section-8 .left-image {
        top: auto;
        transform: translateY(20%); } }

.section-8-5 {
  color: #FFF;
  height: auto !important; }
  @media (max-width: 767px) {
    .section-8-5 {
      padding: 20px 0; } }
  .section-8-5 .text-blocx {
    background-color: #7C9DA4;
    padding: 10px 27px;
    overflow: hidden; }
    .section-8-5 .text-blocx .larger {
      display: inline !important;
      font-weight: bold;
      font-size: 56px;
      line-height: 1.1;
      margin-right: 12px; }
    .section-8-5 .text-blocx span {
      display: block;
      float: left;
      font-size: 27px;
      line-height: 1; }
  .section-8-5 ol li {
    font-size: 15px; }
  .section-8-5 .color-1 {
    color: #7C9DA4;
    margin: 5px; }
  .section-8-5 img {
    margin: 0 auto; }
  .section-8-5 .image {
    padding: 44px 0; }
  .section-8-5 .image-bottom {
    background-color: #7C9DA4;
    padding: 10px; }
  .section-8-5 .left .image {
    padding: 48px 0; }
  .section-8-5 .left .image-bottom {
    padding-bottom: 31px; }

.section-9 {
  padding: 250px 0;
  background: url(../img/billboard-9.jpg) 50%;
  background-size: 2376px !important;
  height: auto !important; }
  @media (max-width: 767px) {
    .section-9 {
      padding: 0;
      background: none; } }
  .section-9 .section-9-content {
    background-color: rgba(198, 196, 195, 0.8); }
    @media (max-width: 767px) {
      .section-9 .section-9-content {
        background-color: #c6c4c3; } }
    .section-9 .section-9-content .map-container {
      padding: 0; }
    .section-9 .section-9-content .text-container .row {
      padding: 10px; }
      .section-9 .section-9-content .text-container .row .header-background {
        background-color: #7C9DA4;
        -webkit-clip-path: polygon(0 0, 61% 0%, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 60% 0%, 100% 100%, 0 100%);
        padding: 5px 10px;
        width: 160px;
        color: #FFF;
        font-size: 16px;
        margin-bottom: 5px;
        display: inline-block; }
      .section-9 .section-9-content .text-container .row p {
        font-size: 13px; }
      .section-9 .section-9-content .text-container .row address {
        font-size: 15px; }
      .section-9 .section-9-content .text-container .row .left-content:after {
        position: absolute;
        right: 0;
        content: '';
        top: 64px;
        bottom: 12px;
        border: 1px solid #707273; }
      @media (max-width: 767px) {
        .section-9 .section-9-content .text-container .row .left-content:after {
          border: none; } }
      .section-9 .section-9-content .text-container .row .right-content {
        font-size: 20px;
        margin-top: 51px; }
        @media (max-width: 767px) {
          .section-9 .section-9-content .text-container .row .right-content {
            margin-top: 0; } }
        .section-9 .section-9-content .text-container .row .right-content .fa {
          color: #7C9DA4;
          font-size: 33px; }
        .section-9 .section-9-content .text-container .row .right-content .logo {
          background: url(../img/ak-logo-blue.png) no-repeat center center;
          height: 140px; }
      .section-9 .section-9-content .text-container .row .social-icons {
        display: inline-block;
        margin: 0; }
        .section-9 .section-9-content .text-container .row .social-icons li {
          float: left;
          padding: 5px; }
        .section-9 .section-9-content .text-container .row .social-icons a {
          border: 1px solid transparent;
          background-color: #135585;
          color: rgba(198, 196, 195, 0.8);
          transition: all .3s;
          padding: 8px;
          font-size: 14px;
          border-radius: 50%; }
          .section-9 .section-9-content .text-container .row .social-icons a .fa {
            font-size: 17px;
            vertical-align: middle; }
          .section-9 .section-9-content .text-container .row .social-icons a:hover {
            color: #135585;
            background-color: #FFF;
            text-decoration: none; }
      .section-9 .section-9-content .text-container .row:last-child {
        padding-top: 0; }
    .section-9 .section-9-content #map {
      padding-bottom: 70.6%; }

.section-10 {
  height: auto !important;
  padding: 58px 0;
  background: url(../img/billboard-13.jpg) no-repeat left bottom; }
  @media (max-width: 767px) {
    .section-10 {
      padding: 0;
      background: none; } }
  @media (min-width: 768px) {
    .section-10 {
      background-size: 200px !important;
      background-position: bottom left; } }
  @media (min-width: 992px) {
    .section-10 {
      background-size: contain !important; } }
  .section-10 h1 {
    text-align: center;
    position: relative;
    color: #085671; }
    .section-10 h1:before {
      position: absolute;
      content: '';
      border: 1px solid #88AAC3;
      top: 46%;
      width: 130px;
      left: 0;
      transform: translate(2%, -50%); }
    .section-10 h1:after {
      position: absolute;
      content: '';
      border: 1px solid #88AAC3;
      top: 46%;
      width: 130px;
      right: 0;
      transform: translate(2%, -50%); }
    .section-10 h1:before, .section-10 h1:after {
      width: 5%; }
  .section-10 .form-control {
    background-color: #EEE;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #085671;
    height: 46px;
    font-size: 17px; }
  .section-10 .btn {
    background-color: #434343;
    color: #FFF;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 9px 21px;
    font-size: 17px; }
    .section-10 .btn:hover {
      background-color: #286090; }
  .section-10 .footer-text {
    border-radius: 15px;
    color: #1A1B1B;
    padding: 18px 5px;
    text-align: center;
    margin: 100px 0;
    font-size: 20px;
    font-style: italic; }
    .section-10 .footer-text .st0 {
      fill: #7C9DA4;
      width: 180px;
      margin: 13px auto; }

footer {
  height: 80px;
  background-color: #7C9DA4; }
  @media (max-width: 767px) {
    footer {
      height: auto; } }
  @media (min-width: 768px) {
    footer {
      height: auto; } }
  footer .logo-container {
    text-align: center; }
  footer .trademark-logo {
    margin-top: 2px; }
    @media (max-width: 767px) {
      footer .trademark-logo {
        width: 250px; } }
    @media (min-width: 768px) {
      footer .trademark-logo {
        width: 250px; } }
    @media (min-width: 992px) {
      footer .trademark-logo {
        width: 190px; } }
  footer .footer-nav {
    display: inline-block;
    list-style: none;
    margin-top: 29px; }
    @media (max-width: 767px) {
      footer .footer-nav {
        display: block;
        padding: 0; } }
    footer .footer-nav li {
      float: left; }
      @media (max-width: 767px) {
        footer .footer-nav li {
          float: none; } }
      footer .footer-nav li a {
        padding: 10px 16px;
        color: #FFF;
        font-size: 15px; }
        footer .footer-nav li a:hover {
          color: #DDD;
          text-decoration: none; }

.swiper-slide {
  opacity: .6; }

.swiper-slide-active {
  opacity: 1; }

.thanks {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  transition: height .3s ease-in;
  background: url(../img/billboard-1.jpg) no-repeat;
  background-size: cover; }
  .thanks .content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 46px;
    border-radius: 6px; }
    .thanks .content p {
      font-size: 20px;
      margin-bottom: 25px; }
    .thanks .content a {
      font-size: 21px; }

.asd {
  display: none; }

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