/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: October 16, 2016
 */
@import url("https://fonts.googleapis.com/css?family=Archivo+Black|Source+Sans+Pro:300,400,700,900&subset=latin-ext");
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

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

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

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

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

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

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

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

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

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

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

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

.swiper-button-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"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

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

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  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(0px, -50%, 0);
  transform: translate3d(0px, -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; }

/* Progress */
.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);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

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

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-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, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.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));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.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));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.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));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.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;
  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-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

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

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-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;
  transform-origin: 100% 0; }

.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-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; }

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

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

/* 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; }

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

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

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

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

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

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition, .animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd; }

.animsition-loading, .animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 2; }

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading; }

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in; }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out; }

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up; }

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; } }

@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; } }

.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up; }

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm; }

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; } }

@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; } }

.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm; }

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg; }

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg; }

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down; }

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; } }

@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; } }

.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down; }

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm; }

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; } }

@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; } }

.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm; }

.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down; }

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; } }

@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; } }

.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg; }

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left; }

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; } }

@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; } }

.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left; }

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm; }

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; } }

@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; } }

.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm; }

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg; }

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; } }

@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; } }

.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg; }

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right; }

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; } }

@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; } }

.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right; }

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm; }

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; } }

@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; } }

.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm; }

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg; }

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; } }

@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; } }

.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg; }

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center center; }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1; } }

@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center center; }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1; } }

.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in; }

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center center; }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; } }

@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center center; }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; } }

.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out; }

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center center; }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1; } }

@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center center; }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1; } }

.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm; }

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center center; }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; } }

@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center center; }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; } }

.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm; }

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center center; }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1; } }

@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center center; }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1; } }

.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg; }

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center center; }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; } }

@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center center; }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; } }

.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg; }

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; }
  to {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; } }

@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; }
  to {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; } }

.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; } }

@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; } }

.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; }
  to {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; } }

@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; }
  to {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; } }

.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; } }

@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; } }

.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  to {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; } }

@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  to {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; } }

.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; }
  to {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; } }

@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; }
  to {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; } }

.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; } }

@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; } }

.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; }
  to {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; } }

@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; }
  to {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; } }

.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; } }

@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; } }

.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; }
  to {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; } }

@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; }
  to {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; } }

.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; } }

@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; } }

.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  to {
    opacity: 1; } }

.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in; }

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  50%, to {
    opacity: 0; } }

@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  50%, to {
    opacity: 0; } }

.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out; }

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  to {
    opacity: 1; } }

.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm; }

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50%, to {
    opacity: 0; } }

@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50%, to {
    opacity: 0; } }

.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm; }

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  to {
    opacity: 1; } }

.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg; }

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  50%, to {
    opacity: 0; } }

@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  50%, to {
    opacity: 0; } }

.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg; }

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%; }
  to {
    height: 0; } }

@keyframes overlay-slide-in-top {
  0% {
    height: 100%; }
  to {
    height: 0; } }

.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top; }

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0; }
  to {
    height: 100%; } }

@keyframes overlay-slide-out-top {
  0% {
    height: 0; }
  to {
    height: 100%; } }

.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top; }

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%; }
  to {
    height: 0; } }

@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%; }
  to {
    height: 0; } }

.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom; }

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0; }
  to {
    height: 100%; } }

@keyframes overlay-slide-out-bottom {
  0% {
    height: 0; }
  to {
    height: 100%; } }

.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom; }

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%; }
  to {
    width: 0; } }

@keyframes overlay-slide-in-left {
  0% {
    width: 100%; }
  to {
    width: 0; } }

.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left; }

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0; }
  to {
    width: 100%; } }

@keyframes overlay-slide-out-left {
  0% {
    width: 0; }
  to {
    width: 100%; } }

.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left; }

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%; }
  to {
    width: 0; } }

@keyframes overlay-slide-in-right {
  0% {
    width: 100%; }
  to {
    width: 0; } }

.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right; }

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0; }
  to {
    width: 100%; } }

@keyframes overlay-slide-out-right {
  0% {
    width: 0; }
  to {
    width: 100%; } }

.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

* {
  box-sizing: border-box; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.svg-icon {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block; }
  .svg-icon-search {
    width: 64px;
    height: 64px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDE0OTQ4KSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEzOC45MjlweCIgaGVpZ2h0PSIxMzguOTI5cHgiIHZpZXdCb3g9IjAgMCAxMzguOTI5IDEzOC45MjkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEzOC45MjkgMTM4LjkyOSINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8ZGVmcz4NCgkJPHJlY3QgaWQ9IlNWR0lEXzFfIiB5PSIwIiB3aWR0aD0iMTM4LjkyOCIgaGVpZ2h0PSIxMzguOTI4Ii8+DQoJPC9kZWZzPg0KCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPg0KCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+DQoJPC9jbGlwUGF0aD4NCgkNCgkJPGNpcmNsZSBjbGlwLXBhdGg9InVybCgjU1ZHSURfMl8pIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMTEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBjeD0iNDcuNjY0IiBjeT0iNDcuNjY0IiByPSI0Mi4xNjMiLz4NCgkNCgkJPGxpbmUgY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzJfKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjExIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijc3LjQ3OCIgeTE9Ijc3LjQ3OCIgeDI9IjEzMy40MjkiIHkyPSIxMzMuNDI5Ii8+DQo8L2c+DQo8L3N2Zz4NCg=="); }

.img-responsive {
  max-width: 100%; }

.wcol-1 {
  width: 8.33333%; }

.wcol-2 {
  width: 16.66667%; }

.wcol-3 {
  width: 25%; }

.wcol-4, .grid-boxes .boxes .box, .feature-box .title, .wide-image-text .text, .map-box .text, .image-icons .image, .big-image-text .text, .wide-image-title .text {
  width: 33.33333%; }

.wcol-5 {
  width: 41.66667%; }

.wcol-6 {
  width: 50%; }

.wcol-7 {
  width: 58.33333%; }

.wcol-8, .wide-image-text .image, .map-box .map, .image-icons .icons, .big-image-text .image, .wide-image-title .image {
  width: 66.66667%; }

.wcol-9 {
  width: 75%; }

.wcol-10, .feature-box .box {
  width: 83.33333%; }

.wcol-11 {
  width: 91.66667%; }

.wcol-12 {
  width: 100%; }

.container {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container.no-container-gutter {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden; }
  @media (max-width: 0) {
    .container {
      padding-left: 0;
      padding-right: 0; }
      .container > .row {
        margin-left: 0;
        margin-right: 0; } }
  @media (min-width: 0px) {
    .container {
      width: 100%; } }
  @media (min-width: 361px) {
    .container {
      width: 100%; } }
  @media (min-width: 641px) {
    .container {
      width: 100%; } }
  @media (min-width: 821px) {
    .container {
      width: 100%; } }
  @media (min-width: 1025px) {
    .container {
      width: 998px; } }
  @media (min-width: 1201px) {
    .container {
      width: 1158px; } }
  @media (min-width: 1381px) {
    .container {
      width: 1352px; } }
  @media (min-width: 1601px) {
    .container {
      width: 1452px; } }
  .container.no-gutter {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 0px) and (max-width: 360px) {
      .container.no-gutter-xxsmall {
        padding-left: 0;
        padding-right: 0; }
        .container.no-gutter-xxsmall .row {
          margin-left: 0;
          margin-right: 0; }
          .container.no-gutter-xxsmall .row [class^="xxsmall-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxsmall .row [class^="xsmall-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxsmall .row [class^="small-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxsmall .row [class^="medium-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxsmall .row [class^="large-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxsmall .row [class^="xlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxsmall .row [class^="xxlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxsmall .row [class^="xxxlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxsmall .row [class^="col-"] {
            padding-left: 0;
            padding-right: 0; } }
    @media (min-width: 361px) and (max-width: 640px) {
      .container.no-gutter-xsmall {
        padding-left: 0;
        padding-right: 0; }
        .container.no-gutter-xsmall .row {
          margin-left: 0;
          margin-right: 0; }
          .container.no-gutter-xsmall .row [class^="xxsmall-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xsmall .row [class^="xsmall-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xsmall .row [class^="small-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xsmall .row [class^="medium-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xsmall .row [class^="large-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xsmall .row [class^="xlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xsmall .row [class^="xxlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xsmall .row [class^="xxxlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xsmall .row [class^="col-"] {
            padding-left: 0;
            padding-right: 0; } }
    @media (min-width: 641px) and (max-width: 820px) {
      .container.no-gutter-small {
        padding-left: 0;
        padding-right: 0; }
        .container.no-gutter-small .row {
          margin-left: 0;
          margin-right: 0; }
          .container.no-gutter-small .row [class^="xxsmall-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-small .row [class^="xsmall-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-small .row [class^="small-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-small .row [class^="medium-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-small .row [class^="large-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-small .row [class^="xlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-small .row [class^="xxlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-small .row [class^="xxxlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-small .row [class^="col-"] {
            padding-left: 0;
            padding-right: 0; } }
    @media (min-width: 821px) and (max-width: 1024px) {
      .container.no-gutter-medium {
        padding-left: 0;
        padding-right: 0; }
        .container.no-gutter-medium .row {
          margin-left: 0;
          margin-right: 0; }
          .container.no-gutter-medium .row [class^="xxsmall-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-medium .row [class^="xsmall-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-medium .row [class^="small-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-medium .row [class^="medium-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-medium .row [class^="large-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-medium .row [class^="xlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-medium .row [class^="xxlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-medium .row [class^="xxxlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-medium .row [class^="col-"] {
            padding-left: 0;
            padding-right: 0; } }
    @media (min-width: 1025px) and (max-width: 1200px) {
      .container.no-gutter-large {
        padding-left: 0;
        padding-right: 0; }
        .container.no-gutter-large .row {
          margin-left: 0;
          margin-right: 0; }
          .container.no-gutter-large .row [class^="xxsmall-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-large .row [class^="xsmall-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-large .row [class^="small-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-large .row [class^="medium-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-large .row [class^="large-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-large .row [class^="xlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-large .row [class^="xxlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-large .row [class^="xxxlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-large .row [class^="col-"] {
            padding-left: 0;
            padding-right: 0; } }
    @media (min-width: 1201px) and (max-width: 1380px) {
      .container.no-gutter-xlarge {
        padding-left: 0;
        padding-right: 0; }
        .container.no-gutter-xlarge .row {
          margin-left: 0;
          margin-right: 0; }
          .container.no-gutter-xlarge .row [class^="xxsmall-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xlarge .row [class^="xsmall-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xlarge .row [class^="small-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xlarge .row [class^="medium-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xlarge .row [class^="large-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xlarge .row [class^="xlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xlarge .row [class^="xxlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xlarge .row [class^="xxxlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xlarge .row [class^="col-"] {
            padding-left: 0;
            padding-right: 0; } }
    @media (min-width: 1381px) and (max-width: 1600px) {
      .container.no-gutter-xxlarge {
        padding-left: 0;
        padding-right: 0; }
        .container.no-gutter-xxlarge .row {
          margin-left: 0;
          margin-right: 0; }
          .container.no-gutter-xxlarge .row [class^="xxsmall-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxlarge .row [class^="xsmall-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxlarge .row [class^="small-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxlarge .row [class^="medium-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxlarge .row [class^="large-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxlarge .row [class^="xlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxlarge .row [class^="xxlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxlarge .row [class^="xxxlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxlarge .row [class^="col-"] {
            padding-left: 0;
            padding-right: 0; } }
    @media (min-width: 1601px) and (max-width: 4000px) {
      .container.no-gutter-xxxlarge {
        padding-left: 0;
        padding-right: 0; }
        .container.no-gutter-xxxlarge .row {
          margin-left: 0;
          margin-right: 0; }
          .container.no-gutter-xxxlarge .row [class^="xxsmall-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxxlarge .row [class^="xsmall-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxxlarge .row [class^="small-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxxlarge .row [class^="medium-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxxlarge .row [class^="large-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxxlarge .row [class^="xlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxxlarge .row [class^="xxlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxxlarge .row [class^="xxxlarge-"] {
            padding-left: 0;
            padding-right: 0; }
          .container.no-gutter-xxxlarge .row [class^="col-"] {
            padding-left: 0;
            padding-right: 0; } }
    .container.no-gutter .row {
      margin-left: 0;
      margin-right: 0; }
      .container.no-gutter .row [class^="xxsmall-"] {
        padding-left: 0;
        padding-right: 0; }
      .container.no-gutter .row [class^="xsmall-"] {
        padding-left: 0;
        padding-right: 0; }
      .container.no-gutter .row [class^="small-"] {
        padding-left: 0;
        padding-right: 0; }
      .container.no-gutter .row [class^="medium-"] {
        padding-left: 0;
        padding-right: 0; }
      .container.no-gutter .row [class^="large-"] {
        padding-left: 0;
        padding-right: 0; }
      .container.no-gutter .row [class^="xlarge-"] {
        padding-left: 0;
        padding-right: 0; }
      .container.no-gutter .row [class^="xxlarge-"] {
        padding-left: 0;
        padding-right: 0; }
      .container.no-gutter .row [class^="xxxlarge-"] {
        padding-left: 0;
        padding-right: 0; }
      .container.no-gutter .row [class^="col-"] {
        padding-left: 0;
        padding-right: 0; }
  .container.alt {
    max-width: 1000px; }
  .container-fluid {
    width: 100%; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .row.no-gutter, .row.no-gutter .row {
    margin-left: 0;
    margin-right: 0; }
    .row.no-gutter [class^="xxsmall-"], .row.no-gutter .row [class^="xxsmall-"] {
      padding-left: 0;
      padding-right: 0; }
    .row.no-gutter [class^="xsmall-"], .row.no-gutter .row [class^="xsmall-"] {
      padding-left: 0;
      padding-right: 0; }
    .row.no-gutter [class^="small-"], .row.no-gutter .row [class^="small-"] {
      padding-left: 0;
      padding-right: 0; }
    .row.no-gutter [class^="medium-"], .row.no-gutter .row [class^="medium-"] {
      padding-left: 0;
      padding-right: 0; }
    .row.no-gutter [class^="large-"], .row.no-gutter .row [class^="large-"] {
      padding-left: 0;
      padding-right: 0; }
    .row.no-gutter [class^="xlarge-"], .row.no-gutter .row [class^="xlarge-"] {
      padding-left: 0;
      padding-right: 0; }
    .row.no-gutter [class^="xxlarge-"], .row.no-gutter .row [class^="xxlarge-"] {
      padding-left: 0;
      padding-right: 0; }
    .row.no-gutter [class^="xxxlarge-"], .row.no-gutter .row [class^="xxxlarge-"] {
      padding-left: 0;
      padding-right: 0; }
    .row.no-gutter [class^="col-"], .row.no-gutter .row [class^="col-"] {
      padding-left: 0;
      padding-right: 0; }

.col-1 {
  padding-left: 15px;
  padding-right: 15px;
  width: 8.33333%; }
  @media (max-width: 0) {
    .col-1 {
      padding-left: 0;
      padding-right: 0; } }

.col-2 {
  padding-left: 15px;
  padding-right: 15px;
  width: 16.66667%; }
  @media (max-width: 0) {
    .col-2 {
      padding-left: 0;
      padding-right: 0; } }

.col-3 {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%; }
  @media (max-width: 0) {
    .col-3 {
      padding-left: 0;
      padding-right: 0; } }

.col-4 {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333%; }
  @media (max-width: 0) {
    .col-4 {
      padding-left: 0;
      padding-right: 0; } }

.col-5 {
  padding-left: 15px;
  padding-right: 15px;
  width: 41.66667%; }
  @media (max-width: 0) {
    .col-5 {
      padding-left: 0;
      padding-right: 0; } }

.col-6 {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%; }
  @media (max-width: 0) {
    .col-6 {
      padding-left: 0;
      padding-right: 0; } }

.col-7 {
  padding-left: 15px;
  padding-right: 15px;
  width: 58.33333%; }
  @media (max-width: 0) {
    .col-7 {
      padding-left: 0;
      padding-right: 0; } }

.col-8 {
  padding-left: 15px;
  padding-right: 15px;
  width: 66.66667%; }
  @media (max-width: 0) {
    .col-8 {
      padding-left: 0;
      padding-right: 0; } }

.col-9 {
  padding-left: 15px;
  padding-right: 15px;
  width: 75%; }
  @media (max-width: 0) {
    .col-9 {
      padding-left: 0;
      padding-right: 0; } }

.col-10 {
  padding-left: 15px;
  padding-right: 15px;
  width: 83.33333%; }
  @media (max-width: 0) {
    .col-10 {
      padding-left: 0;
      padding-right: 0; } }

.col-11 {
  padding-left: 15px;
  padding-right: 15px;
  width: 91.66667%; }
  @media (max-width: 0) {
    .col-11 {
      padding-left: 0;
      padding-right: 0; } }

.col-12 {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  @media (max-width: 0) {
    .col-12 {
      padding-left: 0;
      padding-right: 0; } }

.xxsmall-1 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxsmall-1 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 0px) {
    .xxsmall-1 {
      width: 8.33333% !important; } }

.xxsmall-2 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxsmall-2 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 0px) {
    .xxsmall-2 {
      width: 16.66667% !important; } }

.xxsmall-3 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxsmall-3 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 0px) {
    .xxsmall-3 {
      width: 25% !important; } }

.xxsmall-4 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxsmall-4 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 0px) {
    .xxsmall-4 {
      width: 33.33333% !important; } }

.xxsmall-5 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxsmall-5 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 0px) {
    .xxsmall-5 {
      width: 41.66667% !important; } }

.xxsmall-6 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxsmall-6 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 0px) {
    .xxsmall-6 {
      width: 50% !important; } }

.xxsmall-7 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxsmall-7 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 0px) {
    .xxsmall-7 {
      width: 58.33333% !important; } }

.xxsmall-8 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxsmall-8 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 0px) {
    .xxsmall-8 {
      width: 66.66667% !important; } }

.xxsmall-9 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxsmall-9 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 0px) {
    .xxsmall-9 {
      width: 75% !important; } }

.xxsmall-10 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxsmall-10 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 0px) {
    .xxsmall-10 {
      width: 83.33333% !important; } }

.xxsmall-11 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxsmall-11 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 0px) {
    .xxsmall-11 {
      width: 91.66667% !important; } }

.xxsmall-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxsmall-12 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 0px) {
    .xxsmall-12 {
      width: 100% !important; } }

.xsmall-1 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xsmall-1 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 361px) {
    .xsmall-1 {
      width: 8.33333% !important; } }

.xsmall-2 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xsmall-2 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 361px) {
    .xsmall-2 {
      width: 16.66667% !important; } }

.xsmall-3 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xsmall-3 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 361px) {
    .xsmall-3 {
      width: 25% !important; } }

.xsmall-4 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xsmall-4 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 361px) {
    .xsmall-4 {
      width: 33.33333% !important; } }

.xsmall-5 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xsmall-5 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 361px) {
    .xsmall-5 {
      width: 41.66667% !important; } }

.xsmall-6 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xsmall-6 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 361px) {
    .xsmall-6 {
      width: 50% !important; } }

.xsmall-7 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xsmall-7 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 361px) {
    .xsmall-7 {
      width: 58.33333% !important; } }

.xsmall-8 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xsmall-8 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 361px) {
    .xsmall-8 {
      width: 66.66667% !important; } }

.xsmall-9 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xsmall-9 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 361px) {
    .xsmall-9 {
      width: 75% !important; } }

.xsmall-10 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xsmall-10 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 361px) {
    .xsmall-10 {
      width: 83.33333% !important; } }

.xsmall-11 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xsmall-11 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 361px) {
    .xsmall-11 {
      width: 91.66667% !important; } }

.xsmall-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xsmall-12 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 361px) {
    .xsmall-12 {
      width: 100% !important; } }

.small-1 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .small-1 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 641px) {
    .small-1 {
      width: 8.33333% !important; } }

.small-2 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .small-2 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 641px) {
    .small-2 {
      width: 16.66667% !important; } }

.small-3 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .small-3 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 641px) {
    .small-3 {
      width: 25% !important; } }

.small-4 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .small-4 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 641px) {
    .small-4 {
      width: 33.33333% !important; } }

.small-5 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .small-5 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 641px) {
    .small-5 {
      width: 41.66667% !important; } }

.small-6 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .small-6 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 641px) {
    .small-6 {
      width: 50% !important; } }

.small-7 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .small-7 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 641px) {
    .small-7 {
      width: 58.33333% !important; } }

.small-8 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .small-8 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 641px) {
    .small-8 {
      width: 66.66667% !important; } }

.small-9 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .small-9 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 641px) {
    .small-9 {
      width: 75% !important; } }

.small-10 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .small-10 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 641px) {
    .small-10 {
      width: 83.33333% !important; } }

.small-11 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .small-11 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 641px) {
    .small-11 {
      width: 91.66667% !important; } }

.small-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .small-12 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 641px) {
    .small-12 {
      width: 100% !important; } }

.medium-1 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .medium-1 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 821px) {
    .medium-1 {
      width: 8.33333% !important; } }

.medium-2 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .medium-2 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 821px) {
    .medium-2 {
      width: 16.66667% !important; } }

.medium-3 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .medium-3 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 821px) {
    .medium-3 {
      width: 25% !important; } }

.medium-4 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .medium-4 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 821px) {
    .medium-4 {
      width: 33.33333% !important; } }

.medium-5 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .medium-5 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 821px) {
    .medium-5 {
      width: 41.66667% !important; } }

.medium-6 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .medium-6 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 821px) {
    .medium-6 {
      width: 50% !important; } }

.medium-7 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .medium-7 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 821px) {
    .medium-7 {
      width: 58.33333% !important; } }

.medium-8 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .medium-8 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 821px) {
    .medium-8 {
      width: 66.66667% !important; } }

.medium-9 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .medium-9 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 821px) {
    .medium-9 {
      width: 75% !important; } }

.medium-10 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .medium-10 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 821px) {
    .medium-10 {
      width: 83.33333% !important; } }

.medium-11 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .medium-11 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 821px) {
    .medium-11 {
      width: 91.66667% !important; } }

.medium-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .medium-12 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 821px) {
    .medium-12 {
      width: 100% !important; } }

.large-1 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .large-1 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1025px) {
    .large-1 {
      width: 8.33333% !important; } }

.large-2 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .large-2 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1025px) {
    .large-2 {
      width: 16.66667% !important; } }

.large-3 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .large-3 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1025px) {
    .large-3 {
      width: 25% !important; } }

.large-4 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .large-4 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1025px) {
    .large-4 {
      width: 33.33333% !important; } }

.large-5 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .large-5 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1025px) {
    .large-5 {
      width: 41.66667% !important; } }

.large-6 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .large-6 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1025px) {
    .large-6 {
      width: 50% !important; } }

.large-7 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .large-7 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1025px) {
    .large-7 {
      width: 58.33333% !important; } }

.large-8 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .large-8 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1025px) {
    .large-8 {
      width: 66.66667% !important; } }

.large-9 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .large-9 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1025px) {
    .large-9 {
      width: 75% !important; } }

.large-10 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .large-10 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1025px) {
    .large-10 {
      width: 83.33333% !important; } }

.large-11 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .large-11 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1025px) {
    .large-11 {
      width: 91.66667% !important; } }

.large-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .large-12 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1025px) {
    .large-12 {
      width: 100% !important; } }

.xlarge-1 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xlarge-1 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1201px) {
    .xlarge-1 {
      width: 8.33333% !important; } }

.xlarge-2 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xlarge-2 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1201px) {
    .xlarge-2 {
      width: 16.66667% !important; } }

.xlarge-3 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xlarge-3 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1201px) {
    .xlarge-3 {
      width: 25% !important; } }

.xlarge-4 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xlarge-4 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1201px) {
    .xlarge-4 {
      width: 33.33333% !important; } }

.xlarge-5 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xlarge-5 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1201px) {
    .xlarge-5 {
      width: 41.66667% !important; } }

.xlarge-6 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xlarge-6 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1201px) {
    .xlarge-6 {
      width: 50% !important; } }

.xlarge-7 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xlarge-7 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1201px) {
    .xlarge-7 {
      width: 58.33333% !important; } }

.xlarge-8 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xlarge-8 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1201px) {
    .xlarge-8 {
      width: 66.66667% !important; } }

.xlarge-9 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xlarge-9 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1201px) {
    .xlarge-9 {
      width: 75% !important; } }

.xlarge-10 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xlarge-10 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1201px) {
    .xlarge-10 {
      width: 83.33333% !important; } }

.xlarge-11 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xlarge-11 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1201px) {
    .xlarge-11 {
      width: 91.66667% !important; } }

.xlarge-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xlarge-12 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1201px) {
    .xlarge-12 {
      width: 100% !important; } }

.xxlarge-1 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxlarge-1 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1381px) {
    .xxlarge-1 {
      width: 8.33333% !important; } }

.xxlarge-2 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxlarge-2 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1381px) {
    .xxlarge-2 {
      width: 16.66667% !important; } }

.xxlarge-3 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxlarge-3 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1381px) {
    .xxlarge-3 {
      width: 25% !important; } }

.xxlarge-4 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxlarge-4 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1381px) {
    .xxlarge-4 {
      width: 33.33333% !important; } }

.xxlarge-5 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxlarge-5 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1381px) {
    .xxlarge-5 {
      width: 41.66667% !important; } }

.xxlarge-6 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxlarge-6 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1381px) {
    .xxlarge-6 {
      width: 50% !important; } }

.xxlarge-7 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxlarge-7 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1381px) {
    .xxlarge-7 {
      width: 58.33333% !important; } }

.xxlarge-8 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxlarge-8 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1381px) {
    .xxlarge-8 {
      width: 66.66667% !important; } }

.xxlarge-9 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxlarge-9 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1381px) {
    .xxlarge-9 {
      width: 75% !important; } }

.xxlarge-10 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxlarge-10 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1381px) {
    .xxlarge-10 {
      width: 83.33333% !important; } }

.xxlarge-11 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxlarge-11 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1381px) {
    .xxlarge-11 {
      width: 91.66667% !important; } }

.xxlarge-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxlarge-12 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1381px) {
    .xxlarge-12 {
      width: 100% !important; } }

.xxxlarge-1 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxxlarge-1 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1601px) {
    .xxxlarge-1 {
      width: 8.33333% !important; } }

.xxxlarge-2 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxxlarge-2 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1601px) {
    .xxxlarge-2 {
      width: 16.66667% !important; } }

.xxxlarge-3 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxxlarge-3 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1601px) {
    .xxxlarge-3 {
      width: 25% !important; } }

.xxxlarge-4 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxxlarge-4 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1601px) {
    .xxxlarge-4 {
      width: 33.33333% !important; } }

.xxxlarge-5 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxxlarge-5 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1601px) {
    .xxxlarge-5 {
      width: 41.66667% !important; } }

.xxxlarge-6 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxxlarge-6 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1601px) {
    .xxxlarge-6 {
      width: 50% !important; } }

.xxxlarge-7 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxxlarge-7 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1601px) {
    .xxxlarge-7 {
      width: 58.33333% !important; } }

.xxxlarge-8 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxxlarge-8 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1601px) {
    .xxxlarge-8 {
      width: 66.66667% !important; } }

.xxxlarge-9 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxxlarge-9 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1601px) {
    .xxxlarge-9 {
      width: 75% !important; } }

.xxxlarge-10 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxxlarge-10 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1601px) {
    .xxxlarge-10 {
      width: 83.33333% !important; } }

.xxxlarge-11 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxxlarge-11 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1601px) {
    .xxxlarge-11 {
      width: 91.66667% !important; } }

.xxxlarge-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 0) {
    .xxxlarge-12 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1601px) {
    .xxxlarge-12 {
      width: 100% !important; } }

@media (min-width: 0px) and (max-width: 360px) {
  .hide-xxsmall {
    display: none; } }

@media (min-width: 361px) and (max-width: 640px) {
  .hide-xsmall {
    display: none; } }

@media (min-width: 641px) and (max-width: 820px) {
  .hide-small {
    display: none; } }

@media (min-width: 821px) and (max-width: 1024px) {
  .hide-medium {
    display: none; } }

@media (min-width: 1025px) and (max-width: 1200px) {
  .hide-large {
    display: none; } }

@media (min-width: 1201px) and (max-width: 1380px) {
  .hide-xlarge {
    display: none; } }

@media (min-width: 1381px) and (max-width: 1600px) {
  .hide-xxlarge {
    display: none; } }

@media (min-width: 1601px) and (max-width: 4000px) {
  .hide-xxxlarge {
    display: none; } }

.show-xxsmall {
  display: none; }

@media (min-width: 0px) and (max-width: 360px) {
  .show-xxsmall {
    display: block !important; }
    .show-xxsmall.row {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.show-xsmall {
  display: none; }

@media (min-width: 361px) and (max-width: 640px) {
  .show-xsmall {
    display: block !important; }
    .show-xsmall.row {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.show-small {
  display: none; }

@media (min-width: 641px) and (max-width: 820px) {
  .show-small {
    display: block !important; }
    .show-small.row {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.show-medium {
  display: none; }

@media (min-width: 821px) and (max-width: 1024px) {
  .show-medium {
    display: block !important; }
    .show-medium.row {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.show-large {
  display: none; }

@media (min-width: 1025px) and (max-width: 1200px) {
  .show-large {
    display: block !important; }
    .show-large.row {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.show-xlarge {
  display: none; }

@media (min-width: 1201px) and (max-width: 1380px) {
  .show-xlarge {
    display: block !important; }
    .show-xlarge.row {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.show-xxlarge {
  display: none; }

@media (min-width: 1381px) and (max-width: 1600px) {
  .show-xxlarge {
    display: block !important; }
    .show-xxlarge.row {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.show-xxxlarge {
  display: none; }

@media (min-width: 1601px) and (max-width: 4000px) {
  .show-xxxlarge {
    display: block !important; }
    .show-xxxlarge.row {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

html {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif; }
  @media (max-width: 1380px) {
    html {
      font-size: 15px; } }
  @media (max-width: 1200px) {
    html {
      font-size: 14px; } }

.typo {
  color: #1e2d4e; }
  .typo.small {
    font-size: .8em; }
    .typo.small p {
      font-weight: 100; }
  .typo.tiny {
    font-size: .9em; }
    .typo.tiny p {
      margin-bottom: 6px; }
    .typo.tiny h2 {
      margin-bottom: 6px; }
  .typo.center {
    text-align: center; }
  .typo.justify {
    text-align: justify;
    -moz-text-align-last: left;
         text-align-last: left; }
  .typo p {
    font-size: 1.2em;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.3; }
  .typo ul {
    
    margin-bottom: 15px; }
    .typo ul li {
      font-size: 1.2rem;
      margin-bottom: 10px;
      padding-left: 25px;
      position: relative; }
      .typo ul li:before {
        content: '';
        display: inline-block;
        margin-right: 5px;
        width: 12px;
        height: 12px;
        background-color: #cf4038;
        left: -20px;
        top: 7px; }
  .typo ol {
    list-style: decimal;
    margin-bottom: 10px; }
    .typo ol li {
      font-size: 1.2rem;
      margin-bottom: 10px; }
  .typo h2 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 1.8em;
    font-weight: 700; }
  .typo a {
    color: #1e2d4e; }
  .typo strong {
    font-weight: 700; }

.icon-circle {
  position: relative;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff; }
  .icon-circle:after {
    content: '';
    display: block;
    padding-bottom: 100%; }
  .icon-circle > * {
    position: absolute;
    width: 100%;
    height: 100%; }
  .icon-circle.alt {
    background: none; }
    .icon-circle.alt .content {
      padding: 25%; }
  .icon-circle .content {
    padding: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .icon-circle .content img {
      max-width: 100%; }

body {
  background-color: #2e3754; }
  body .animsition {
    background-color: #fff; }

.main {
  background-color: #fff;
  position: relative;
  z-index: 10; }

@media (max-width: 820px) {
  #main-navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999; } }

#main-navbar .navbar {
  width: 236px;
  background-color: #fff;
  margin-top: 100px; }
  @media (max-width: 1380px) {
    #main-navbar .navbar {
      margin-top: 50px; } }
  @media (max-width: 820px) {
    #main-navbar .navbar {
      width: 100%;
      margin: 0;
      box-shadow: 0 0 15px rgba(30, 45, 78, 0.3); } }
  #main-navbar .navbar .brand {
    padding: 70px 20px 30px; }
    @media (max-width: 1380px) {
      #main-navbar .navbar .brand {
        padding: 50px 20px 0; } }
    @media (max-width: 820px) {
      #main-navbar .navbar .brand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 15px;
        position: relative;
        z-index: 10;
        background-color: #fff; } }
    @media (max-width: 640px) {
      #main-navbar .navbar .brand {
        padding: 10px 15px; } }
    @media (max-width: 820px) {
      #main-navbar .navbar .brand a {
        width: 200px; } }
    @media (max-width: 640px) {
      #main-navbar .navbar .brand a {
        width: 150px; } }
    #main-navbar .navbar .brand a img {
      margin: auto;
      width: 100%;
      display: block; }
    #main-navbar .navbar .brand .expand {
      display: none;
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
      @media (max-width: 820px) {
        #main-navbar .navbar .brand .expand {
          display: block; } }
      #main-navbar .navbar .brand .expand .icon {
        -webkit-transform: scaleY(0.7);
                transform: scaleY(0.7);
        cursor: pointer;
        width: 32px;
        height: 32px;
        position: relative;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out; }
        #main-navbar .navbar .brand .expand .icon.open {
          -webkit-transform: scaleY(1);
                  transform: scaleY(1); }
          #main-navbar .navbar .brand .expand .icon.open .top {
            stroke-dashoffset: -67; }
          #main-navbar .navbar .brand .expand .icon.open .center {
            stroke-dasharray: 1 100;
            stroke-dashoffset: 40; }
          #main-navbar .navbar .brand .expand .icon.open .bottom {
            stroke-dashoffset: -67; }
        #main-navbar .navbar .brand .expand .icon * {
          -webkit-transition: all .4s ease-out;
          transition: all .4s ease-out; }
        #main-navbar .navbar .brand .expand .icon .top {
          stroke-dasharray: 57 75;
          stroke-dashoffset: 0; }
        #main-navbar .navbar .brand .expand .icon .center {
          stroke-dasharray: 57;
          stroke-dashoffset: 0; }
        #main-navbar .navbar .brand .expand .icon .bottom {
          stroke-dasharray: 57 75;
          stroke-dashoffset: 0; }
  #main-navbar .navbar .hamburger {
    padding: 30px 0 0 0; }
    @media (max-width: 1380px) {
      #main-navbar .navbar .hamburger {
        padding: 15px 0 0 0; } }
    @media (max-width: 820px) {
      #main-navbar .navbar .hamburger {
        padding: 0;
        height: 90vh;
        overflow: hidden;
        -webkit-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #cf4038;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        opacity: 0; }
        #main-navbar .navbar .hamburger .lang {
          display: block !important;
          position: absolute;
          top: 70px;
          right: 0;
          z-index: 999; }
          #main-navbar .navbar .hamburger .lang ul li.wpml-ls-current-language a {
            font-weight: 700; }
          #main-navbar .navbar .hamburger .lang ul li a {
            padding: 15px 5px !important;
            color: #fff; }
        #main-navbar .navbar .hamburger.open {
          -webkit-transform: translateX(0%);
                  transform: translateX(0%);
          opacity: 1; }
          #main-navbar .navbar .hamburger.open > ul {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            opacity: 1; }
            #main-navbar .navbar .hamburger.open > ul > li {
              -webkit-transform: translateX(0) !important;
                      transform: translateX(0) !important; }
          #main-navbar .navbar .hamburger.open .contact {
            opacity: 1; } }
    #main-navbar .navbar .hamburger .lang {
      display: none; }
    #main-navbar .navbar .hamburger > ul {
      padding: 0 30px 30px 30px; }
      @media (max-width: 1380px) {
        #main-navbar .navbar .hamburger > ul {
          padding: 0 30px 15px 30px; } }
      @media (max-width: 820px) {
        #main-navbar .navbar .hamburger > ul {
          padding: 80px 15px 15px 15px;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-transform: translateY(-100px);
                  transform: translateY(-100px);
          -webkit-transition: all 1s ease-out;
          transition: all 1s ease-out;
          -webkit-transition-delay: .8s;
                  transition-delay: .8s;
          opacity: 0; } }
      #main-navbar .navbar .hamburger > ul > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center; }
        @media (max-width: 820px) {
          #main-navbar .navbar .hamburger > ul > li {
            -webkit-transform: translateX(100px);
                    transform: translateX(100px);
            -webkit-transition: all .5s ease-out;
            transition: all .5s ease-out;
            -webkit-transition-delay: .8s;
                    transition-delay: .8s; }
            #main-navbar .navbar .hamburger > ul > li:nth-child(2n) {
              -webkit-transform: translateX(-100px);
                      transform: translateX(-100px); } }
        #main-navbar .navbar .hamburger > ul > li:before, #main-navbar .navbar .hamburger > ul > li:after {
          content: '';
          display: inline-block;
          height: 1px;
          background-color: #cf4038;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out;
          opacity: 0; }
          @media (max-width: 820px) {
            #main-navbar .navbar .hamburger > ul > li:before, #main-navbar .navbar .hamburger > ul > li:after {
              max-width: 100px;
              background-color: #fff; } }
        #main-navbar .navbar .hamburger > ul > li.current-menu-item:before, #main-navbar .navbar .hamburger > ul > li.current-menu-item:after {
          opacity: 1; }
        #main-navbar .navbar .hamburger > ul > li.current-menu-item > a {
          color: #cf4038; }
          @media (max-width: 820px) {
            #main-navbar .navbar .hamburger > ul > li.current-menu-item > a {
              color: #fff; } }
        #main-navbar .navbar .hamburger > ul > li > a {
          padding: 20px 15px;
          display: inline-block;
          text-decoration: none;
          color: #2e3754;
          font-weight: 400;
          font-size: 1.2em;
          text-transform: uppercase;
          letter-spacing: .5px; }
          @media (max-width: 1380px) {
            #main-navbar .navbar .hamburger > ul > li > a {
              padding: 15px; } }
          @media (max-width: 820px) {
            #main-navbar .navbar .hamburger > ul > li > a {
              font-size: 2em;
              color: #fff;
              padding: 20px; } }
          @media (max-width: 640px) {
            #main-navbar .navbar .hamburger > ul > li > a {
              font-size: 1.6em; } }
          #main-navbar .navbar .hamburger > ul > li > a:hover {
            color: #cf4038; }
            @media (max-width: 820px) {
              #main-navbar .navbar .hamburger > ul > li > a:hover {
                color: #fff; } }
  @media (max-width: 820px) {
    #main-navbar .navbar .contact {
      opacity: 0;
      -webkit-transition: all .8s ease-out;
      transition: all .8s ease-out;
      -webkit-transition-delay: .8s;
              transition-delay: .8s; } }
  #main-navbar .navbar .contact a {
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #main-navbar .navbar .contact a .label {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      background-color: #cf4038;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 820px) {
        #main-navbar .navbar .contact a .label {
          padding-left: 64px;
          background-color: #cf4038;
          font-size: 2em; } }
      #main-navbar .navbar .contact a .label p {
        font-weight: 300;
        letter-spacing: 1px;
        text-transform: uppercase; }
    #main-navbar .navbar .contact a .arrow {
      background-color: #e74f47;
      width: 64px;
      height: 64px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #main-navbar .navbar .contact a .arrow .icon {
        position: relative;
        width: 40px;
        height: 40px; }
        #main-navbar .navbar .contact a .arrow .icon span {
          position: absolute;
          display: block;
          height: 1px;
          background-color: #fff; }
          #main-navbar .navbar .contact a .arrow .icon span:nth-child(1) {
            width: 40px;
            top: 20px; }
          #main-navbar .navbar .contact a .arrow .icon span:nth-child(2) {
            width: 25px;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            top: 11px;
            right: -4px; }
          #main-navbar .navbar .contact a .arrow .icon span:nth-child(3) {
            width: 25px;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            bottom: 11px;
            right: -4px; }

#wpadminbar {
  position: fixed !important; }

footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  footer .paralax {
    overflow: hidden; }
  footer .typo {
    line-height: 2;
    font-weight: 100;
    font-size: 1.2em; }
    footer .typo a {
      color: #fff;
      text-decoration: none; }
    footer .typo strong {
      font-weight: 700;
      letter-spacing: -0.6px; }
  footer .violet-box {
    position: relative;
    background-color: #2e3754;
    margin-top: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #fff;
    height: 550px; }
    @media (max-width: 1024px) {
      footer .violet-box {
        height: 400px;
        margin-top: -25px; } }
    @media (max-width: 820px) {
      footer .violet-box {
        height: auto;
        margin-top: -30px; } }
    footer .violet-box > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    footer .violet-box .brand {
      width: 100%;
      padding-top: 50px;
      position: relative; }
      @media (max-width: 1024px) {
        footer .violet-box .brand {
          padding-top: 30px; } }
      footer .violet-box .brand:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #6c7caf;
        top: 0;
        left: 50%; }
      footer .violet-box .brand .circle {
        position: relative;
        z-index: 10;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid #6c7caf;
        background-color: #2e3754; }
        @media (max-width: 1024px) {
          footer .violet-box .brand .circle {
            width: 100px;
            height: 100px; } }
        footer .violet-box .brand .circle img {
          width: 130px;
          display: block; }
          @media (max-width: 1024px) {
            footer .violet-box .brand .circle img {
              width: 80px; } }
    footer .violet-box .col-left,
    footer .violet-box .col-right {
      width: 50%;
      padding: 0 15px 50px 15px;
      padding-right: 15px !important;
      padding-left: 15px !important; }
      @media (max-width: 1600px) {
        footer .violet-box .col-left,
        footer .violet-box .col-right {
          padding: 15px !important; } }
      footer .violet-box .col-left .typo,
      footer .violet-box .col-right .typo {
        color: #fff; }
        @media (max-width: 640px) {
          footer .violet-box .col-left .typo,
          footer .violet-box .col-right .typo {
            font-size: .8em; } }
    footer .violet-box .col-left {
      position: relative; }
      footer .violet-box .col-left:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #6c7caf;
        top: 0;
        right: -1px; }
  footer .footer-menu {
    padding: 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1024px) {
      footer .footer-menu {
        padding: 15px 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 820px) {
      footer .footer-menu {
        text-align: center; } }
    footer .footer-menu ul {
      padding-left: 15px; }
      @media (max-width: 1024px) {
        footer .footer-menu ul {
          padding: 0; } }
      footer .footer-menu ul li a {
        padding: 10px;
        color: #fff;
        letter-spacing: .4px;
        text-decoration: none;
        font-weight: 300;
        display: inline-block;
        position: relative;
        text-transform: uppercase; }
        footer .footer-menu ul li a:hover:before, footer .footer-menu ul li a:hover:after {
          opacity: 1; }
        footer .footer-menu ul li a:before, footer .footer-menu ul li a:after {
          content: '';
          display: block;
          position: absolute;
          opacity: 0;
          -webkit-transition: opacity .2s ease-out;
          transition: opacity .2s ease-out; }
        footer .footer-menu ul li a:before {
          right: 100%;
          width: 20px;
          height: 14px;
          top: 12px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDE0OTQ4KSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjE5Ljg3NXB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCAxOS44NzUgMTMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE5Ljg3NSAxMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Y2lyY2xlIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgY3g9IjYuNSIgY3k9IjYuNSIgcj0iNiIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiB4MT0iMTIuNDM4IiB5MT0iNi4yNSIgeDI9IjE5Ljg3NSIgeTI9IjYuMjUiLz4NCjwvc3ZnPg0K"); }
        footer .footer-menu ul li a:after {
          width: 14px;
          height: 1px;
          background-color: #fff;
          left: 100%;
          top: 19px; }
  footer .other > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  footer .other .globe {
    padding-top: 70px; }
    @media (max-width: 1024px) {
      footer .other .globe {
        padding-top: 30px; } }
    @media (max-width: 820px) {
      footer .other .globe {
        padding-top: 0; } }
    footer .other .globe .circle {
      width: 140px;
      height: 140px;
      border: 1px solid #6c7caf;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1024px) {
        footer .other .globe .circle {
          width: 100px;
          height: 100px; } }
      footer .other .globe .circle img {
        width: 60px; }
        @media (max-width: 1024px) {
          footer .other .globe .circle img {
            width: 42px; } }
  footer .other .search {
    padding: 30px; }
    footer .other .search form {
      width: 100%;
      display: block;
      text-align: center; }
      footer .other .search form input {
        border: 0;
        border-radius: 0;
        padding: 15px 20px;
        font-family: 'Source Sans Pro', sans-serif;
        width: 100%;
        max-width: 300px;
        display: inline-block; }
        footer .other .search form input:focus {
          outline: 0; }
  footer .other .copyright {
    color: #fff;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px; }
    @media (max-width: 1024px) {
      footer .other .copyright {
        padding-bottom: 30px; } }

.hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 100px; }
  @media (max-width: 820px) {
    .hero {
      padding-bottom: 30px; } }
  @media (max-width: 820px) {
    .hero {
      height: auto; } }
  @media (max-width: 820px) {
    .hero .navbar-container {
      padding: 0; } }
  .hero .title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 820px) {
      .hero .title-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }

.main-content .components-wrapper {
  position: relative;
  padding-bottom: 200px;
  background-color: #fff;
  margin-top: -50px;
 /*  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAABJCAYAAADL04ElAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAoRJREFUeNrs2AkJwDAQAMFQY5VWaTERP31EbCEwAzFwcBzZsda6vjeArbx7e75vmgRsub9uL+y9w/O7wyYBW+7vbQrg/wv8+/89jAEAAAAAgIIADQAAAABAQoAGAAAAACAhQAMAAAAAkBCgAQAAAABICNAAAAAAACQEaAAAAAAAEgI0AAAAAAAJARoAAAAAgIQADQAAAABAQoAGAAAAACAhQAMAAAAAkBCgAQAAAABICNAAAAAAACQEaAAAAAAAEgI0AAAAAAAJARoAAAAAgIQADQAAAABAQoAGAAAAACAhQAMAAAAAkBCgAQAAAABICNAAAAAAACQEaAAAAAAAEgI0AAAAAAAJARoAAAAAgIQADQAAAABAQoAGAAAAACAhQAMAAAAAkBCgAQAAAABICNAAAAAAACQEaAAAAAAAEgI0AAAAAAAJARoAAAAAgIQADQAAAABAQoAGAAAAACAhQAMAAAAAkBCgAQAAAABICNAAAAAAACQEaAAAAAAAEgI0AAAAAAAJARoAAAAAgIQADQAAAABAQoAGAAAAACAhQAMAAAAAkBCgAQAAAABICNAAAAAAACQEaAAAAAAAEgI0AAAAAAAJARoAAAAAgIQADQAAAABAQoAGAAAAACAhQAMAAAAAkBCgAQAAAABICNAAAAAAACQEaAAAAAAAEgI0AAAAAAAJARoAAAAAgIQADQAAAABAQoAGAAAAACAhQAMAAAAAkBCgAQAAAABICNAAAAAAACQEaAAAAAAAEgI0AAAAAAAJARoAAAAAgIQADQAAAABAQoAGAAAAACAhQAMAAAAAkBCgAQAAAABICNAAAAAAACQEaAAAAAAAEgI0AAAAAACJR4ABAFfAJNW3VMv7AAAAAElFTkSuQmCC"); */
 /*  background-repeat: repeat-y;
  background-size: contain; */ }
  @media (max-width: 820px) {
    .main-content .components-wrapper {
      background: none;
      padding-bottom: 45px;
      margin: 0; } }

.image-text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (max-width: 820px) {
    .image-text-center {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; } }
  .image-text-center.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .image-text-center.reverse .text .icon-container {
      margin-left: 33.3%; }
      @media (max-width: 820px) {
        .image-text-center.reverse .text .icon-container {
          margin-left: 0; } }
  .image-text-center > div {
    width: 50%; }
    @media (max-width: 820px) {
      .image-text-center > div {
        width: 100%; } }
  .image-text-center .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (max-width: 820px) {
      .image-text-center .image {
        display: none; } }
  .image-text-center .text {
    min-height: 900px;
    padding-top: 200px; }
    @media (max-width: 820px) {
      .image-text-center .text {
        min-height: auto;
        padding: 0; } }
    .image-text-center .text .title {
      /* position: absolute; */
      width: 100%;
      left: 0;
      top: 0;
     /*  padding: 50px 0 0 0; */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 820px) {
        .image-text-center .text .title {
          position: static;
          max-width: 600px;
          margin: auto;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 15px; } }
      .image-text-center .text .title h2 {
        font-size: 4.2em;
        font-weight: 900;
        line-height: 1.05;
        letter-spacing: -1px;
        display: inline-block;
        text-align: center;
        color: #cf4038; }
        @media (max-width: 1024px) {
          .image-text-center .text .title h2 {
            font-size: 3.4em; } }
        @media (max-width: 640px) {
          .image-text-center .text .title h2 {
            font-size: 2.4em; } }
        .image-text-center .text .title h2:after {
          content: '';
          margin-top: 15px;
          display: block;
          height: 20px;
          width: 100%;
          background-color: #cf4038; }
    .image-text-center .text .icon-container {
      padding: 70px 0;
      width: 66.7%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 1200px) {
        .image-text-center .text .icon-container {
          padding: 30px 0; } }
      @media (max-width: 820px) {
        .image-text-center .text .icon-container {
          width: 100%; } }
      .image-text-center .text .icon-container .icon-circle {
        width: 250px; }
        @media (max-width: 1024px) {
          .image-text-center .text .icon-container .icon-circle {
            width: 200px; } }
        @media (max-width: 820px) {
          .image-text-center .text .icon-container .icon-circle {
            width: 150px; } }
    .image-text-center .text .text-wrapper {
      padding: 0 120px 100px; }
      @media (max-width: 1600px) {
        .image-text-center .text .text-wrapper {
          padding: 0 70px 70px; } }
      @media (max-width: 1200px) {
        .image-text-center .text .text-wrapper {
          padding: 0 50px 50px; } }
      @media (max-width: 820px) {
        .image-text-center .text .text-wrapper {
          padding: 0;
          max-width: 600px;
          margin: auto; } }

.page-header {
  height: 100%;
  width: 100%;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.3em;
  position: relative; }
  @media (max-width: 1024px) {
    .page-header {
      padding: 120px 50px; } }
  @media (max-width: 820px) {
    .page-header {
      padding: 100px 15px 80px; } }
  @media (max-width: 360px) {
    .page-header {
      padding: 100px 15px 40px; } }
  .page-header .lang {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px; }
    @media (max-width: 820px) {
      .page-header .lang {
        display: none; } }
    .page-header .lang ul li.wpml-ls-current-language a:after {
      width: 30px;
      margin-left: -15px; }
    .page-header .lang ul li a {
      color: #fff;
      letter-spacing: 1px;
      font-size: 16px;
      font-weight: 500;
      position: relative;
      text-align: center;
      width: 40px; }
      .page-header .lang ul li a:hover:after {
        width: 30px;
        margin-left: -15px; }
      .page-header .lang ul li a:after {
        content: '';
        margin-left: 0;
        background-color: #cf4038;
        width: 0;
        height: 2px;
        display: block;
        position: absolute;
        bottom: -4px;
        left: 50%;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out; }
  .page-header .text-wrapper {
    color: #fff; }
    @media (max-width: 1024px) {
      .page-header .text-wrapper {
        width: 80%; } }
    .page-header .text-wrapper h1 {
      font-size: 4.2em;
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: -1px;
      display: inline-block;
      display: inline-block;
      font-size: 4.8em; }
      @media (max-width: 1024px) {
        .page-header .text-wrapper h1 {
          font-size: 3.4em; } }
      @media (max-width: 640px) {
        .page-header .text-wrapper h1 {
          font-size: 2.4em; } }
      .page-header .text-wrapper h1:after {
        content: '';
        margin-top: 15px;
        display: block;
        height: 20px;
        width: 100%;
        background-color: #cf4038; }
    .page-header .text-wrapper p {
      margin-top: 15px; }

.grid-boxes .header {
  width: 100%;
  margin-bottom: 30px; }
  @media (max-width: 1024px) {
    .grid-boxes .header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; } }
  .grid-boxes .header h2 {
    font-size: 4.2em;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -1px;
    display: inline-block;
    width: 33.33%;
    color: #cf4038;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .grid-boxes .header h2 {
        font-size: 3.4em; } }
    @media (max-width: 640px) {
      .grid-boxes .header h2 {
        font-size: 2.4em; } }
    .grid-boxes .header h2:after {
      content: '';
      margin-top: 15px;
      display: block;
      height: 20px;
      width: 100%;
      background-color: #cf4038; }
    @media (max-width: 820px) {
      .grid-boxes .header h2 {
        width: 100%; } }

.grid-boxes .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1200px) {
    .grid-boxes .boxes {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 1380px) {
    .grid-boxes .boxes .box {
      margin-top: 50px; } }
  @media (max-width: 1200px) {
    .grid-boxes .boxes .box {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 1024px) {
    .grid-boxes .boxes .box {
      margin: 0; }
      .grid-boxes .boxes .box:nth-child(1) {
        margin-top: 50px; } }
  @media (max-width: 820px) {
    .grid-boxes .boxes .box {
      display: block;
      margin: 0; } }
  .grid-boxes .boxes .box:nth-child(2n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media (max-width: 1200px) {
      .grid-boxes .boxes .box:nth-child(2n) {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    @media (max-width: 820px) {
      .grid-boxes .boxes .box:nth-child(2n) {
        display: block; } }
  .grid-boxes .boxes .box .image {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .grid-boxes .boxes .box .image:after {
      content: '';
      display: block;
      padding-bottom: 100%; }
    .grid-boxes .boxes .box .image > * {
      position: absolute;
      width: 100%;
      height: 100%; }
    @media (max-width: 1200px) {
      .grid-boxes .boxes .box .image {
        width: 33.33333%; } }
    @media (max-width: 1024px) {
      .grid-boxes .boxes .box .image {
        position: relative;
        width: 50%; }
        .grid-boxes .boxes .box .image:after {
          content: none; }
        .grid-boxes .boxes .box .image > * {
          position: relative; } }
    @media (max-width: 820px) {
      .grid-boxes .boxes .box .image {
        width: 100%;
    } }
    @media (max-width: 640px) {
      .grid-boxes .boxes .box .image {
        width: 100%;
       } }
  .grid-boxes .boxes .box .text {
    position: relative; }
    .grid-boxes .boxes .box .text:after {
      content: '';
      display: block;
      padding-bottom: 100%; }
    .grid-boxes .boxes .box .text > * {
      position: absolute;
      width: 100%;
      height: 100%; }
    @media (max-width: 1200px) {
      .grid-boxes .boxes .box .text {
        position: relative;
        width: 66.66666%; }
        .grid-boxes .boxes .box .text:after {
          content: none; }
        .grid-boxes .boxes .box .text > * {
          position: relative; } }
    @media (max-width: 1024px) {
      .grid-boxes .boxes .box .text {
        width: 50%; } }
    @media (max-width: 820px) {
      .grid-boxes .boxes .box .text {
        width: 100%; } }
    .grid-boxes .boxes .box .text .content .icon-container {
      padding: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 1024px) {
        .grid-boxes .boxes .box .text .content .icon-container {
          margin-top: 50px; } }
      @media (max-width: 820px) {
        .grid-boxes .boxes .box .text .content .icon-container {
          margin-top: 0; } }
      .grid-boxes .boxes .box .text .content .icon-container .icon-circle {
        width: 128px; }
        .grid-boxes .boxes .box .text .content .icon-container .icon-circle .content {
          padding: 25%; }
    .grid-boxes .boxes .box .text .content .text-wrapper {
      padding: 0 70px 50px 70px;
      font-size: .9em; }
      @media (max-width: 1600px) {
        .grid-boxes .boxes .box .text .content .text-wrapper {
          padding: 0 50px 50px 50px; } }
      @media (max-width: 1380px) {
        .grid-boxes .boxes .box .text .content .text-wrapper {
          padding: 0 30px 30px 30px; } }
      @media (max-width: 1024px) {
        .grid-boxes .boxes .box .text .content .text-wrapper {
          max-width: 600px;
          margin: auto;
          margin-bottom: 50px;
          padding: 50px;
          padding-top: 0; } }
      @media (max-width: 820px) {
        .grid-boxes .boxes .box .text .content .text-wrapper {
          padding: 0; } }

.feature-box {
  position: relative; }
  .feature-box .title {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px; }
    @media (max-width: 820px) {
      .feature-box .title {
        position: static;
        padding: 0;
        text-align: center;
        width: auto;
        padding-bottom: 30px; } }
    .feature-box .title h2 {
      font-size: 4.2em;
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: -1px;
      display: inline-block;
      color: #cf4038;
      text-transform: uppercase; }
      @media (max-width: 1024px) {
        .feature-box .title h2 {
          font-size: 3.4em; } }
      @media (max-width: 640px) {
        .feature-box .title h2 {
          font-size: 2.4em; } }
      .feature-box .title h2:after {
        content: '';
        margin-top: 15px;
        display: block;
        height: 20px;
        width: 100%;
        background-color: #cf4038; }
      @media (max-width: 820px) {
        .feature-box .title h2 {
          display: inline-block; } }
  .feature-box .box {
    margin-left: 16.66667%;
    padding: 232px 100px 50px 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 1024px) {
      .feature-box .box {
        padding: 195px 50px 50px; } }
    @media (max-width: 820px) {
      .feature-box .box {
        width: 100%;
        margin: 0;
        padding: 50px; } }
    @media (max-width: 820px) {
      .feature-box .box {
        padding: 30px; } }
    .feature-box .box .text-wrapper {
      color: #fff; }
    .feature-box .box .more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 250px; }
      @media (max-width: 820px) {
        .feature-box .box .more {
          width: 100%; } }
      .feature-box .box .more .stroke {
        height: 30px;
        width: 1px;
        background-color: #fff;
        display: block; }
        .feature-box .box .more .stroke:nth-child(3) {
          height: 20px; }
      .feature-box .box .more a {
        color: #fff;
        padding: 10px;
        font-weight: 100;
        font-size: .9em;
        text-decoration: none; }
      .feature-box .box .more .circle {
        border: 1px solid #fff;
        border-radius: 50%;
        width: 64px;
        height: 64px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out; }
        .feature-box .box .more .circle:hover {
          background-color: rgba(255, 192, 71, 0.2); }
        .feature-box .box .more .circle .arrow {
          position: relative;
          width: 40px;
          height: 40px; }
          .feature-box .box .more .circle .arrow span {
            position: absolute;
            display: block;
            height: 1px;
            background-color: #fff; }
            .feature-box .box .more .circle .arrow span:nth-child(1) {
              width: 40px;
              top: 20px; }
            .feature-box .box .more .circle .arrow span:nth-child(2) {
              width: 25px;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg);
              top: 11px;
              right: -4px; }
            .feature-box .box .more .circle .arrow span:nth-child(3) {
              width: 25px;
              -webkit-transform: rotate(-45deg);
                      transform: rotate(-45deg);
              bottom: 11px;
              right: -4px; }

.image-text-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (max-width: 820px) {
    .image-text-left {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
      display: block; } }
  .image-text-left.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .image-text-left.reverse .text .title {
      margin-left: auto;
      margin-right: -90%; }
    .image-text-left.reverse .text .text-wrapper {
      padding: 50px 100px 50px 150px; }
      @media (max-width: 1600px) {
        .image-text-left.reverse .text .text-wrapper {
          padding: 50px 50px 50px 100px; } }
      @media (max-width: 1200px) {
        .image-text-left.reverse .text .text-wrapper {
          padding: 50px; } }
  .image-text-left > div {
    width: 50%; }
    @media (max-width: 820px) {
      .image-text-left > div {
        width: 100%; } }
  .image-text-left .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (max-width: 820px) {
      .image-text-left .image {
        height: 300px;
        display: none; } }
  .image-text-left .text .title {
    margin-left: -90%;
    padding: 100px 150px 0; }
    @media (max-width: 1600px) {
      .image-text-left .text .title {
        padding: 50px 150px 0 100px; } }
    @media (max-width: 1200px) {
      .image-text-left .text .title {
        padding: 50px 150px 0 50px; } }
    @media (max-width: 820px) {
      .image-text-left .text .title {
        margin: auto !important;
        width: 100%;
        padding: 50px 50px 0; } }
    @media (max-width: 820px) {
      .image-text-left .text .title {
        padding: 15px 0; } }
    .image-text-left .text .title h2 {
      font-size: 4.2em;
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: -1px;
      display: inline-block;
      color: #cf4038; }
      @media (max-width: 1024px) {
        .image-text-left .text .title h2 {
          font-size: 3.4em; } }
      @media (max-width: 640px) {
        .image-text-left .text .title h2 {
          font-size: 2.4em; } }
      .image-text-left .text .title h2:after {
        content: '';
        margin-top: 15px;
        display: block;
        height: 20px;
        width: 100%;
        background-color: #cf4038; }
  .image-text-left .text .text-wrapper {
    padding: 50px 150px 50px 100px; }
    @media (max-width: 1600px) {
      .image-text-left .text .text-wrapper {
        padding: 50px 100px 50px 50px; } }
    @media (max-width: 1200px) {
      .image-text-left .text .text-wrapper {
        padding: 50px; } }
    @media (max-width: 820px) {
      .image-text-left .text .text-wrapper {
        padding: 50px !important; } }
    @media (max-width: 820px) {
      .image-text-left .text .text-wrapper {
        padding: 15px 0 !important; } }

.wide-image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (max-width: 640px) {
    .wide-image-text {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
      display: block; } }
  .wide-image-text.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .wide-image-text.reverse .text .title {
      left: auto;
      right: -100px; }
      @media (max-width: 1600px) {
        .wide-image-text.reverse .text .title {
          right: -50px; } }
      @media (max-width: 640px) {
        .wide-image-text.reverse .text .title {
          right: auto; } }
    .wide-image-text.reverse .text .text-wrapper {
      padding: 0 50px 30px 100px; }
      @media (max-width: 1600px) {
        .wide-image-text.reverse .text .text-wrapper {
          padding: 0 50px 30px 50px; } }
  .wide-image-text .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (max-width: 1024px) {
      .wide-image-text .image {
        width: 60%; } }
    @media (max-width: 640px) {
      .wide-image-text .image {
        width: 100%;
        height: 300px; } }
  @media (max-width: 1024px) {
    .wide-image-text .text {
      width: 40%; } }
  @media (max-width: 640px) {
    .wide-image-text .text {
      width: 100%; } }
  .wide-image-text .text .title {
    padding: 50px 0;
    position: relative;
    left: -100px; }
    @media (max-width: 1600px) {
      .wide-image-text .text .title {
        left: -50px; } }
    @media (max-width: 640px) {
      .wide-image-text .text .title {
        left: auto;
        padding: 30px 0;
        text-align: center;
        margin-top: -144px;
        margin-bottom: 50px; } }
    .wide-image-text .text .title h2 {
      font-size: 4.2em;
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: -1px;
      display: inline-block;
      color: #cf4038;
      /* text-transform: uppercase;  */}
      @media (max-width: 1024px) {
        .wide-image-text .text .title h2 {
          font-size: 3.4em; } }
      @media (max-width: 640px) {
        .wide-image-text .text .title h2 {
          font-size: 2.4em; } }
      .wide-image-text .text .title h2:after {
        content: '';
        margin-top: 15px;
        display: block;
        height: 20px;
        width: 100%;
        background-color: #cf4038; }
      @media (max-width: 640px) {
        .wide-image-text .text .title h2 {
          display: inline-block; } }
  .wide-image-text .text .text-wrapper {
    padding: 0 100px 30px 50px; }
    @media (max-width: 1600px) {
      .wide-image-text .text .text-wrapper {
        padding: 0 50px 30px 50px; } }
    @media (max-width: 640px) {
      .wide-image-text .text .text-wrapper {
        padding: 0 0 30px 0;
        /* text-align: center; */ } }
    @media (max-width: 640px) {
      .wide-image-text .text .text-wrapper {
        padding: 0 !important; } }

.empty-spacer {
  outline-offset: -1px;
  padding: 30px; }
  @media (max-width: 1024px) {
    .empty-spacer {
      padding: 15px; } }
  @media (max-width: 640px) {
    .empty-spacer {
      display: none; } }

.contact-info .title {
  padding: 50px 100px; }
  @media (max-width: 1024px) {
    .contact-info .title {
      padding: 50px 30px 30px; } }
  .contact-info .title h2 {
    font-size: 4.2em;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -1px;
    display: inline-block;
    color: #cf4038;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .contact-info .title h2 {
        font-size: 3.4em; } }
    @media (max-width: 640px) {
      .contact-info .title h2 {
        font-size: 2.4em; } }
    .contact-info .title h2:after {
      content: '';
      margin-top: 15px;
      display: block;
      height: 20px;
      width: 100%;
      background-color: #cf4038; }

.contact-info .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1024px) {
    .contact-info .icons {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .contact-info .icons .item {
    width: 33.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;          
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 820px) {
      .contact-info .icons .item {
        width: 50%; } }
    @media (max-width: 640px) {
      .contact-info .icons .item {
        width: 100%; } }
    .contact-info .icons .item .icon-circle {
      margin-left: 100px;
      width: 130px; }
      @media (max-width: 1024px) {
        .contact-info .icons .item .icon-circle {
          width: 110px;
          margin-left: 30px; } }
      .contact-info .icons .item .icon-circle img {
        width: 70%; }      
    .contact-info .icons .item .text-wrapper {
      text-align: left;
      padding: 50px 100px; }
      @media (max-width: 1024px) {
        .contact-info .icons .item .text-wrapper {
          padding: 30px; } }

.title-text {
  padding: 50px 100px 30px; }
  @media (max-width: 1024px) {
    .title-text {
      padding: 30px; } }
  @media (max-width: 820px) {
    .title-text {
      padding: 15px; } }
  .title-text .title {
    padding-bottom: 50px; }
    .title-text .title h2 {
      font-size: 4.2em;
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: -1px;
      display: inline-block;
      color: #cf4038; }
      @media (max-width: 1024px) {
        .title-text .title h2 {
          font-size: 3.4em; } }
      @media (max-width: 640px) {
        .title-text .title h2 {
          font-size: 2.4em; } }
      .title-text .title h2:after {
        content: '';
        margin-top: 15px;
        display: block;
        height: 20px;
        width: 100%;
        background-color: #cf4038; }

.map-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  height: 50vh; }
  @media (max-width: 820px) {
    .map-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      height: auto;
      min-height: auto; } }
  @media (max-width: 1024px) {
    .map-box .map {
      width: 60%; } }
  @media (max-width: 820px) {
    .map-box .map {
      width: 100%;
      height: 500px; } }
  .map-box .text {
    padding: 50px;
    background-color: #2e3754;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1024px) {
      .map-box .text {
        width: 40%; } }
    @media (max-width: 820px) {
      .map-box .text {
        width: 100%;
        padding: 30px; } }
    .map-box .text .text-wrapper {
      color: #fff;
      text-align: right; }

.image-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1024px) {
    .image-icons {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; } }
  .image-icons.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .image-icons.reverse .icons .text {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media (max-width: 1024px) {
        .image-icons.reverse .icons .text {
          -webkit-box-orient: vertical !important;
          -webkit-box-direction: normal !important;
              -ms-flex-direction: column !important;
                  flex-direction: column !important; } }
      .image-icons.reverse .icons .text .title {
        left: auto;
        right: -120px;
        text-align: right; }
        @media (max-width: 1024px) {
          .image-icons.reverse .icons .text .title {
            position: static;
            text-align: center; } }
  .image-icons .image {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .image-icons .image:after {
      content: '';
      display: block;
      padding-bottom: 100%; }
    .image-icons .image > * {
      position: absolute;
      width: 100%;
      height: 100%; }
    @media (max-width: 1024px) {
      .image-icons .image {
        width: 100%;
        position: relative;
        height: 300px; }
        .image-icons .image:after {
          content: none; }
        .image-icons .image > * {
          position: relative; } }
  @media (max-width: 1024px) {
    .image-icons .icons {
      width: 100%; } }
  .image-icons .icons .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px; }
    @media (max-width: 1024px) {
      .image-icons .icons .text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .image-icons .icons .text > div {
      width: 50%; }
      @media (max-width: 1024px) {
        .image-icons .icons .text > div {
          width: 100%; } }
    .image-icons .icons .text .title {
      position: relative;
      left: -120px; }
      @media (max-width: 1024px) {
        .image-icons .icons .text .title {
          position: static;
          text-align: center;
          padding-bottom: 30px; } }
      .image-icons .icons .text .title h2 {
        font-size: 4.2em;
        font-weight: 900;
        line-height: 1.05;
        letter-spacing: -1px;
        display: inline-block;
        color: #cf4038;
        text-transform: uppercase; }
        @media (max-width: 1024px) {
          .image-icons .icons .text .title h2 {
            font-size: 3.4em; } }
        @media (max-width: 640px) {
          .image-icons .icons .text .title h2 {
            font-size: 2.4em; } }
        .image-icons .icons .text .title h2:after {
          content: '';
          margin-top: 15px;
          display: block;
          height: 20px;
          width: 100%;
          background-color: #cf4038; }
        @media (max-width: 1024px) {
          .image-icons .icons .text .title h2 {
            display: inline-block; } }
    .image-icons .icons .text .text-wrapper {
      padding: 0 15px; }
      @media (max-width: 1024px) {
        .image-icons .icons .text .text-wrapper {
          text-align: center; } }
  .image-icons .icons .icons-wrapper {
    position: relative;
    padding: 30px 12.5%; }
    .image-icons .icons .icons-wrapper .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 5px; }
      .image-icons .icons .icons-wrapper .swiper-slide .icon {
        width: 90%; }
    .image-icons .icons .icons-wrapper .swiper-button-prev,
    .image-icons .icons .icons-wrapper .swiper-button-next {
      width: 30px;
      height: 100px;
      top: 50%;
      margin-top: -50px;
      background: none;
      position: absolute;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out; }
      .image-icons .icons .icons-wrapper .swiper-button-prev.swiper-button-disabled,
      .image-icons .icons .icons-wrapper .swiper-button-next.swiper-button-disabled {
        opacity: 0; }
      .image-icons .icons .icons-wrapper .swiper-button-prev:before, .image-icons .icons .icons-wrapper .swiper-button-prev:after,
      .image-icons .icons .icons-wrapper .swiper-button-next:before,
      .image-icons .icons .icons-wrapper .swiper-button-next:after {
        left: 15px;
        content: '';
        position: absolute;
        width: 1px;
        height: 50px;
        background-color: #cf4038; }
    .image-icons .icons .icons-wrapper .swiper-button-prev {
      left: 70px; }
      @media (max-width: 1600px) {
        .image-icons .icons .icons-wrapper .swiper-button-prev {
          left: 30px; } }
      @media (max-width: 820px) {
        .image-icons .icons .icons-wrapper .swiper-button-prev {
          left: 0; } }
      .image-icons .icons .icons-wrapper .swiper-button-prev:before {
        top: 1px;
        -webkit-transform: rotate(15deg);
                transform: rotate(15deg); }
      .image-icons .icons .icons-wrapper .swiper-button-prev:after {
        bottom: 1px;
        -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg); }
    .image-icons .icons .icons-wrapper .swiper-button-next {
      right: 70px; }
      @media (max-width: 1600px) {
        .image-icons .icons .icons-wrapper .swiper-button-next {
          right: 30px; } }
      @media (max-width: 820px) {
        .image-icons .icons .icons-wrapper .swiper-button-next {
          right: 0; } }
      .image-icons .icons .icons-wrapper .swiper-button-next:before {
        top: 1px;
        -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg); }
      .image-icons .icons .icons-wrapper .swiper-button-next:after {
        bottom: 1px;
        -webkit-transform: rotate(15deg);
                transform: rotate(15deg); }

.download-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 50px; }
  @media (max-width: 820px) {
    .download-box {
      padding: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      display: block;
      margin-bottom: 30px; } }
  @media (max-width: 820px) {
    .download-box {
      padding: 30px 15px;
      margin-bottom: 15px; } }
  .download-box .title {
    padding: 50px;
    width: 40%; }
    @media (max-width: 820px) {
      .download-box .title {
        padding: 0;
        padding-bottom: 30px;
        width: auto;
        text-align: center; } }
    .download-box .title h2 {
      font-size: 4.2em;
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: -1px;
      display: inline-block;
      color: #cf4038;
      text-transform: uppercase;
      font-size: 3em; }
      @media (max-width: 1024px) {
        .download-box .title h2 {
          font-size: 3.4em; } }
      @media (max-width: 640px) {
        .download-box .title h2 {
          font-size: 2.4em; } }
      .download-box .title h2:after {
        content: '';
        margin-top: 15px;
        display: block;
        height: 20px;
        width: 100%;
        background-color: #cf4038; }
      @media (max-width: 820px) {
        .download-box .title h2 {
          display: inline-block; } }
      .download-box .title h2:after {
        height: 15px; }
  .download-box .text {
    padding: 50px;
    padding: 50px 30px;
    width: 40%; }
    @media (max-width: 820px) {
      .download-box .text {
        padding: 0;
        width: auto;
        text-align: center; } }
    .download-box .text .text-wrapper {
      color: #fff; }
  .download-box .icon {
    position: absolute;
    top: 0;
    left: 83.33333%;
    height: 100%;
    width: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 820px) {
      .download-box .icon {
        position: static;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; } }
    .download-box .icon span {
      width: 1px;
      background-color: #cccccc;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (max-width: 820px) {
        .download-box .icon span {
          display: none; } }
    .download-box .icon .icon-circle {
      margin-left: -50%; }
      @media (max-width: 820px) {
        .download-box .icon .icon-circle {
          margin: 0;
          width: 100px; } }

.download-boxes-container .content .download-box:last-child {
  margin-bottom: 0; }

.download-boxes-container .more {
  text-align: center;
  padding: 50px; }
  .download-boxes-container .more .icon-circle {
    display: inline-block;
    width: 110px;
    cursor: pointer; }
    .download-boxes-container .more .icon-circle p {
      color: #cf4038;
      font-size: 1.6em; }

.big-image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 820px) {
    .big-image-text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .big-image-text .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (max-width: 1380px) {
      .big-image-text .image {
        width: 50%; } }
    @media (max-width: 1024px) {
      .big-image-text .image {
        width: 60%; } }
    @media (max-width: 820px) {
      .big-image-text .image {
        width: 100%;
        height: 300px; } }
  .big-image-text .text {
    background-color: #567a9a;
    padding: 50px; }
    @media (max-width: 1380px) {
      .big-image-text .text {
        width: 50%; } }
    @media (max-width: 1024px) {
      .big-image-text .text {
        width: 40%; } }
    @media (max-width: 820px) {
      .big-image-text .text {
        width: 100%;
        text-align: center; } }
    @media (max-width: 820px) {
      .big-image-text .text {
        padding: 15px; } }
    .big-image-text .text .title {
      padding-bottom: 30px;
      margin-left: -350px;
      text-align: right; }
      @media (max-width: 820px) {
        .big-image-text .text .title {
          margin: 0;
          text-align: center;
          display: inline-block; } }
      .big-image-text .text .title h2 {
        font-size: 4.2em;
        font-weight: 900;
        line-height: 1.05;
        letter-spacing: -1px;
        display: inline-block;
        color: #fff; }
        @media (max-width: 1024px) {
          .big-image-text .text .title h2 {
            font-size: 3.4em; } }
        @media (max-width: 640px) {
          .big-image-text .text .title h2 {
            font-size: 2.4em; } }
        .big-image-text .text .title h2:after {
          content: '';
          margin-top: 15px;
          display: block;
          height: 20px;
          width: 100%;
          background-color: #fff; }
    .big-image-text .text .text-wrapper {
      color: #fff;
      text-align: right; }
      @media (max-width: 820px) {
        .big-image-text .text .text-wrapper {
          text-align: center; } }

.video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 820px) {
    .video-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .video-box .text {
    width: 50%;
    position: relative;
    z-index: 10;
    padding: 30px 50px 30px 100px; }
    @media (max-width: 1024px) {
      .video-box .text {
        padding-left: 50px; } }
    @media (max-width: 820px) {
      .video-box .text {
        width: 100%;
        padding: 30px; } }
    @media (max-width: 820px) {
      .video-box .text {
        padding: 15px 0; } }
    .video-box .text .title {
      margin-right: -300px;
      margin-bottom: 50px; }
      @media (max-width: 820px) {
        .video-box .text .title {
          margin: 0 auto;
          display: block;
          text-align: center; } }
      .video-box .text .title h2 {
        font-size: 4.2em;
        font-weight: 900;
        line-height: 1.05;
        letter-spacing: -1px;
        display: inline-block;
        color: #cf4038; }
        @media (max-width: 1024px) {
          .video-box .text .title h2 {
            font-size: 3.4em; } }
        @media (max-width: 640px) {
          .video-box .text .title h2 {
            font-size: 2.4em; } }
        .video-box .text .title h2:after {
          content: '';
          margin-top: 15px;
          display: block;
          height: 20px;
          width: 100%;
          background-color: #cf4038; }
        @media (max-width: 820px) {
          .video-box .text .title h2 {
            margin-bottom: 15px; } }
  .video-box .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 820px) {
      .video-box .image {
        width: 100%;
        height: 300px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .video-box .image .label {
      padding: 0 30px 0 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      @media (max-width: 820px) {
        .video-box .image .label {
          display: none; } }
      .video-box .image .label span {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        @media (max-width: 820px) {
          .video-box .image .label span {
            display: none; } }
        .video-box .image .label span:nth-child(1) {
          -webkit-box-flex: 2;
              -ms-flex-positive: 2;
                  flex-grow: 2; }
      .video-box .image .label p {
        padding: 15px;
        color: #fff;
        height: 128px;
        width: 128px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .video-box .image .icon {
      width: 128px;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 820px) {
        .video-box .image .icon {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .video-box .image .icon .icon-circle {
        cursor: pointer; }
        .video-box .image .icon .icon-circle .content img {
          width: 50px; }
      .video-box .image .icon span {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 1px;
        background-color: #cccccc; }
        @media (max-width: 820px) {
          .video-box .image .icon span {
            display: none; } }
        .video-box .image .icon span:nth-child(1) {
          -webkit-box-flex: 2;
              -ms-flex-positive: 2;
                  flex-grow: 2; }

.e404 {
  padding: 100px; }
  .e404 .text-wrapper {
    text-align: center;
    margin-bottom: 50px; }
    .e404 .text-wrapper h2 {
      font-size: 4.2em;
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: -1px;
      display: inline-block;
      font-size: 200px;
      color: #2e3754;
      display: inline-block; }
      @media (max-width: 1024px) {
        .e404 .text-wrapper h2 {
          font-size: 3.4em; } }
      @media (max-width: 640px) {
        .e404 .text-wrapper h2 {
          font-size: 2.4em; } }
      .e404 .text-wrapper h2:after {
        content: '';
        margin-top: 15px;
        display: block;
        height: 20px;
        width: 100%;
        background-color: #cf4038; }
  .e404 .back {
    text-align: center; }
    .e404 .back a {
      background-color: #6c7caf;
      color: #fff;
      padding: 15px; }

.big-text-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1200px) {
    .big-text-title {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .big-text-title > div {
    width: 50%; }
    @media (max-width: 1200px) {
      .big-text-title > div {
        width: 100%; } }
  .big-text-title .text {
    background-color: #567a9a;
    padding: 100px 120px; }
    @media (max-width: 1600px) {
      .big-text-title .text {
        padding: 80px; } }
    @media (max-width: 1024px) {
      .big-text-title .text {
        padding: 50px; } }
    @media (max-width: 820px) {
      .big-text-title .text {
        padding: 30px; } }
    .big-text-title .text .text-wrapper {
      color: #fff; }
  .big-text-title .title-wrapper {
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .big-text-title .title-wrapper .title {
      text-align: right;
      margin-left: -100px; }
      .big-text-title .title-wrapper .title h2 {
        font-size: 4.2em;
        font-weight: 900;
        line-height: 1.05;
        letter-spacing: -1px;
        display: inline-block;
        color: #cf4038;
        font-size: 5.2em; }
        @media (max-width: 1024px) {
          .big-text-title .title-wrapper .title h2 {
            font-size: 3.4em; } }
        @media (max-width: 640px) {
          .big-text-title .title-wrapper .title h2 {
            font-size: 2.4em; } }
        .big-text-title .title-wrapper .title h2:after {
          content: '';
          margin-top: 15px;
          display: block;
          height: 20px;
          width: 100%;
          background-color: #cf4038; }
        @media (max-width: 1024px) {
          .big-text-title .title-wrapper .title h2 {
            font-size: 4em; } }

.title-text-icon {
  padding-bottom: 50px; }
  @media (max-width: 820px) {
    .title-text-icon {
      padding: 30px; } }
  @media (max-width: 820px) {
    .title-text-icon {
      padding: 15px; } }
  .title-text-icon .title {
    padding: 50px 100px 50px; }
    @media (max-width: 820px) {
      .title-text-icon .title {
        padding: 0; } }
    .title-text-icon .title h2 {
      font-size: 4.2em;
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: -1px;
      display: inline-block;
      color: #cf4038; }
      @media (max-width: 1024px) {
        .title-text-icon .title h2 {
          font-size: 3.4em; } }
      @media (max-width: 640px) {
        .title-text-icon .title h2 {
          font-size: 2.4em; } }
      .title-text-icon .title h2:after {
        content: '';
        margin-top: 15px;
        display: block;
        height: 20px;
        width: 100%;
        background-color: #cf4038; }
  .title-text-icon .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 820px) {
      .title-text-icon .text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .title-text-icon .text .text-wrapper {
      width: 66.66%;
      padding-left: 100px; }
      @media (max-width: 820px) {
        .title-text-icon .text .text-wrapper {
          padding: 0;
          padding-top: 30px;
          width: 100%; } }
    .title-text-icon .text .icon {
      width: 33.33%;
      padding: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 820px) {
        .title-text-icon .text .icon {
          width: 100%; } }
      .title-text-icon .text .icon .icon-circle {
        width: 45%; }
        @media (max-width: 820px) {
          .title-text-icon .text .icon .icon-circle {
            width: 100%;
            max-width: 120px; } }

.wide-image-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 50px; }
  @media (max-width: 820px) {
    .wide-image-title {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important; } }
  .wide-image-title.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .wide-image-title.reverse .text .title {
      left: auto;
      right: -100px;
      margin: 0;
      margin-right: -200px; }
      @media (max-width: 1600px) {
        .wide-image-title.reverse .text .title {
          right: -50px; } }
      @media (max-width: 1024px) {
        .wide-image-title.reverse .text .title {
          text-align: left; } }
      @media (max-width: 820px) {
        .wide-image-title.reverse .text .title {
          right: auto; } }
    .wide-image-title.reverse .text .text-wrapper {
      padding: 0 50px 30px 100px; }
      @media (max-width: 1600px) {
        .wide-image-title.reverse .text .text-wrapper {
          padding: 0 50px 30px 50px; } }
  .wide-image-title .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 280px; }
    @media (max-width: 820px) {
      .wide-image-title .image {
        width: 100%;
        height: 200px;
        min-height: auto; } }
  @media (max-width: 820px) {
    .wide-image-title .text {
      width: 100%; } }
  .wide-image-title .text .title {
    padding: 50px 0;
    position: relative;
    left: -100px; }
    @media (max-width: 1600px) {
      .wide-image-title .text .title {
        left: -50px; } }
    @media (max-width: 820px) {
      .wide-image-title .text .title {
        left: auto;
        padding: 30px 0;
        text-align: center;
        margin: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center; } }
    .wide-image-title .text .title h2 {
      font-size: 4.2em;
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: -1px;
      display: inline-block;
      color: #cf4038;
      font-size: 4.2em;
      text-transform: capitalize; }
      @media (max-width: 1024px) {
        .wide-image-title .text .title h2 {
          font-size: 3.4em; } }
      @media (max-width: 640px) {
        .wide-image-title .text .title h2 {
          font-size: 2.4em; } }
      .wide-image-title .text .title h2:after {
        content: '';
        margin-top: 15px;
        display: block;
        height: 20px;
        width: 100%;
        background-color: #cf4038; }
      @media (max-width: 820px) {
        .wide-image-title .text .title h2 {
          display: inline-block; } }
  .wide-image-title .text .text-wrapper {
    padding: 0 100px 30px 50px; }
    @media (max-width: 1600px) {
      .wide-image-title .text .text-wrapper {
        padding: 0 50px 30px 50px; } }
    @media (max-width: 820px) {
      .wide-image-title .text .text-wrapper {
        padding: 0 0 30px 0;
        text-align: center; } }
    @media (max-width: 820px) {
      .wide-image-title .text .text-wrapper {
        padding: 0 !important; } }

@-webkit-keyframes cn-text {
  0% {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1; } }

@keyframes cn-text {
  0% {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1; } }

@-webkit-keyframes cn-text-fadeoff {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1; }
  20% {
    opacity: 1;
    -webkit-filter: blur(3px);
            filter: blur(3px); }
  100% {
    opacity: 0;
    -webkit-filter: blur(3px);
            filter: blur(3px); } }

@keyframes cn-text-fadeoff {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1; }
  20% {
    opacity: 1;
    -webkit-filter: blur(3px);
            filter: blur(3px); }
  100% {
    opacity: 0;
    -webkit-filter: blur(3px);
            filter: blur(3px); } }

#cookie-notify {
  background-color: rgba(30, 45, 78, 0.9);
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  font-size: .8em;
  z-index: 999; }
  @media (max-width: 1380px) {
    #cookie-notify p {
      margin-bottom: 8px; } }
  #cookie-notify.show {
    opacity: 1;
    pointer-events: all; }
    #cookie-notify.show .cookie-content {
      -webkit-animation-name: cn-text;
              animation-name: cn-text;
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: .2s;
              animation-delay: .2s; }
      .isEdge #cookie-notify.show .cookie-content {
        -webkit-animation: none;
                animation: none; }
  #cookie-notify.fadeOff {
    opacity: 0;
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
    pointer-events: none; }
    .isEdge #cookie-notify.fadeOff {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    #cookie-notify.fadeOff .cookie-content {
      -webkit-animation-name: cn-text-fadeoff;
              animation-name: cn-text-fadeoff;
      -webkit-animation-duration: 2s;
              animation-duration: 2s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: 0s;
              animation-delay: 0s; }
      .isEdge #cookie-notify.fadeOff .cookie-content {
        -webkit-animation: none;
                animation: none; }
  #cookie-notify .cookie-content {
    font-weight: 300;
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .isEdge #cookie-notify .cookie-content {
      opacity: 1;
      -webkit-filter: none;
              filter: none; }
    #cookie-notify .cookie-content .typo {
      color: #fff; }
      #cookie-notify .cookie-content .typo p {
        text-align: center;
        font-weight: 300; }
    #cookie-notify .cookie-content .links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #cookie-notify .cookie-content .links a {
        font-weight: 400;
        margin: 5px;
        color: #fff;
        text-decoration: none;
        background-color: #6c7caf;
        border: 1px solid #6c7caf;
        padding: 10px 15px;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out; }
        #cookie-notify .cookie-content .links a:hover {
          background-color: #6c7caf; }

#browser-alert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px 0 5px;
  background-color: rgba(30, 45, 78, 0.95);
  display: none;
  pointer-events: none; }
  #browser-alert.show {
    display: block; }
  #browser-alert .typo {
    color: #fff;
    text-align: center; }

.wide-image-text.dark_bg .text {      
  background-color: #2e3754;
     
}
.wide-image-text.dark_bg .text p, .wide-image-text.dark_bg .text li, .wide-image-text.dark_bg .text h3, .wide-image-text.dark_bg .text h4 {
  color: #fff;
}
      
.red-bg-text {
  background-color: #cf4038;
      padding: 40px 150px;
}  

.red-bg-text p {
  color: #fff;
}

  @media (max-width: 1600px) {
.red-bg-text  {
  padding: 40px 100px;
}
  }

@media (max-width: 1200px) {
.red-bg-text  {
  padding: 30px 50px;
}
  }

@media (max-width: 820px) {
.red-bg-text  {
  padding: 15px;
}
  }
  
.boxes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
}

.boxes-grid h4 {
  color: #1e2d4e;
  margin: 0 0 15px;
}

@media (max-width: 1440px) {
  .boxes-grid {
    column-gap: 20px;
  }
}

.image-text-center:not(:has(.icon-container)) .title h2{
  margin-bottom: 70px;
}

@media (max-width: 1200px) {
  .boxes-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
  .boxes-grid h4 {
     margin: 0 0 10px;
  }
  .image-text-center:not(:has(.icon-container)) .title h2{
  margin-bottom: 30px;
}
}

@media (max-width: 680px) {
  .boxes-grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

.feature-box:has(.boxes-grid) .title h2 {
    color: #1e2d4e;
}
.feature-box:has(.boxes-grid) .title h2:after {
  background-color: #1e2d4e;
}
 .typo ol {
  padding-left: 20px;
 }

.boxes-grid h2 {
font-size: 1.4em;
}

.image-text-center .text .title {
  padding: 0 0 0 60px;
}
.image-text-center.reverse .text .title {
  padding: 0 60px 0 0;
}

.image-text-left .text .title {
   margin-left: -90px;
}
.image-text-left.reverse .text .title {
  margin-right: -90px;
}
.image-text-center .text .title h2 {
  text-align: left;
  width: 100%;
}
.image-text-left .text .title h2, .image-text-center .text .title h2, .big-image-text .text .title h2, .wide-image-text .text .title h2 {
  font-size: 3.8em;
}
.image-text-center:not(.reverse) .text .title {
  padding-right: 100px;
}
.image-text-center.reverse .text .title {
  padding-left: 100px;
}

.wide-image-text .text .title {
  left: 0!important;
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 820px) {
.image-text-center .text {
  padding-top: 100px;
}
}
@media (min-width: 1600px) {
  .image-text-left:not(.reverse) .text .text-wrapper,
  .image-text-left:not(.reverse) .text .title {
    padding-right: 100px;
  }
  .image-text-left.reverse .text .text-wrapper, 
  .image-text-left.reverse .text .title {
    padding-left: 100px;
  }
    .image-text-center:not(.reverse) .text .title {
      padding-right: 100px;
    }
    .image-text-center.reverse .text .title {
      padding-left: 100px;
    }
}
@media (max-width: 1600px) { 
  .image-text-left .text .title {
    margin-left: -60px;
  }
  .image-text-left .text .title h2, .image-text-center .text .title h2, .big-image-text .text .title h2, .wide-image-text .text .title h2 {
  font-size: 3.5em;
 }
 
}

@media (max-width: 1380px){
  .image-text-center .text .title {
    padding: 0 0 0 40px;
  }
  .image-text-center.reverse .text .title {
    padding: 0 40px 0 0;
  }
  .image-text-left.reverse .text .title {
    margin-right: -110px;
  }
  .image-text-left .text .title {
    margin-left: 0;
  }
  .image-text-left .text .title h2, .image-text-center .text .title h2, .big-image-text .text .title h2, .wide-image-text .text .title h2 {
    font-size: 3.2em;
  }
  .wide-image-text .image, .wide-image-text .text {
    width: 50%;
  }
     .image-text-center:not(.reverse) .text .title {
      padding-right: 70px;
    }
    .image-text-center.reverse .text .title {
      padding-left: 70px;
    }
}

@media (max-width: 1200px){
  .image-text-center:not(.reverse) .text .title {
      padding-right: 100px;
    }
    .image-text-center.reverse .text .title {
      padding-left: 100px;
    }
      .image-text-center:not(.reverse) .text .title {
      padding-right: 50px;
    }
    .image-text-center.reverse .text .title {
      padding-left: 50px;
    }
}
@media (max-width: 1024px){
  .image-text-center .text .title {
    padding: 0 0 0 20px;
  }
  .image-text-center.reverse .text .title {
    padding: 0 40px 0 20px;
  }
  .grid-boxes .header, .feature-box .title {
    text-align: left;
  }
  .grid-boxes .boxes .box:nth-child(1) {
    margin-top: 0;
  }
}
footer .other .globe .circle {
  opacity: 0;
}
.wide-image-text .text .title {
  text-align: right;
}
@media (max-width: 820px){
  .grid-boxes {
    max-width: 600px;
    margin: 0 auto;
  }
  .image-text-center.reverse .text .title, .image-text-center .text .title {
    padding: 15px 0;
  }
  .wide-image-text .image {
    height: 300px;
    width: 100%;
  }
  .wide-image-text .text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .wide-image-text {
    flex-direction: column;
  }
  .wide-image-text .text .title {
    left: auto;
    padding: 30px 0;
    text-align: center;
    margin-top: 0px!important;
    margin-bottom: 0!important;
  }
  footer .other .globe .circle {
    display: none;
  }
  .wide-image-text .text .title {
    padding-left: 0;
    padding-right: 0;
  }
  .wide-image-text.dark_bg .text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .big-image-text .text .title {
    width: 100%;
  }
  .image-text-left .text .title h2, .image-text-center .text .title h2, .big-image-text .text .title h2, .wide-image-text .text .title h2 {
    font-size: 3em;
    text-align: left;
    width: 100%;
  }
  .image-text-left .text .title h2 br, .image-text-center .text .title h2 br, .big-image-text .text .title h2 br, .wide-image-text .text .title h2 br {
    display: none;
  }
  .image-text-center .image, .image-text-left .image {
    display: flex;
    aspect-ratio: 1 / 1;
    max-width: 600px;
    margin: 0 auto;
  }
  .image-text-center, .image-text-left {
    flex-direction: column-reverse!important;
    margin-bottom: 50px;
  }
   .image-text-left {
    display: flex;
   }
  .grid-boxes .boxes .box .image, .image-text-left .image {
    aspect-ratio: 1 / 1;
  }
}
@media (max-width: 640px) {
.image-text-left .text .title h2, .image-text-center .text .title h2, .big-image-text .text .title h2, .wide-image-text .text .title h2 {
  font-size: 2.4em;
  text-align: left;
}
}

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