@charset "UTF-8";
/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

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

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

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

.lity-hide {
  display: none; }

/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

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

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

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

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

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

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

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

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

.swiper-button-lock {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  -webkit-border-radius: 10px;
          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);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions {
  height: 100%; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*!
 * # Semantic UI 2.2.10 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Dropdown
*******************************/
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  text-align: left;
  -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
  -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-tap-highlight-color: transparent; }

/*******************************
            Content
*******************************/
/*--------------
      Menu
---------------*/
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: none;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0em;
  padding: 0em 0em;
  background: #FFFFFF;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-border-radius: 0.28571429rem;
          border-radius: 0.28571429rem;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  z-index: 11;
  will-change: transform, opacity; }

.ui.dropdown .menu > * {
  white-space: nowrap; }

/*--------------
  Hidden Input
---------------*/
.ui.dropdown > input:not(.search):first-child,
.ui.dropdown > select {
  display: none !important; }

/*--------------
 Dropdown Icon
---------------*/
.ui.dropdown > .dropdown.icon {
  position: relative;
  width: auto;
  font-size: 0.85714286em;
  margin: 0em 0em 0em 1em; }

.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0em 0em 0em 1em; }

.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em; }

/*--------------
      Text
---------------*/
.ui.dropdown > .text {
  display: inline-block;
  -webkit-transition: none;
  transition: none; }

/*--------------
    Menu Item
---------------*/
.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.87);
  padding: 1em;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-touch-callout: none; }

.ui.dropdown .menu > .item:first-child {
  border-top-width: 0px; }

/*--------------
  Floated Content
---------------*/
.ui.dropdown > .text > [class*="right floated"],
.ui.dropdown .menu .item > [class*="right floated"] {
  float: right !important;
  margin-right: 0em !important;
  margin-left: 1em !important; }

.ui.dropdown > .text > [class*="left floated"],
.ui.dropdown .menu .item > [class*="left floated"] {
  float: left !important;
  margin-left: 0em !important;
  margin-right: 1em !important; }

.ui.dropdown .menu .item > .icon.floated,
.ui.dropdown .menu .item > .flag.floated,
.ui.dropdown .menu .item > .image.floated,
.ui.dropdown .menu .item > img.floated {
  margin-top: 0em; }

/*--------------
  Menu Divider
---------------*/
.ui.dropdown .menu > .header {
  margin: 1rem 0rem 0.75rem;
  padding: 0em 1.14285714rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.78571429em;
  font-weight: bold;
  text-transform: uppercase; }

.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0em;
  margin: 0.5em 0em; }

.ui.dropdown .menu > .input {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1.14285714rem 0.78571429rem;
  min-width: 10rem; }

.ui.dropdown .menu > .header + .input {
  margin-top: 0em; }

.ui.dropdown .menu > .input:not(.transparent) input {
  padding: 0.5em 1em; }

.ui.dropdown .menu > .input:not(.transparent) .button,
.ui.dropdown .menu > .input:not(.transparent) .icon,
.ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

/*-----------------
  Item Description
-------------------*/
.ui.dropdown > .text > .description,
.ui.dropdown .menu > .item > .description {
  float: right;
  margin: 0em 0em 0em 1em;
  color: rgba(0, 0, 0, 0.4); }

/*-----------------
       Message
-------------------*/
.ui.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
  font-weight: normal; }

.ui.dropdown .menu > .message:not(.ui) {
  color: rgba(0, 0, 0, 0.4); }

/*--------------
    Sub Menu
---------------*/
.ui.dropdown .menu .menu {
  top: 0% !important;
  left: 100% !important;
  right: auto !important;
  margin: 0em 0em 0em -0.5em !important;
  -webkit-border-radius: 0.28571429rem !important;
          border-radius: 0.28571429rem !important;
  z-index: 21 !important; }

/* Hide Arrow */
.ui.dropdown .menu .menu:after {
  display: none; }

/*--------------
   Sub Elements
---------------*/
/* Icons / Flags / Labels / Image */
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image {
  margin-top: 0em; }

.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-top: 0em; }

.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-left: 0em;
  float: none;
  margin-right: 0.78571429rem; }

/*--------------
     Image
---------------*/
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 2em; }

/*******************************
            Coupling
*******************************/
/*--------------
      Menu
---------------*/
/* Remove Menu Item Divider */
.ui.dropdown .ui.menu > .item:before,
.ui.menu .ui.dropdown .menu > .item:before {
  display: none; }

/* Prevent Menu Item Border */
.ui.menu .ui.dropdown .menu .active.item {
  border-left: none; }

/* Automatically float dropdown menu right on last menu item */
.ui.menu .right.menu .dropdown:last-child .menu,
.ui.menu .right.dropdown.item .menu,
.ui.buttons > .ui.dropdown:last-child .menu {
  left: auto;
  right: 0em; }

/*--------------
      Label
---------------*/
/* Dropdown Menu */
.ui.label.dropdown .menu {
  min-width: 100%; }

/*--------------
     Button
---------------*/
/* No Margin On Icon Button */
.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0em; }

.ui.button.dropdown .menu {
  min-width: 100%; }

/*******************************
              Types
*******************************/
/*--------------
    Selection
---------------*/
/* Displays like a select box */
.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
      transform: rotateZ(0deg);
  min-width: 14em;
  min-height: 2.71428571em;
  background: #FFFFFF;
  display: inline-block;
  padding: 1em;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-border-radius: 0.28571429rem;
          border-radius: 0.28571429rem;
  -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
  -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease; }

.ui.selection.dropdown.visible,
.ui.selection.dropdown.active {
  z-index: 10; }

select.ui.dropdown {
  height: 38px;
  padding: 0.5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible; }

.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1.21428571em;
  top: 0.78571429em;
  right: 1em;
  z-index: 3;
  margin: -0.78571429em;
  padding: 0.78571429em;
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

/* Compact */
.ui.compact.selection.dropdown {
  min-width: 0px; }

/*  Selection Menu */
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0px !important;
  width: auto;
  outline: none;
  margin: 0px -1px;
  min-width: -webkit-calc(100% +  2px);
  min-width: calc(100% +  2px);
  width: -webkit-calc(100% +  2px);
  width: calc(100% +  2px);
  -webkit-border-radius: 0em 0em 0.28571429rem 0.28571429rem;
          border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
  display: none; }

/*--------------
    Message
---------------*/
.ui.selection.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem; }

@media only screen and (max-width: 767px) {
  .ui.selection.dropdown .menu {
    max-height: 8.01428571rem; } }

@media only screen and (min-width: 768px) {
  .ui.selection.dropdown .menu {
    max-height: 10.68571429rem; } }

@media only screen and (min-width: 992px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem; } }

@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
    max-height: 21.37142857rem; } }

/* Menu Item */
.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #FAFAFA;
  padding: 1em;
  white-space: normal;
  word-wrap: normal; }

/* User Item */
.ui.selection.dropdown .menu > .hidden.addition.item {
  display: none; }

/* Hover */
.ui.selection.dropdown:hover {
  border-color: rgba(34, 36, 38, 0.35);
  -webkit-box-shadow: none;
          box-shadow: none; }

/* Active */
.ui.selection.active.dropdown {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

.ui.selection.active.dropdown .menu {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

/* Focus */
.ui.selection.dropdown:focus {
  border-color: #96C8DA;
  -webkit-box-shadow: none;
          box-shadow: none; }

.ui.selection.dropdown:focus .menu {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

/* Visible */
.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8); }

/* Visible Hover */
.ui.selection.active.dropdown:hover {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

.ui.selection.active.dropdown:hover .menu {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

/* Dropdown Icon */
.ui.active.selection.dropdown > .dropdown.icon,
.ui.visible.selection.dropdown > .dropdown.icon {
  opacity: 1;
  z-index: 3; }

/* Connecting Border */
.ui.active.selection.dropdown {
  -webkit-border-bottom-left-radius: 0em !important;
          border-bottom-left-radius: 0em !important;
  -webkit-border-bottom-right-radius: 0em !important;
          border-bottom-right-radius: 0em !important; }

/* Empty Connecting Border */
.ui.active.empty.selection.dropdown {
  -webkit-border-radius: 0.28571429rem !important;
          border-radius: 0.28571429rem !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.ui.active.empty.selection.dropdown .menu {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

/*--------------
   Searchable
---------------*/
/* Search Selection */
.ui.search.dropdown {
  min-width: ''; }

/* Search Dropdown */
.ui.search.dropdown > input.search {
  background: none transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: text;
  top: 0em;
  left: 1px;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit; }

/* Text Layering */
.ui.search.dropdown > input.search {
  position: absolute;
  z-index: 2; }

.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  left: 1px;
  z-index: 3; }

/* Search Selection */
.ui.search.selection.dropdown > input.search {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em; }

/* Used to size multi select input to character width */
.ui.search.selection.dropdown > span.sizer {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em;
  display: none;
  white-space: pre; }

/* Active/Visible Search */
.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
  cursor: auto; }

.ui.search.dropdown.active > .text,
.ui.search.dropdown.visible > .text {
  pointer-events: none; }

/* Filtered Text */
.ui.active.search.dropdown input.search:focus + .text .icon,
.ui.active.search.dropdown input.search:focus + .text .flag {
  opacity: 0.45; }

.ui.active.search.dropdown input.search:focus + .text {
  color: rgba(115, 115, 115, 0.87) !important; }

/* Search Menu */
.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch; }

@media only screen and (max-width: 767px) {
  .ui.search.dropdown .menu {
    max-height: 8.01428571rem; } }

@media only screen and (min-width: 768px) {
  .ui.search.dropdown .menu {
    max-height: 10.68571429rem; } }

@media only screen and (min-width: 992px) {
  .ui.search.dropdown .menu {
    max-height: 16.02857143rem; } }

@media only screen and (min-width: 1920px) {
  .ui.search.dropdown .menu {
    max-height: 21.37142857rem; } }

/*--------------
    Multiple
---------------*/
/* Multiple Selection */
.ui.multiple.dropdown {
  padding: 0.22619048em 2.1em 0.22619048em 0.35714286em; }

.ui.multiple.dropdown .menu {
  cursor: auto; }

/* Multiple Search Selection */
.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown > input.search {
  cursor: text; }

/* Selection Label */
.ui.multiple.dropdown > .label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1em;
  padding: 0.35714286em 0.78571429em;
  margin: 0.14285714rem 0.28571429rem 0.14285714rem 0em;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
          box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset; }

/* Dropdown Icon */
.ui.multiple.dropdown .dropdown.icon {
  margin: '';
  padding: ''; }

/* Text */
.ui.multiple.dropdown > .text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  line-height: 1.21428571em; }

.ui.multiple.dropdown > .label ~ input.search {
  margin-left: 0.14285714em !important; }

.ui.multiple.dropdown > .label ~ .text {
  display: none; }

/*-----------------
  Multiple Search
-----------------*/
/* Prompt Text */
.ui.multiple.search.dropdown > .text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  line-height: 1.21428571em; }

.ui.multiple.search.dropdown > .label ~ .text {
  display: none; }

/* Search */
.ui.multiple.search.dropdown > input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  width: 2.2em;
  line-height: 1.21428571em; }

/*--------------
     Inline
---------------*/
.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit; }

.ui.inline.dropdown .dropdown.icon {
  margin: 0em 0.5em 0em 0.21428571em;
  vertical-align: baseline; }

.ui.inline.dropdown > .text {
  font-weight: bold; }

.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: 0.21428571em;
  -webkit-border-radius: 0.28571429rem;
          border-radius: 0.28571429rem; }

/*******************************
            States
*******************************/
/*--------------------
        Active
----------------------*/
/* Menu Item Active */
.ui.dropdown .menu .active.item {
  background: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 12; }

/*--------------------
        Hover
----------------------*/
/* Menu Item Hover */
.ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  z-index: 13; }

/*--------------------
       Loading
---------------------*/
.ui.loading.dropdown > i.icon {
  height: 1em !important;
  padding: 1.14285714em 1.07142857em !important; }

.ui.loading.dropdown > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-border-radius: 500rem;
          border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1); }

.ui.loading.dropdown > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
          box-shadow: 0px 0px 0px 1px transparent;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: dropdown-spin 0.6s linear;
  animation: dropdown-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-border-radius: 500rem;
          border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em; }

/* Coupling */
.ui.loading.dropdown.button > i.icon:before,
.ui.loading.dropdown.button > i.icon:after {
  display: none; }

@-webkit-keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*--------------------
     Default Text
----------------------*/
.ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text {
  color: rgba(191, 191, 191, 0.87); }

.ui.dropdown:not(.button) > input:focus + .default.text,
.ui.default.dropdown:not(.button) > input:focus + .text {
  color: rgba(115, 115, 115, 0.87); }

/*--------------------
        Loading
----------------------*/
.ui.loading.dropdown > .text {
  -webkit-transition: none;
  transition: none; }

/* Used To Check Position */
.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1; }

/*--------------------
    Keyboard Select
----------------------*/
/* Selected Item */
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95); }

/*--------------------
    Search Filtered
----------------------*/
/* Filtered Item */
.ui.dropdown > .filtered.text {
  visibility: hidden; }

.ui.dropdown .filtered.item {
  display: none !important; }

/*--------------------
        Error
----------------------*/
.ui.dropdown.error,
.ui.dropdown.error > .text,
.ui.dropdown.error > .default.text {
  color: #9F3A38; }

.ui.selection.dropdown.error {
  background: #FFF6F6;
  border-color: #E0B4B4; }

.ui.selection.dropdown.error:hover {
  border-color: #E0B4B4; }

.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
  border-color: #E0B4B4; }

.ui.dropdown.error > .menu > .item {
  color: #9F3A38; }

.ui.multiple.selection.error.dropdown > .label {
  border-color: #E0B4B4; }

/* Item Hover */
.ui.dropdown.error > .menu > .item:hover {
  background-color: #FFF2F2; }

/* Item Active */
.ui.dropdown.error > .menu .active.item {
  background-color: #FDCFCF; }

/*--------------------
        Disabled
----------------------*/
/* Disabled */
.ui.disabled.dropdown,
.ui.dropdown .menu > .disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: 0.45; }

/*******************************
           Variations
*******************************/
/*--------------
    Direction
---------------*/
/* Flyout Direction */
.ui.dropdown .menu {
  left: 0px; }

/* Default Side (Right) */
.ui.dropdown .right.menu > .menu,
.ui.dropdown .menu .right.menu {
  left: 100% !important;
  right: auto !important;
  -webkit-border-radius: 0.28571429rem !important;
          border-radius: 0.28571429rem !important; }

/* Left Flyout Menu */
.ui.dropdown > .left.menu .menu,
.ui.dropdown .menu .left.menu {
  left: auto !important;
  right: 100% !important;
  -webkit-border-radius: 0.28571429rem !important;
          border-radius: 0.28571429rem !important; }

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0.78571429rem 0em 0em; }

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0.78571429rem 0em 0em; }

.ui.dropdown .item .left.dropdown.icon + .text,
.ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em; }

/*--------------
     Upward
---------------*/
/* Upward Main Menu */
.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0.28571429rem 0.28571429rem 0em 0em;
          border-radius: 0.28571429rem 0.28571429rem 0em 0em; }

/* Upward Sub Menu */
.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important; }

/* Active Upward */
.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
  -webkit-border-radius: 0.28571429rem 0.28571429rem 0em 0em !important;
          border-radius: 0.28571429rem 0.28571429rem 0em 0em !important; }

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  -webkit-border-radius: 0.28571429rem 0.28571429rem 0em 0em;
          border-radius: 0.28571429rem 0.28571429rem 0em 0em; }

/* Selection */
.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0px !important;
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08); }

.ui.upward.selection.dropdown:hover {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05); }

/* Active Upward */
.ui.active.upward.selection.dropdown {
  -webkit-border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
          border-radius: 0em 0em 0.28571429rem 0.28571429rem !important; }

/* Visible Upward */
.ui.upward.selection.dropdown.visible {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
          border-radius: 0em 0em 0.28571429rem 0.28571429rem !important; }

/* Visible Hover Upward */
.ui.upward.active.selection.dropdown:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05); }

.ui.upward.active.selection.dropdown:hover .menu {
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08); }

/*--------------
     Simple
---------------*/
/*  Selection Menu */
.ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
  overflow-x: hidden;
  overflow-y: auto; }

.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important; }

.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15); }

.ui.scrolling.dropdown .menu .item.item.item,
.ui.dropdown .scrolling.menu > .item.item.item {
  border-top: none; }

.ui.scrolling.dropdown .menu .item:first-child,
.ui.dropdown .scrolling.menu .item:first-child {
  border-top: none; }

.ui.dropdown > .animating.menu .scrolling.menu,
.ui.dropdown > .visible.menu .scrolling.menu {
  display: block; }

/* Scrollbar in IE */
@media all and (-ms-high-contrast: none) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    min-width: -webkit-calc(100% -  17px);
    min-width: calc(100% -  17px); } }

@media only screen and (max-width: 767px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 10.28571429rem; } }

@media only screen and (min-width: 768px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 15.42857143rem; } }

@media only screen and (min-width: 992px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem; } }

@media only screen and (min-width: 1920px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem; } }

/*--------------
     Simple
---------------*/
/* Displays without javascript */
.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
  display: none; }

.ui.simple.dropdown .menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -9999px !important;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
  -webkit-border-bottom-left-radius: 0em !important;
          border-bottom-left-radius: 0em !important;
  -webkit-border-bottom-right-radius: 0em !important;
          border-bottom-right-radius: 0em !important; }

.ui.simple.active.dropdown > .menu,
.ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1; }

.ui.simple.dropdown > .menu > .item:active > .menu,
.ui.simple.dropdown:hover > .menu > .item:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0% !important;
  left: 100% !important;
  opacity: 1; }

.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden; }

/* Visible */
.ui.simple.visible.dropdown > .menu {
  display: block; }

/*--------------
      Fluid
---------------*/
.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0em; }

.ui.fluid.dropdown > .dropdown.icon {
  float: right; }

/*--------------
    Floating
---------------*/
.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
          box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
  -webkit-border-radius: 0.28571429rem !important;
          border-radius: 0.28571429rem !important; }

.ui.floating.dropdown > .menu {
  margin-top: 0.5em !important;
  -webkit-border-radius: 0.28571429rem !important;
          border-radius: 0.28571429rem !important; }

/*--------------
     Pointing
---------------*/
.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: 0.78571429rem;
  -webkit-border-radius: 0.28571429rem;
          border-radius: 0.28571429rem; }

.ui.pointing.dropdown > .menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: '';
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  -webkit-box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
          box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
  background: #FFFFFF;
  z-index: 2; }

.ui.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 50%;
  margin: 0em 0em 0em -0.25em; }

/* Top Left Pointing */
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em; }

.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em; }

.ui.top.left.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 1em;
  right: auto;
  margin: 0em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

/* Top Right  Pointing */
.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0%;
  left: auto;
  margin: 1em 0em 0em; }

.ui.top.right.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: auto;
  right: 1em;
  margin: 0em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

/* Left Pointing */
.ui.left.pointing.dropdown > .menu {
  top: 0%;
  left: 100%;
  right: auto;
  margin: 0em 0em 0em 1em; }

.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -0.25em;
  margin: 0em 0em 0em 0em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

/* Right Pointing */
.ui.right.pointing.dropdown > .menu {
  top: 0%;
  left: auto;
  right: 100%;
  margin: 0em 1em 0em 0em; }

.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0em 0em 0em 0em;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg); }

/* Bottom Pointing */
.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0%;
  right: auto;
  margin: 0em 0em 1em; }

.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -0.25em;
  right: auto;
  margin: 0em;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }

/* Reverse Sub-Menu Direction */
.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0px !important; }

/* Bottom Left */
.ui.bottom.left.pointing.dropdown > .menu {
  left: 0%;
  right: auto; }

.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto; }

/* Bottom Right */
.ui.bottom.right.pointing.dropdown > .menu {
  right: 0%;
  left: auto; }

.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em; }

/* Upward pointing */
.ui.upward.pointing.dropdown > .menu,
.ui.upward.top.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  margin: 0em 0em 0.78571429rem;
  -webkit-border-radius: 0.28571429rem;
          border-radius: 0.28571429rem; }

.ui.upward.pointing.dropdown > .menu:after,
.ui.upward.top.pointing.dropdown > .menu:after {
  top: 100%;
  bottom: auto;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
          box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
  margin: -0.25em 0em 0em; }

/* Right Pointing Upward */
.ui.upward.right.pointing.dropdown:not(.top):not(.bottom) > .menu {
  top: auto;
  bottom: 0;
  margin: 0em 1em 0em 0em; }

.ui.upward.right.pointing.dropdown:not(.top):not(.bottom) > .menu:after {
  top: auto;
  bottom: 0;
  margin: 0em 0em 1em 0em;
  -webkit-box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
          box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15); }

/* Left Pointing Upward */
.ui.upward.left.pointing.dropdown:not(.top):not(.bottom) > .menu {
  top: auto;
  bottom: 0;
  margin: 0em 0em 0em 1em; }

.ui.upward.left.pointing.dropdown:not(.top):not(.bottom) > .menu:after {
  top: auto;
  bottom: 0;
  margin: 0em 0em 1em 0em;
  -webkit-box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
          box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15); }

/*******************************
         Theme Overrides
*******************************/
/* Dropdown Carets */
@font-face {
  font-family: 'Dropdown';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");
  font-weight: normal;
  font-style: normal; }

.ui.dropdown > .dropdown.icon {
  font-family: 'Dropdown';
  line-height: 1;
  height: 1em;
  width: 1.23em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center; }

.ui.dropdown > .dropdown.icon {
  width: auto; }

.ui.dropdown > .dropdown.icon:before {
  content: '\f0d7'; }

/* Sub Menu */
.ui.dropdown .menu .item .dropdown.icon:before {
  content: ""; }

.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.menu .item .dropdown.icon:before {
  content: ""; }

/* Vertical Menu Dropdown */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: ""; }

/* Icons for Reference
.dropdown.down.icon {
  content: "\f0d7";
}
.dropdown.up.icon {
  content: "\f0d8";
}
.dropdown.left.icon {
  content: "\f0d9";
}
.dropdown.icon.icon {
  content: "\f0da";
}
*/
/*******************************
        User Overrides
*******************************/
@font-face {
  font-family: 'Linearicons';
  src: url("../fonts/linearicons/Linearicons.eot");
  src: url("../fonts/linearicons/Linearicons.eot") format("embedded-opentype"), url("../fonts/linearicons/Linearicons.woff") format("woff"), url("../fonts/linearicons/Linearicons.ttf") format("truetype"), url("../fonts/linearicons/Linearicons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lnr {
  font-family: 'Linearicons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lnr-home:before {
  content: "\e600"; }

.lnr-home2:before {
  content: "\e601"; }

.lnr-home3:before {
  content: "\e602"; }

.lnr-home4:before {
  content: "\e603"; }

.lnr-home5:before {
  content: "\e604"; }

.lnr-home6:before {
  content: "\e605"; }

.lnr-bathtub:before {
  content: "\e606"; }

.lnr-toothbrush:before {
  content: "\e607"; }

.lnr-bed:before {
  content: "\e608"; }

.lnr-couch:before {
  content: "\e609"; }

.lnr-chair:before {
  content: "\e60a"; }

.lnr-city:before {
  content: "\e60b"; }

.lnr-apartment:before {
  content: "\e60c"; }

.lnr-pencil:before {
  content: "\e60d"; }

.lnr-pencil2:before {
  content: "\e60e"; }

.lnr-pen:before {
  content: "\e60f"; }

.lnr-pencil3:before {
  content: "\e610"; }

.lnr-eraser:before {
  content: "\e611"; }

.lnr-pencil4:before {
  content: "\e612"; }

.lnr-pencil5:before {
  content: "\e613"; }

.lnr-feather:before {
  content: "\e614"; }

.lnr-feather2:before {
  content: "\e615"; }

.lnr-feather3:before {
  content: "\e616"; }

.lnr-pen2:before {
  content: "\e617"; }

.lnr-pen-add:before {
  content: "\e618"; }

.lnr-pen-remove:before {
  content: "\e619"; }

.lnr-vector:before {
  content: "\e61a"; }

.lnr-pen3:before {
  content: "\e61b"; }

.lnr-blog:before {
  content: "\e61c"; }

.lnr-brush:before {
  content: "\e61d"; }

.lnr-brush2:before {
  content: "\e61e"; }

.lnr-spray:before {
  content: "\e61f"; }

.lnr-paint-roller:before {
  content: "\e620"; }

.lnr-stamp:before {
  content: "\e621"; }

.lnr-tape:before {
  content: "\e622"; }

.lnr-desk-tape:before {
  content: "\e623"; }

.lnr-texture:before {
  content: "\e624"; }

.lnr-eye-dropper:before {
  content: "\e625"; }

.lnr-palette:before {
  content: "\e626"; }

.lnr-color-sampler:before {
  content: "\e627"; }

.lnr-bucket:before {
  content: "\e628"; }

.lnr-gradient:before {
  content: "\e629"; }

.lnr-gradient2:before {
  content: "\e62a"; }

.lnr-magic-wand:before {
  content: "\e62b"; }

.lnr-magnet:before {
  content: "\e62c"; }

.lnr-pencil-ruler:before {
  content: "\e62d"; }

.lnr-pencil-ruler2:before {
  content: "\e62e"; }

.lnr-compass:before {
  content: "\e62f"; }

.lnr-aim:before {
  content: "\e630"; }

.lnr-gun:before {
  content: "\e631"; }

.lnr-bottle:before {
  content: "\e632"; }

.lnr-drop:before {
  content: "\e633"; }

.lnr-drop-crossed:before {
  content: "\e634"; }

.lnr-drop2:before {
  content: "\e635"; }

.lnr-snow:before {
  content: "\e636"; }

.lnr-snow2:before {
  content: "\e637"; }

.lnr-fire:before {
  content: "\e638"; }

.lnr-lighter:before {
  content: "\e639"; }

.lnr-knife:before {
  content: "\e63a"; }

.lnr-dagger:before {
  content: "\e63b"; }

.lnr-tissue:before {
  content: "\e63c"; }

.lnr-toilet-paper:before {
  content: "\e63d"; }

.lnr-poop:before {
  content: "\e63e"; }

.lnr-umbrella:before {
  content: "\e63f"; }

.lnr-umbrella2:before {
  content: "\e640"; }

.lnr-rain:before {
  content: "\e641"; }

.lnr-tornado:before {
  content: "\e642"; }

.lnr-wind:before {
  content: "\e643"; }

.lnr-fan:before {
  content: "\e644"; }

.lnr-contrast:before {
  content: "\e645"; }

.lnr-sun-small:before {
  content: "\e646"; }

.lnr-sun:before {
  content: "\e647"; }

.lnr-sun2:before {
  content: "\e648"; }

.lnr-moon:before {
  content: "\e649"; }

.lnr-cloud:before {
  content: "\e64a"; }

.lnr-cloud-upload:before {
  content: "\e64b"; }

.lnr-cloud-download:before {
  content: "\e64c"; }

.lnr-cloud-rain:before {
  content: "\e64d"; }

.lnr-cloud-hailstones:before {
  content: "\e64e"; }

.lnr-cloud-snow:before {
  content: "\e64f"; }

.lnr-cloud-windy:before {
  content: "\e650"; }

.lnr-sun-wind:before {
  content: "\e651"; }

.lnr-cloud-fog:before {
  content: "\e652"; }

.lnr-cloud-sun:before {
  content: "\e653"; }

.lnr-cloud-lightning:before {
  content: "\e654"; }

.lnr-cloud-sync:before {
  content: "\e655"; }

.lnr-cloud-lock:before {
  content: "\e656"; }

.lnr-cloud-gear:before {
  content: "\e657"; }

.lnr-cloud-alert:before {
  content: "\e658"; }

.lnr-cloud-check:before {
  content: "\e659"; }

.lnr-cloud-cross:before {
  content: "\e65a"; }

.lnr-cloud-crossed:before {
  content: "\e65b"; }

.lnr-cloud-database:before {
  content: "\e65c"; }

.lnr-database:before {
  content: "\e65d"; }

.lnr-database-add:before {
  content: "\e65e"; }

.lnr-database-remove:before {
  content: "\e65f"; }

.lnr-database-lock:before {
  content: "\e660"; }

.lnr-database-refresh:before {
  content: "\e661"; }

.lnr-database-check:before {
  content: "\e662"; }

.lnr-database-history:before {
  content: "\e663"; }

.lnr-database-upload:before {
  content: "\e664"; }

.lnr-database-download:before {
  content: "\e665"; }

.lnr-server:before {
  content: "\e666"; }

.lnr-shield:before {
  content: "\e667"; }

.lnr-shield-check:before {
  content: "\e668"; }

.lnr-shield-alert:before {
  content: "\e669"; }

.lnr-shield-cross:before {
  content: "\e66a"; }

.lnr-lock:before {
  content: "\e66b"; }

.lnr-rotation-lock:before {
  content: "\e66c"; }

.lnr-unlock:before {
  content: "\e66d"; }

.lnr-key:before {
  content: "\e66e"; }

.lnr-key-hole:before {
  content: "\e66f"; }

.lnr-toggle-off:before {
  content: "\e670"; }

.lnr-toggle-on:before {
  content: "\e671"; }

.lnr-cog:before {
  content: "\e672"; }

.lnr-cog2:before {
  content: "\e673"; }

.lnr-wrench:before {
  content: "\e674"; }

.lnr-screwdriver:before {
  content: "\e675"; }

.lnr-hammer-wrench:before {
  content: "\e676"; }

.lnr-hammer:before {
  content: "\e677"; }

.lnr-saw:before {
  content: "\e678"; }

.lnr-axe:before {
  content: "\e679"; }

.lnr-axe2:before {
  content: "\e67a"; }

.lnr-shovel:before {
  content: "\e67b"; }

.lnr-pickaxe:before {
  content: "\e67c"; }

.lnr-factory:before {
  content: "\e67d"; }

.lnr-factory2:before {
  content: "\e67e"; }

.lnr-recycle:before {
  content: "\e67f"; }

.lnr-trash:before {
  content: "\e680"; }

.lnr-trash2:before {
  content: "\e681"; }

.lnr-trash3:before {
  content: "\e682"; }

.lnr-broom:before {
  content: "\e683"; }

.lnr-game:before {
  content: "\e684"; }

.lnr-gamepad:before {
  content: "\e685"; }

.lnr-joystick:before {
  content: "\e686"; }

.lnr-dice:before {
  content: "\e687"; }

.lnr-spades:before {
  content: "\e688"; }

.lnr-diamonds:before {
  content: "\e689"; }

.lnr-clubs:before {
  content: "\e68a"; }

.lnr-hearts:before {
  content: "\e68b"; }

.lnr-heart:before {
  content: "\e68c"; }

.lnr-star:before {
  content: "\e68d"; }

.lnr-star-half:before {
  content: "\e68e"; }

.lnr-star-empty:before {
  content: "\e68f"; }

.lnr-flag:before {
  content: "\e690"; }

.lnr-flag2:before {
  content: "\e691"; }

.lnr-flag3:before {
  content: "\e692"; }

.lnr-mailbox-full:before {
  content: "\e693"; }

.lnr-mailbox-empty:before {
  content: "\e694"; }

.lnr-at-sign:before {
  content: "\e695"; }

.lnr-envelope:before {
  content: "\e696"; }

.lnr-envelope-open:before {
  content: "\e697"; }

.lnr-paperclip:before {
  content: "\e698"; }

.lnr-paper-plane:before {
  content: "\e699"; }

.lnr-reply:before {
  content: "\e69a"; }

.lnr-reply-all:before {
  content: "\e69b"; }

.lnr-inbox:before {
  content: "\e69c"; }

.lnr-inbox2:before {
  content: "\e69d"; }

.lnr-outbox:before {
  content: "\e69e"; }

.lnr-box:before {
  content: "\e69f"; }

.lnr-archive:before {
  content: "\e6a0"; }

.lnr-archive2:before {
  content: "\e6a1"; }

.lnr-drawers:before {
  content: "\e6a2"; }

.lnr-drawers2:before {
  content: "\e6a3"; }

.lnr-drawers3:before {
  content: "\e6a4"; }

.lnr-eye:before {
  content: "\e6a5"; }

.lnr-eye-crossed:before {
  content: "\e6a6"; }

.lnr-eye-plus:before {
  content: "\e6a7"; }

.lnr-eye-minus:before {
  content: "\e6a8"; }

.lnr-binoculars:before {
  content: "\e6a9"; }

.lnr-binoculars2:before {
  content: "\e6aa"; }

.lnr-hdd:before {
  content: "\e6ab"; }

.lnr-hdd-down:before {
  content: "\e6ac"; }

.lnr-hdd-up:before {
  content: "\e6ad"; }

.lnr-floppy-disk:before {
  content: "\e6ae"; }

.lnr-disc:before {
  content: "\e6af"; }

.lnr-tape2:before {
  content: "\e6b0"; }

.lnr-printer:before {
  content: "\e6b1"; }

.lnr-shredder:before {
  content: "\e6b2"; }

.lnr-file-empty:before {
  content: "\e6b3"; }

.lnr-file-add:before {
  content: "\e6b4"; }

.lnr-file-check:before {
  content: "\e6b5"; }

.lnr-file-lock:before {
  content: "\e6b6"; }

.lnr-files:before {
  content: "\e6b7"; }

.lnr-copy:before {
  content: "\e6b8"; }

.lnr-compare:before {
  content: "\e6b9"; }

.lnr-folder:before {
  content: "\e6ba"; }

.lnr-folder-search:before {
  content: "\e6bb"; }

.lnr-folder-plus:before {
  content: "\e6bc"; }

.lnr-folder-minus:before {
  content: "\e6bd"; }

.lnr-folder-download:before {
  content: "\e6be"; }

.lnr-folder-upload:before {
  content: "\e6bf"; }

.lnr-folder-star:before {
  content: "\e6c0"; }

.lnr-folder-heart:before {
  content: "\e6c1"; }

.lnr-folder-user:before {
  content: "\e6c2"; }

.lnr-folder-shared:before {
  content: "\e6c3"; }

.lnr-folder-music:before {
  content: "\e6c4"; }

.lnr-folder-picture:before {
  content: "\e6c5"; }

.lnr-folder-film:before {
  content: "\e6c6"; }

.lnr-scissors:before {
  content: "\e6c7"; }

.lnr-paste:before {
  content: "\e6c8"; }

.lnr-clipboard-empty:before {
  content: "\e6c9"; }

.lnr-clipboard-pencil:before {
  content: "\e6ca"; }

.lnr-clipboard-text:before {
  content: "\e6cb"; }

.lnr-clipboard-check:before {
  content: "\e6cc"; }

.lnr-clipboard-down:before {
  content: "\e6cd"; }

.lnr-clipboard-left:before {
  content: "\e6ce"; }

.lnr-clipboard-alert:before {
  content: "\e6cf"; }

.lnr-clipboard-user:before {
  content: "\e6d0"; }

.lnr-register:before {
  content: "\e6d1"; }

.lnr-enter:before {
  content: "\e6d2"; }

.lnr-exit:before {
  content: "\e6d3"; }

.lnr-papers:before {
  content: "\e6d4"; }

.lnr-news:before {
  content: "\e6d5"; }

.lnr-reading:before {
  content: "\e6d6"; }

.lnr-typewriter:before {
  content: "\e6d7"; }

.lnr-document:before {
  content: "\e6d8"; }

.lnr-document2:before {
  content: "\e6d9"; }

.lnr-graduation-hat:before {
  content: "\e6da"; }

.lnr-license:before {
  content: "\e6db"; }

.lnr-license2:before {
  content: "\e6dc"; }

.lnr-medal-empty:before {
  content: "\e6dd"; }

.lnr-medal-first:before {
  content: "\e6de"; }

.lnr-medal-second:before {
  content: "\e6df"; }

.lnr-medal-third:before {
  content: "\e6e0"; }

.lnr-podium:before {
  content: "\e6e1"; }

.lnr-trophy:before {
  content: "\e6e2"; }

.lnr-trophy2:before {
  content: "\e6e3"; }

.lnr-music-note:before {
  content: "\e6e4"; }

.lnr-music-note2:before {
  content: "\e6e5"; }

.lnr-music-note3:before {
  content: "\e6e6"; }

.lnr-playlist:before {
  content: "\e6e7"; }

.lnr-playlist-add:before {
  content: "\e6e8"; }

.lnr-guitar:before {
  content: "\e6e9"; }

.lnr-trumpet:before {
  content: "\e6ea"; }

.lnr-album:before {
  content: "\e6eb"; }

.lnr-shuffle:before {
  content: "\e6ec"; }

.lnr-repeat-one:before {
  content: "\e6ed"; }

.lnr-repeat:before {
  content: "\e6ee"; }

.lnr-headphones:before {
  content: "\e6ef"; }

.lnr-headset:before {
  content: "\e6f0"; }

.lnr-loudspeaker:before {
  content: "\e6f1"; }

.lnr-equalizer:before {
  content: "\e6f2"; }

.lnr-theater:before {
  content: "\e6f3"; }

.lnr-3d-glasses:before {
  content: "\e6f4"; }

.lnr-ticket:before {
  content: "\e6f5"; }

.lnr-presentation:before {
  content: "\e6f6"; }

.lnr-play:before {
  content: "\e6f7"; }

.lnr-film-play:before {
  content: "\e6f8"; }

.lnr-clapboard-play:before {
  content: "\e6f9"; }

.lnr-media:before {
  content: "\e6fa"; }

.lnr-film:before {
  content: "\e6fb"; }

.lnr-film2:before {
  content: "\e6fc"; }

.lnr-surveillance:before {
  content: "\e6fd"; }

.lnr-surveillance2:before {
  content: "\e6fe"; }

.lnr-camera:before {
  content: "\e6ff"; }

.lnr-camera-crossed:before {
  content: "\e700"; }

.lnr-camera-play:before {
  content: "\e701"; }

.lnr-time-lapse:before {
  content: "\e702"; }

.lnr-record:before {
  content: "\e703"; }

.lnr-camera2:before {
  content: "\e704"; }

.lnr-camera-flip:before {
  content: "\e705"; }

.lnr-panorama:before {
  content: "\e706"; }

.lnr-time-lapse2:before {
  content: "\e707"; }

.lnr-shutter:before {
  content: "\e708"; }

.lnr-shutter2:before {
  content: "\e709"; }

.lnr-face-detection:before {
  content: "\e70a"; }

.lnr-flare:before {
  content: "\e70b"; }

.lnr-convex:before {
  content: "\e70c"; }

.lnr-concave:before {
  content: "\e70d"; }

.lnr-picture:before {
  content: "\e70e"; }

.lnr-picture2:before {
  content: "\e70f"; }

.lnr-picture3:before {
  content: "\e710"; }

.lnr-pictures:before {
  content: "\e711"; }

.lnr-book:before {
  content: "\e712"; }

.lnr-audio-book:before {
  content: "\e713"; }

.lnr-book2:before {
  content: "\e714"; }

.lnr-bookmark:before {
  content: "\e715"; }

.lnr-bookmark2:before {
  content: "\e716"; }

.lnr-label:before {
  content: "\e717"; }

.lnr-library:before {
  content: "\e718"; }

.lnr-library2:before {
  content: "\e719"; }

.lnr-contacts:before {
  content: "\e71a"; }

.lnr-profile:before {
  content: "\e71b"; }

.lnr-portrait:before {
  content: "\e71c"; }

.lnr-portrait2:before {
  content: "\e71d"; }

.lnr-user:before {
  content: "\e71e"; }

.lnr-user-plus:before {
  content: "\e71f"; }

.lnr-user-minus:before {
  content: "\e720"; }

.lnr-user-lock:before {
  content: "\e721"; }

.lnr-users:before {
  content: "\e722"; }

.lnr-users2:before {
  content: "\e723"; }

.lnr-users-plus:before {
  content: "\e724"; }

.lnr-users-minus:before {
  content: "\e725"; }

.lnr-group-work:before {
  content: "\e726"; }

.lnr-woman:before {
  content: "\e727"; }

.lnr-man:before {
  content: "\e728"; }

.lnr-baby:before {
  content: "\e729"; }

.lnr-baby2:before {
  content: "\e72a"; }

.lnr-baby3:before {
  content: "\e72b"; }

.lnr-baby-bottle:before {
  content: "\e72c"; }

.lnr-walk:before {
  content: "\e72d"; }

.lnr-hand-waving:before {
  content: "\e72e"; }

.lnr-jump:before {
  content: "\e72f"; }

.lnr-run:before {
  content: "\e730"; }

.lnr-woman2:before {
  content: "\e731"; }

.lnr-man2:before {
  content: "\e732"; }

.lnr-man-woman:before {
  content: "\e733"; }

.lnr-height:before {
  content: "\e734"; }

.lnr-weight:before {
  content: "\e735"; }

.lnr-scale:before {
  content: "\e736"; }

.lnr-button:before {
  content: "\e737"; }

.lnr-bow-tie:before {
  content: "\e738"; }

.lnr-tie:before {
  content: "\e739"; }

.lnr-socks:before {
  content: "\e73a"; }

.lnr-shoe:before {
  content: "\e73b"; }

.lnr-shoes:before {
  content: "\e73c"; }

.lnr-hat:before {
  content: "\e73d"; }

.lnr-pants:before {
  content: "\e73e"; }

.lnr-shorts:before {
  content: "\e73f"; }

.lnr-flip-flops:before {
  content: "\e740"; }

.lnr-shirt:before {
  content: "\e741"; }

.lnr-hanger:before {
  content: "\e742"; }

.lnr-laundry:before {
  content: "\e743"; }

.lnr-store:before {
  content: "\e744"; }

.lnr-haircut:before {
  content: "\e745"; }

.lnr-store-24:before {
  content: "\e746"; }

.lnr-barcode:before {
  content: "\e747"; }

.lnr-barcode2:before {
  content: "\e748"; }

.lnr-barcode3:before {
  content: "\e749"; }

.lnr-cashier:before {
  content: "\e74a"; }

.lnr-bag:before {
  content: "\e74b"; }

.lnr-bag2:before {
  content: "\e74c"; }

.lnr-cart:before {
  content: "\e74d"; }

.lnr-cart-empty:before {
  content: "\e74e"; }

.lnr-cart-full:before {
  content: "\e74f"; }

.lnr-cart-plus:before {
  content: "\e750"; }

.lnr-cart-plus2:before {
  content: "\e751"; }

.lnr-cart-add:before {
  content: "\e752"; }

.lnr-cart-remove:before {
  content: "\e753"; }

.lnr-cart-exchange:before {
  content: "\e754"; }

.lnr-tag:before {
  content: "\e755"; }

.lnr-tags:before {
  content: "\e756"; }

.lnr-receipt:before {
  content: "\e757"; }

.lnr-wallet:before {
  content: "\e758"; }

.lnr-credit-card:before {
  content: "\e759"; }

.lnr-cash-dollar:before {
  content: "\e75a"; }

.lnr-cash-euro:before {
  content: "\e75b"; }

.lnr-cash-pound:before {
  content: "\e75c"; }

.lnr-cash-yen:before {
  content: "\e75d"; }

.lnr-bag-dollar:before {
  content: "\e75e"; }

.lnr-bag-euro:before {
  content: "\e75f"; }

.lnr-bag-pound:before {
  content: "\e760"; }

.lnr-bag-yen:before {
  content: "\e761"; }

.lnr-coin-dollar:before {
  content: "\e762"; }

.lnr-coin-euro:before {
  content: "\e763"; }

.lnr-coin-pound:before {
  content: "\e764"; }

.lnr-coin-yen:before {
  content: "\e765"; }

.lnr-calculator:before {
  content: "\e766"; }

.lnr-calculator2:before {
  content: "\e767"; }

.lnr-abacus:before {
  content: "\e768"; }

.lnr-vault:before {
  content: "\e769"; }

.lnr-telephone:before {
  content: "\e76a"; }

.lnr-phone-lock:before {
  content: "\e76b"; }

.lnr-phone-wave:before {
  content: "\e76c"; }

.lnr-phone-pause:before {
  content: "\e76d"; }

.lnr-phone-outgoing:before {
  content: "\e76e"; }

.lnr-phone-incoming:before {
  content: "\e76f"; }

.lnr-phone-in-out:before {
  content: "\e770"; }

.lnr-phone-error:before {
  content: "\e771"; }

.lnr-phone-sip:before {
  content: "\e772"; }

.lnr-phone-plus:before {
  content: "\e773"; }

.lnr-phone-minus:before {
  content: "\e774"; }

.lnr-voicemail:before {
  content: "\e775"; }

.lnr-dial:before {
  content: "\e776"; }

.lnr-telephone2:before {
  content: "\e777"; }

.lnr-pushpin:before {
  content: "\e778"; }

.lnr-pushpin2:before {
  content: "\e779"; }

.lnr-map-marker:before {
  content: "\e77a"; }

.lnr-map-marker-user:before {
  content: "\e77b"; }

.lnr-map-marker-down:before {
  content: "\e77c"; }

.lnr-map-marker-check:before {
  content: "\e77d"; }

.lnr-map-marker-crossed:before {
  content: "\e77e"; }

.lnr-radar:before {
  content: "\e77f"; }

.lnr-compass2:before {
  content: "\e780"; }

.lnr-map:before {
  content: "\e781"; }

.lnr-map2:before {
  content: "\e782"; }

.lnr-location:before {
  content: "\e783"; }

.lnr-road-sign:before {
  content: "\e784"; }

.lnr-calendar-empty:before {
  content: "\e785"; }

.lnr-calendar-check:before {
  content: "\e786"; }

.lnr-calendar-cross:before {
  content: "\e787"; }

.lnr-calendar-31:before {
  content: "\e788"; }

.lnr-calendar-full:before {
  content: "\e789"; }

.lnr-calendar-insert:before {
  content: "\e78a"; }

.lnr-calendar-text:before {
  content: "\e78b"; }

.lnr-calendar-user:before {
  content: "\e78c"; }

.lnr-mouse:before {
  content: "\e78d"; }

.lnr-mouse-left:before {
  content: "\e78e"; }

.lnr-mouse-right:before {
  content: "\e78f"; }

.lnr-mouse-both:before {
  content: "\e790"; }

.lnr-keyboard:before {
  content: "\e791"; }

.lnr-keyboard-up:before {
  content: "\e792"; }

.lnr-keyboard-down:before {
  content: "\e793"; }

.lnr-delete:before {
  content: "\e794"; }

.lnr-spell-check:before {
  content: "\e795"; }

.lnr-escape:before {
  content: "\e796"; }

.lnr-enter2:before {
  content: "\e797"; }

.lnr-screen:before {
  content: "\e798"; }

.lnr-aspect-ratio:before {
  content: "\e799"; }

.lnr-signal:before {
  content: "\e79a"; }

.lnr-signal-lock:before {
  content: "\e79b"; }

.lnr-signal-80:before {
  content: "\e79c"; }

.lnr-signal-60:before {
  content: "\e79d"; }

.lnr-signal-40:before {
  content: "\e79e"; }

.lnr-signal-20:before {
  content: "\e79f"; }

.lnr-signal-0:before {
  content: "\e7a0"; }

.lnr-signal-blocked:before {
  content: "\e7a1"; }

.lnr-sim:before {
  content: "\e7a2"; }

.lnr-flash-memory:before {
  content: "\e7a3"; }

.lnr-usb-drive:before {
  content: "\e7a4"; }

.lnr-phone:before {
  content: "\e7a5"; }

.lnr-smartphone:before {
  content: "\e7a6"; }

.lnr-smartphone-notification:before {
  content: "\e7a7"; }

.lnr-smartphone-vibration:before {
  content: "\e7a8"; }

.lnr-smartphone-embed:before {
  content: "\e7a9"; }

.lnr-smartphone-waves:before {
  content: "\e7aa"; }

.lnr-tablet:before {
  content: "\e7ab"; }

.lnr-tablet2:before {
  content: "\e7ac"; }

.lnr-laptop:before {
  content: "\e7ad"; }

.lnr-laptop-phone:before {
  content: "\e7ae"; }

.lnr-desktop:before {
  content: "\e7af"; }

.lnr-launch:before {
  content: "\e7b0"; }

.lnr-new-tab:before {
  content: "\e7b1"; }

.lnr-window:before {
  content: "\e7b2"; }

.lnr-cable:before {
  content: "\e7b3"; }

.lnr-cable2:before {
  content: "\e7b4"; }

.lnr-tv:before {
  content: "\e7b5"; }

.lnr-radio:before {
  content: "\e7b6"; }

.lnr-remote-control:before {
  content: "\e7b7"; }

.lnr-power-switch:before {
  content: "\e7b8"; }

.lnr-power:before {
  content: "\e7b9"; }

.lnr-power-crossed:before {
  content: "\e7ba"; }

.lnr-flash-auto:before {
  content: "\e7bb"; }

.lnr-lamp:before {
  content: "\e7bc"; }

.lnr-flashlight:before {
  content: "\e7bd"; }

.lnr-lampshade:before {
  content: "\e7be"; }

.lnr-cord:before {
  content: "\e7bf"; }

.lnr-outlet:before {
  content: "\e7c0"; }

.lnr-battery-power:before {
  content: "\e7c1"; }

.lnr-battery-empty:before {
  content: "\e7c2"; }

.lnr-battery-alert:before {
  content: "\e7c3"; }

.lnr-battery-error:before {
  content: "\e7c4"; }

.lnr-battery-low1:before {
  content: "\e7c5"; }

.lnr-battery-low2:before {
  content: "\e7c6"; }

.lnr-battery-low3:before {
  content: "\e7c7"; }

.lnr-battery-mid1:before {
  content: "\e7c8"; }

.lnr-battery-mid2:before {
  content: "\e7c9"; }

.lnr-battery-mid3:before {
  content: "\e7ca"; }

.lnr-battery-full:before {
  content: "\e7cb"; }

.lnr-battery-charging:before {
  content: "\e7cc"; }

.lnr-battery-charging2:before {
  content: "\e7cd"; }

.lnr-battery-charging3:before {
  content: "\e7ce"; }

.lnr-battery-charging4:before {
  content: "\e7cf"; }

.lnr-battery-charging5:before {
  content: "\e7d0"; }

.lnr-battery-charging6:before {
  content: "\e7d1"; }

.lnr-battery-charging7:before {
  content: "\e7d2"; }

.lnr-chip:before {
  content: "\e7d3"; }

.lnr-chip-x64:before {
  content: "\e7d4"; }

.lnr-chip-x86:before {
  content: "\e7d5"; }

.lnr-bubble:before {
  content: "\e7d6"; }

.lnr-bubbles:before {
  content: "\e7d7"; }

.lnr-bubble-dots:before {
  content: "\e7d8"; }

.lnr-bubble-alert:before {
  content: "\e7d9"; }

.lnr-bubble-question:before {
  content: "\e7da"; }

.lnr-bubble-text:before {
  content: "\e7db"; }

.lnr-bubble-pencil:before {
  content: "\e7dc"; }

.lnr-bubble-picture:before {
  content: "\e7dd"; }

.lnr-bubble-video:before {
  content: "\e7de"; }

.lnr-bubble-user:before {
  content: "\e7df"; }

.lnr-bubble-quote:before {
  content: "\e7e0"; }

.lnr-bubble-heart:before {
  content: "\e7e1"; }

.lnr-bubble-emoticon:before {
  content: "\e7e2"; }

.lnr-bubble-attachment:before {
  content: "\e7e3"; }

.lnr-phone-bubble:before {
  content: "\e7e4"; }

.lnr-quote-open:before {
  content: "\e7e5"; }

.lnr-quote-close:before {
  content: "\e7e6"; }

.lnr-dna:before {
  content: "\e7e7"; }

.lnr-heart-pulse:before {
  content: "\e7e8"; }

.lnr-pulse:before {
  content: "\e7e9"; }

.lnr-syringe:before {
  content: "\e7ea"; }

.lnr-pills:before {
  content: "\e7eb"; }

.lnr-first-aid:before {
  content: "\e7ec"; }

.lnr-lifebuoy:before {
  content: "\e7ed"; }

.lnr-bandage:before {
  content: "\e7ee"; }

.lnr-bandages:before {
  content: "\e7ef"; }

.lnr-thermometer:before {
  content: "\e7f0"; }

.lnr-microscope:before {
  content: "\e7f1"; }

.lnr-brain:before {
  content: "\e7f2"; }

.lnr-beaker:before {
  content: "\e7f3"; }

.lnr-skull:before {
  content: "\e7f4"; }

.lnr-bone:before {
  content: "\e7f5"; }

.lnr-construction:before {
  content: "\e7f6"; }

.lnr-construction-cone:before {
  content: "\e7f7"; }

.lnr-pie-chart:before {
  content: "\e7f8"; }

.lnr-pie-chart2:before {
  content: "\e7f9"; }

.lnr-graph:before {
  content: "\e7fa"; }

.lnr-chart-growth:before {
  content: "\e7fb"; }

.lnr-chart-bars:before {
  content: "\e7fc"; }

.lnr-chart-settings:before {
  content: "\e7fd"; }

.lnr-cake:before {
  content: "\e7fe"; }

.lnr-gift:before {
  content: "\e7ff"; }

.lnr-balloon:before {
  content: "\e800"; }

.lnr-rank:before {
  content: "\e801"; }

.lnr-rank2:before {
  content: "\e802"; }

.lnr-rank3:before {
  content: "\e803"; }

.lnr-crown:before {
  content: "\e804"; }

.lnr-lotus:before {
  content: "\e805"; }

.lnr-diamond:before {
  content: "\e806"; }

.lnr-diamond2:before {
  content: "\e807"; }

.lnr-diamond3:before {
  content: "\e808"; }

.lnr-diamond4:before {
  content: "\e809"; }

.lnr-linearicons:before {
  content: "\e80a"; }

.lnr-teacup:before {
  content: "\e80b"; }

.lnr-teapot:before {
  content: "\e80c"; }

.lnr-glass:before {
  content: "\e80d"; }

.lnr-bottle2:before {
  content: "\e80e"; }

.lnr-glass-cocktail:before {
  content: "\e80f"; }

.lnr-glass2:before {
  content: "\e810"; }

.lnr-dinner:before {
  content: "\e811"; }

.lnr-dinner2:before {
  content: "\e812"; }

.lnr-chef:before {
  content: "\e813"; }

.lnr-scale2:before {
  content: "\e814"; }

.lnr-egg:before {
  content: "\e815"; }

.lnr-egg2:before {
  content: "\e816"; }

.lnr-eggs:before {
  content: "\e817"; }

.lnr-platter:before {
  content: "\e818"; }

.lnr-steak:before {
  content: "\e819"; }

.lnr-hamburger:before {
  content: "\e81a"; }

.lnr-hotdog:before {
  content: "\e81b"; }

.lnr-pizza:before {
  content: "\e81c"; }

.lnr-sausage:before {
  content: "\e81d"; }

.lnr-chicken:before {
  content: "\e81e"; }

.lnr-fish:before {
  content: "\e81f"; }

.lnr-carrot:before {
  content: "\e820"; }

.lnr-cheese:before {
  content: "\e821"; }

.lnr-bread:before {
  content: "\e822"; }

.lnr-ice-cream:before {
  content: "\e823"; }

.lnr-ice-cream2:before {
  content: "\e824"; }

.lnr-candy:before {
  content: "\e825"; }

.lnr-lollipop:before {
  content: "\e826"; }

.lnr-coffee-bean:before {
  content: "\e827"; }

.lnr-coffee-cup:before {
  content: "\e828"; }

.lnr-cherry:before {
  content: "\e829"; }

.lnr-grapes:before {
  content: "\e82a"; }

.lnr-citrus:before {
  content: "\e82b"; }

.lnr-apple:before {
  content: "\e82c"; }

.lnr-leaf:before {
  content: "\e82d"; }

.lnr-landscape:before {
  content: "\e82e"; }

.lnr-pine-tree:before {
  content: "\e82f"; }

.lnr-tree:before {
  content: "\e830"; }

.lnr-cactus:before {
  content: "\e831"; }

.lnr-paw:before {
  content: "\e832"; }

.lnr-footprint:before {
  content: "\e833"; }

.lnr-speed-slow:before {
  content: "\e834"; }

.lnr-speed-medium:before {
  content: "\e835"; }

.lnr-speed-fast:before {
  content: "\e836"; }

.lnr-rocket:before {
  content: "\e837"; }

.lnr-hammer2:before {
  content: "\e838"; }

.lnr-balance:before {
  content: "\e839"; }

.lnr-briefcase:before {
  content: "\e83a"; }

.lnr-luggage-weight:before {
  content: "\e83b"; }

.lnr-dolly:before {
  content: "\e83c"; }

.lnr-plane:before {
  content: "\e83d"; }

.lnr-plane-crossed:before {
  content: "\e83e"; }

.lnr-helicopter:before {
  content: "\e83f"; }

.lnr-traffic-lights:before {
  content: "\e840"; }

.lnr-siren:before {
  content: "\e841"; }

.lnr-road:before {
  content: "\e842"; }

.lnr-engine:before {
  content: "\e843"; }

.lnr-oil-pressure:before {
  content: "\e844"; }

.lnr-coolant-temperature:before {
  content: "\e845"; }

.lnr-car-battery:before {
  content: "\e846"; }

.lnr-gas:before {
  content: "\e847"; }

.lnr-gallon:before {
  content: "\e848"; }

.lnr-transmission:before {
  content: "\e849"; }

.lnr-car:before {
  content: "\e84a"; }

.lnr-car-wash:before {
  content: "\e84b"; }

.lnr-car-wash2:before {
  content: "\e84c"; }

.lnr-bus:before {
  content: "\e84d"; }

.lnr-bus2:before {
  content: "\e84e"; }

.lnr-car2:before {
  content: "\e84f"; }

.lnr-parking:before {
  content: "\e850"; }

.lnr-car-lock:before {
  content: "\e851"; }

.lnr-taxi:before {
  content: "\e852"; }

.lnr-car-siren:before {
  content: "\e853"; }

.lnr-car-wash3:before {
  content: "\e854"; }

.lnr-car-wash4:before {
  content: "\e855"; }

.lnr-ambulance:before {
  content: "\e856"; }

.lnr-truck:before {
  content: "\e857"; }

.lnr-trailer:before {
  content: "\e858"; }

.lnr-scale-truck:before {
  content: "\e859"; }

.lnr-train:before {
  content: "\e85a"; }

.lnr-ship:before {
  content: "\e85b"; }

.lnr-ship2:before {
  content: "\e85c"; }

.lnr-anchor:before {
  content: "\e85d"; }

.lnr-boat:before {
  content: "\e85e"; }

.lnr-bicycle:before {
  content: "\e85f"; }

.lnr-bicycle2:before {
  content: "\e860"; }

.lnr-dumbbell:before {
  content: "\e861"; }

.lnr-bench-press:before {
  content: "\e862"; }

.lnr-swim:before {
  content: "\e863"; }

.lnr-football:before {
  content: "\e864"; }

.lnr-baseball-bat:before {
  content: "\e865"; }

.lnr-baseball:before {
  content: "\e866"; }

.lnr-tennis:before {
  content: "\e867"; }

.lnr-tennis2:before {
  content: "\e868"; }

.lnr-ping-pong:before {
  content: "\e869"; }

.lnr-hockey:before {
  content: "\e86a"; }

.lnr-8ball:before {
  content: "\e86b"; }

.lnr-bowling:before {
  content: "\e86c"; }

.lnr-bowling-pins:before {
  content: "\e86d"; }

.lnr-golf:before {
  content: "\e86e"; }

.lnr-golf2:before {
  content: "\e86f"; }

.lnr-archery:before {
  content: "\e870"; }

.lnr-slingshot:before {
  content: "\e871"; }

.lnr-soccer:before {
  content: "\e872"; }

.lnr-basketball:before {
  content: "\e873"; }

.lnr-cube:before {
  content: "\e874"; }

.lnr-3d-rotate:before {
  content: "\e875"; }

.lnr-puzzle:before {
  content: "\e876"; }

.lnr-glasses:before {
  content: "\e877"; }

.lnr-glasses2:before {
  content: "\e878"; }

.lnr-accessibility:before {
  content: "\e879"; }

.lnr-wheelchair:before {
  content: "\e87a"; }

.lnr-wall:before {
  content: "\e87b"; }

.lnr-fence:before {
  content: "\e87c"; }

.lnr-wall2:before {
  content: "\e87d"; }

.lnr-icons:before {
  content: "\e87e"; }

.lnr-resize-handle:before {
  content: "\e87f"; }

.lnr-icons2:before {
  content: "\e880"; }

.lnr-select:before {
  content: "\e881"; }

.lnr-select2:before {
  content: "\e882"; }

.lnr-site-map:before {
  content: "\e883"; }

.lnr-earth:before {
  content: "\e884"; }

.lnr-earth-lock:before {
  content: "\e885"; }

.lnr-network:before {
  content: "\e886"; }

.lnr-network-lock:before {
  content: "\e887"; }

.lnr-planet:before {
  content: "\e888"; }

.lnr-happy:before {
  content: "\e889"; }

.lnr-smile:before {
  content: "\e88a"; }

.lnr-grin:before {
  content: "\e88b"; }

.lnr-tongue:before {
  content: "\e88c"; }

.lnr-sad:before {
  content: "\e88d"; }

.lnr-wink:before {
  content: "\e88e"; }

.lnr-dream:before {
  content: "\e88f"; }

.lnr-shocked:before {
  content: "\e890"; }

.lnr-shocked2:before {
  content: "\e891"; }

.lnr-tongue2:before {
  content: "\e892"; }

.lnr-neutral:before {
  content: "\e893"; }

.lnr-happy-grin:before {
  content: "\e894"; }

.lnr-cool:before {
  content: "\e895"; }

.lnr-mad:before {
  content: "\e896"; }

.lnr-grin-evil:before {
  content: "\e897"; }

.lnr-evil:before {
  content: "\e898"; }

.lnr-wow:before {
  content: "\e899"; }

.lnr-annoyed:before {
  content: "\e89a"; }

.lnr-wondering:before {
  content: "\e89b"; }

.lnr-confused:before {
  content: "\e89c"; }

.lnr-zipped:before {
  content: "\e89d"; }

.lnr-grumpy:before {
  content: "\e89e"; }

.lnr-mustache:before {
  content: "\e89f"; }

.lnr-tombstone-hipster:before {
  content: "\e8a0"; }

.lnr-tombstone:before {
  content: "\e8a1"; }

.lnr-ghost:before {
  content: "\e8a2"; }

.lnr-ghost-hipster:before {
  content: "\e8a3"; }

.lnr-halloween:before {
  content: "\e8a4"; }

.lnr-christmas:before {
  content: "\e8a5"; }

.lnr-easter-egg:before {
  content: "\e8a6"; }

.lnr-mustache2:before {
  content: "\e8a7"; }

.lnr-mustache-glasses:before {
  content: "\e8a8"; }

.lnr-pipe:before {
  content: "\e8a9"; }

.lnr-alarm:before {
  content: "\e8aa"; }

.lnr-alarm-add:before {
  content: "\e8ab"; }

.lnr-alarm-snooze:before {
  content: "\e8ac"; }

.lnr-alarm-ringing:before {
  content: "\e8ad"; }

.lnr-bullhorn:before {
  content: "\e8ae"; }

.lnr-hearing:before {
  content: "\e8af"; }

.lnr-volume-high:before {
  content: "\e8b0"; }

.lnr-volume-medium:before {
  content: "\e8b1"; }

.lnr-volume-low:before {
  content: "\e8b2"; }

.lnr-volume:before {
  content: "\e8b3"; }

.lnr-mute:before {
  content: "\e8b4"; }

.lnr-lan:before {
  content: "\e8b5"; }

.lnr-lan2:before {
  content: "\e8b6"; }

.lnr-wifi:before {
  content: "\e8b7"; }

.lnr-wifi-lock:before {
  content: "\e8b8"; }

.lnr-wifi-blocked:before {
  content: "\e8b9"; }

.lnr-wifi-mid:before {
  content: "\e8ba"; }

.lnr-wifi-low:before {
  content: "\e8bb"; }

.lnr-wifi-low2:before {
  content: "\e8bc"; }

.lnr-wifi-alert:before {
  content: "\e8bd"; }

.lnr-wifi-alert-mid:before {
  content: "\e8be"; }

.lnr-wifi-alert-low:before {
  content: "\e8bf"; }

.lnr-wifi-alert-low2:before {
  content: "\e8c0"; }

.lnr-stream:before {
  content: "\e8c1"; }

.lnr-stream-check:before {
  content: "\e8c2"; }

.lnr-stream-error:before {
  content: "\e8c3"; }

.lnr-stream-alert:before {
  content: "\e8c4"; }

.lnr-communication:before {
  content: "\e8c5"; }

.lnr-communication-crossed:before {
  content: "\e8c6"; }

.lnr-broadcast:before {
  content: "\e8c7"; }

.lnr-antenna:before {
  content: "\e8c8"; }

.lnr-satellite:before {
  content: "\e8c9"; }

.lnr-satellite2:before {
  content: "\e8ca"; }

.lnr-mic:before {
  content: "\e8cb"; }

.lnr-mic-mute:before {
  content: "\e8cc"; }

.lnr-mic2:before {
  content: "\e8cd"; }

.lnr-spotlights:before {
  content: "\e8ce"; }

.lnr-hourglass:before {
  content: "\e8cf"; }

.lnr-loading:before {
  content: "\e8d0"; }

.lnr-loading2:before {
  content: "\e8d1"; }

.lnr-loading3:before {
  content: "\e8d2"; }

.lnr-refresh:before {
  content: "\e8d3"; }

.lnr-refresh2:before {
  content: "\e8d4"; }

.lnr-undo:before {
  content: "\e8d5"; }

.lnr-redo:before {
  content: "\e8d6"; }

.lnr-jump2:before {
  content: "\e8d7"; }

.lnr-undo2:before {
  content: "\e8d8"; }

.lnr-redo2:before {
  content: "\e8d9"; }

.lnr-sync:before {
  content: "\e8da"; }

.lnr-repeat-one2:before {
  content: "\e8db"; }

.lnr-sync-crossed:before {
  content: "\e8dc"; }

.lnr-sync2:before {
  content: "\e8dd"; }

.lnr-repeat-one3:before {
  content: "\e8de"; }

.lnr-sync-crossed2:before {
  content: "\e8df"; }

.lnr-return:before {
  content: "\e8e0"; }

.lnr-return2:before {
  content: "\e8e1"; }

.lnr-refund:before {
  content: "\e8e2"; }

.lnr-history:before {
  content: "\e8e3"; }

.lnr-history2:before {
  content: "\e8e4"; }

.lnr-self-timer:before {
  content: "\e8e5"; }

.lnr-clock:before {
  content: "\e8e6"; }

.lnr-clock2:before {
  content: "\e8e7"; }

.lnr-clock3:before {
  content: "\e8e8"; }

.lnr-watch:before {
  content: "\e8e9"; }

.lnr-alarm2:before {
  content: "\e8ea"; }

.lnr-alarm-add2:before {
  content: "\e8eb"; }

.lnr-alarm-remove:before {
  content: "\e8ec"; }

.lnr-alarm-check:before {
  content: "\e8ed"; }

.lnr-alarm-error:before {
  content: "\e8ee"; }

.lnr-timer:before {
  content: "\e8ef"; }

.lnr-timer-crossed:before {
  content: "\e8f0"; }

.lnr-timer2:before {
  content: "\e8f1"; }

.lnr-timer-crossed2:before {
  content: "\e8f2"; }

.lnr-download:before {
  content: "\e8f3"; }

.lnr-upload:before {
  content: "\e8f4"; }

.lnr-download2:before {
  content: "\e8f5"; }

.lnr-upload2:before {
  content: "\e8f6"; }

.lnr-enter-up:before {
  content: "\e8f7"; }

.lnr-enter-down:before {
  content: "\e8f8"; }

.lnr-enter-left:before {
  content: "\e8f9"; }

.lnr-enter-right:before {
  content: "\e8fa"; }

.lnr-exit-up:before {
  content: "\e8fb"; }

.lnr-exit-down:before {
  content: "\e8fc"; }

.lnr-exit-left:before {
  content: "\e8fd"; }

.lnr-exit-right:before {
  content: "\e8fe"; }

.lnr-enter-up2:before {
  content: "\e8ff"; }

.lnr-enter-down2:before {
  content: "\e900"; }

.lnr-enter-vertical:before {
  content: "\e901"; }

.lnr-enter-left2:before {
  content: "\e902"; }

.lnr-enter-right2:before {
  content: "\e903"; }

.lnr-enter-horizontal:before {
  content: "\e904"; }

.lnr-exit-up2:before {
  content: "\e905"; }

.lnr-exit-down2:before {
  content: "\e906"; }

.lnr-exit-left2:before {
  content: "\e907"; }

.lnr-exit-right2:before {
  content: "\e908"; }

.lnr-cli:before {
  content: "\e909"; }

.lnr-bug:before {
  content: "\e90a"; }

.lnr-code:before {
  content: "\e90b"; }

.lnr-file-code:before {
  content: "\e90c"; }

.lnr-file-image:before {
  content: "\e90d"; }

.lnr-file-zip:before {
  content: "\e90e"; }

.lnr-file-audio:before {
  content: "\e90f"; }

.lnr-file-video:before {
  content: "\e910"; }

.lnr-file-preview:before {
  content: "\e911"; }

.lnr-file-charts:before {
  content: "\e912"; }

.lnr-file-stats:before {
  content: "\e913"; }

.lnr-file-spreadsheet:before {
  content: "\e914"; }

.lnr-link:before {
  content: "\e915"; }

.lnr-unlink:before {
  content: "\e916"; }

.lnr-link2:before {
  content: "\e917"; }

.lnr-unlink2:before {
  content: "\e918"; }

.lnr-thumbs-up:before {
  content: "\e919"; }

.lnr-thumbs-down:before {
  content: "\e91a"; }

.lnr-thumbs-up2:before {
  content: "\e91b"; }

.lnr-thumbs-down2:before {
  content: "\e91c"; }

.lnr-thumbs-up3:before {
  content: "\e91d"; }

.lnr-thumbs-down3:before {
  content: "\e91e"; }

.lnr-share:before {
  content: "\e91f"; }

.lnr-share2:before {
  content: "\e920"; }

.lnr-share3:before {
  content: "\e921"; }

.lnr-magnifier:before {
  content: "\e922"; }

.lnr-file-search:before {
  content: "\e923"; }

.lnr-find-replace:before {
  content: "\e924"; }

.lnr-zoom-in:before {
  content: "\e925"; }

.lnr-zoom-out:before {
  content: "\e926"; }

.lnr-loupe:before {
  content: "\e927"; }

.lnr-loupe-zoom-in:before {
  content: "\e928"; }

.lnr-loupe-zoom-out:before {
  content: "\e929"; }

.lnr-cross:before {
  content: "\e92a"; }

.lnr-menu:before {
  content: "\e92b"; }

.lnr-list:before {
  content: "\e92c"; }

.lnr-list2:before {
  content: "\e92d"; }

.lnr-list3:before {
  content: "\e92e"; }

.lnr-menu2:before {
  content: "\e92f"; }

.lnr-list4:before {
  content: "\e930"; }

.lnr-menu3:before {
  content: "\e931"; }

.lnr-exclamation:before {
  content: "\e932"; }

.lnr-question:before {
  content: "\e933"; }

.lnr-check:before {
  content: "\e934"; }

.lnr-cross2:before {
  content: "\e935"; }

.lnr-plus:before {
  content: "\e936"; }

.lnr-minus:before {
  content: "\e937"; }

.lnr-percent:before {
  content: "\e938"; }

.lnr-chevron-up:before {
  content: "\e939"; }

.lnr-chevron-down:before {
  content: "\e93a"; }

.lnr-chevron-left:before {
  content: "\e93b"; }

.lnr-chevron-right:before {
  content: "\e93c"; }

.lnr-chevrons-expand-vertical:before {
  content: "\e93d"; }

.lnr-chevrons-expand-horizontal:before {
  content: "\e93e"; }

.lnr-chevrons-contract-vertical:before {
  content: "\e93f"; }

.lnr-chevrons-contract-horizontal:before {
  content: "\e940"; }

.lnr-arrow-up:before {
  content: "\e941"; }

.lnr-arrow-down:before {
  content: "\e942"; }

.lnr-arrow-left:before {
  content: "\e943"; }

.lnr-arrow-right:before {
  content: "\e944"; }

.lnr-arrow-up-right:before {
  content: "\e945"; }

.lnr-arrows-merge:before {
  content: "\e946"; }

.lnr-arrows-split:before {
  content: "\e947"; }

.lnr-arrow-divert:before {
  content: "\e948"; }

.lnr-arrow-return:before {
  content: "\e949"; }

.lnr-expand:before {
  content: "\e94a"; }

.lnr-contract:before {
  content: "\e94b"; }

.lnr-expand2:before {
  content: "\e94c"; }

.lnr-contract2:before {
  content: "\e94d"; }

.lnr-move:before {
  content: "\e94e"; }

.lnr-tab:before {
  content: "\e94f"; }

.lnr-arrow-wave:before {
  content: "\e950"; }

.lnr-expand3:before {
  content: "\e951"; }

.lnr-expand4:before {
  content: "\e952"; }

.lnr-contract3:before {
  content: "\e953"; }

.lnr-notification:before {
  content: "\e954"; }

.lnr-warning:before {
  content: "\e955"; }

.lnr-notification-circle:before {
  content: "\e956"; }

.lnr-question-circle:before {
  content: "\e957"; }

.lnr-menu-circle:before {
  content: "\e958"; }

.lnr-checkmark-circle:before {
  content: "\e959"; }

.lnr-cross-circle:before {
  content: "\e95a"; }

.lnr-plus-circle:before {
  content: "\e95b"; }

.lnr-circle-minus:before {
  content: "\e95c"; }

.lnr-percent-circle:before {
  content: "\e95d"; }

.lnr-arrow-up-circle:before {
  content: "\e95e"; }

.lnr-arrow-down-circle:before {
  content: "\e95f"; }

.lnr-arrow-left-circle:before {
  content: "\e960"; }

.lnr-arrow-right-circle:before {
  content: "\e961"; }

.lnr-chevron-up-circle:before {
  content: "\e962"; }

.lnr-chevron-down-circle:before {
  content: "\e963"; }

.lnr-chevron-left-circle:before {
  content: "\e964"; }

.lnr-chevron-right-circle:before {
  content: "\e965"; }

.lnr-backward-circle:before {
  content: "\e966"; }

.lnr-first-circle:before {
  content: "\e967"; }

.lnr-previous-circle:before {
  content: "\e968"; }

.lnr-stop-circle:before {
  content: "\e969"; }

.lnr-play-circle:before {
  content: "\e96a"; }

.lnr-pause-circle:before {
  content: "\e96b"; }

.lnr-next-circle:before {
  content: "\e96c"; }

.lnr-last-circle:before {
  content: "\e96d"; }

.lnr-forward-circle:before {
  content: "\e96e"; }

.lnr-eject-circle:before {
  content: "\e96f"; }

.lnr-crop:before {
  content: "\e970"; }

.lnr-frame-expand:before {
  content: "\e971"; }

.lnr-frame-contract:before {
  content: "\e972"; }

.lnr-focus:before {
  content: "\e973"; }

.lnr-transform:before {
  content: "\e974"; }

.lnr-grid:before {
  content: "\e975"; }

.lnr-grid-crossed:before {
  content: "\e976"; }

.lnr-layers:before {
  content: "\e977"; }

.lnr-layers-crossed:before {
  content: "\e978"; }

.lnr-toggle:before {
  content: "\e979"; }

.lnr-rulers:before {
  content: "\e97a"; }

.lnr-ruler:before {
  content: "\e97b"; }

.lnr-funnel:before {
  content: "\e97c"; }

.lnr-flip-horizontal:before {
  content: "\e97d"; }

.lnr-flip-vertical:before {
  content: "\e97e"; }

.lnr-flip-horizontal2:before {
  content: "\e97f"; }

.lnr-flip-vertical2:before {
  content: "\e980"; }

.lnr-angle:before {
  content: "\e981"; }

.lnr-angle2:before {
  content: "\e982"; }

.lnr-subtract:before {
  content: "\e983"; }

.lnr-combine:before {
  content: "\e984"; }

.lnr-intersect:before {
  content: "\e985"; }

.lnr-exclude:before {
  content: "\e986"; }

.lnr-align-center-vertical:before {
  content: "\e987"; }

.lnr-align-right:before {
  content: "\e988"; }

.lnr-align-bottom:before {
  content: "\e989"; }

.lnr-align-left:before {
  content: "\e98a"; }

.lnr-align-center-horizontal:before {
  content: "\e98b"; }

.lnr-align-top:before {
  content: "\e98c"; }

.lnr-square:before {
  content: "\e98d"; }

.lnr-plus-square:before {
  content: "\e98e"; }

.lnr-minus-square:before {
  content: "\e98f"; }

.lnr-percent-square:before {
  content: "\e990"; }

.lnr-arrow-up-square:before {
  content: "\e991"; }

.lnr-arrow-down-square:before {
  content: "\e992"; }

.lnr-arrow-left-square:before {
  content: "\e993"; }

.lnr-arrow-right-square:before {
  content: "\e994"; }

.lnr-chevron-up-square:before {
  content: "\e995"; }

.lnr-chevron-down-square:before {
  content: "\e996"; }

.lnr-chevron-left-square:before {
  content: "\e997"; }

.lnr-chevron-right-square:before {
  content: "\e998"; }

.lnr-check-square:before {
  content: "\e999"; }

.lnr-cross-square:before {
  content: "\e99a"; }

.lnr-menu-square:before {
  content: "\e99b"; }

.lnr-prohibited:before {
  content: "\e99c"; }

.lnr-circle:before {
  content: "\e99d"; }

.lnr-radio-button:before {
  content: "\e99e"; }

.lnr-ligature:before {
  content: "\e99f"; }

.lnr-text-format:before {
  content: "\e9a0"; }

.lnr-text-format-remove:before {
  content: "\e9a1"; }

.lnr-text-size:before {
  content: "\e9a2"; }

.lnr-bold:before {
  content: "\e9a3"; }

.lnr-italic:before {
  content: "\e9a4"; }

.lnr-underline:before {
  content: "\e9a5"; }

.lnr-strikethrough:before {
  content: "\e9a6"; }

.lnr-highlight:before {
  content: "\e9a7"; }

.lnr-text-align-left:before {
  content: "\e9a8"; }

.lnr-text-align-center:before {
  content: "\e9a9"; }

.lnr-text-align-right:before {
  content: "\e9aa"; }

.lnr-text-align-justify:before {
  content: "\e9ab"; }

.lnr-line-spacing:before {
  content: "\e9ac"; }

.lnr-indent-increase:before {
  content: "\e9ad"; }

.lnr-indent-decrease:before {
  content: "\e9ae"; }

.lnr-text-wrap:before {
  content: "\e9af"; }

.lnr-pilcrow:before {
  content: "\e9b0"; }

.lnr-direction-ltr:before {
  content: "\e9b1"; }

.lnr-direction-rtl:before {
  content: "\e9b2"; }

.lnr-page-break:before {
  content: "\e9b3"; }

.lnr-page-break2:before {
  content: "\e9b4"; }

.lnr-sort-alpha-asc:before {
  content: "\e9b5"; }

.lnr-sort-alpha-desc:before {
  content: "\e9b6"; }

.lnr-sort-numeric-asc:before {
  content: "\e9b7"; }

.lnr-sort-numeric-desc:before {
  content: "\e9b8"; }

.lnr-sort-amount-asc:before {
  content: "\e9b9"; }

.lnr-sort-amount-desc:before {
  content: "\e9ba"; }

.lnr-sort-time-asc:before {
  content: "\e9bb"; }

.lnr-sort-time-desc:before {
  content: "\e9bc"; }

.lnr-sigma:before {
  content: "\e9bd"; }

.lnr-pencil-line:before {
  content: "\e9be"; }

.lnr-hand:before {
  content: "\e9bf"; }

.lnr-pointer-up:before {
  content: "\e9c0"; }

.lnr-pointer-right:before {
  content: "\e9c1"; }

.lnr-pointer-down:before {
  content: "\e9c2"; }

.lnr-pointer-left:before {
  content: "\e9c3"; }

.lnr-finger-tap:before {
  content: "\e9c4"; }

.lnr-fingers-tap:before {
  content: "\e9c5"; }

.lnr-reminder:before {
  content: "\e9c6"; }

.lnr-fingers-crossed:before {
  content: "\e9c7"; }

.lnr-fingers-victory:before {
  content: "\e9c8"; }

.lnr-gesture-zoom:before {
  content: "\e9c9"; }

.lnr-gesture-pinch:before {
  content: "\e9ca"; }

.lnr-fingers-scroll-horizontal:before {
  content: "\e9cb"; }

.lnr-fingers-scroll-vertical:before {
  content: "\e9cc"; }

.lnr-fingers-scroll-left:before {
  content: "\e9cd"; }

.lnr-fingers-scroll-right:before {
  content: "\e9ce"; }

.lnr-hand2:before {
  content: "\e9cf"; }

.lnr-pointer-up2:before {
  content: "\e9d0"; }

.lnr-pointer-right2:before {
  content: "\e9d1"; }

.lnr-pointer-down2:before {
  content: "\e9d2"; }

.lnr-pointer-left2:before {
  content: "\e9d3"; }

.lnr-finger-tap2:before {
  content: "\e9d4"; }

.lnr-fingers-tap2:before {
  content: "\e9d5"; }

.lnr-reminder2:before {
  content: "\e9d6"; }

.lnr-gesture-zoom2:before {
  content: "\e9d7"; }

.lnr-gesture-pinch2:before {
  content: "\e9d8"; }

.lnr-fingers-scroll-horizontal2:before {
  content: "\e9d9"; }

.lnr-fingers-scroll-vertical2:before {
  content: "\e9da"; }

.lnr-fingers-scroll-left2:before {
  content: "\e9db"; }

.lnr-fingers-scroll-right2:before {
  content: "\e9dc"; }

.lnr-fingers-scroll-vertical3:before {
  content: "\e9dd"; }

.lnr-border-style:before {
  content: "\e9de"; }

.lnr-border-all:before {
  content: "\e9df"; }

.lnr-border-outer:before {
  content: "\e9e0"; }

.lnr-border-inner:before {
  content: "\e9e1"; }

.lnr-border-top:before {
  content: "\e9e2"; }

.lnr-border-horizontal:before {
  content: "\e9e3"; }

.lnr-border-bottom:before {
  content: "\e9e4"; }

.lnr-border-left:before {
  content: "\e9e5"; }

.lnr-border-vertical:before {
  content: "\e9e6"; }

.lnr-border-right:before {
  content: "\e9e7"; }

.lnr-border-none:before {
  content: "\e9e8"; }

.lnr-ellipsis:before {
  content: "\e9e9"; }

.lnr-uni21:before {
  content: "\21"; }

.lnr-uni22:before {
  content: "\22"; }

.lnr-uni23:before {
  content: "\23"; }

.lnr-uni24:before {
  content: "\24"; }

.lnr-uni25:before {
  content: "\25"; }

.lnr-uni26:before {
  content: "\26"; }

.lnr-uni27:before {
  content: "\27"; }

.lnr-uni28:before {
  content: "\28"; }

.lnr-uni29:before {
  content: "\29"; }

.lnr-uni2a:before {
  content: "\2a"; }

.lnr-uni2b:before {
  content: "\2b"; }

.lnr-uni2c:before {
  content: "\2c"; }

.lnr-uni2d:before {
  content: "\2d"; }

.lnr-uni2e:before {
  content: "\2e"; }

.lnr-uni2f:before {
  content: "\2f"; }

.lnr-uni30:before {
  content: "\30"; }

.lnr-uni31:before {
  content: "\31"; }

.lnr-uni32:before {
  content: "\32"; }

.lnr-uni33:before {
  content: "\33"; }

.lnr-uni34:before {
  content: "\34"; }

.lnr-uni35:before {
  content: "\35"; }

.lnr-uni36:before {
  content: "\36"; }

.lnr-uni37:before {
  content: "\37"; }

.lnr-uni38:before {
  content: "\38"; }

.lnr-uni39:before {
  content: "\39"; }

.lnr-uni3a:before {
  content: "\3a"; }

.lnr-uni3b:before {
  content: "\3b"; }

.lnr-uni3c:before {
  content: "\3c"; }

.lnr-uni3d:before {
  content: "\3d"; }

.lnr-uni3e:before {
  content: "\3e"; }

.lnr-uni3f:before {
  content: "\3f"; }

.lnr-uni40:before {
  content: "\40"; }

.lnr-uni41:before {
  content: "\41"; }

.lnr-uni42:before {
  content: "\42"; }

.lnr-uni43:before {
  content: "\43"; }

.lnr-uni44:before {
  content: "\44"; }

.lnr-uni45:before {
  content: "\45"; }

.lnr-uni46:before {
  content: "\46"; }

.lnr-uni47:before {
  content: "\47"; }

.lnr-uni48:before {
  content: "\48"; }

.lnr-uni49:before {
  content: "\49"; }

.lnr-uni4a:before {
  content: "\4a"; }

.lnr-uni4b:before {
  content: "\4b"; }

.lnr-uni4c:before {
  content: "\4c"; }

.lnr-uni4d:before {
  content: "\4d"; }

.lnr-uni4e:before {
  content: "\4e"; }

.lnr-uni4f:before {
  content: "\4f"; }

.lnr-uni50:before {
  content: "\50"; }

.lnr-uni51:before {
  content: "\51"; }

.lnr-uni52:before {
  content: "\52"; }

.lnr-uni53:before {
  content: "\53"; }

.lnr-uni54:before {
  content: "\54"; }

.lnr-uni55:before {
  content: "\55"; }

.lnr-uni56:before {
  content: "\56"; }

.lnr-uni57:before {
  content: "\57"; }

.lnr-uni58:before {
  content: "\58"; }

.lnr-uni59:before {
  content: "\59"; }

.lnr-uni5a:before {
  content: "\5a"; }

.lnr-uni5b:before {
  content: "\5b"; }

.lnr-uni5c:before {
  content: "\5c"; }

.lnr-uni5d:before {
  content: "\5d"; }

.lnr-uni5e:before {
  content: "\5e"; }

.lnr-uni5f:before {
  content: "\5f"; }

.lnr-uni60:before {
  content: "\60"; }

.lnr-uni61:before {
  content: "\61"; }

.lnr-uni62:before {
  content: "\62"; }

.lnr-uni63:before {
  content: "\63"; }

.lnr-uni64:before {
  content: "\64"; }

.lnr-uni65:before {
  content: "\65"; }

.lnr-uni66:before {
  content: "\66"; }

.lnr-uni67:before {
  content: "\67"; }

.lnr-uni68:before {
  content: "\68"; }

.lnr-uni69:before {
  content: "\69"; }

.lnr-uni6a:before {
  content: "\6a"; }

.lnr-uni6b:before {
  content: "\6b"; }

.lnr-uni6c:before {
  content: "\6c"; }

.lnr-uni6d:before {
  content: "\6d"; }

.lnr-uni6e:before {
  content: "\6e"; }

.lnr-uni6f:before {
  content: "\6f"; }

.lnr-uni70:before {
  content: "\70"; }

.lnr-uni71:before {
  content: "\71"; }

.lnr-uni72:before {
  content: "\72"; }

.lnr-uni73:before {
  content: "\73"; }

.lnr-uni74:before {
  content: "\74"; }

.lnr-uni75:before {
  content: "\75"; }

.lnr-uni76:before {
  content: "\76"; }

.lnr-uni77:before {
  content: "\77"; }

.lnr-uni78:before {
  content: "\78"; }

.lnr-uni79:before {
  content: "\79"; }

.lnr-uni7a:before {
  content: "\7a"; }

.lnr-uni7b:before {
  content: "\7b"; }

.lnr-uni7c:before {
  content: "\7c"; }

.lnr-uni7d:before {
  content: "\7d"; }

.lnr-uni7e:before {
  content: "\7e"; }

.lnr-copyright:before {
  content: "\a9"; }

/*!
 * # Semantic UI 2.2.10 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
          Transitions
*******************************/
.transition {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/*******************************
            States
*******************************/
/* Animating */
.animating.transition {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible !important; }

/* Loading */
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px; }

/* Hidden */
.hidden.transition {
  display: none;
  visibility: hidden; }

/* Visible */
.visible.transition {
  display: block !important;
  visibility: visible !important;
  /*  backface-visibility: @backfaceVisibility;
  transform: @use3DAcceleration;*/ }

/* Disabled */
.disabled.transition {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

/*******************************
          Variations
*******************************/
.looping.transition {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/*******************************
          Transitions
*******************************/
/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css

  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/
/*--------------
     Browse
---------------*/
.transition.browse {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.transition.browse.in {
  -webkit-animation-name: browseIn;
  animation-name: browseIn; }

.transition.browse.out,
.transition.browse.left.out {
  -webkit-animation-name: browseOutLeft;
  animation-name: browseOutLeft; }

.transition.browse.right.out {
  -webkit-animation-name: browseOutRight;
  animation-name: browseOutRight; }

/* In */
@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1; }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999; }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999; } }

@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1; }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999; }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999; } }

/* Out */
@-webkit-keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@-webkit-keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

/*--------------
     Drop
---------------*/
.drop.transition {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1); }

.drop.transition.in {
  -webkit-animation-name: dropIn;
  animation-name: dropIn; }

.drop.transition.out {
  -webkit-animation-name: dropOut;
  animation-name: dropOut; }

/* Drop */
@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

/*--------------
      Fade
---------------*/
.transition.fade.in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.transition[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.transition[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

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

.transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

.transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

.transition[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

.transition[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/* In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

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

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%); } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); } }

/*--------------
     Flips
---------------*/
.flip.transition.in,
.flip.transition.out {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms; }

.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
  animation-name: horizontalFlipIn; }

.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
  animation-name: horizontalFlipOut; }

.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
  animation-name: verticalFlipIn; }

.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
  animation-name: verticalFlipOut; }

/* In */
@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; } }

@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; } }

@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; } }

/* Out */
@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0; } }

@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0; } }

@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; } }

@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; } }

/*--------------
      Scale
---------------*/
.scale.transition.in {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn; }

.scale.transition.out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut; }

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* Out */
@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

/*--------------
      Fly
---------------*/
/* Inward */
.transition.fly {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.transition.fly.in {
  -webkit-animation-name: flyIn;
  animation-name: flyIn; }

.transition[class*="fly up"].in {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp; }

.transition[class*="fly down"].in {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown; }

.transition[class*="fly left"].in {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft; }

.transition[class*="fly right"].in {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight; }

/* Outward */
.transition.fly.out {
  -webkit-animation-name: flyOut;
  animation-name: flyOut; }

.transition[class*="fly up"].out {
  -webkit-animation-name: flyOutUp;
  animation-name: flyOutUp; }

.transition[class*="fly down"].out {
  -webkit-animation-name: flyOutDown;
  animation-name: flyOutDown; }

.transition[class*="fly left"].out {
  -webkit-animation-name: flyOutLeft;
  animation-name: flyOutLeft; }

.transition[class*="fly right"].out {
  -webkit-animation-name: flyOutRight;
  animation-name: flyOutRight; }

/* In */
@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

/* Out */
@-webkit-keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@-webkit-keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-webkit-keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

/*--------------
     Slide
---------------*/
.transition.slide.in,
.transition[class*="slide down"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center; }

.transition[class*="slide up"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center; }

.transition[class*="slide left"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
      transform-origin: center right; }

.transition[class*="slide right"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
      transform-origin: center left; }

.transition.slide.out,
.transition[class*="slide down"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center; }

.transition[class*="slide up"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center; }

.transition[class*="slide left"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
      transform-origin: center right; }

.transition[class*="slide right"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
      transform-origin: center left; }

/* In */
@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

/* Out */
@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

/*--------------
     Swing
---------------*/
.transition.swing {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.transition[class*="swing down"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center; }

.transition[class*="swing up"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center; }

.transition[class*="swing left"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
      transform-origin: center right; }

.transition[class*="swing right"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
      transform-origin: center left; }

.transition.swing.out,
.transition[class*="swing down"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center; }

.transition[class*="swing up"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center; }

.transition[class*="swing left"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
      transform-origin: center right; }

.transition[class*="swing right"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
      transform-origin: center left; }

/* In */
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); } }

@-webkit-keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); } }

@keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); } }

/* Out */
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; } }

@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; } }

/*******************************
       Static Animations
*******************************/
/*--------------
    Emphasis
---------------*/
.flash.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: flash;
  animation-name: flash; }

.shake.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: shake;
  animation-name: shake; }

.bounce.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: bounce;
  animation-name: bounce; }

.tada.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: tada;
  animation-name: tada; }

.pulse.transition {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-name: pulse;
  animation-name: pulse; }

.jiggle.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: jiggle;
  animation-name: jiggle; }

/* Flash */
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

/* Shake */
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

/* Bounce */
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

/* Tada */
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

/* Pulse */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/* Rubberband */
@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.4.2 - Input
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
           Standard
*******************************/
/*--------------------
        Inputs
---------------------*/
.ui.input {
  position: relative;
  font-weight: normal;
  font-style: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: rgba(0, 0, 0, 0.87); }

.ui.input > input {
  margin: 0em;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 1.21428571em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding: 0.67857143em 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  -webkit-border-radius: 0.28571429rem;
          border-radius: 0.28571429rem;
  -webkit-transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-box-shadow: none;
  box-shadow: none; }

/*--------------------
      Placeholder
---------------------*/
/* browsers require these rules separate */
.ui.input > input::-webkit-input-placeholder {
  color: rgba(191, 191, 191, 0.87); }

.ui.input > input::-moz-placeholder {
  color: rgba(191, 191, 191, 0.87); }

.ui.input > input:-ms-input-placeholder {
  color: rgba(191, 191, 191, 0.87); }

/*******************************
            States
*******************************/
/*--------------------
        Disabled
---------------------*/
.ui.disabled.input,
.ui.input:not(.disabled) input[disabled] {
  opacity: 0.45; }

.ui.disabled.input > input,
.ui.input:not(.disabled) input[disabled] {
  pointer-events: none; }

/*--------------------
        Active
---------------------*/
.ui.input > input:active,
.ui.input.down input {
  border-color: rgba(0, 0, 0, 0.3);
  background: #FAFAFA;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: none;
  box-shadow: none; }

/*--------------------
       Loading
---------------------*/
.ui.loading.loading.input > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-border-radius: 500rem;
          border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1); }

.ui.loading.loading.input > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: button-spin 0.6s linear;
  animation: button-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-border-radius: 500rem;
          border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
  box-shadow: 0px 0px 0px 1px transparent; }

/*--------------------
        Focus
---------------------*/
.ui.input.focus > input,
.ui.input > input:focus {
  border-color: #85B7D9;
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.input.focus > input::-webkit-input-placeholder,
.ui.input > input:focus::-webkit-input-placeholder {
  color: rgba(115, 115, 115, 0.87); }

.ui.input.focus > input::-moz-placeholder,
.ui.input > input:focus::-moz-placeholder {
  color: rgba(115, 115, 115, 0.87); }

.ui.input.focus > input:-ms-input-placeholder,
.ui.input > input:focus:-ms-input-placeholder {
  color: rgba(115, 115, 115, 0.87); }

/*--------------------
        Error
---------------------*/
.ui.input.error > input {
  background-color: #FFF6F6;
  border-color: #E0B4B4;
  color: #9F3A38;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Error Placeholder */
.ui.input.error > input::-webkit-input-placeholder {
  color: #e7bdbc; }

.ui.input.error > input::-moz-placeholder {
  color: #e7bdbc; }

.ui.input.error > input:-ms-input-placeholder {
  color: #e7bdbc !important; }

/* Focused Error Placeholder */
.ui.input.error > input:focus::-webkit-input-placeholder {
  color: #da9796; }

.ui.input.error > input:focus::-moz-placeholder {
  color: #da9796; }

.ui.input.error > input:focus:-ms-input-placeholder {
  color: #da9796 !important; }

/*******************************
           Variations
*******************************/
/*--------------------
      Transparent
---------------------*/
.ui.transparent.input > input {
  border-color: transparent !important;
  background-color: transparent !important;
  padding: 0em !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0px !important;
          border-radius: 0px !important; }

/* Transparent Icon */
.ui.transparent.icon.input > i.icon {
  width: 1.1em; }

.ui.transparent.icon.input > input {
  padding-left: 0em !important;
  padding-right: 2em !important; }

.ui.transparent[class*="left icon"].input > input {
  padding-left: 2em !important;
  padding-right: 0em !important; }

/* Transparent Inverted */
.ui.transparent.inverted.input {
  color: #FFFFFF; }

.ui.transparent.inverted.input > input {
  color: inherit; }

.ui.transparent.inverted.input > input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.ui.transparent.inverted.input > input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.ui.transparent.inverted.input > input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

/*--------------------
         Icon
---------------------*/
.ui.icon.input > i.icon {
  cursor: default;
  position: absolute;
  line-height: 1;
  text-align: center;
  top: 0px;
  right: 0px;
  margin: 0em;
  height: 100%;
  width: 2.67142857em;
  opacity: 0.5;
  -webkit-border-radius: 0em 0.28571429rem 0.28571429rem 0em;
          border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.ui.icon.input > i.icon:not(.link) {
  pointer-events: none; }

.ui.icon.input > input {
  padding-right: 2.67142857em !important; }

.ui.icon.input > i.icon:before,
.ui.icon.input > i.icon:after {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  margin-top: -0.5em; }

.ui.icon.input > i.link.icon {
  cursor: pointer; }

.ui.icon.input > i.circular.icon {
  top: 0.35em;
  right: 0.5em; }

/* Left Icon Input */
.ui[class*="left icon"].input > i.icon {
  right: auto;
  left: 1px;
  -webkit-border-radius: 0.28571429rem 0em 0em 0.28571429rem;
          border-radius: 0.28571429rem 0em 0em 0.28571429rem; }

.ui[class*="left icon"].input > i.circular.icon {
  right: auto;
  left: 0.5em; }

.ui[class*="left icon"].input > input {
  padding-left: 2.67142857em !important;
  padding-right: 1em !important; }

/* Focus */
.ui.icon.input > input:focus ~ i.icon {
  opacity: 1; }

/*--------------------
        Labeled
---------------------*/
/* Adjacent Label */
.ui.labeled.input > .label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  font-size: 1em; }

.ui.labeled.input > .label:not(.corner) {
  padding-top: 0.78571429em;
  padding-bottom: 0.78571429em; }

/* Regular Label on Left */
.ui.labeled.input:not([class*="corner labeled"]) .label:first-child {
  -webkit-border-top-right-radius: 0px;
          border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
          border-bottom-right-radius: 0px; }

.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input {
  -webkit-border-top-left-radius: 0px;
          border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
          border-bottom-left-radius: 0px;
  border-left-color: transparent; }

.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input:focus {
  border-left-color: #85B7D9; }

/* Regular Label on Right */
.ui[class*="right labeled"].input > input {
  -webkit-border-top-right-radius: 0px !important;
          border-top-right-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
          border-bottom-right-radius: 0px !important;
  border-right-color: transparent !important; }

.ui[class*="right labeled"].input > input + .label {
  -webkit-border-top-left-radius: 0px;
          border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
          border-bottom-left-radius: 0px; }

.ui[class*="right labeled"].input > input:focus {
  border-right-color: #85B7D9 !important; }

/* Corner Label */
.ui.labeled.input .corner.label {
  top: 1px;
  right: 1px;
  font-size: 0.64285714em;
  -webkit-border-radius: 0em 0.28571429rem 0em 0em;
          border-radius: 0em 0.28571429rem 0em 0em; }

/* Spacing with corner label */
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input > input {
  padding-right: 2.5em !important; }

.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
  padding-right: 3.25em !important; }

.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .icon {
  margin-right: 1.25em; }

/* Left Labeled */
.ui[class*="left corner labeled"].labeled.input > input {
  padding-left: 2.5em !important; }

.ui[class*="left corner labeled"].icon.input > input {
  padding-left: 3.25em !important; }

.ui[class*="left corner labeled"].icon.input > .icon {
  margin-left: 1.25em; }

/* Corner Label Position  */
.ui.input > .ui.corner.label {
  top: 1px;
  right: 1px; }

.ui.input > .ui.left.corner.label {
  right: auto;
  left: 1px; }

/*--------------------
        Action
---------------------*/
.ui.action.input > .button,
.ui.action.input > .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto; }

.ui.action.input > .button,
.ui.action.input > .buttons > .button {
  padding-top: 0.78571429em;
  padding-bottom: 0.78571429em;
  margin: 0; }

/* Button on Right */
.ui.action.input:not([class*="left action"]) > input {
  -webkit-border-top-right-radius: 0px !important;
          border-top-right-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
          border-bottom-right-radius: 0px !important;
  border-right-color: transparent !important; }

.ui.action.input:not([class*="left action"]) > .dropdown:not(:first-child),
.ui.action.input:not([class*="left action"]) > .button:not(:first-child),
.ui.action.input:not([class*="left action"]) > .buttons:not(:first-child) > .button {
  -webkit-border-radius: 0px;
          border-radius: 0px; }

.ui.action.input:not([class*="left action"]) > .dropdown:last-child,
.ui.action.input:not([class*="left action"]) > .button:last-child,
.ui.action.input:not([class*="left action"]) > .buttons:last-child > .button {
  -webkit-border-radius: 0px 0.28571429rem 0.28571429rem 0px;
          border-radius: 0px 0.28571429rem 0.28571429rem 0px; }

/* Input Focus */
.ui.action.input:not([class*="left action"]) > input:focus {
  border-right-color: #85B7D9 !important; }

/* Button on Left */
.ui[class*="left action"].input > input {
  -webkit-border-top-left-radius: 0px !important;
          border-top-left-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
          border-bottom-left-radius: 0px !important;
  border-left-color: transparent !important; }

.ui[class*="left action"].input > .dropdown,
.ui[class*="left action"].input > .button,
.ui[class*="left action"].input > .buttons > .button {
  -webkit-border-radius: 0px;
          border-radius: 0px; }

.ui[class*="left action"].input > .dropdown:first-child,
.ui[class*="left action"].input > .button:first-child,
.ui[class*="left action"].input > .buttons:first-child > .button {
  -webkit-border-radius: 0.28571429rem 0px 0px 0.28571429rem;
          border-radius: 0.28571429rem 0px 0px 0.28571429rem; }

/* Input Focus */
.ui[class*="left action"].input > input:focus {
  border-left-color: #85B7D9 !important; }

/*--------------------
       Inverted
---------------------*/
/* Standard */
.ui.inverted.input > input {
  border: none; }

/*--------------------
        Fluid
---------------------*/
.ui.fluid.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ui.fluid.input > input {
  width: 0px !important; }

/*--------------------
        Size
---------------------*/
.ui.mini.input {
  font-size: 0.78571429em; }

.ui.small.input {
  font-size: 0.92857143em; }

.ui.input {
  font-size: 1em; }

.ui.large.input {
  font-size: 1.14285714em; }

.ui.big.input {
  font-size: 1.28571429em; }

.ui.huge.input {
  font-size: 1.42857143em; }

.ui.massive.input {
  font-size: 1.71428571em; }

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  overflow-x: hidden;
  color: white;
  line-height: 1;
  font-weight: 300;
  background: #020c17; }
  @media screen and (max-height: 699px) {
    body {
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
    body {
      font-size: 14px; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  outline: 0;
  text-decoration: none;
  position: relative;
  word-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

p.begin {
  margin-left: -15vw !important; }
  @media screen and (max-width: 1120px) {
    p.begin {
      margin-left: -20vw !important; } }
  @media screen and (max-width: 768px) {
    p.begin {
      margin: 0 !important; } }

.container .wrapper {
  width: 63em;
  margin: auto; }
  @media screen and (max-width: 1120px) {
    .container .wrapper {
      width: 90%; } }

#wrapper {
  overflow: hidden;
  opacity: 0; }

#views-container {
  min-height: 100vh; }

.page-view {
  opacity: 0;
  min-height: 100vh; }

.preload * {
  -webkit-transition: none !important;
  transition: none !important; }

.middle {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%; }

.hide {
  width: 0px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1 {
  font-size: 36px;
  font-size: 4.66em; }

h2 {
  font-size: 30px;
  font-size: 3.933em; }

h3 {
  font-size: 24px;
  font-size: 3.2em; }

h4 {
  font-size: 18px;
  font-size: 2.46em; }

h5 {
  font-size: 12px;
  font-size: 1.733em; }

h6 {
  font-size: 6px;
  font-size: 1em; }

p {
  margin: 0;
  margin-top: 1em; }
  p:first-of-type {
    margin-top: 0; }

img {
  display: block;
  max-width: 100%;
  max-height: 100%; }

a {
  color: #00aeef;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }
  a:hover {
    color: #f89822; }

svg {
  width: 100%;
  height: 100%;
  display: block; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.grid-items {
  width: 70em;
  margin: auto;
  margin-top: 3em;
  margin-bottom: 3em; }
  @media screen and (max-width: 1120px) {
    .grid-items {
      width: 90%; } }
  .grid-items .grid-box-single {
    float: left;
    margin-bottom: 5%;
    width: 33.333%;
    padding: 0 5%; }
    @media screen and (max-width: 1120px) {
      .grid-items .grid-box-single {
        padding: 0 3.5%; } }
    @media screen and (max-width: 768px) {
      .grid-items .grid-box-single {
        width: 50%;
        padding: 0 5%; } }
    @media screen and (max-width: 567px) {
      .grid-items .grid-box-single {
        width: 100%; } }

.stars-container {
  margin-left: -0.25em; }
  @media screen and (max-width: 768px) {
    .stars-container {
      display: inline-block; } }
  .stars-container .stars-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 7.5em; }
    .stars-container .stars-wrapper .single-star {
      width: 1.5em;
      min-width: 1.5em;
      max-width: 1.5em;
      padding: 0 0.25em; }
    .stars-container .stars-wrapper.faded {
      opacity: 0.175; }
      .stars-container .stars-wrapper.faded .single-star svg path {
        fill: white; }
    .stars-container .stars-wrapper.full {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden; }
      .stars-container .stars-wrapper.full .single-star svg path {
        fill: #f89822; }

.book-limo-form {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000111;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); }
  @media screen and (max-width: 567px) {
    .book-limo-form {
      position: fixed;
      max-width: 90% !important; } }
  .book-limo-form:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    width: 100vh; }
  .book-limo-form .message {
    display: none;
    text-align: center; }
  .book-limo-form.noform .con {
    max-height: 30vh;
    max-width: 20em; }
    .book-limo-form.noform .con .message {
      display: block; }
    .book-limo-form.noform .con form {
      display: none; }
  .book-limo-form .con {
    overflow: hidden;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1100px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    padding: 3em;
    -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
            transform: scale(0.2);
    -webkit-transition: max-height 0.3s ease-out, max-width 0.3s ease-out;
    transition: max-height 0.3s ease-out, max-width 0.3s ease-out;
    max-height: 90vh; }
    @media screen and (max-width: 1120px) {
      .book-limo-form .con {
        max-width: 800px; } }
    @media screen and (max-width: 768px) {
      .book-limo-form .con {
        max-height: 100vh; } }
    @media screen and (max-width: 567px) {
      .book-limo-form .con {
        max-height: 100vh; } }
  .book-limo-form .pop-up-close {
    position: absolute;
    right: 1em;
    cursor: pointer;
    top: 1em;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }
    .book-limo-form .pop-up-close:hover {
      color: white; }
  .book-limo-form form {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%; }
    .book-limo-form form::-webkit-scrollbar {
      width: 0.3em;
      height: 0.3em; }
    .book-limo-form form::-webkit-scrollbar-thumb {
      background-color: rgba(255, 255, 255, 0.7);
      -webkit-border-radius: 3px;
              border-radius: 3px; }
  .book-limo-form .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: white; }
  .book-limo-form .lnr {
    margin-right: 0.5em; }
  .book-limo-form .form-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: 1px solid #00aeef24;
    padding-top: 3em;
    padding-bottom: 1em; }
    .book-limo-form .form-section:nth-last-child(2) {
      border: none;
      padding-bottom: 0; }
    .book-limo-form .form-section span.input, .book-limo-form .form-section .col {
      width: 48%;
      margin-bottom: 2em;
      z-index: auto;
      color: white; }
      @media screen and (max-width: 567px) {
        .book-limo-form .form-section span.input, .book-limo-form .form-section .col {
          width: 100%; } }
      .book-limo-form .form-section span.input input, .book-limo-form .form-section span.input .ui, .book-limo-form .form-section span.input .button-with-icon, .book-limo-form .form-section .col input, .book-limo-form .form-section .col .ui, .book-limo-form .form-section .col .button-with-icon {
        background: none;
        width: 100%;
        border: none;
        color: white;
        font-size: 0.75em;
        font-weight: 600;
        line-height: 1;
        height: 2em;
        min-height: inherit; }
        .book-limo-form .form-section span.input input::-webkit-input-placeholder, .book-limo-form .form-section span.input .ui::-webkit-input-placeholder, .book-limo-form .form-section span.input .button-with-icon::-webkit-input-placeholder, .book-limo-form .form-section .col input::-webkit-input-placeholder, .book-limo-form .form-section .col .ui::-webkit-input-placeholder, .book-limo-form .form-section .col .button-with-icon::-webkit-input-placeholder {
          color: #f89822;
          text-transform: uppercase; }
        .book-limo-form .form-section span.input input::-moz-placeholder, .book-limo-form .form-section span.input .ui::-moz-placeholder, .book-limo-form .form-section span.input .button-with-icon::-moz-placeholder, .book-limo-form .form-section .col input::-moz-placeholder, .book-limo-form .form-section .col .ui::-moz-placeholder, .book-limo-form .form-section .col .button-with-icon::-moz-placeholder {
          color: #f89822;
          text-transform: uppercase; }
        .book-limo-form .form-section span.input input:-ms-input-placeholder, .book-limo-form .form-section span.input .ui:-ms-input-placeholder, .book-limo-form .form-section span.input .button-with-icon:-ms-input-placeholder, .book-limo-form .form-section .col input:-ms-input-placeholder, .book-limo-form .form-section .col .ui:-ms-input-placeholder, .book-limo-form .form-section .col .button-with-icon:-ms-input-placeholder {
          color: #f89822;
          text-transform: uppercase; }
        .book-limo-form .form-section span.input input::placeholder, .book-limo-form .form-section span.input .ui::placeholder, .book-limo-form .form-section span.input .button-with-icon::placeholder, .book-limo-form .form-section .col input::placeholder, .book-limo-form .form-section .col .ui::placeholder, .book-limo-form .form-section .col .button-with-icon::placeholder {
          color: #f89822;
          text-transform: uppercase; }
      .book-limo-form .form-section span.input .input, .book-limo-form .form-section .col .input {
        margin: 0; }
    .book-limo-form .form-section.info span.input {
      width: 23%; }
      @media screen and (max-width: 768px) {
        .book-limo-form .form-section.info span.input {
          width: 48%; } }
      @media screen and (max-width: 567px) {
        .book-limo-form .form-section.info span.input {
          width: 100%; } }
    .book-limo-form .form-section.info .pass-info, .book-limo-form .form-section.info .book-info {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .book-limo-form .form-section .date span.input {
      width: 100% !important; }
    .book-limo-form .form-section p {
      margin-bottom: 2em;
      margin-right: auto;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 90%;
          -ms-flex: 1 1 90%;
              flex: 1 1 90%; }
    .book-limo-form .form-section .time, .book-limo-form .form-section .col {
      z-index: 12;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .book-limo-form .form-section .time span.input, .book-limo-form .form-section .col span.input {
        width: 30%; }
    .book-limo-form .form-section.add-info .col {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .book-limo-form .form-section.add-info .col .input.number {
        width: auto;
        width: 31%;
        margin-right: 5%; }
      @media screen and (max-width: 768px) {
        .book-limo-form .form-section.add-info .col {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .book-limo-form .form-section.add-info .col .input.number {
            width: 48%;
            margin: 0; } }
      .book-limo-form .form-section.add-info .col .checkboxes {
        width: 100%;
        border: none;
        margin-top: 2em; }
        .book-limo-form .form-section.add-info .col .checkboxes .checkbox {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .book-limo-form .form-section.add-info .col .checkboxes .checkbox input {
            display: inline-block;
            width: auto;
            margin-right: 0.5em; }
    .book-limo-form .form-section span.label {
      color: white; }
    .book-limo-form .form-section .address {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 48%; }
      @media screen and (max-width: 567px) {
        .book-limo-form .form-section .address {
          width: 100%; } }
      .book-limo-form .form-section .address .input {
        width: 100%; }
    .book-limo-form .form-section .comments {
      width: 100% !important; }

.estimator-wrapper .submit, .estimator-wrapper .request-reservation, .book-limo-form .submit, .book-limo-form .request-reservation {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8em;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }
  .estimator-wrapper .submit input, .estimator-wrapper .submit.request-reservation, .estimator-wrapper .request-reservation input, .estimator-wrapper .request-reservation.request-reservation, .book-limo-form .submit input, .book-limo-form .submit.request-reservation, .book-limo-form .request-reservation input, .book-limo-form .request-reservation.request-reservation {
    padding: 1em;
    background: white;
    font-weight: 100%;
    cursor: pointer;
    color: white;
    border: none;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }
  .estimator-wrapper .submit:hover, .estimator-wrapper .request-reservation:hover, .book-limo-form .submit:hover, .book-limo-form .request-reservation:hover {
    background: white; }
    .estimator-wrapper .submit:hover input, .estimator-wrapper .submit:hover.request-reservation, .estimator-wrapper .request-reservation:hover input, .estimator-wrapper .request-reservation:hover.request-reservation, .book-limo-form .submit:hover input, .book-limo-form .submit:hover.request-reservation, .book-limo-form .request-reservation:hover input, .book-limo-form .request-reservation:hover.request-reservation {
      color: white; }

.custom-input-fields .submit-wrap, .form-section .submit-wrap, .the-estimator .submit-wrap {
  clear: both;
  display: block;
  border-top: 2em solid transparent;
  text-align: right; }
  .custom-input-fields .submit-wrap .ajax-loader, .form-section .submit-wrap .ajax-loader, .the-estimator .submit-wrap .ajax-loader, .wpcf7-spinner {
    display: none; }
  .custom-input-fields .submit-wrap .wpcf7-submit, .form-section .submit-wrap .wpcf7-submit, .the-estimator .submit-wrap .wpcf7-submit {
    display: inline-block;
    clear: both;
    background: transparent;
    color: white;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.75em;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0.25em;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear; }
    .custom-input-fields .submit-wrap .wpcf7-submit:hover, .form-section .submit-wrap .wpcf7-submit:hover, .the-estimator .submit-wrap .wpcf7-submit:hover {
      color: white; }
  .custom-input-fields .submit-wrap:before, .form-section .submit-wrap:before, .the-estimator .submit-wrap:before {
    content: '';
    background: white;
    position: absolute;
    bottom: -0.5em;
    right: 0;
    width: 3em;
    height: 1px; }
  .custom-input-fields .submit-wrap:after, .form-section .submit-wrap:after, .the-estimator .submit-wrap:after {
    content: '';
    background-image: url("/wp-content/themes/dumas/images/contact/paper-plane.png");
    width: 0.75em;
    height: 0.75em;
    display: inline-block;
    background-size: contain;
    vertical-align: middle; }

.custom-input-fields .wpcf7-response-output, .form-section .wpcf7-response-output, .the-estimator .wpcf7-response-output {
  border-weight: 1px;
  text-align: center; }

.custom-input-fields span.label, .form-section span.label, .the-estimator span.label {
  text-transform: uppercase; }

.custom-input-fields input[type="text"], .custom-input-fields input[type="tel"], .custom-input-fields input[type="email"], .custom-input-fields input[type="number"], .custom-input-fields input[type="phone"], .custom-input-fields select, .custom-input-fields textarea, .custom-input-fields span.label, .form-section input[type="text"], .form-section input[type="tel"], .form-section input[type="email"], .form-section input[type="number"], .form-section input[type="phone"], .form-section select, .form-section textarea, .form-section span.label, .the-estimator input[type="text"], .the-estimator input[type="tel"], .the-estimator input[type="email"], .the-estimator input[type="number"], .the-estimator input[type="phone"], .the-estimator select, .the-estimator textarea, .the-estimator span.label {
  background: transparent;
  border: none;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.75em;
  height: 2em;
  width: 100%;
  display: block;
  padding: 0;
  line-height: 1; }
  .custom-input-fields input[type="text"]::-webkit-input-placeholder, .custom-input-fields input[type="tel"]::-webkit-input-placeholder, .custom-input-fields input[type="email"]::-webkit-input-placeholder, .custom-input-fields input[type="number"]::-webkit-input-placeholder, .custom-input-fields input[type="phone"]::-webkit-input-placeholder, .custom-input-fields select::-webkit-input-placeholder, .custom-input-fields textarea::-webkit-input-placeholder, .custom-input-fields span.label::-webkit-input-placeholder, .form-section input[type="text"]::-webkit-input-placeholder, .form-section input[type="tel"]::-webkit-input-placeholder, .form-section input[type="email"]::-webkit-input-placeholder, .form-section input[type="number"]::-webkit-input-placeholder, .form-section input[type="phone"]::-webkit-input-placeholder, .form-section select::-webkit-input-placeholder, .form-section textarea::-webkit-input-placeholder, .form-section span.label::-webkit-input-placeholder, .the-estimator input[type="text"]::-webkit-input-placeholder, .the-estimator input[type="tel"]::-webkit-input-placeholder, .the-estimator input[type="email"]::-webkit-input-placeholder, .the-estimator input[type="number"]::-webkit-input-placeholder, .the-estimator input[type="phone"]::-webkit-input-placeholder, .the-estimator select::-webkit-input-placeholder, .the-estimator textarea::-webkit-input-placeholder, .the-estimator span.label::-webkit-input-placeholder {
    color: white !important;
    text-transform: uppercase;
    font-weight: 600; }
  .custom-input-fields input[type="text"]::-moz-placeholder, .custom-input-fields input[type="tel"]::-moz-placeholder, .custom-input-fields input[type="email"]::-moz-placeholder, .custom-input-fields input[type="number"]::-moz-placeholder, .custom-input-fields input[type="phone"]::-moz-placeholder, .custom-input-fields select::-moz-placeholder, .custom-input-fields textarea::-moz-placeholder, .custom-input-fields span.label::-moz-placeholder, .form-section input[type="text"]::-moz-placeholder, .form-section input[type="tel"]::-moz-placeholder, .form-section input[type="email"]::-moz-placeholder, .form-section input[type="number"]::-moz-placeholder, .form-section input[type="phone"]::-moz-placeholder, .form-section select::-moz-placeholder, .form-section textarea::-moz-placeholder, .form-section span.label::-moz-placeholder, .the-estimator input[type="text"]::-moz-placeholder, .the-estimator input[type="tel"]::-moz-placeholder, .the-estimator input[type="email"]::-moz-placeholder, .the-estimator input[type="number"]::-moz-placeholder, .the-estimator input[type="phone"]::-moz-placeholder, .the-estimator select::-moz-placeholder, .the-estimator textarea::-moz-placeholder, .the-estimator span.label::-moz-placeholder {
    color: white !important;
    text-transform: uppercase;
    font-weight: 600; }
  .custom-input-fields input[type="text"]:-ms-input-placeholder, .custom-input-fields input[type="tel"]:-ms-input-placeholder, .custom-input-fields input[type="email"]:-ms-input-placeholder, .custom-input-fields input[type="number"]:-ms-input-placeholder, .custom-input-fields input[type="phone"]:-ms-input-placeholder, .custom-input-fields select:-ms-input-placeholder, .custom-input-fields textarea:-ms-input-placeholder, .custom-input-fields span.label:-ms-input-placeholder, .form-section input[type="text"]:-ms-input-placeholder, .form-section input[type="tel"]:-ms-input-placeholder, .form-section input[type="email"]:-ms-input-placeholder, .form-section input[type="number"]:-ms-input-placeholder, .form-section input[type="phone"]:-ms-input-placeholder, .form-section select:-ms-input-placeholder, .form-section textarea:-ms-input-placeholder, .form-section span.label:-ms-input-placeholder, .the-estimator input[type="text"]:-ms-input-placeholder, .the-estimator input[type="tel"]:-ms-input-placeholder, .the-estimator input[type="email"]:-ms-input-placeholder, .the-estimator input[type="number"]:-ms-input-placeholder, .the-estimator input[type="phone"]:-ms-input-placeholder, .the-estimator select:-ms-input-placeholder, .the-estimator textarea:-ms-input-placeholder, .the-estimator span.label:-ms-input-placeholder {
    color: white !important;
    text-transform: uppercase;
    font-weight: 600; }
  .custom-input-fields input[type="text"]::placeholder, .custom-input-fields input[type="tel"]::placeholder, .custom-input-fields input[type="email"]::placeholder, .custom-input-fields input[type="number"]::placeholder, .custom-input-fields input[type="phone"]::placeholder, .custom-input-fields select::placeholder, .custom-input-fields textarea::placeholder, .custom-input-fields span.label::placeholder, .form-section input[type="text"]::placeholder, .form-section input[type="tel"]::placeholder, .form-section input[type="email"]::placeholder, .form-section input[type="number"]::placeholder, .form-section input[type="phone"]::placeholder, .form-section select::placeholder, .form-section textarea::placeholder, .form-section span.label::placeholder, .the-estimator input[type="text"]::placeholder, .the-estimator input[type="tel"]::placeholder, .the-estimator input[type="email"]::placeholder, .the-estimator input[type="number"]::placeholder, .the-estimator input[type="phone"]::placeholder, .the-estimator select::placeholder, .the-estimator textarea::placeholder, .the-estimator span.label::placeholder {
    color: white !important;
    text-transform: uppercase;
    font-weight: 600; }
  .custom-input-fields input[type="text"]:-ms-input-placeholder, .custom-input-fields input[type="tel"]:-ms-input-placeholder, .custom-input-fields input[type="email"]:-ms-input-placeholder, .custom-input-fields input[type="number"]:-ms-input-placeholder, .custom-input-fields input[type="phone"]:-ms-input-placeholder, .custom-input-fields select:-ms-input-placeholder, .custom-input-fields textarea:-ms-input-placeholder, .custom-input-fields span.label:-ms-input-placeholder, .form-section input[type="text"]:-ms-input-placeholder, .form-section input[type="tel"]:-ms-input-placeholder, .form-section input[type="email"]:-ms-input-placeholder, .form-section input[type="number"]:-ms-input-placeholder, .form-section input[type="phone"]:-ms-input-placeholder, .form-section select:-ms-input-placeholder, .form-section textarea:-ms-input-placeholder, .form-section span.label:-ms-input-placeholder, .the-estimator input[type="text"]:-ms-input-placeholder, .the-estimator input[type="tel"]:-ms-input-placeholder, .the-estimator input[type="email"]:-ms-input-placeholder, .the-estimator input[type="number"]:-ms-input-placeholder, .the-estimator input[type="phone"]:-ms-input-placeholder, .the-estimator select:-ms-input-placeholder, .the-estimator textarea:-ms-input-placeholder, .the-estimator span.label:-ms-input-placeholder {
    color: white !important;
    text-transform: uppercase;
    font-weight: 600; }
  .custom-input-fields input[type="text"]::-ms-input-placeholder, .custom-input-fields input[type="tel"]::-ms-input-placeholder, .custom-input-fields input[type="email"]::-ms-input-placeholder, .custom-input-fields input[type="number"]::-ms-input-placeholder, .custom-input-fields input[type="phone"]::-ms-input-placeholder, .custom-input-fields select::-ms-input-placeholder, .custom-input-fields textarea::-ms-input-placeholder, .custom-input-fields span.label::-ms-input-placeholder, .form-section input[type="text"]::-ms-input-placeholder, .form-section input[type="tel"]::-ms-input-placeholder, .form-section input[type="email"]::-ms-input-placeholder, .form-section input[type="number"]::-ms-input-placeholder, .form-section input[type="phone"]::-ms-input-placeholder, .form-section select::-ms-input-placeholder, .form-section textarea::-ms-input-placeholder, .form-section span.label::-ms-input-placeholder, .the-estimator input[type="text"]::-ms-input-placeholder, .the-estimator input[type="tel"]::-ms-input-placeholder, .the-estimator input[type="email"]::-ms-input-placeholder, .the-estimator input[type="number"]::-ms-input-placeholder, .the-estimator input[type="phone"]::-ms-input-placeholder, .the-estimator select::-ms-input-placeholder, .the-estimator textarea::-ms-input-placeholder, .the-estimator span.label::-ms-input-placeholder {
    color: white !important;
    text-transform: uppercase;
    font-weight: 600; }

.custom-input-fields .ui.dropdown, .form-section .ui.dropdown, .the-estimator .ui.dropdown {
  width: 100% !important;
  min-width: inherit !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .custom-input-fields .ui.dropdown .lnr-chevron-down, .form-section .ui.dropdown .lnr-chevron-down, .the-estimator .ui.dropdown .lnr-chevron-down {
    float: right;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto; }

.custom-input-fields .wpcf7-form-control-wrap, .custom-input-fields span.input, .custom-input-fields .ui.dropdown, .form-section .wpcf7-form-control-wrap, .form-section span.input, .form-section .ui.dropdown, .the-estimator .wpcf7-form-control-wrap, .the-estimator span.input, .the-estimator .ui.dropdown {
  display: block;
  float: left;
  z-index: 10;
  border-bottom: 1px solid #00aeef38 !important; }
  .custom-input-fields .wpcf7-form-control-wrap.your-name, .custom-input-fields span.input.your-name, .custom-input-fields .ui.dropdown.your-name, .form-section .wpcf7-form-control-wrap.your-name, .form-section span.input.your-name, .form-section .ui.dropdown.your-name, .the-estimator .wpcf7-form-control-wrap.your-name, .the-estimator span.input.your-name, .the-estimator .ui.dropdown.your-name {
    width: 28.33%;
    margin-right: 7.5%; }
    @media screen and (max-width: 567px) {
      .custom-input-fields .wpcf7-form-control-wrap.your-name, .custom-input-fields span.input.your-name, .custom-input-fields .ui.dropdown.your-name, .form-section .wpcf7-form-control-wrap.your-name, .form-section span.input.your-name, .form-section .ui.dropdown.your-name, .the-estimator .wpcf7-form-control-wrap.your-name, .the-estimator span.input.your-name, .the-estimator .ui.dropdown.your-name {
        width: 100%;
        margin-right: 0; } }
  .custom-input-fields .wpcf7-form-control-wrap.your-phone, .custom-input-fields span.input.your-phone, .custom-input-fields .ui.dropdown.your-phone, .form-section .wpcf7-form-control-wrap.your-phone, .form-section span.input.your-phone, .form-section .ui.dropdown.your-phone, .the-estimator .wpcf7-form-control-wrap.your-phone, .the-estimator span.input.your-phone, .the-estimator .ui.dropdown.your-phone {
    width: 28.33%;
    margin-right: 7.5%; }
    @media screen and (max-width: 567px) {
      .custom-input-fields .wpcf7-form-control-wrap.your-phone, .custom-input-fields span.input.your-phone, .custom-input-fields .ui.dropdown.your-phone, .form-section .wpcf7-form-control-wrap.your-phone, .form-section span.input.your-phone, .form-section .ui.dropdown.your-phone, .the-estimator .wpcf7-form-control-wrap.your-phone, .the-estimator span.input.your-phone, .the-estimator .ui.dropdown.your-phone {
        width: 100%;
        margin-right: 0;
        margin-top: 2.5em; } }
  .custom-input-fields .wpcf7-form-control-wrap.your-email, .custom-input-fields span.input.your-email, .custom-input-fields .ui.dropdown.your-email, .form-section .wpcf7-form-control-wrap.your-email, .form-section span.input.your-email, .form-section .ui.dropdown.your-email, .the-estimator .wpcf7-form-control-wrap.your-email, .the-estimator span.input.your-email, .the-estimator .ui.dropdown.your-email {
    width: 28.33%; }
    @media screen and (max-width: 567px) {
      .custom-input-fields .wpcf7-form-control-wrap.your-email, .custom-input-fields span.input.your-email, .custom-input-fields .ui.dropdown.your-email, .form-section .wpcf7-form-control-wrap.your-email, .form-section span.input.your-email, .form-section .ui.dropdown.your-email, .the-estimator .wpcf7-form-control-wrap.your-email, .the-estimator span.input.your-email, .the-estimator .ui.dropdown.your-email {
        width: 100%;
        margin-top: 2.5em; } }
  .custom-input-fields .wpcf7-form-control-wrap.your-subject, .custom-input-fields span.input.your-subject, .custom-input-fields .ui.dropdown.your-subject, .form-section .wpcf7-form-control-wrap.your-subject, .form-section span.input.your-subject, .form-section .ui.dropdown.your-subject, .the-estimator .wpcf7-form-control-wrap.your-subject, .the-estimator span.input.your-subject, .the-estimator .ui.dropdown.your-subject {
    width: 50%;
    clear: both;
    margin-top: 4em; }
    @media screen and (max-width: 567px) {
      .custom-input-fields .wpcf7-form-control-wrap.your-subject, .custom-input-fields span.input.your-subject, .custom-input-fields .ui.dropdown.your-subject, .form-section .wpcf7-form-control-wrap.your-subject, .form-section span.input.your-subject, .form-section .ui.dropdown.your-subject, .the-estimator .wpcf7-form-control-wrap.your-subject, .the-estimator span.input.your-subject, .the-estimator .ui.dropdown.your-subject {
        width: 100%;
        margin-top: 2.5em; } }
  .custom-input-fields .wpcf7-form-control-wrap.your-message, .custom-input-fields span.input.your-message, .custom-input-fields .ui.dropdown.your-message, .form-section .wpcf7-form-control-wrap.your-message, .form-section span.input.your-message, .form-section .ui.dropdown.your-message, .the-estimator .wpcf7-form-control-wrap.your-message, .the-estimator span.input.your-message, .the-estimator .ui.dropdown.your-message {
    clear: both;
    width: 100%;
    margin-top: 4em; }
    @media screen and (max-width: 567px) {
      .custom-input-fields .wpcf7-form-control-wrap.your-message, .custom-input-fields span.input.your-message, .custom-input-fields .ui.dropdown.your-message, .form-section .wpcf7-form-control-wrap.your-message, .form-section span.input.your-message, .form-section .ui.dropdown.your-message, .the-estimator .wpcf7-form-control-wrap.your-message, .the-estimator span.input.your-message, .the-estimator .ui.dropdown.your-message {
        margin-top: 2.5em; } }
  .custom-input-fields .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .custom-input-fields span.input .wpcf7-not-valid-tip, .custom-input-fields .ui.dropdown .wpcf7-not-valid-tip, .form-section .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .form-section span.input .wpcf7-not-valid-tip, .form-section .ui.dropdown .wpcf7-not-valid-tip, .the-estimator .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .the-estimator span.input .wpcf7-not-valid-tip, .the-estimator .ui.dropdown .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    font-size: 0.65em;
    font-weight: 300;
    padding-top: 0.25em; }
  .custom-input-fields .wpcf7-form-control-wrap textarea, .custom-input-fields span.input textarea, .custom-input-fields .ui.dropdown textarea, .form-section .wpcf7-form-control-wrap textarea, .form-section span.input textarea, .form-section .ui.dropdown textarea, .the-estimator .wpcf7-form-control-wrap textarea, .the-estimator span.input textarea, .the-estimator .ui.dropdown textarea {
    height: 5em;
    min-width: 100%;
    max-width: 100%;
    max-height: 10em;
    min-height: 5em; }
  .custom-input-fields .wpcf7-form-control-wrap select, .custom-input-fields span.input select, .custom-input-fields .ui.dropdown select, .form-section .wpcf7-form-control-wrap select, .form-section span.input select, .form-section .ui.dropdown select, .the-estimator .wpcf7-form-control-wrap select, .the-estimator span.input select, .the-estimator .ui.dropdown select {
    cursor: pointer;
    color: #00aeef; }
    .custom-input-fields .wpcf7-form-control-wrap select.active, .custom-input-fields span.input select.active, .custom-input-fields .ui.dropdown select.active, .form-section .wpcf7-form-control-wrap select.active, .form-section span.input select.active, .form-section .ui.dropdown select.active, .the-estimator .wpcf7-form-control-wrap select.active, .the-estimator span.input select.active, .the-estimator .ui.dropdown select.active {
      color: white; }
    .custom-input-fields .wpcf7-form-control-wrap select option, .custom-input-fields span.input select option, .custom-input-fields .ui.dropdown select option, .form-section .wpcf7-form-control-wrap select option, .form-section span.input select option, .form-section .ui.dropdown select option, .the-estimator .wpcf7-form-control-wrap select option, .the-estimator span.input select option, .the-estimator .ui.dropdown select option {
      color: white;
      background: #020c17; }

.page404 {
  font-size: 1.3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

#wrapper.nogradients .home .top-gradient, #wrapper.nogradients .home .bottom-gradient {
  display: none; }

#wrapper.nogradients .home .sub-section {
  padding-bottom: 0; }
  #wrapper.nogradients .home .sub-section.team {
    padding-top: 0; }

.square-theme .arrow svg path, .square-theme .icon svg path {
  fill: white !important; }

.square-theme .contact .icon svg path {
  fill: #f89822 !important; }

.square-theme .arrow {
  background: #f89822 !important;
  padding: 0.7em !important;
  margin: 0 !important;
  display: block;
  margin-right: 1px !important;
  float: left;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1.14em; }
  .square-theme .arrow:hover {
    background: #53596E !important; }
    .square-theme .arrow:hover svg {
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      height: auto;
      width: 100%;
      display: block; }
  .square-theme .arrow.left-arrow svg {
    -webkit-transform: rotateY(180deg) !important;
            transform: rotateY(180deg) !important; }
  .square-theme .arrow.swiper-button-disabled {
    background: #202326 !important;
    opacity: 1; }

@media screen and (min-width: 768px) {
  .square-theme .gm-bundled-control-on-bottom {
    top: 15px !important;
    left: 10px !important; } }

.square-theme .single-header-icon svg path {
  fill: white; }

.square-theme #menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30em;
  min-width: 600px; }
  @media screen and (max-width: 1120px) {
    .square-theme #menu {
      width: 34em;
      min-width: 0; } }
  .square-theme #menu .menu-background-container {
    background: #202326 !important;
    width: 70%;
    margin-left: auto;
    height: -webkit-calc(50% + 4.8em);
    height: calc(50% + 4.8em);
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
    .square-theme #menu .menu-background-container .menu-background {
      background: #313131 !important; }
  .square-theme #menu .menu-items-line {
    display: none; }
  .square-theme #menu .menu-items-container {
    background: #53596E;
    height: -webkit-calc(50% + 102px);
    height: calc(50% + 102px);
    width: 100%;
    margin-top: auto;
    padding-right: 250px;
    position: relative;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right; }
    @media screen and (max-width: 1120px) {
      .square-theme #menu .menu-items-container {
        height: -webkit-calc(50% + 49px*1.45);
        height: calc(50% + 49px*1.45);
        padding-right: 200px; } }
    @media screen and (max-width: 667px) {
      .square-theme #menu .menu-items-container {
        height: 100%;
        padding-right: 150px; } }
    @media screen and (max-width: 567px) {
      .square-theme #menu .menu-items-container {
        padding-right: 120px; } }
    .square-theme #menu .menu-items-container:after {
      content: "";
      width: 1px;
      top: 0;
      background: rgba(255, 255, 255, 0.4);
      height: 100%;
      right: 280px;
      z-index: 0;
      position: absolute; }
      @media screen and (max-width: 1120px) {
        .square-theme #menu .menu-items-container:after {
          right: 230px; } }
      @media screen and (max-width: 667px) {
        .square-theme #menu .menu-items-container:after {
          right: 210px; } }
      @media screen and (max-width: 567px) {
        .square-theme #menu .menu-items-container:after {
          right: 150px; } }
    .square-theme #menu .menu-items-container .menu-items-wrapper {
      position: relative;
      z-index: 1;
      height: 100%;
      overflow: hidden; }
      .square-theme #menu .menu-items-container .menu-items-wrapper .menu-items {
        padding: 1em 0;
        background: #53596E; }
        .square-theme #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item {
          font-size: 1em;
          text-align: right; }
          .square-theme #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item:hover .menu-item-link {
            color: #f89822; }
          .square-theme #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link {
            padding: 0.7em;
            display: inline-block; }
            .square-theme #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link:before {
              content: none; }

.square-theme #side-bar {
  width: 70px;
  position: fixed;
  right: 0;
  height: 100%;
  z-index: 1111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .square-theme #side-bar:after {
    position: absolute;
    width: 1px;
    height: 100%;
    content: "";
    left: 0;
    z-index: 1111;
    background: rgba(166, 166, 166, 0.6); }
  @media screen and (max-width: 1120px) {
    .square-theme #side-bar {
      width: 49px; } }
  @media screen and (max-width: 667px) {
    .square-theme #side-bar:after {
      content: none; }
    .square-theme #side-bar.active .social-container {
      opacity: 1; } }

@media screen and (max-width: 667px) and (max-width: 567px) {
  .square-theme #side-bar.active .single-buttons {
    opacity: 0.5; } }
  .square-theme #side-bar .single-buttons {
    position: fixed;
    top: 2em;
    right: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1120px) {
      .square-theme #side-bar .single-buttons {
        right: 49px; } }
    @media screen and (max-width: 667px) {
      .square-theme #side-bar .single-buttons {
        top: 0;
        font-size: 0.9em; } }
    @media screen and (min-width: 668px) {
      .square-theme #side-bar .single-buttons {
        right: 49px !important; } }
    @media screen and (min-width: 1121px) {
      .square-theme #side-bar .single-buttons {
        right: 70px !important; } }
    @media screen and (max-width: 567px) {
      .square-theme #side-bar .single-buttons {
        opacity: 0;
        right: 0 !important;
        top: 150px; } }
  .square-theme #side-bar #user-button {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0;
    padding: 1em !important;
    right: 0 !important;
    top: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1120px) {
      .square-theme #side-bar #user-button {
        right: 49px; } }
    @media screen and (max-width: 667px) {
      .square-theme #side-bar #user-button {
        top: 0.2em; } }
    .square-theme #side-bar #user-button .user-button-icon {
      width: 1.5em; }
  .square-theme #side-bar #phone-button {
    width: auto;
    padding-left: 0; }
    .square-theme #side-bar #phone-button .phone {
      padding-left: 1em;
      color: white;
      -webkit-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s;
      border-left: 1px solid white; }
      .square-theme #side-bar #phone-button .phone:hover {
        color: #f89822; }
  .square-theme #side-bar #header-icons {
    right: 0;
    top: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: inherit; }
    @media screen and (max-width: 667px) {
      .square-theme #side-bar #header-icons {
        top: 0; } }
    .square-theme #side-bar #header-icons .single-header-icon#menu-button {
      right: 0;
      margin: 0;
      padding: 0;
      width: 70px;
      height: 70px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-perspective: 1000px;
              perspective: 1000px;
      -webkit-transform-origin: right center;
          -ms-transform-origin: right center;
              transform-origin: right center; }
      @media screen and (max-width: 1120px) {
        .square-theme #side-bar #header-icons .single-header-icon#menu-button {
          -webkit-transform: scale(0.7);
              -ms-transform: scale(0.7);
                  transform: scale(0.7); } }
      @media screen and (max-width: 667px) {
        .square-theme #side-bar #header-icons .single-header-icon#menu-button {
          top: -webkit-calc((-70px + 49px)/2);
          top: calc((-70px + 49px)/2); } }
      .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons {
        -webkit-transform: translateZ(-35px);
                transform: translateZ(-35px);
        -webkit-transform-origin: right center;
            -ms-transform-origin: right center;
                transform-origin: right center;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d; }
        @media screen and (max-width: 768px) {
          .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons {
            -webkit-transform-origin: top right;
                -ms-transform-origin: top right;
                    transform-origin: top right;
            top: 0 !important; } }
        .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger {
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 100%; }
          .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
                    align-items: flex-end;
            background-color: white;
            padding: 1em;
            position: absolute;
            -webkit-transform-origin: center;
                -ms-transform-origin: center;
                    transform-origin: center; }
            @media screen and (max-width: 768px) {
              .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side {
                -webkit-transform-origin: top;
                    -ms-transform-origin: top;
                        transform-origin: top; } }
            .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side .line {
              width: 1px;
              height: 100%;
              margin: 0 0.175em;
              background: white;
              -webkit-transition: all ease-out 0.2s;
              transition: all ease-out 0.2s; }
            .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.front {
              background-color: #f89822;
              -webkit-transform: rotateY(0deg) translateZ(35px);
                      transform: rotateY(0deg) translateZ(35px); }
              .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.front .line:nth-child(2) {
                height: 70%; }
            .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.right {
              -webkit-transform: rotateY(90deg) translateZ(35px);
                      transform: rotateY(90deg) translateZ(35px); }
              .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.right .line {
                margin: 0;
                height: 100%;
                width: 3px; }
                .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.right .line:nth-child(1) {
                  -webkit-transform: rotateZ(135deg) scale(0.3);
                      -ms-transform: rotate(135deg) scale(0.3);
                          transform: rotateZ(135deg) scale(0.3); }
                .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.right .line:nth-child(2) {
                  -webkit-transform: rotateZ(-135deg) scale(0.3);
                      -ms-transform: rotate(-135deg) scale(0.3);
                          transform: rotateZ(-135deg) scale(0.3); }
  .square-theme #side-bar .social-container {
    padding: 10px;
    margin-top: auto;
    z-index: 11111;
    position: relative;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }
    @media screen and (max-width: 667px) {
      .square-theme #side-bar .social-container {
        opacity: 0; } }
    .square-theme #side-bar .social-container a {
      display: block;
      padding: 17px;
      font-size: 2.6em; }
      @media screen and (max-width: 1120px) {
        .square-theme #side-bar .social-container a {
          padding: 8px; } }
      .square-theme #side-bar .social-container a svg path {
        fill: rgba(149, 149, 149, 0.8); }

.square-theme .testimonials .background, .square-theme .testimonials .left-bar {
  display: none; }

.square-theme .testimonials .person-image-container {
  background: #f89822 !important;
  -webkit-clip-path: none !important;
          clip-path: none !important; }
  .square-theme .testimonials .person-image-container .person-image {
    min-height: 100%;
    min-width: 100%; }

.square-theme .go-down-container {
  bottom: 0; }
  .square-theme .go-down-container .text {
    font-size: 0.7em !important;
    text-transform: uppercase; }
  .square-theme .go-down-container .line-container {
    background: #f89822;
    width: 3em;
    height: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    margin-top: 1em;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }
    .square-theme .go-down-container .line-container:hover {
      background: #53596E; }
    .square-theme .go-down-container .line-container .line {
      background: none;
      padding: 1em 0.5em;
      height: auto;
      margin: 0;
      color: white;
      width: auto;
      display: inline-block;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transform: rotateZ(90deg) !important;
          -ms-transform: rotate(90deg) !important;
              transform: rotateZ(90deg) !important; }

.square-theme .regular-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  margin-top: 3vh; }
  .square-theme .regular-link.white .text {
    color: white; }
  .square-theme .regular-link:hover .text {
    color: #f89822; }
  .square-theme .regular-link:hover .arrow {
    background: #53596E !important;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px); }
  .square-theme .regular-link .text {
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 1em;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    color: #202326; }

.square-theme .top-title {
  display: inline-block;
  text-align: center; }
  .square-theme .top-title a .text.link {
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    color: white !important; }
  .square-theme .top-title a:hover .back-button svg {
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%); }
    .square-theme .top-title a:hover .back-button svg path {
      fill: #f89822; }
  .square-theme .top-title a:hover .text.link {
    color: #f89822 !important; }

.square-theme a .arrow-title {
  background: #f89822;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1em !important;
  width: auto;
  padding: 0 1em;
  left: -15%;
  margin-top: 0;
  left: 0; }
  .square-theme a .arrow-title .icon {
    display: none !important; }
  .square-theme a .arrow-title span {
    margin: 0;
    font-size: 1.2em;
    z-index: 1;
    position: relative; }
  .square-theme a .arrow-title:after {
    content: none; }
  .square-theme a .arrow-title:before {
    content: "";
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #53596E;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-backface-visibility: hidden; }
  .square-theme a .arrow-title:hover:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.square-theme .grid-box-single:hover {
  z-index: 10; }

.square-theme .grid-box .grid-box-container-wrapper .grid-box-container:hover .arrow {
  background: #53596E !important; }

.square-theme .grid-box .grid-box-container-wrapper .grid-box-container:hover .grid-box-wrapper .grid-box-inner .grid-box-image .dimmer {
  opacity: 0; }

.square-theme .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  padding: 1em;
  bottom: 0 !important;
  top: initial !important;
  text-transform: uppercase; }

.square-theme .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-wrapper-background {
  background: none; }

.square-theme .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-inner {
  bottom: 0; }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-inner .grid-box-image .dimmer {
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    background: -webkit-radial-gradient(center, circle, transparent, rgba(0, 0, 0, 0.6) 100%);
    background: radial-gradient(circle at center, transparent, rgba(0, 0, 0, 0.6) 100%); }

.square-theme .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title {
  opacity: 1; }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .text {
    color: white;
    padding-right: 1.4em; }

.square-theme .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  top: initial;
  bottom: 0;
  opacity: 1; }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title:before {
    content: none; }

.square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side {
  position: absolute;
  background: #f89822;
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  height: 200px;
  z-index: 1;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.not-ready {
    height: 10px; }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.back {
    -webkit-transform: translateZ(-200px);
            transform: translateZ(-200px);
    height: -webkit-calc(100%);
    height: calc(100%);
    width: -webkit-calc(100%);
    width: calc(100%); }
    .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.back.not-ready {
      -webkit-transform: translateZ(-10px);
              transform: translateZ(-10px); }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.left, .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.right {
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
    width: 200px; }
    .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.left.not-ready, .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.right.not-ready {
      width: 10px; }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.left {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    left: 1px; }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.top {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    top: 1px; }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.right {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    right: 1px; }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.bottom {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    bottom: 1px; }

.square-theme .grid-items .grid-box-single {
  padding: 0 1%; }

.square-theme .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
  margin-right: 0.5em;
  width: 34%; }
  @media screen and (max-width: 768px) {
    .square-theme .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
      width: 50%; } }
  @media screen and (max-width: 567px) {
    .square-theme .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
      width: 90%; } }

.square-theme .page-view.home .main-section .go-down-container {
  color: white !important; }

.square-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: white !important;
  left: 10%;
  max-width: 45em; }
  @media screen and (max-width: 1120px) {
    .square-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
      width: 55%; } }
  @media screen and (max-width: 768px) {
    .square-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
      width: 80% !important; }
      .square-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .con {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 70%;
            -ms-flex: 1 1 70%;
                flex: 1 1 70%; } }
  @media screen and (max-width: 567px) {
    .square-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .main-title .text {
      font-size: 1.7em; } }
  .square-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .line-container {
    position: absolute;
    top: 5px;
    width: 30em;
    left: -31em; }
    .square-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .line-container .line {
      height: 1px;
      background: white; }

.square-theme .page-view.home .main-section .slideshow.swiper-container .pagination-container {
  border: none;
  top: 70%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  right: initial;
  bottom: 38%;
  left: 10%; }
  @media screen and (max-width: 567px) {
    .square-theme .page-view.home .main-section .slideshow.swiper-container .pagination-container {
      bottom: 30%; } }
  .square-theme .page-view.home .main-section .slideshow.swiper-container .pagination-container .pagination-wrapper {
    display: none; }

.square-theme .page-view.home .sub-section {
  padding: 0 !important;
  height: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .square-theme .page-view.home .sub-section .sub-section-text .title .text {
    color: #696969; }
  .square-theme .page-view.home .sub-section .sub-section-text .excerpt .text {
    color: #202326; }
  .square-theme .page-view.home .sub-section.team, .square-theme .page-view.home .sub-section.approach {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .square-theme .page-view.home .sub-section.team .wrapper, .square-theme .page-view.home .sub-section.approach .wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      padding: 10% 0; }
      @media screen and (max-width: 567px) {
        .square-theme .page-view.home .sub-section.team .wrapper, .square-theme .page-view.home .sub-section.approach .wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .square-theme .page-view.home .sub-section.team .wrapper .right-container, .square-theme .page-view.home .sub-section.approach .wrapper .right-container {
        padding: 0 !important;
        display: block;
        top: initial !important;
        height: auto !important; }
    .square-theme .page-view.home .sub-section.team .go-down-container .text, .square-theme .page-view.home .sub-section.approach .go-down-container .text {
      color: #202326; }
    .square-theme .page-view.home .sub-section.team .container, .square-theme .page-view.home .sub-section.approach .container {
      width: 100%; }
      .square-theme .page-view.home .sub-section.team .container .background, .square-theme .page-view.home .sub-section.approach .container .background {
        background: #f89822; }
        @media screen and (max-width: 1120px) {
          .square-theme .page-view.home .sub-section.team .container .background .image, .square-theme .page-view.home .sub-section.approach .container .background .image {
            background-position: 30%; } }
        @media screen and (max-width: 567px) {
          .square-theme .page-view.home .sub-section.team .container .background .image, .square-theme .page-view.home .sub-section.approach .container .background .image {
            background-position: left; } }
    .square-theme .page-view.home .sub-section.team .gradient, .square-theme .page-view.home .sub-section.approach .gradient {
      background: -webkit-gradient(linear, left top, right top, color-stop(10%, transparent), color-stop(60%, white)) !important;
      background: -webkit-linear-gradient(left, transparent 10%, white 60%) !important;
      background: linear-gradient(left, transparent 10%, white 60%) !important; }
      @media screen and (max-width: 567px) {
        .square-theme .page-view.home .sub-section.team .gradient, .square-theme .page-view.home .sub-section.approach .gradient {
          background: rgba(255, 255, 255, 0.9) !important; } }
  .square-theme .page-view.home .sub-section.projects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .square-theme .page-view.home .sub-section.projects .sub-section-text .title {
      text-transform: uppercase;
      margin-left: 10%;
      margin-bottom: 2em; }
    .square-theme .page-view.home .sub-section.projects .go-down-container .text {
      color: #202326; }
    .square-theme .page-view.home .sub-section.projects .background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .square-theme .page-view.home .sub-section.projects .background:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(255, 255, 255, 0.75); }
      .square-theme .page-view.home .sub-section.projects .background .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
    .square-theme .page-view.home .sub-section.projects .container .wrapper {
      margin-left: 70px;
      margin-right: 70px;
      width: -webkit-calc(100% - 140px);
      width: calc(100% - 140px);
      overflow: hidden;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 1120px) {
        .square-theme .page-view.home .sub-section.projects .container .wrapper {
          margin-left: 49px;
          margin-right: 49px;
          width: -webkit-calc(100% - 49px*2);
          width: calc(100% - 49px*2); } }
      @media screen and (max-width: 667px) {
        .square-theme .page-view.home .sub-section.projects .container .wrapper {
          overflow: initial;
          margin-left: 5%;
          width: -webkit-calc(90%);
          width: calc(90%); } }
      .square-theme .page-view.home .sub-section.projects .container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
        width: -webkit-calc(100%/3 - 0.5em);
        width: calc(100%/3 - 0.5em); }
        @media screen and (max-width: 768px) {
          .square-theme .page-view.home .sub-section.projects .container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
            width: -webkit-calc(100%/2 - 0.5em);
            width: calc(100%/2 - 0.5em); } }
        @media screen and (max-width: 567px) {
          .square-theme .page-view.home .sub-section.projects .container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
            width: -webkit-calc(100% - 0.5em);
            width: calc(100% - 0.5em); } }
        .square-theme .page-view.home .sub-section.projects .container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide .grid-box .dummy {
          padding-top: 60%; }
        .square-theme .page-view.home .sub-section.projects .container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide .grid-box .grid-box-container-wrapper .grid-box-inner .grid-box-image .dimmer {
          background: -webkit-radial-gradient(center, circle, transparent, rgba(0, 0, 0, 0.6) 100%);
          background: radial-gradient(circle at center, transparent, rgba(0, 0, 0, 0.6) 100%); }
        .square-theme .page-view.home .sub-section.projects .container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title {
          opacity: 1; }
          .square-theme .page-view.home .sub-section.projects .container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .text {
            color: white;
            font-size: 1.5em; }
            @media screen and (max-width: 1120px) {
              .square-theme .page-view.home .sub-section.projects .container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .text {
                font-size: 1.2em; } }

.square-theme .page-view.servicedetail .projects {
  background: white;
  padding: 0; }
  .square-theme .page-view.servicedetail .projects .go-down-container {
    top: -100%;
    position: relative;
    display: inline-block; }
  .square-theme .page-view.servicedetail .projects .carousel-container {
    padding: 5% 0;
    background: #202326; }

.square-theme .page-view.servicedetail .next-service .title-container .arrow {
  margin-top: 3em !important;
  left: 44%; }

.square-theme .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .title {
  margin-top: 0; }

.square-theme .careers .bottom-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media screen and (max-width: 768px) {
    .square-theme .careers .bottom-links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: auto; } }
  .square-theme .careers .bottom-links .bottom-link {
    width: 50%;
    position: relative;
    height: 25em; }
    @media screen and (max-width: 768px) {
      .square-theme .careers .bottom-links .bottom-link {
        height: 15em; } }
    .square-theme .careers .bottom-links .bottom-link .bg {
      z-index: 1;
      height: inherit; }
      @media screen and (max-width: 768px) {
        .square-theme .careers .bottom-links .bottom-link .bg {
          position: absolute; } }
      .square-theme .careers .bottom-links .bottom-link .bg .image {
        width: 100%;
        height: inherit;
        object-fit: cover; }
        .square-theme .careers .bottom-links .bottom-link .bg .image img {
          object-position: center;
          object-fit: none; }
    .square-theme .careers .bottom-links .bottom-link .title-container {
      z-index: 2;
      position: absolute;
      height: auto;
      width: 100%;
      top: 45%;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .square-theme .careers .bottom-links .bottom-link .title-container {
          position: relative;
          height: auto;
          width: 100%;
          margin-top: -30%;
          text-align: center; } }
      .square-theme .careers .bottom-links .bottom-link .title-container .title {
        font-size: x-large;
        font-weight: 500;
        letter-spacing: .5px;
        color: white; }
      .square-theme .careers .bottom-links .bottom-link .title-container .arrow {
        left: 47%;
        top: 1em; }
        @media screen and (min-width: 768px) {
          .square-theme .careers .bottom-links .bottom-link .title-container .arrow {
            left: 40%;
            top: 7em;
            position: absolute; } }
  .square-theme .careers .bottom-links .link {
    margin-top: 3em; }

.square-theme .careers .sub-section {
  background: #212121;
  height: auto;
  padding: 5em;
  position: relative; }
  .square-theme .careers .sub-section .title {
    font-size: 3em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px; }
  .square-theme .careers .sub-section .excerpt-container {
    font-size: 1em; }
    @media screen and (max-width: 768px) {
      .square-theme .careers .sub-section .excerpt-container {
        font-size: 1em;
        margin: -2em;
        line-height: 1.5; } }
  .square-theme .careers .sub-section .bottom-links .regular-link:hover .text {
    color: white; }
  .square-theme .careers .sub-section .bottom-links .regular-link .text {
    margin-right: 0;
    color: #212121;
    letter-spacing: .5px;
    font-weight: 700;
    text-transform: capitalize; }

.square-theme .careers .custom-background:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 12, 23, 0.35);
  z-index: 1;
  content: ""; }

.square-theme .careers .content-container {
  width: 100%; }
  .square-theme .careers .content-container .left-content {
    width: 50% !important;
    margin-right: 9% !important;
    margin-left: 5.6% !important;
    min-width: auto !important;
    max-width: none !important; }
    @media screen and (max-width: 768px) {
      .square-theme .careers .content-container .left-content {
        width: 85% !important; } }
    .square-theme .careers .content-container .left-content .excerpt-container {
      margin-top: 1.73em; }
    .square-theme .careers .content-container .left-content .bottom-links {
      display: none; }
  .square-theme .careers .content-container .banner-wrapper {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0; }
    .square-theme .careers .content-container .banner-wrapper .go-down-container {
      width: auto; }
      .square-theme .careers .content-container .banner-wrapper .go-down-container .title {
        font-size: 2em; }
        .square-theme .careers .content-container .banner-wrapper .go-down-container .title .text {
          font-weight: 600;
          letter-spacing: 0.05em; }

.square-theme .careers .process-form-wrapper .hiring-process-container {
  z-index: 100 !important; }
  @media screen and (min-width: 768px) {
    .square-theme .careers .process-form-wrapper .hiring-process-container {
      width: 80% !important; } }
  .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    @media screen and (max-width: 768px) {
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid {
        display: block !important; } }
    @media screen and (min-width: 768px) {
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item {
        height: 24em;
        display: -ms-grid;
        display: grid;
        width: 26% !important;
        margin: 0 3.5% !important; } }
    @media screen and (max-width: 768px) {
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item {
        width: 100% !important; } }
    .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .arrowdown {
      z-index: 0; }
      @media screen and (min-width: 768px) {
        .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .arrowdown {
          position: fixed;
          height: 90%;
          background: white;
          top: 0;
          left: 0;
          margin-left: -1em; } }
      @media screen and (max-width: 768px) {
        .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .arrowdown {
          display: none; } }
      @media screen and (min-width: 768px) {
        .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .arrowdown .arrow-num {
          position: fixed;
          height: 100%;
          width: 1px;
          background: white;
          top: 0;
          left: 0;
          margin-left: -1em;
          z-index: 1;
          opacity: .6; } }
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .arrowdown .i {
        bottom: -7px;
        height: initial;
        position: fixed;
        z-index: 1;
        left: -24px;
        opacity: .6; }
        @media screen and (max-width: 768px) {
          .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .arrowdown .i {
            display: none; } }
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .arrowdown .num-bg-container {
        height: auto;
        position: fixed;
        width: 10em;
        bottom: -5em;
        left: -3.8em; }
        .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .arrowdown .num-bg-container .num-bg {
          height: 8em;
          width: 8em;
          position: relative;
          background: black;
          z-index: 0;
          opacity: .6; }
        .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .arrowdown .num-bg-container .number {
          font-size: xx-large;
          font-weight: bold;
          position: absolute;
          bottom: 0;
          width: auto;
          padding: 0 0 20px 20px; }
    @media screen and (min-width: 768px) {
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .dummy {
        padding-top: 0 !important;
        height: 100%;
        width: auto;
        position: relative;
        background: #f89822; } }
    @media screen and (max-width: 768px) {
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .dummy {
        padding-top: 0 !important; } }
    .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .dummy .dimmer {
      height: inherit;
      width: inherit;
      display: block;
      background: -webkit-gradient(linear, left top, left bottom, from(#212121), to(transparent));
      background: -webkit-linear-gradient(#212121, transparent);
      background: linear-gradient(#212121, transparent);
      position: relative;
      z-index: 2;
      opacity: .5; }
    .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .dummy .image {
      position: relative;
      object-fit: cover;
      object-position: bottom;
      height: inherit;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      z-index: 1;
      bottom: 100%; }
    .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process {
      z-index: 3 !important; }
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .number {
        display: none; }
      @media screen and (min-width: 768px) {
        .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .title {
          margin-top: 1.5em;
          font-weight: 600;
          font-size: xx-large;
          text-transform: capitalize;
          font-family: inherit;
          letter-spacing: 1.3px;
          text-align: center; } }
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .title .text {
        font-size: 1em; }
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .expand-icon {
        opacity: 1 !important; }
  .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-overlay {
    display: float; }
    @media screen and (min-width: 768px) {
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-overlay {
        top: -23em !important;
        width: 50em !important; } }
    .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-title .text {
      text-transform: capitalize; }
    @media screen and (min-width: 768px) {
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .close {
        top: 1em !important; } }

.square-theme .careers h1 {
  font-size: 3em; }

.square-theme .contact .form-fillable-fields {
  display: inline-block; }
  .square-theme .contact .form-fillable-fields .submit-wrap {
    margin-top: 3em;
    border: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: right; }
    .square-theme .contact .form-fillable-fields .submit-wrap:before {
      content: none !important; }
    .square-theme .contact .form-fillable-fields .submit-wrap:after {
      color: white !important;
      position: absolute;
      right: 1em; }
    .square-theme .contact .form-fillable-fields .submit-wrap input[type="submit"] {
      padding: 1em !important;
      padding-right: 3em !important;
      background: #f89822;
      -webkit-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s; }
      .square-theme .contact .form-fillable-fields .submit-wrap input[type="submit"]:hover {
        background: #53596E; }

.square-theme .page-view.projectdetail .top-title-container .title-container {
  padding-bottom: 0;
  padding-top: 45vh; }
  .square-theme .page-view.projectdetail .top-title-container .title-container .title-wrapper .title-text .text {
    line-height: 0.7; }
    @media screen and (max-width: 768px) {
      .square-theme .page-view.projectdetail .top-title-container .title-container .title-wrapper .title-text .text {
        font-size: 2.5em; } }
    @media screen and (max-width: 567px) {
      .square-theme .page-view.projectdetail .top-title-container .title-container .title-wrapper .title-text .text {
        font-size: 1.9em; } }

.square-theme .page-view.projectdetail .body-container .body-wrapper .main-content .content-body {
  width: 100%; }

.square-theme .slideshow-module .slideshow-module-secondary {
  background: none;
  border: none;
  padding: 3em;
  text-align: center;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .square-theme .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements {
    display: none; }
  .square-theme .slideshow-module .slideshow-module-secondary .swiper-container {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .square-theme .slideshow-module .slideshow-module-secondary .pagination-container {
    position: relative;
    display: inline-block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border: none;
    left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    top: 0;
    margin-bottom: 1em; }
    .square-theme .slideshow-module .slideshow-module-secondary .pagination-container .pagination-wrapper {
      margin-left: 2em; }
      .square-theme .slideshow-module .slideshow-module-secondary .pagination-container .pagination-wrapper .pagination .pagination-bullet:after {
        -webkit-border-radius: 0;
                border-radius: 0;
        -webkit-transition: all ease-out 0.2s;
        transition: all ease-out 0.2s; }
      .square-theme .slideshow-module .slideshow-module-secondary .pagination-container .pagination-wrapper .pagination .pagination-bullet:before {
        display: none; }
      .square-theme .slideshow-module .slideshow-module-secondary .pagination-container .pagination-wrapper .pagination .pagination-bullet.swiper-pagination-bullet-active:after {
        width: 10px;
        height: 10px;
        top: auto;
        bottom: 0;
        background: #f89822;
        margin-left: -5px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }

.square-theme:not(.ryteh) #header-bar {
  height: 0; }
  .square-theme:not(.ryteh) #header-bar.scroll .background-bar {
    display: none; }
    @media screen and (max-width: 567px) {
      .square-theme:not(.ryteh) #header-bar.scroll .background-bar {
        display: block; } }
  @media screen and (max-width: 667px) {
    .square-theme:not(.ryteh) #header-bar {
      height: 70px;
      -webkit-transform: scaleY(0.7);
          -ms-transform: scaleY(0.7);
              transform: scaleY(0.7);
      -webkit-transform-origin: top;
          -ms-transform-origin: top;
              transform-origin: top; } }

.square-theme:not(.ryteh) #logo {
  padding-top: 0 !important;
  top: 0 !important;
  margin-top: 0 !important;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
  width: 15em !important;
  padding: 0 !important;
  height: 5em !important;
  left: 0 !important; }
  .square-theme:not(.ryteh) #logo.scroll {
    height: 3em !important; }
  @media screen and (max-width: 567px) {
    .square-theme:not(.ryteh) #logo {
      width: 7em !important; }
      .square-theme:not(.ryteh) #logo.scroll {
        width: 80px !important; } }
  @media screen and (max-width: 567px) {
    .square-theme:not(.ryteh) #logo {
      top: 0 !important; }
      .square-theme:not(.ryteh) #logo.scroll {
        margin-top: -.65em; } }
  .square-theme:not(.ryteh) #logo svg {
    width: auto; }

.lg-outer, .in {
  z-index: 1111; }

.claxton-theme .testimonials {
  text-align: center; }
  .claxton-theme .testimonials .wrapper {
    max-width: 75em;
    width: 100% !important;
    padding: 0 3em; }
  .claxton-theme .testimonials .excerpt-container, .claxton-theme .testimonials .titles-container {
    text-align: left !important; }
  .claxton-theme .testimonials .swiper-wrapper {
    text-align: left !important; }
  .claxton-theme .testimonials .pagination-container {
    display: inline-block;
    margin: 0 auto; }
    .claxton-theme .testimonials .pagination-container .pagination-wrapper .pagination .pagination-bullet {
      padding: 0 0.7em; }
  .claxton-theme .testimonials .readMore {
    margin-top: 0.5em;
    font-size: 1.2em;
    display: inline-block;
    font-weight: 400;
    cursor: pointer; }

.claxton-theme .fullTestimonial-con {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 200;
  opacity: 0;
  background: rgba(0, 0, 0, 0.65);
  visibility: hidden;
  top: 0; }

.claxton-theme .fullTestimonial {
  background: black;
  padding: 3em;
  font-size: 0.75em;
  max-width: 60em;
  width: 100%;
  display: block;
  line-height: 1.75;
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-height: 80vh;
  overflow: auto;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); }
  .claxton-theme .fullTestimonial .titles-container, .claxton-theme .fullTestimonial .stars-container {
    font-size: 1.3em;
    width: 100%;
    padding-bottom: 2em; }
    .claxton-theme .fullTestimonial .titles-container .sub-title, .claxton-theme .fullTestimonial .stars-container .sub-title {
      margin: 0; }
  .claxton-theme .fullTestimonial .close {
    position: absolute;
    right: 2em;
    top: 2em;
    font-size: 1.5em;
    line-height: 1;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    cursor: pointer; }
    .claxton-theme .fullTestimonial .close:hover {
      background: #53596E; }
      .claxton-theme .fullTestimonial .close:hover svg {
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important; }
    .claxton-theme .fullTestimonial .close.left-arrow svg {
      -webkit-transform: rotateY(180deg) !important;
              transform: rotateY(180deg) !important; }
    .claxton-theme .fullTestimonial .close.swiper-button-disabled {
      background: #202326;
      opacity: 1; }

.build-theme {
  color: #f5e28f; }

.horizontal-theme {
  font-family: "Lato"; }
  .horizontal-theme .side-bar {
    z-index: 999; }
  .horizontal-theme .top-title {
    display: none !important; }
  .horizontal-theme #logo {
    max-width: 12vw;
    z-index: 100000; }
    .horizontal-theme #logo svg:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s;
      -webkit-border-radius: .5rem;
              border-radius: .5rem;
      fill: #ffc107 !important; }
    @media screen and (max-width: 768px) {
      .horizontal-theme #logo {
        max-width: 25vw;
        top: 10px;
        right: -7px; } }
  @media screen and (max-width: 1120px) {
    .horizontal-theme #header-icons .header-menu {
      bottom: 0 !important; } }
  @media screen and (max-width: 768px) {
    .horizontal-theme #header-icons .header-menu {
      right: 0; } }
  @media screen and (max-width: 768px) {
    .horizontal-theme #header-icons .header-menu .header-menu-items .header-menu-item {
      display: none !important; } }
  .horizontal-theme #header-icons .header-menu .header-menu-items .header-menu-item:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-border-radius: .5rem;
            border-radius: .5rem; }
  @media screen and (max-width: 768px) {
    .horizontal-theme #header-icons .header-menu .header-menu-items .cta-contact {
      background: none !important; } }
  @media screen and (max-width: 768px) {
    .horizontal-theme #header-icons .header-menu .header-menu-items .cta-contact .regular-link.horizontal {
      display: none; } }
  .horizontal-theme #header-icons .header-menu .header-menu-items .cta-contact .cta-contact-icon {
    background: none !important; }
  @media screen and (min-width: 751px) {
    .horizontal-theme #menu-button .menu-button-icons {
      display: none !important; } }
  .horizontal-theme #menu-button .hamburger {
    background: none !important; }
  .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container {
    left: 0 !important;
    width: 100% !important;
    text-align: center !important; }
    @media screen and (min-width: 768px) {
      .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container {
        top: 55% !important; } }
    @media screen and (max-width: 768px) {
      .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .main-title {
        font-size: .6em; } }
    @media screen and (max-width: 768px) {
      .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .excerpt {
        font-size: 5em;
        margin-top: .2em !important; } }
    .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .excerpt .text {
      font-size: 6.6em !important;
      line-height: 1 !important;
      color: #white;
      text-transform: uppercase;
      top: -20px;
      font-weight: 700 !important; }
      @media screen and (max-width: 768px) {
        .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .excerpt .text {
          font-size: 4.5em !important; } }
    .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .arrow-title {
      letter-spacing: 1.5px;
      margin-top: -1.5em !important; }
      @media screen and (min-width: 768px) {
        .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .arrow-title {
          -webkit-transform: none !important;
              -ms-transform: none !important;
                  transform: none !important;
          font-size: 1.2em; } }
      @media screen and (max-width: 768px) {
        .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .arrow-title {
          font-size: 1.3em;
          margin-top: 0 !important; } }
      .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .arrow-title .text {
        letter-spacing: 1px; }
        @media screen and (min-width: 768px) {
          .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .arrow-title .text {
            opacity: .6; } }
        .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .arrow-title .text:hover {
          opacity: 1;
          -webkit-transform: transitionEaseOut(opacity);
              -ms-transform: transitionEaseOut(opacity);
                  transform: transitionEaseOut(opacity);
          -webkit-transition-duration: .2s;
                  transition-duration: .2s; }
    .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container span.icon svg path {
      fill: #ffc107 !important; }
  .horizontal-theme .page-view.home .split-section-container .split-sub-wrapper .text-container .regular-link.split .text {
    color: white;
    padding: .5em 1em;
    background: #ffc107;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    max-width: 8em;
    text-align: center; }
  .horizontal-theme .page-view.home .pagination-container {
    display: none; }
  .horizontal-theme .page-view.home .split-section-container .split-sub-wrapper .text-container .excerpt-container .text {
    font-size: 1em; }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.careers .content-container {
      display: block;
      padding-top: 18em; } }
  .horizontal-theme .page-view.careers .content-container .title-container.banner {
    width: 100%; }
    .horizontal-theme .page-view.careers .content-container .title-container.banner .title-wrapper .text {
      text-align: center; }
      .horizontal-theme .page-view.careers .content-container .title-container.banner .title-wrapper .text p {
        color: white;
        font-size: 3em;
        font-weight: 700; }
        @media screen and (max-width: 768px) {
          .horizontal-theme .page-view.careers .content-container .title-container.banner .title-wrapper .text p {
            font-size: 2.5em;
            padding: 0 5%; } }
      .horizontal-theme .page-view.careers .content-container .title-container.banner .title-wrapper .text h5 {
        margin-top: 2em;
        font-size: 1.3em;
        font-weight: 100;
        line-height: 1.2; }
        @media screen and (min-width: 768px) {
          .horizontal-theme .page-view.careers .content-container .title-container.banner .title-wrapper .text h5 {
            padding: 0 22%; } }
        @media screen and (max-width: 768px) {
          .horizontal-theme .page-view.careers .content-container .title-container.banner .title-wrapper .text h5 {
            padding: 0 10%;
            font-size: 1.3em; } }
  .horizontal-theme .page-view.careers .banner-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%; }
  .horizontal-theme .page-view.careers .go-down-container {
    min-width: 9em; }
    @media screen and (min-width: 768px) {
      .horizontal-theme .page-view.careers .go-down-container {
        bottom: 0;
        position: absolute;
        left: 50%; } }
    .horizontal-theme .page-view.careers .go-down-container:hover .title.text {
      background: -webkit-gradient(linear, left top, right top, from(#ff8a00), color-stop(#ffc107), to(#da1b60));
      background: -webkit-linear-gradient(left, #ff8a00, #ffc107, #da1b60);
      background: linear-gradient(to right, #ff8a00, #ffc107, #da1b60); }
    .horizontal-theme .page-view.careers .go-down-container .title .text {
      font-weight: 300;
      font-size: 1em;
      letter-spacing: 0.05em;
      padding: .5em .0em;
      background: #ffc107;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      -webkit-transition: transitionEaseOut(background);
      transition: transitionEaseOut(background); }
      .horizontal-theme .page-view.careers .go-down-container .title .text:hover {
        background: -webkit-gradient(linear, left top, right top, from(#ff8a00), color-stop(#ffc107), to(#da1b60));
        background: -webkit-linear-gradient(left, #ff8a00, #ffc107, #da1b60);
        background: linear-gradient(to right, #ff8a00, #ffc107, #da1b60);
        -webkit-transition: transitionEaseOut(background);
        transition: transitionEaseOut(background); }
    .horizontal-theme .page-view.careers .go-down-container .line-container {
      margin-top: 1em; }
  .horizontal-theme .page-view.careers .single-hiring-process {
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .horizontal-theme .page-view.careers .single-hiring-process {
        font-weight: 700;
        letter-spacing: 2px; } }
    @media screen and (min-width: 768px) {
      .horizontal-theme .page-view.careers .single-hiring-process .content .title {
        margin-top: 6.4em !important; } }
    @media screen and (min-width: 768px) {
      .horizontal-theme .page-view.careers .single-hiring-process .content .title .text {
        font-size: 1.3em !important;
        text-align: center;
        letter-spacing: .6px;
        line-height: 1.2;
        font-weight: 500; } }
  .horizontal-theme .page-view.careers .hiring-process-container {
    z-index: 10 !important; }
    @media screen and (min-width: 768px) {
      .horizontal-theme .page-view.careers .hiring-process-container {
        width: 76.6em !important;
        padding-top: 0 !important; } }
    .horizontal-theme .page-view.careers .hiring-process-container .hiring-process-overlay {
      cursor: -webkit-grab;
      cursor: grab; }
      @media screen and (min-width: 768px) {
        .horizontal-theme .page-view.careers .hiring-process-container .hiring-process-overlay {
          width: 100% !important; } }
      @media screen and (min-width: 768px) {
        .horizontal-theme .page-view.careers .hiring-process-container .hiring-process-overlay .swiper-wrapper {
          overflow-x: hidden !important;
          background: rgba(6, 5, 5, 0.58); } }
      .horizontal-theme .page-view.careers .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .text p {
        color: white; }
      .horizontal-theme .page-view.careers .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-desc {
        margin-bottom: 0 !important; }
        .horizontal-theme .page-view.careers .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-desc .text {
          font-size: 2em !important;
          font-weight: 500;
          color: white; }
      .horizontal-theme .page-view.careers .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-tip .tip-desc {
        margin-top: 2em !important; }
      @media screen and (min-width: 768px) {
        .horizontal-theme .page-view.careers .hiring-process-container .hiring-process-overlay .close {
          height: 1.5em;
          top: 1em !important;
          right: 1.2% !important; } }
      @media screen and (min-width: 768px) {
        .horizontal-theme .page-view.careers .hiring-process-container .hiring-process-overlay .arrow {
          width: 2.5% !important;
          opacity: .8; } }
  .horizontal-theme .page-view.careers .dummy {
    padding-top: 0 !important; }
    @media screen and (min-width: 768px) {
      .horizontal-theme .page-view.careers .dummy {
        z-index: 0;
        height: 14em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: black; } }
    @media screen and (max-width: 768px) {
      .horizontal-theme .page-view.careers .dummy {
        height: 10em; } }
    @media screen and (min-width: 768px) {
      .horizontal-theme .page-view.careers .dummy .image {
        height: 14em;
        z-index: 1;
        opacity: .6;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        object-fit: cover; } }
    @media screen and (max-width: 768px) {
      .horizontal-theme .page-view.careers .dummy .image {
        height: 10em;
        object-fit: cover;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        opacity: .7; } }
  @media screen and (max-width: 768px) {
    .horizontal-theme .page-view.careers .custom-background .custom-background-image {
      background-position: 80.5% 100%; } }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.careers .custom-background .dimmer {
      background: -webkit-gradient(linear, left bottom, left top, from(#212121), color-stop(#212121), color-stop(rgba(49, 49, 49, 0.521569)), to(rgba(0, 0, 0, 0.788235))) !important;
      background: -webkit-linear-gradient(bottom, #212121, #212121, rgba(49, 49, 49, 0.521569), rgba(0, 0, 0, 0.788235)) !important;
      background: linear-gradient(to top, #212121, #212121, rgba(49, 49, 49, 0.521569), rgba(0, 0, 0, 0.788235)) !important; } }
  .horizontal-theme .page-view.careers .background-grid {
    -webkit-filter: hue-rotate(150deg);
            filter: hue-rotate(150deg); }
  @media screen and (max-width: 768px) {
    .horizontal-theme .page-view.careers .content-container {
      height: -webkit-fill-available; } }
  .horizontal-theme .page-view.careers .content-container .left-content {
    width: 100% !important;
    min-width: auto !important;
    max-height: 100%;
    max-width: none !important;
    margin-right: 0 !important;
    position: absolute; }
    .horizontal-theme .page-view.careers .content-container .left-content .excerpt-container {
      margin-top: 0; }
    .horizontal-theme .page-view.careers .content-container .left-content .title-container {
      padding: 0; }
      .horizontal-theme .page-view.careers .content-container .left-content .title-container .title-wrapper {
        font-size: small; }
        @media screen and (max-width: 768px) {
          .horizontal-theme .page-view.careers .content-container .left-content .title-container .title-wrapper {
            font-size: xx-small;
            line-height: 1.1;
            margin-top: 2em; } }
        .horizontal-theme .page-view.careers .content-container .left-content .title-container .title-wrapper .title-text h2 {
          font-size: x-large;
          line-height: 1.4; }
          @media screen and (max-width: 768px) {
            .horizontal-theme .page-view.careers .content-container .left-content .title-container .title-wrapper .title-text h2 {
              margin-top: 2em; } }
  .horizontal-theme .page-view.careers .countdown-container {
    height: auto;
    width: 100%;
    background: #B6B9DA;
    text-align: center;
    padding: 5%;
    background-size: cover;
    background-position: 85% 70%;
    -webkit-transition: background-position 1s ease-in-out;
    transition: background-position 1s ease-in-out; }
    @media screen and (max-width: 768px) {
      .horizontal-theme .page-view.careers .countdown-container {
        height: 15em;
        padding: 20%; } }
    @media screen and (min-width: 768px) {
      .horizontal-theme .page-view.careers .countdown-container:hover {
        background-position: center center;
        -webkit-transition: background-position .5s ease-in-out;
        transition: background-position .5s ease-in-out; } }
    .horizontal-theme .page-view.careers .countdown-container .title .text {
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .horizontal-theme .page-view.careers .countdown-container .title .text {
          font-size: 1.2em; } }
    .horizontal-theme .page-view.careers .countdown-container .regular-link {
      cursor: pointer; }
      .horizontal-theme .page-view.careers .countdown-container .regular-link .text {
        font-weight: 100 !important;
        color: white; }
  .horizontal-theme .page-view.careers .process-form-wrapper .background {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, #212121)) !important;
    background: -webkit-linear-gradient(transparent, #212121 65%) !important;
    background: linear-gradient(transparent, #212121 65%) !important; }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.careers .split-section-container {
      height: 48em; } }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .image-container {
      height: 48em; } }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container {
      background: #e4d6d5;
      padding-left: 0 !important;
      height: 48em; } }
  .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .title-container {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .title-container {
        margin-bottom: 4em; } }
    .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .title-container .text {
      font-weight: 700; }
  .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container .text {
    font-size: .65em !important;
    text-align: center; }
    .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container .text tbody {
      font-size: 1.4em; }
      .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container .text tbody tr {
        margin-top: 1em; }
        .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container .text tbody tr td {
          padding-bottom: 1em;
          padding-left: 1em;
          padding-right: 1em;
          width: auto !important;
          padding-top: 0 !important; }
          @media screen and (max-width: 768px) {
            .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container .text tbody tr td {
              padding-left: .5em;
              padding-right: .5em; } }
          .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container .text tbody tr td strong {
            font-weight: 700;
            font-size: 1.5em; }
            @media screen and (max-width: 768px) {
              .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container .text tbody tr td strong {
                line-height: 1; } }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.grid .grid-items {
      width: 40em !important;
      right: 4.2em !important;
      bottom: .5em !important;
      position: absolute !important; } }
  .horizontal-theme .page-view.grid .custom-background .custom-background-image {
    opacity: .8 !important; }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.grid .custom-background .dimmer {
      background: -webkit-gradient(linear, right top, left top, from(#212121), color-stop(#212121), color-stop(transparent), to(transparent)) !important;
      background: -webkit-linear-gradient(right, #212121, #212121, transparent, transparent) !important;
      background: linear-gradient(to left, #212121, #212121, transparent, transparent) !important; } }
  .horizontal-theme .page-view.grid .lifechart-slider {
    border-bottom: 2px solid #ffc107 !important; }
  .horizontal-theme .page-view.grid .swiper-scrollbar-drag {
    background: #ffc107 !important; }
  .horizontal-theme .page-view.grid .single-dot {
    background: #ffc107 !important; }
  .horizontal-theme .page-view.grid .connecting-line {
    background: #ffc107 !important; }
  .horizontal-theme .page-view.grid .dashed-line {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(255, 152, 0, 0.28)), color-stop(40%, rgba(255, 255, 255, 0))) !important;
    background-image: -webkit-linear-gradient(left, rgba(255, 152, 0, 0.28) 40%, rgba(255, 255, 255, 0) 40%) !important;
    background-image: linear-gradient(to right, rgba(255, 152, 0, 0.28) 40%, rgba(255, 255, 255, 0) 40%) !important; }
  .horizontal-theme .page-view.grid .swiper-wrapper .swiper-slide:nth-of-type(2n+1) {
    background: rgba(244, 67, 54, 0.24) !important; }
  .horizontal-theme .page-view.grid .flippy-link .text-wrapper {
    background: #ffc107 !important; }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.grid .page-excerpt-container {
      bottom: 8%;
      position: absolute;
      left: 5%; } }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.grid .page-excerpt-container .title .text {
      font-size: 2em !important; } }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.grid .page-excerpt-container .sub-title .text {
      font-size: 1em !important; } }
  .horizontal-theme .row.text-center.justify-content-center.mt-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
  .horizontal-theme .page-view.servicedetail .body-container {
    position: relative;
    width: 100%;
    height: 130em !important; }
    .horizontal-theme .page-view.servicedetail .body-container .body-wrapper {
      text-align: center;
      padding: 0; }
    .horizontal-theme .page-view.servicedetail .body-container .lead {
      background: #f5e28f;
      font-weight: 700;
      padding-top: 4em;
      padding-bottom: 4em;
      width: 170%;
      left: -18em;
      font-size: 1em !important; }
    .horizontal-theme .page-view.servicedetail .body-container .layout-1-title.layout-3-li-title.hire-header {
      margin-bottom: 5em;
      margin-top: 5em;
      font-size: 1em;
      font-weight: 700; }

.gei-theme body {
  font-family: adrianna, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .6px;
  -webkit-font-smoothing: antialiased !important; }

.gei-theme #footer {
  font-size: .9em; }

.gei-theme .page-view.home .top-title {
  text-transform: uppercase; }

@media screen and (min-width: 768px) {
  .gei-theme .page-view.home .main-section .slideshow-backgrounds .dimmer {
    background: -webkit-gradient(linear, left top, right top, from(#131313), color-stop(rgba(2, 12, 23, 0.35)), color-stop(rgba(2, 12, 23, 0.35)), to(transparent));
    background: -webkit-linear-gradient(left, #131313, rgba(2, 12, 23, 0.35), rgba(2, 12, 23, 0.35), transparent);
    background: linear-gradient(to right, #131313, rgba(2, 12, 23, 0.35), rgba(2, 12, 23, 0.35), transparent); } }

.gei-theme .page-view.home .main-section .slideshow.swiper-container {
  cursor: default !important; }
  .gei-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
    top: 55%; }
    @media screen and (min-width: 768px) {
      .gei-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
        width: 44%; } }
    .gei-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .excerpt .text {
      font-weight: 100;
      letter-spacing: .6px; }
      @media screen and (min-width: 768px) {
        .gei-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .excerpt .text {
          font-size: .9em; } }
    .gei-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .arrow-title span.text {
      font-size: 1em;
      font-weight: 100; }

.gei-theme .page-view.careers .custom-background {
  opacity: .7; }

.gei-theme .page-view.careers .content-container .left-content a {
  color: #f89822; }
  .gei-theme .page-view.careers .content-container .left-content a:hover {
    color: #202326; }

@media screen and (min-width: 768px) {
  .gei-theme .page-view.careers .content-container .left-content {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-right: 0; } }

.gei-theme .page-view.careers .content-container .left-content p:first-of-type {
  line-height: initial; }
  @media screen and (min-width: 768px) {
    .gei-theme .page-view.careers .content-container .left-content p:first-of-type {
      font-size: xx-large; } }
  @media screen and (max-width: 567px) {
    .gei-theme .page-view.careers .content-container .left-content p:first-of-type {
      font-size: x-large; } }

@media screen and (min-width: 768px) {
  .gei-theme .page-view.careers .content-container .left-content .excerpt-container .excerpt-wrapper {
    width: 70% !important;
    margin: 0 15% !important; } }

.gei-theme .page-view.careers .bottom-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 567px) {
    .gei-theme .page-view.careers .bottom-links {
      display: block; } }

.gei-theme .page-view.careers .bottom-link {
  display: block;
  color: white;
  width: 50%; }
  @media screen and (max-width: 567px) {
    .gei-theme .page-view.careers .bottom-link {
      width: 100%; } }
  .gei-theme .page-view.careers .bottom-link .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .gei-theme .page-view.careers .bottom-link .bg .image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .gei-theme .page-view.careers .bottom-link .bg .dimmer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0.5;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.15s;
              transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
              transition-timing-function: linear; }
  .gei-theme .page-view.careers .bottom-link .title-container {
    min-height: 0 !important;
    text-align: center;
    padding: 7.5em 0 9em; }
    .gei-theme .page-view.careers .bottom-link .title-container .type .text {
      font-size: 1.1em; }
    .gei-theme .page-view.careers .bottom-link .title-container .title {
      margin-top: 1.64em; }
      .gei-theme .page-view.careers .bottom-link .title-container .title .text {
        font-size: 2em;
        font-weight: 600; }
    .gei-theme .page-view.careers .bottom-link .title-container .arrow {
      margin: auto;
      width: 1.18em;
      margin-top: 1.86em;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .gei-theme .page-view.careers .bottom-link .title-container .arrow svg path {
        fill: #f89822; }
  .gei-theme .page-view.careers .bottom-link:hover {
    color: #00aeef; }
    .gei-theme .page-view.careers .bottom-link:hover .bg .dimmer {
      opacity: 0.35; }
    .gei-theme .page-view.careers .bottom-link:hover .title-container .arrow {
      -webkit-transform: translateX(75%);
          -ms-transform: translateX(75%);
              transform: translateX(75%); }

.gei-theme .page-view.careers .sub-section {
  width: 100%;
  min-height: 50vh; }
  @media screen and (min-width: 768px) {
    .gei-theme .page-view.careers .sub-section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .gei-theme .page-view.careers .sub-section .left-container {
    padding: 4em;
    background: #4f4e56;
    width: 50%;
    overflow: hidden; }
    @media screen and (max-width: 567px) {
      .gei-theme .page-view.careers .sub-section .left-container {
        width: 100%;
        padding: 2em; } }
    .gei-theme .page-view.careers .sub-section .left-container .left-wrapper {
      padding: 2em 0 2em 0; }
      @media screen and (min-width: 768px) {
        .gei-theme .page-view.careers .sub-section .left-container .left-wrapper {
          padding-top: 5em;
          padding-bottom: 5em; } }
      .gei-theme .page-view.careers .sub-section .left-container .left-wrapper .title-container {
        overflow: hidden; }
        .gei-theme .page-view.careers .sub-section .left-container .left-wrapper .title-container .title .text {
          font-size: 2em;
          font-weight: bold; }
        .gei-theme .page-view.careers .sub-section .left-container .left-wrapper .title-container .excerpt-container .excerpt {
          margin-top: 1.5em; }
          .gei-theme .page-view.careers .sub-section .left-container .left-wrapper .title-container .excerpt-container .excerpt .text {
            line-height: 1.75; }
      .gei-theme .page-view.careers .sub-section .left-container .left-wrapper .bottom-links-container {
        overflow: initial; }
        .gei-theme .page-view.careers .sub-section .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links {
          padding-top: 1.25em; }
          .gei-theme .page-view.careers .sub-section .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link .text {
            font-size: 1em; }
  .gei-theme .page-view.careers .sub-section .right-container {
    background: white;
    width: 50%; }
    @media screen and (max-width: 567px) {
      .gei-theme .page-view.careers .sub-section .right-container {
        width: 100%; } }
    .gei-theme .page-view.careers .sub-section .right-container .dimmer {
      background: black;
      opacity: .5; }
    .gei-theme .page-view.careers .sub-section .right-container .image {
      width: auto;
      height: auto;
      object-fit: cover;
      z-index: 1; }

.gei-theme .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text {
  line-height: 1.75; }

@media screen and (min-width: 768px) {
  .gei-theme .page-view.filter .filter-container .content-container {
    width: 50%;
    max-width: none;
    min-width: 0; } }

.gei-theme .grid-box:hover .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-image .dimmer {
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(41, 31, 15, 0.3))) !important;
  background: -webkit-linear-gradient(bottom, black, rgba(41, 31, 15, 0.3)) !important;
  background: linear-gradient(to top, black, rgba(41, 31, 15, 0.3)) !important; }

.ryteh .top-title {
  display: none; }

.ryteh #header-bar .background-bar {
  display: block !important; }

.ryteh li {
  font-family: Roboto; }

.ryteh .cls-1 {
  fill: white; }

.ryteh .side.front {
  background: black !important; }
  .ryteh .side.front .cls-1 {
    fill: white; }
  .ryteh .side.front:hover .cls-1 {
    fill: white !important;
    -webkit-transition: fill 1s ease-in-out 4s;
    transition: fill 1s ease-in-out 4s; }

.ryteh #logo svg {
  -webkit-transition: width 1s ease-in-out 1s;
  transition: width 1s ease-in-out 1s;
  -webkit-transition: left 1s ease-in-out 1s;
  transition: left 1s ease-in-out 1s; }

.ryteh .page-view.home .main-section .slideshow-backgrounds .swiper-wrapper .swiper-slide .image-container .image {
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }

.ryteh .page-view.home .main-section .slideshow-backgrounds .dimmer {
  background: -webkit-gradient(linear, left top, left bottom, from(#02111d), to(transparent));
  background: -webkit-linear-gradient(top, #02111d, transparent);
  background: linear-gradient(to bottom, #02111d, transparent); }

@media screen and (min-width: 768px) {
  .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
    width: 50%;
    top: 58% !important;
    z-index: 100000; } }

.ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .main-title .line-container .line {
  height: 10px;
  opacity: .2;
  z-index: 1;
  display: none; }

.ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .main-title .text {
  text-transform: none; }
  @media screen and (min-width: 768px) {
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .main-title .text {
      font-size: 3em;
      font-weight: bold;
      left: -.5%; } }

.ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .first-cta .arrow-title {
  padding: 0 3em;
  color: white;
  background: #B6B9DA;
  height: 4em; }
  @media screen and (min-width: 768px) {
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .first-cta .arrow-title {
      margin-top: 1.5em !important;
      font-size: .7em; } }

@media screen and (min-width: 768px) {
  .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .second-cta {
    left: 0em; } }

.ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .second-cta .arrow-title {
  padding: 0 3em;
  background: transparent;
  border: 0.5px solid #B6B9DA;
  color: white;
  height: 4em; }
  @media screen and (min-width: 768px) {
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .second-cta .arrow-title {
      margin-top: 1.5em !important;
      font-size: .7em; } }

@media screen and (min-width: 768px) {
  .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .excerpt {
    width: 90%;
    margin: 1em 0 .5em 0; } }

.ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .excerpt .text {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 100;
  font-style: normal; }
  @media screen and (min-width: 768px) {
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .excerpt .text {
      font-size: 18px !important;
      line-height: 1.75;
      letter-spacing: .5px; } }

.ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal {
  width: 40%;
  height: 2em;
  position: absolute;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .pagination-wrapper {
    width: 8em;
    position: relative;
    bottom: 0;
    top: 0;
    left: 0; }
    @media screen and (max-width: 768px) {
      .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .pagination-wrapper {
        top: 80%;
        display: none; } }
    @media screen and (min-width: 768px) {
      .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .pagination-wrapper .pagination .pagination-bullet {
        height: 10px;
        width: 20%;
        margin: 0;
        -webkit-border-radius: 0;
                border-radius: 0; } }
  .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container {
    position: relative;
    display: inherit;
    width: auto;
    height: auto;
    left: 0; }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container.prev {
      left: 0; }
      @media screen and (max-width: 768px) {
        .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container.prev {
          left: 20%; } }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container.next {
      left: 10%; }
      @media screen and (max-width: 768px) {
        .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container.next {
          left: 30%; } }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .arrow .pointer-arrow {
      margin-top: 3px;
      vertical-align: center; }
      @media screen and (max-width: 768px) {
        .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .arrow .pointer-arrow {
          vertical-align: center;
          margin-top: 0; } }
      .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .arrow .pointer-arrow.prev {
        margin-right: -3px; }
      .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .arrow .pointer-arrow.next {
        margin-left: -3px;
        margin-right: -2px; }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .arrow {
      font-family: Roboto;
      font-weight: 400;
      letter-spacing: .75px;
      font-size: .9em;
      cursor: pointer;
      width: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background: none !important;
      bottom: .65em;
      position: relative; }
    @media screen and (min-width: 768px) {
      .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .left-arrow:hover .previous-pointer {
        width: 0em;
        -webkit-transition: width .5s ease-in-out;
        transition: width .5s ease-in-out; } }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .left-arrow .text {
      margin-left: 15px;
      position: relative; }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .left-arrow .previous-pointer {
      -webkit-transition: width .5s ease-in-out;
      transition: width .5s ease-in-out;
      width: 2.5em;
      height: .5px;
      background: white;
      margin-top: 8.5px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .left-arrow .previous-pointer {
          margin-top: 5px; } }
    @media screen and (min-width: 768px) {
      .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .right-arrow:hover .next-pointer {
        width: 0em;
        -webkit-transition: width .5s ease-in-out;
        transition: width .5s ease-in-out; } }
    @media screen and (min-width: 768px) {
      .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .right-arrow:hover .fa {
        color: #53596E;
        -webkit-transition: color .5s ease-in-out;
        transition: color .5s ease-in-out; } }
    @media screen and (min-width: 768px) {
      .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .right-arrow:hover .text {
        margin-left: 2.5em;
        margin-right: 35px;
        color: #53596E;
        -webkit-transition: margin-left .5s ease-in-out, margin-right .5s ease-in-out, color .5s ease-in-out;
        transition: margin-left .5s ease-in-out, margin-right .5s ease-in-out, color .5s ease-in-out; } }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .right-arrow:hover .circles {
      border: 1.5px solid #53596E !important;
      -webkit-transition: border .5s ease-in-out;
      transition: border .5s ease-in-out; }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .right-arrow .text {
      margin-right: 15px;
      position: relative;
      color: white;
      -webkit-transition: margin-left .5s ease-in-out, color .5s ease-in-out, margin-right .5s ease-in-out;
      transition: margin-left .5s ease-in-out, color .5s ease-in-out, margin-right .5s ease-in-out;
      margin-left: 0; }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .right-arrow .next-pointer {
      -webkit-transition: width .5s ease-in-out;
      transition: width .5s ease-in-out;
      width: 2.5em;
      height: .5px;
      background: white;
      margin-top: 8.5px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .right-arrow .next-pointer {
          margin-top: 5px; } }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .right-arrow .circles {
      width: 52px;
      height: 52px;
      border: 0.5px solid white;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      opacity: .6;
      right: 31px;
      bottom: 17px; }
      @media screen and (max-width: 768px) {
        .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .right-arrow .circles {
          display: none; } }

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

.ryteh .swiper-pagination-bullet {
  background: white; }

.ryteh .arrow.swiper-button-disabled {
  opacity: .3; }

.ryteh #bottom-btn {
  z-index: 10000;
  width: auto;
  position: fixed;
  right: 6em;
  bottom: 2em; }
  @media screen and (max-width: 768px) {
    .ryteh #bottom-btn {
      right: 2em; } }

.ryteh #side-bar #header-icons #menu-button .menu-button-icons .hamburger .side.front {
  left: 1px; }

.ryteh #bottom-btn {
  z-index: 10000;
  width: auto;
  position: fixed;
  right: 6em;
  bottom: 2em; }
  @media screen and (max-width: 768px) {
    .ryteh #bottom-btn {
      right: 2em; } }

.ryteh #menu .menu-background-container .menu-background-wrapper .menu-background {
  background: #0f2338 !important; }

.ryteh #menu .menu-items-container {
  background: #040d25; }
  .ryteh #menu .menu-items-container .menu-items-wrapper .menu-items {
    background: #040d25; }
    .ryteh #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link .text {
      letter-spacing: 1px;
      font-family: montserrat, sans-serif;
      font-style: normal;
      line-height: .75 !important; }
      @media screen and (min-width: 768px) {
        .ryteh #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link .text {
          font-size: 18px; } }

.ryteh .page-view.servicedetail .body-container .body-wrapper .content .text {
  font-size: 1.05em; }
  .ryteh .page-view.servicedetail .body-container .body-wrapper .content .text #slide-horizontal .arrow-container .right-arrow .text {
    color: #202326; }
  .ryteh .page-view.servicedetail .body-container .body-wrapper .content .text #slide-horizontal .arrow-container .right-arrow .i {
    color: #202326; }

.ryteh .page-view.servicedetail .body-container .body-wrapper .content .title-container .title-wrapper .title-text {
  color: #202326; }

@media screen and (min-width: 768px) {
  .ryteh #footer {
    padding-top: 2.5em; } }

.ryteh #footer .footer-container .mid-container {
  display: none; }

.ryteh .page-view.contact .custom-background .dimmer {
  background: #06121f;
  opacity: 0.9 !important; }

@media screen and (min-width: 768px) {
  .ryteh .page-view.contact .contact-container .left-content {
    left: 5%; } }

.ryteh .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal; }

@media screen and (min-width: 768px) {
  .ryteh .page-view.contact .contact-container .right-form {
    right: 5%; } }

.ryteh .page-view.contact .contact-container .right-form .input-animation:before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(245, 226, 143, 0.4)));
  background: -webkit-linear-gradient(left, transparent, rgba(245, 226, 143, 0.4));
  background: linear-gradient(to right, transparent, rgba(245, 226, 143, 0.4)); }

.ryteh .page-view.contact .contact-container .right-form .input-animation:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 226, 143, 0.4)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(245, 226, 143, 0.4), transparent);
  background: linear-gradient(to right, rgba(245, 226, 143, 0.4), transparent); }

.ryteh .page-view.contact .locations-container {
  background: rgba(255, 193, 7, 0.5);
  color: white;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 300;
  font-style: normal; }
  .ryteh .page-view.contact .locations-container .locations-header .buttons-wrapper .single-locations-button .button-with-icon .text {
    color: white; }
  @media screen and (min-width: 768px) {
    .ryteh .page-view.contact .locations-container .location-types .list-container {
      width: 80%; } }
  .ryteh .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item {
    width: 50%; }
    .ryteh .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item .content .text {
      color: white; }
      @media screen and (min-width: 768px) {
        .ryteh .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item .content .text {
          font-size: 1em; } }

.ryteh p, .ryteh li {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 300;
  font-style: normal; }
  @media screen and (min-width: 768px) {
    .ryteh p, .ryteh li {
      font-size: 20px;
      line-height: 1.5; } }

@media screen and (min-width: 768px) {
  .gscott-theme .scroll .top-title {
    top: 2em; } }

.gscott-theme .page-view:not(.grid) .custom-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #202326), to(transparent));
  background: -webkit-linear-gradient(left, #202326 50%, transparent 100%);
  background: linear-gradient(to right, #202326 50%, transparent 100%); }

.gscott-theme .page-view:not(.grid) .custom-background .dimmer {
  background: none; }

.gscott-theme .page-view.bio .content-dimmer {
  display: block; }

.gscott-theme .page-view.bio .top-title .text.link {
  color: #00aeef; }

.gscott-theme .page-view.bio .flip {
  position: absolute;
  top: 60%;
  color: white;
  border: 1px solid white;
  padding: 15px;
  opacity: .5;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  margin: 1em 0;
  font-size: .75em; }
  .gscott-theme .page-view.bio .flip.left {
    left: 5%;
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out; }
    .gscott-theme .page-view.bio .flip.left:hover {
      left: 3%;
      -webkit-transition: left .5s ease-in-out;
      transition: left .5s ease-in-out; }
  .gscott-theme .page-view.bio .flip.right {
    right: 5%;
    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out; }
    .gscott-theme .page-view.bio .flip.right:hover {
      right: 3%;
      -webkit-transition: right .5s ease-in-out;
      transition: right .5s ease-in-out; }
  @media screen and (max-width: 768px) {
    .gscott-theme .page-view.bio .flip {
      display: none; } }
  @media screen and (max-width: 768px) {
    .gscott-theme .page-view.bio .flip {
      display: none; } }
  .gscott-theme .page-view.bio .flip:hover {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }

@media screen and (min-width: 768px) {
  .gscott-theme .page-view.bio .content-container {
    top: 5em;
    width: 37%; } }

@media screen and (min-width: 768px) {
  .gscott-theme .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .title {
    font-size: 1.3em;
    margin-left: 0px;
    -webkit-transition: margin-left .1s linear .1s;
    transition: margin-left .1s linear .1s;
    cursor: default; } }

@media screen and (min-width: 768px) {
  .gscott-theme .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .title:hover {
    margin-left: 5px;
    -webkit-transition: margin-left .1s linear;
    transition: margin-left .1s linear; } }

@media screen and (min-width: 768px) {
  .gscott-theme .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .sub-title {
    line-height: 1.2;
    margin-left: 0px;
    -webkit-transition: margin-left .1s linear;
    transition: margin-left .1s linear; } }

@media screen and (min-width: 768px) {
  .gscott-theme .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .sub-title:hover {
    margin-left: 5px;
    -webkit-transition: margin-left .1s linear;
    transition: margin-left .1s linear;
    cursor: default; } }

@media screen and (min-width: 768px) {
  .gscott-theme .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .contact-link {
    right: 0;
    text-transform: uppercase;
    letter-spacing: 1px; } }

.gscott-theme .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .contact-link .arrow-title span.icon svg path {
  fill: #00aeef; }

@media screen and (min-width: 768px) {
  .gscott-theme .page-view.bio .content-container .content-wrapper .bio-content {
    overflow-y: auto;
    height: 18em;
    font-size: 1.07em;
    cursor: default; } }

.gscott-theme .page-view.bio .content-container .content-wrapper .bio-content::-webkit-scrollbar {
  width: 12px;
  height: 6px;
  background: white;
  -webkit-border-radius: 10px;
          border-radius: 10px; }

.gscott-theme .page-view.bio .content-container .content-wrapper .bio-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  cursor: pointer !important; }

.gscott-theme .page-view.bio .content-container .content-wrapper .bio-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #00aeef !important;
  background: #00aeef !important; }

@media screen and (min-width: 768px) {
  .gscott-theme .page-view.bio .content-container .content-wrapper .bio-content .text-container .text-wrapper .text {
    line-height: 1.6;
    padding-right: 2em; } }

.gscott-theme .page-view.careers .custom-background .dimmer {
  background: #323d40; }

@media screen and (max-width: 768px) {
  .gscott-theme .page-view.careers .custom-background .custom-background-image {
    background-position: -650px;
    background-repeat: no-repeat;
    opacity: .2; } }

@media screen and (max-width: 768px) {
  .gscott-theme .page-view.careers .content-container {
    width: 78%; } }

@media screen and (min-width: 768px) {
  .gscott-theme .page-view.careers .content-container .title-container {
    position: absolute;
    top: 29%;
    left: 8%; } }

@media screen and (max-width: 768px) {
  .gscott-theme .page-view.careers .content-container .title-container {
    margin-bottom: 4em;
    text-align: center; } }

.gscott-theme .page-view.careers .content-container .title-container .title-wrapper {
  font-size: 2.05em;
  font-weight: 600;
  line-height: 1.2; }

.gscott-theme .page-view.careers .content-container .left-content::-webkit-scrollbar {
  width: 12px;
  height: 6px;
  background: white;
  -webkit-border-radius: 10px;
          border-radius: 10px; }

.gscott-theme .page-view.careers .content-container .left-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  cursor: pointer !important; }

.gscott-theme .page-view.careers .content-container .left-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #00aeef !important;
  background: #00aeef !important; }

@media screen and (min-width: 768px) {
  .gscott-theme .page-view.careers .content-container .left-content {
    width: 42.5%;
    min-width: 30%;
    max-width: none;
    margin-right: 10%;
    margin-left: 8%;
    margin-top: 15%;
    height: 22em;
    overflow-y: auto; } }

.gscott-theme .page-view.careers .content-container .left-content .title-container {
  display: none; }

.gscott-theme .page-view.careers .content-container .left-content .excerpt-container {
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .gscott-theme .page-view.careers .content-container .left-content .excerpt-container {
      margin-right: 3em; } }
  @media screen and (min-width: 768px) {
    .gscott-theme .page-view.careers .content-container .left-content .excerpt-container .excerpt-wrapper .excerpt .text {
      overflow: hidden;
      font-size: .85em;
      line-height: 1.6; } }

.gscott-theme .page-view.careers .content-container .banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%; }

.gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container {
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container {
      width: 70%; } }
  @media screen and (min-width: 768px) {
    .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item {
      width: 20%; } }
  .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .single-hiring-process {
    z-index: 5; }
    @media screen and (min-width: 768px) {
      .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .single-hiring-process {
        min-height: 12em; } }
    @media screen and (max-width: 768px) {
      .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .single-hiring-process .content {
        position: relative;
        text-align: center;
        margin: 0;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        width: 100%;
        bottom: -1em; } }
    @media screen and (min-width: 768px) {
      .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .single-hiring-process .content {
        bottom: -1.5em; } }
    .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .single-hiring-process .subtitle {
      margin-top: 1em;
      font-size: .85em;
      opacity: .7; }
  .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .dummy {
    padding-top: 0 !important;
    z-index: 1;
    object-fit: contain;
    object-position: center;
    background-size: cover;
    overflow: hidden;
    height: inherit;
    transitiion: opacity 1s ease-in-out; }
    @media screen and (min-width: 768px) {
      .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .dummy {
        opacity: .5;
        min-height: 12em; } }
    @media screen and (max-width: 768px) {
      .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .dummy {
        -webkit-filter: brightness(0.3);
                filter: brightness(0.3);
        min-height: 10em; } }
    .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .dummy .image {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center center; }
  @media screen and (min-width: 768px) {
    .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay {
      width: 50em; } }
  .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .tip-desc h4, .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .tip-desc h5 {
    font-size: 0.75em; }
  .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .tip-desc h3 {
    font-size: 0.85em; }
  .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .tip-desc h2 {
    font-size: 0.95em; }
  .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .tip-desc h1 {
    font-size: 0.95em; }
  .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .tip-desc .text {
    font-size: 1.2em !important;
    line-height: 1;
    overflow-y: auto !important; }
    .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .tip-desc .text h4 {
      font-size: 18px;
      font-size: .75;
      font-weight: 300;
      margin-bottom: 1em; }

.gscott-theme .page-view.careers .sub-section {
  background: rgba(0, 0, 0, 0.86); }
  @media screen and (min-width: 768px) {
    .gscott-theme .page-view.careers .sub-section {
      padding-bottom: 4em; } }
  .gscott-theme .page-view.careers .sub-section .background {
    z-index: 1;
    height: inherit;
    width: 100%; }
    .gscott-theme .page-view.careers .sub-section .background .image {
      position: relative;
      height: 15em;
      width: 100%;
      background-size: cover;
      background-position: 0px -1250px; }
      @media screen and (max-width: 768px) {
        .gscott-theme .page-view.careers .sub-section .background .image {
          background-position: center bottom; } }
  .gscott-theme .page-view.careers .sub-section .left-container {
    width: 75%;
    margin: auto;
    padding-top: 6em; }
    .gscott-theme .page-view.careers .sub-section .left-container .title {
      font-size: 2.05em;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 1em; }
    .gscott-theme .page-view.careers .sub-section .left-container .excerpt-container .excerpt .text {
      font-size: .85em;
      line-height: 1.6; }
      @media screen and (min-width: 768px) {
        .gscott-theme .page-view.careers .sub-section .left-container .excerpt-container .excerpt .text p.move {
          width: 65%;
          text-align: justify; } }
      @media screen and (min-width: 768px) {
        .gscott-theme .page-view.careers .sub-section .left-container .excerpt-container .excerpt .text p.hey {
          margin-left: 15%;
          width: 50%;
          font-size: 1.9em;
          line-height: 1.2;
          font-weight: 700;
          text-align: right;
          position: absolute; } }
  .gscott-theme .page-view.careers .sub-section .float {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 65%;
    margin-top: 15%; }
    @media screen and (max-width: 768px) {
      .gscott-theme .page-view.careers .sub-section .float {
        position: relative;
        margin: 0;
        padding: 2em 0;
        width: 100%; } }
    .gscott-theme .page-view.careers .sub-section .float .image {
      height: 20em;
      clear: both;
      bottom: 0;
      background-position: top center;
      width: 20em;
      position: absolute;
      border: 1px solid yellow;
      -webkit-filter: grayscale(1) brightness(80%);
              filter: grayscale(1) brightness(80%);
      opacity: .9;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 768px) {
        .gscott-theme .page-view.careers .sub-section .float .image {
          position: relative;
          border: none;
          width: 100%;
          -webkit-filter: grayscale(1);
                  filter: grayscale(1); } }

.gscott-theme .page-view.careers .split-section-container {
  background: -webkit-gradient(linear, left bottom, left top, from(#022c40), color-stop(rgba(0, 0, 0, 0.46)), to(#023850));
  background: -webkit-linear-gradient(bottom, #022c40, rgba(0, 0, 0, 0.46), #023850);
  background: linear-gradient(to top, #022c40, rgba(0, 0, 0, 0.46), #023850); }
  .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper {
    min-height: 40em; }
    .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper.fullHeight {
      max-height: unset; }
    .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container {
      overflow: auto;
      background: none; }
      .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container.right {
        left: 50%;
        top: -40em; }
      .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container {
        overflow: auto; }

.gscott-theme .page-view.servicedetail.split .secondary-container {
  display: block; }
  @media screen and (max-width: 768px) {
    .gscott-theme .page-view.servicedetail.split .secondary-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .gscott-theme .page-view.servicedetail.split .secondary-container .body-container {
    background: #202326; }
    @media screen and (min-width: 768px) {
      .gscott-theme .page-view.servicedetail.split .secondary-container .body-container .body-wrapper {
        padding: 4em;
        padding-top: 3em; } }
    @media screen and (max-width: 768px) {
      .gscott-theme .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .content {
        padding-top: 2em; } }
    .gscott-theme .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .content .title-container {
      font-size: 3em;
      color: white;
      padding-bottom: .5em; }
    .gscott-theme .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .content .text {
      color: white;
      line-height: 1.4;
      font-size: .85em; }
      .gscott-theme .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .content .text table {
        width: auto !important;
        position: relative !important;
        color: white !important;
        line-height: 1.5 !important;
        font-size: 1.3em !important;
        letter-spacing: .5px; }
        @media screen and (max-width: 768px) {
          .gscott-theme .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .content .text table {
            line-height: 1.5 !important;
            font-size: 1.3em !important;
            vertical-align: top; } }
        .gscott-theme .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .content .text table tr {
          vertical-align: top; }
  .gscott-theme .page-view.servicedetail.split .secondary-container .slideshow-module-container {
    display: none; }

.gscott-theme .page-view.servicedetail.split .main-container .top-title-container .title-background-container .title-background .title-bg-image {
  background-position: 28%; }
  .gscott-theme .page-view.servicedetail.split .main-container .top-title-container .title-background-container .title-background .title-bg-image .dimmer {
    background: -webkit-gradient(linear, left top, right top, from(#202326), to(transparent));
    background: -webkit-linear-gradient(left, #202326, transparent);
    background: linear-gradient(to right, #202326, transparent); }

@media screen and (min-width: 768px) {
  .ryteh .single-hiring-process-grid-item {
    height: 18.5em !important;
    width: 18.5em !important; } }

.ryteh .hiring-process-container .arrowdown {
  z-index: 10 !important; }
  .ryteh .hiring-process-container .arrowdown .arrow-num, .ryteh .hiring-process-container .arrowdown .i {
    display: none; }

.ryteh .hiring-process-container .number {
  position: absolute;
  bottom: 1em;
  left: 1em; }
  .ryteh .hiring-process-container .number .text {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 3px;
    padding: .5em .33em;
    color: #58c9e8;
    border: 1px solid white;
    background: rgba(102, 107, 112, 0.2); }

.ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
  top: 50% !important;
  position: relative; }

.ryteh #header-bar .background-bar {
  nackground: #020c17; }

@media screen and (min-width: 768px) {
  .ryteh #logo {
    max-width: 13vw; } }

.carpettowne .top-title .text {
  font-family: frank-new, sans-serif;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .carpettowne .top-title .text {
      font-size: 1.1em; } }

.carpettowne .single-buttons {
  font-family: frank-new, sans-serif; }

.carpettowne .menu-items {
  font-family: frank-new, sans-serif; }

.carpettowne .title-container {
  font-family: frank-new, sans-serif; }

.carpettowne .excerpt {
  font-family: semplicitapro, sans-serif; }

.carpettowne .excerpt-wrapper {
  font-family: semplicitapro, sans-serif; }

.carpettowne .content-container p {
  font-family: semplicitapro, sans-serif; }

.carpettowne .content-container ul {
  font-family: semplicitapro, sans-serif; }

.carpettowne .go-down-container {
  font-family: semplicitapro, sans-serif; }

.carpettowne .copyright-container {
  font-family: frank-new, sans-serif; }

.carpettowne .terms-container {
  font-family: semplicitapro, sans-serif; }

.carpettowne .group-title {
  font-family: frank-new, sans-serif; }

.carpettowne .group-item-list-item {
  font-family: semplicitapro, sans-serif; }

.carpettowne .slideshow-title-container .main-title .text {
  font-family: frank-new, sans-serif;
  font-weight: 700; }

.carpettowne .slideshow-title-container .excerpt .text {
  font-family: semplicitapro, sans-serif;
  font-weight: 400;
  letter-spacing: .2px; }

.carpettowne .arrow-title .text {
  font-family: frank-new, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: -1px; }
  @media screen and (min-width: 768px) {
    .carpettowne .arrow-title .text {
      font-size: 1.3em; } }

.carpettowne .sub-section-text .title .text {
  font-family: frank-new, sans-serif;
  font-weight: 700; }

.carpettowne .sub-section-text .excerpt-container .text {
  font-family: semplicitapro, sans-serif;
  font-weight: 400;
  letter-spacing: .4px; }
  @media screen and (min-width: 768px) {
    .carpettowne .sub-section-text .excerpt-container .text {
      line-height: 1.6 !important; } }

.carpettowne .regular-link .text {
  font-family: frank-new, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .5px; }

.carpettowne .sub-section.approach .container .background {
  display: contents; }

.carpettowne .scroll-square .text {
  color: black; }

@media screen and (min-width: 768px) {
  .carpettowne #header-icons .single-buttons {
    top: 1.55em; } }

@media screen and (min-width: 768px) {
  .carpettowne .top-title {
    top: 2.8em; } }

.carpettowne .page-view.home .slideshow-backgrounds .dimmer {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(transparent)) !important;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65), transparent) !important;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65), transparent) !important; }

.carpettowne .page-view.careers .custom-background .custom-background-image {
  opacity: .4; }

.carpettowne .page-view.careers .process-form-wrapper .background {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #a8cdf7), color-stop(50%, #a8cdf7));
  background: -webkit-linear-gradient(transparent, #a8cdf7 50%, #a8cdf7);
  background: linear-gradient(transparent, #a8cdf7 50%, #a8cdf7); }

@media screen and (min-width: 768px) {
  .carpettowne .page-view.careers .process-form-wrapper .single-hiring-process-grid-item {
    height: 10em !important; } }

@media screen and (min-width: 768px) {
  .carpettowne .page-view.careers .process-form-wrapper .single-hiring-process-grid-item .dummy .image {
    height: 7em !important; } }

@media screen and (min-width: 768px) {
  .carpettowne .page-view.careers .process-form-wrapper .single-hiring-process .content {
    margin-top: 6.7em; } }

.carpettowne .page-view.careers .process-form-wrapper .single-hiring-process .content .title {
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .carpettowne .page-view.careers .process-form-wrapper .single-hiring-process .content .title {
      font-size: 1.1em !important;
      letter-spacing: .5px !important; } }

.carpettowne .page-view.careers .process-form-wrapper .arrowdown .arrow-num {
  opacity: .2 !important; }

@media screen and (min-width: 768px) {
  .carpettowne .page-view.careers .process-form-wrapper .arrowdown .num-bg-container {
    bottom: -3.3em !important; } }

@media screen and (min-width: 768px) {
  .carpettowne .page-view.careers .process-form-wrapper .arrowdown .num-bg-container .num-bg {
    height: 5em !important;
    width: 5em !important; } }

@media screen and (min-width: 768px) {
  .carpettowne .page-view.careers .process-form-wrapper .arrowdown .num-bg-container .number .text {
    font-size: 1em !important;
    color: #e9ba2b;
    opacity: .7; } }

@media screen and (min-width: 768px) {
  .carpettowne .page-view.careers .process-form-wrapper .hiring-process-overlay {
    top: -11em !important; } }

.carpettowne .page-view.careers .process-form-wrapper .hiring-process-overlay .swiper-wrapper .swiper-slide {
  font-family: semplicitapro, sans-serif; }
  @media screen and (min-width: 768px) {
    .carpettowne .page-view.careers .process-form-wrapper .hiring-process-overlay .swiper-wrapper .swiper-slide {
      padding: 4em 4em !important; } }
  .carpettowne .page-view.careers .process-form-wrapper .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-background {
    background-color: black; }
    .carpettowne .page-view.careers .process-form-wrapper .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-background .image {
      z-index: 0;
      margin: -4em;
      position: fixed;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: initial;
      object-fit: cover;
      opacity: .2; }

.carpettowne .page-view.servicedetail .title-wrapper.padding {
  text-align: center;
  text-transform: uppercase; }

@media screen and (min-width: 768px) {
  .carpettowne .page-view.servicedetail .title-bg-image {
    background-position: top !important; } }

@media screen and (min-width: 768px) {
  .carpettowne .page-view.servicedetail .next-service .image {
    background-position: top !important; } }

.carpettowne .page-id-3272 .body-container {
  background: none; }

#footer {
  background: #212121;
  padding-top: 3.9em;
  padding-bottom: 1.25em;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    #footer {
      padding-top: 2em; } }
  #footer .footer-container {
    width: 90%;
    margin: auto; }
    #footer .footer-container .logo-container {
      display: block;
      width: 13.5%;
      margin: auto; }
      @media screen and (max-width: 768px) {
        #footer .footer-container .logo-container {
          width: 35%; } }
    #footer .footer-container .mid-container {
      margin-top: 4.6em; }
      @media screen and (max-width: 768px) {
        #footer .footer-container .mid-container {
          margin-top: 1em; } }
      #footer .footer-container .mid-container .links-container {
        float: left;
        width: 33.33%; }
        @media screen and (max-width: 768px) {
          #footer .footer-container .mid-container .links-container {
            float: none;
            width: 100%;
            text-align: center; } }
        #footer .footer-container .mid-container .links-container .single-link {
          display: inline-block;
          color: rgba(255, 255, 255, 0.3);
          margin-right: 7.5%; }
          @media screen and (max-width: 768px) {
            #footer .footer-container .mid-container .links-container .single-link {
              margin-right: 2.5%; } }
          #footer .footer-container .mid-container .links-container .single-link .text {
            font-size: 0.75em;
            text-transform: uppercase; }
          #footer .footer-container .mid-container .links-container .single-link:last-child {
            margin-right: 0; }
          #footer .footer-container .mid-container .links-container .single-link:hover {
            color: #00aeef; }
      #footer .footer-container .mid-container .social-container {
        float: left;
        width: 33.33%;
        text-align: center;
        margin-right: 8.33%; }
        @media screen and (max-width: 768px) {
          #footer .footer-container .mid-container .social-container {
            float: none;
            width: 100%;
            margin-right: 0;
            margin-top: 2em; } }
        #footer .footer-container .mid-container .social-container .single-social {
          vertical-align: middle;
          height: 1em;
          width: 1em;
          display: inline-block;
          margin-right: 10%; }
          #footer .footer-container .mid-container .social-container .single-social:last-child {
            margin-right: 0; }
          #footer .footer-container .mid-container .social-container .single-social svg path, #footer .footer-container .mid-container .social-container .single-social svg polygon, #footer .footer-container .mid-container .social-container .single-social svg circle {
            fill: white;
            -webkit-transition-property: fill;
            transition-property: fill;
            -webkit-transition-duration: 0.15s;
                    transition-duration: 0.15s;
            -webkit-transition-timing-function: linear;
                    transition-timing-function: linear; }
          #footer .footer-container .mid-container .social-container .single-social:hover svg path, #footer .footer-container .mid-container .social-container .single-social:hover svg polygon, #footer .footer-container .mid-container .social-container .single-social:hover svg circle {
            fill: #00aeef; }
      #footer .footer-container .mid-container .input-container {
        float: left;
        width: 25%; }
        #footer .footer-container .mid-container .input-container input[type="text"] {
          font-family: 'Montserrat', sans-serif;
          line-height: 1;
          -webkit-border-radius: 0;
                  border-radius: 0;
          font-weight: 300;
          font-size: 0.75em;
          color: white;
          background: transparent;
          border: none;
          border-bottom: 1px solid rgba(0, 174, 239, 0.25);
          width: 100%;
          padding-bottom: 1.63em; }
          #footer .footer-container .mid-container .input-container input[type="text"]::-webkit-input-placeholder {
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.3); }
          #footer .footer-container .mid-container .input-container input[type="text"]::-moz-placeholder {
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.3); }
          #footer .footer-container .mid-container .input-container input[type="text"]:-ms-input-placeholder {
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.3); }
          #footer .footer-container .mid-container .input-container input[type="text"]:-moz-placeholder {
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.3); }
        @media screen and (max-width: 768px) {
          #footer .footer-container .mid-container .input-container {
            float: none;
            width: 100%;
            margin-top: 2em; } }
        #footer .footer-container .mid-container .input-container input {
          padding-right: 2.5em; }
        #footer .footer-container .mid-container .input-container svg {
          cursor: pointer;
          position: absolute;
          top: 0.4em;
          right: 0;
          width: 1.4em;
          height: auto; }
          #footer .footer-container .mid-container .input-container svg path {
            fill: #f89822; }
    #footer .footer-container .bottom-container {
      text-transform: uppercase;
      text-align: center;
      margin-top: 2.5em; }
      #footer .footer-container .bottom-container .copyright-container .text {
        font-size: 0.75em;
        color: rgba(255, 255, 255, 0.3); }
      #footer .footer-container .bottom-container .terms-container {
        margin-top: 0.5em; }
        #footer .footer-container .bottom-container .terms-container a {
          font-size: 0.7em;
          color: white; }
          #footer .footer-container .bottom-container .terms-container a:hover {
            color: #00aeef; }
        #footer .footer-container .bottom-container .terms-container span {
          font-size: 0.7em; }

.lb-outerContainer {
  width: 100% !important;
  position: fixed !important;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5) !important; }
  .lb-outerContainer img.lb-image {
    object-fit: cover;
    height: 100vh !important;
    border: 0px !important;
    margin: 0 auto; }

.lb-nav a {
  opacity: 1 !important; }

.lb-number {
  display: none !important; }

.lb-dataContainer {
  position: fixed !important;
  top: 50px !important;
  right: 50px; }

.lb-loader {
  position: fixed !important;
  top: 48%; }

#header-bar {
  height: 5em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%; }
  #header-bar .background-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.45s;
            transition-duration: 0.45s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
            transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    background: #020c17; }
  @media screen and (max-width: 768px) {
    #header-bar {
      height: 4em; } }
  @media screen and (max-height: 400px) {
    #header-bar {
      height: 49px; } }
  @media screen and (max-width: 567px) {
    #header-bar {
      height: 49px; } }
  #header-bar.scroll .background-bar {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1); }

#logo {
  position: fixed;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  left: 5%;
  top: 2em;
  width: auto;
  height: 7em;
  z-index: 1000;
  max-width: 18vw;
  -webkit-transition: all 0.35s ease-out !important;
  transition: all 0.35s ease-out !important; }
  @media screen and (max-width: 1120px) {
    #logo {
      max-width: 20vw; } }
  @media screen and (max-width: 768px) {
    #logo {
      -webkit-transform: translateY(2em);
          -ms-transform: translateY(2em);
              transform: translateY(2em);
      max-width: 13em; } }
  @media screen and (max-height: 400px) {
    #logo {
      height: 49px !important;
      padding: 0.5em 0; } }
  @media screen and (max-width: 567px) {
    #logo {
      padding: 0.5em 0;
      left: 5%;
      top: 0;
      height: 49px !important;
      max-width: 10em; } }
  #logo.scroll {
    -webkit-transform: translateY(1em);
        -ms-transform: translateY(1em);
            transform: translateY(1em);
    padding: 0.5em 0;
    height: 5em;
    max-width: 11vw;
    margin-top: 0 !important;
    top: 0; }
    @media screen and (max-width: 1120px) {
      #logo.scroll {
        max-width: 15vw; } }
    @media screen and (max-width: 768px) {
      #logo.scroll {
        -webkit-transform: translateY(1em);
            -ms-transform: translateY(1em);
                transform: translateY(1em);
        max-width: 10em; } }
  #logo svg path {
    -webkit-transition-property: fill;
    transition-property: fill;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear; }
  #logo:hover svg path:nth-child(-n+5) {
    fill: white; }

#menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 40em;
  height: 100%;
  z-index: 998;
  -webkit-perspective: 100em;
          perspective: 100em;
  visibility: hidden; }
  @media screen and (max-width: 1120px) {
    #menu {
      width: 37em; } }
  @media screen and (max-width: 768px) {
    #menu {
      width: 100%; } }
  #menu .menu-background-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #menu .menu-background-container .menu-background-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      #menu .menu-background-container .menu-background-wrapper .menu-background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-size: cover;
        background-position: bottom right;
        background-repeat: no-repeat; }
  #menu .menu-items-line {
    height: 100%;
    width: 6.15%;
    position: absolute;
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.26);
    top: 0;
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center; }
    @media screen and (max-width: 768px) {
      #menu .menu-items-line {
        width: -webkit-calc(5% + 0.75em);
        width: calc(5% + 0.75em); } }
  #menu .menu-items-container {
    height: 100%;
    padding-left: 6.15%;
    padding-right: 6.15%;
    overflow-y: auto; }
    @media screen and (max-width: 768px) {
      #menu .menu-items-container {
        padding-left: -webkit-calc(5% + 0.75em);
        padding-left: calc(5% + 0.75em); } }
    #menu .menu-items-container .menu-items-wrapper {
      min-height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      #menu .menu-items-container .menu-items-wrapper .menu-items {
        padding: 0;
        margin: 0;
        list-style: none;
        padding: 3em 0;
        min-width: 100%;
        max-width: 100%;
        width: 100%; }
        @media screen and (max-width: 768px) {
          #menu .menu-items-container .menu-items-wrapper .menu-items {
            padding: 5em 0 1em; } }
        #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link {
          padding-left: 7.04%;
          padding-top: 0.9em;
          padding-bottom: 0.9em;
          display: block;
          color: rgba(255, 255, 255, 0.4);
          -webkit-transition-property: color;
          transition-property: color;
          -webkit-transition-duration: 0.15s;
                  transition-duration: 0.15s;
          -webkit-transition-timing-function: linear;
                  transition-timing-function: linear;
          font-weight: 200; }
          @media screen and (max-width: 768px) {
            #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link {
              padding-left: -webkit-calc(5.55% + 0.75em);
              padding-left: calc(5.55% + 0.75em);
              padding-top: 0.75em;
              padding-bottom: 0.75em; } }
          #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            height: 1px;
            background: rgba(255, 255, 255, 0.26);
            width: 5.5%;
            -webkit-transform: scaleX(0);
                -ms-transform: scaleX(0);
                    transform: scaleX(0);
            -webkit-transform-origin: center left;
                -ms-transform-origin: center left;
                    transform-origin: center left;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-duration: 0.35s;
                    transition-duration: 0.35s;
            -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
          #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link .text {
            font-size: 1em;
            text-transform: uppercase; }
          #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link:hover {
            color: white; }
            #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link:hover:before {
              -webkit-transform: scaleX(1);
                  -ms-transform: scaleX(1);
                      transform: scaleX(1); }
          #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link.active {
            color: #f89822;
            font-weight: 600;
            cursor: default; }
            #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link.active:before {
              -webkit-transform: scaleX(1);
                  -ms-transform: scaleX(1);
                      transform: scaleX(1); }

#header-icons {
  position: fixed;
  z-index: 99999;
  -webkit-transform: translateY(3em);
      -ms-transform: translateY(3em);
          transform: translateY(3em);
  right: 5%;
  height: 5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
  @media screen and (max-width: 768px) {
    #header-icons {
      height: 4em;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }
  @media screen and (max-width: 567px) {
    #header-icons {
      height: 49px; } }
  #header-icons.scroll {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  #header-icons:not(.noselect) {
    height: 5em; }
  #header-icons.horizontal-menu ul.horizontal-menu-items {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #header-icons.horizontal-menu ul.horizontal-menu-items li.horizontal-menu-item {
      margin-right: 1em; }
      #header-icons.horizontal-menu ul.horizontal-menu-items li.horizontal-menu-item .text {
        padding: .5em .5em;
        background: none;
        color: white;
        -webkit-transform: transitionLinear(color);
            -ms-transform: transitionLinear(color);
                transform: transitionLinear(color);
        -webkit-transition-duration: .2s;
                transition-duration: .2s; }
        #header-icons.horizontal-menu ul.horizontal-menu-items li.horizontal-menu-item .text:hover {
          color: #f5e28f;
          -webkit-transform: transitionLinear(color);
              -ms-transform: transitionLinear(color);
                  transform: transitionLinear(color);
          -webkit-transition-duration: .2s;
                  transition-duration: .2s; }
    #header-icons.horizontal-menu ul.horizontal-menu-items .cta-item .text {
      margin-left: .5em;
      color: white;
      padding: .5em 1em;
      background: #ffc107;
      -webkit-transform: transitionEaseOut(background);
          -ms-transform: transitionEaseOut(background);
              transform: transitionEaseOut(background);
      -webkit-transition-duration: 0s;
              transition-duration: 0s;
      -webkit-border-radius: 5px;
              border-radius: 5px; }
    #header-icons.horizontal-menu ul.horizontal-menu-items .cta-item:hover .text {
      background: -webkit-gradient(linear, left top, right top, from(#ff8a00), color-stop(#ffc107), to(#da1b60));
      background: -webkit-linear-gradient(left, #ff8a00, #ffc107, #da1b60);
      background: linear-gradient(to right, #ff8a00, #ffc107, #da1b60);
      -webkit-transform: transitionEaseOut(background);
          -ms-transform: transitionEaseOut(background);
              transform: transitionEaseOut(background);
      -webkit-transition-duration: .2s;
              transition-duration: .2s; }
  #header-icons .wpml-ls-legacy-list-horizontal {
    padding: 0; }
    #header-icons .wpml-ls-legacy-list-horizontal a {
      color: white;
      font-size: 0.5em; }
  #header-icons .single-buttons {
    display: inline-block; }
    #header-icons .single-buttons .header-menu .header-menu-items {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
  #header-icons .single-header-icon {
    width: 1em;
    height: 1em;
    cursor: pointer;
    -webkit-box-sizing: initial;
            box-sizing: initial;
    padding: 1em;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.75em; }
    @media screen and (max-width: 768px) {
      #header-icons .single-header-icon {
        padding: 1em 0.5em;
        margin-right: 0.45em; } }
    #header-icons .single-header-icon .text {
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.15s;
              transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
              transition-timing-function: linear; }
    #header-icons .single-header-icon svg path {
      -webkit-transition-property: fill;
      transition-property: fill;
      -webkit-transition-duration: 0.15s;
              transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
              transition-timing-function: linear; }
    #header-icons .single-header-icon#menu-button {
      margin-right: -1em; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        #header-icons .single-header-icon#menu-button {
          left: -3em; } }
      @media screen and (max-width: 768px) {
        #header-icons .single-header-icon#menu-button {
          margin-right: -0.5em; } }
      #header-icons .single-header-icon#menu-button .menu-button-icons {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          #header-icons .single-header-icon#menu-button .menu-button-icons {
            width: 25px;
            top: -64px; } }
        #header-icons .single-header-icon#menu-button .menu-button-icons .single-menu-button-icon {
          position: absolute;
          top: 0;
          left: 0;
          min-width: 100%; }
          #header-icons .single-header-icon#menu-button .menu-button-icons .single-menu-button-icon.hamburger svg path {
            -webkit-transition-delay: 0.15s;
                    transition-delay: 0.15s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-duration: 0.35s;
                    transition-duration: 0.35s;
            -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                    transform: scaleX(1);
            -webkit-transform-origin: center left;
                -ms-transform-origin: center left;
                    transform-origin: center left; }
          @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            #header-icons .single-header-icon#menu-button .menu-button-icons .single-menu-button-icon.close svg {
              display: none; } }
          #header-icons .single-header-icon#menu-button .menu-button-icons .single-menu-button-icon.close svg path {
            -webkit-transition-delay: 0s;
                    transition-delay: 0s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-duration: 0.35s;
                    transition-duration: 0.35s;
            -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            -webkit-transform: scale(0);
                -ms-transform: scale(0);
                    transform: scale(0);
            -webkit-transform-origin: center center;
                -ms-transform-origin: center center;
                    transform-origin: center center; }
      #header-icons .single-header-icon#menu-button.active .menu-button-icons .single-menu-button-icon .menu-line, #header-icons .single-header-icon#menu-button.active .menu-button-icons .single-menu-button-icon svg path {
        -webkit-transition: -webkit-transform 0.35s ease;
        transition: -webkit-transform 0.35s ease;
        transition: transform 0.35s ease;
        transition: transform 0.35s ease, -webkit-transform 0.35s ease;
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: center left;
            -ms-transform-origin: center left;
                transform-origin: center left; }
      #header-icons .single-header-icon#menu-button.active .menu-button-icons .single-menu-button-icon.close svg path {
        -webkit-transition-delay: 0.15s;
                transition-delay: 0.15s;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
                transform-origin: center center; }
    #header-icons .single-header-icon#language-select-button {
      width: auto;
      display: none; }
      #header-icons .single-header-icon#language-select-button .language-select-button-icons {
        width: 100%;
        height: 100%; }
        #header-icons .single-header-icon#language-select-button .language-select-button-icons span {
          display: inline-block;
          vertical-align: middle; }
          #header-icons .single-header-icon#language-select-button .language-select-button-icons span.language-text {
            margin-right: 0.5em;
            font-size: 0.82em; }
          #header-icons .single-header-icon#language-select-button .language-select-button-icons span.down-icon {
            width: 0.75em;
            height: 100%; }
    #header-icons .single-header-icon:hover .text {
      color: white; }
    #header-icons .single-header-icon:hover svg path {
      fill: white; }

.vanguard#wrapper .go-down-container .title {
  padding: 1em;
  background: #ff8100;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }
  .vanguard#wrapper .go-down-container .title:hover {
    background: black; }

.vanguard#wrapper .home .sub-section {
  background: #00aeef; }

.vanguard#wrapper .submit input:hover {
  background: WHITE; }

.vanguard#wrapper #header-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  height: 4em;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }
  .vanguard#wrapper #header-icons .single-header-icon {
    margin: 0;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4em; }
  .vanguard#wrapper #header-icons svg {
    width: 1em; }
  .vanguard#wrapper #header-icons.scroll {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    height: 5em; }
    .vanguard#wrapper #header-icons.scroll .single-buttons {
      height: 100%; }
    .vanguard#wrapper #header-icons.scroll .single-header-icon {
      height: 100%; }
  .vanguard#wrapper #header-icons .hamburger {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: inherit !important; }
  .vanguard#wrapper #header-icons .single-menu-button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%; }
  .vanguard#wrapper #header-icons #user-button {
    height: 100%;
    width: auto;
    background: white;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }
    .vanguard#wrapper #header-icons #user-button .user-button-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      color: white;
      -webkit-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s; }
      .vanguard#wrapper #header-icons #user-button .user-button-icon svg {
        width: 1em;
        margin-right: 0.5em; }
    .vanguard#wrapper #header-icons #user-button:hover {
      background: black; }
      .vanguard#wrapper #header-icons #user-button:hover .user-button-icon {
        color: white; }

#header-icons.cgl-header {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  height: 100vh;
  top: 0px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  right: 0%;
  width: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  #header-icons.cgl-header #menu-button {
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    background-color: #f14f1e !important;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 75px; }
    #header-icons.cgl-header #menu-button .menu-button-icons .close {
      width: 50%;
      margin: 0 auto;
      left: 25%;
      top: 25%; }
    #header-icons.cgl-header #menu-button .menu-button-icons .open-hamburger {
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      #header-icons.cgl-header #menu-button .menu-button-icons .open-hamburger .menu-line {
        -webkit-transition: -webkit-transform 0.35s ease;
        transition: -webkit-transform 0.35s ease;
        transition: transform 0.35s ease;
        transition: transform 0.35s ease, -webkit-transform 0.35s ease; }
      #header-icons.cgl-header #menu-button .menu-button-icons .open-hamburger .line-one {
        width: 1px;
        height: 50%;
        background-color: rgba(255, 255, 255, 0.7); }
      #header-icons.cgl-header #menu-button .menu-button-icons .open-hamburger .line-two {
        width: 2px;
        height: 33%;
        background-color: white;
        margin-left: 0.5em;
        top: 5.8px; }

#menu.cgl-menu {
  top: -webkit-calc(50% - 75px / 2);
  top: calc(50% - 75px / 2); }
  #menu.cgl-menu .menu-items-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }

.claxton-menu .menu-background-container, .claxton-menu .menu-items-container {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left; }

.header-menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }

.backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .backgrounds .dimmer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1; }
  .backgrounds .dimmer-grey {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85); }

.background {
  width: 100%;
  height: 100%; }
  .background.size-large, .background.size-medium, .background.size-desktop, .background.size-small {
    display: none; }
  .background .bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; }
  .background .img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    height: auto;
    width: 100%;
    min-height: 100%;
    object-fit: cover; }

@media all and (max-width: 500px) {
  .size-large .background, .size-large .menu-background, .size-large .image, .size-large .img, .size-medium .background, .size-medium .menu-background, .size-medium .image, .size-medium .img, .size-desktop .background, .size-desktop .menu-background, .size-desktop .image, .size-desktop .img {
    background: none !important; }
  .size-small {
    display: block !important; } }

@media all and (max-width: 1000px) and (min-width: 501px) {
  .size-large .background, .size-large .menu-background, .size-large .image, .size-large .img, .size-small .background, .size-small .menu-background, .size-small .image, .size-small .img {
    background: none !important; }
  .size-medium, .size-desktop {
    display: block !important; } }

@media all and (min-width: 1001px) {
  .size-small .background, .size-small .menu-background, .size-small .image, .size-small .img, .size-medium .background, .size-medium .menu-background, .size-medium .image, .size-medium .img {
    background: none !important; }
  .size-large, .size-desktop {
    display: block !important; } }

.grid-box {
  width: 100%;
  display: block;
  -webkit-perspective: 55em;
          perspective: 55em;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%; }
  .grid-box * {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .grid-box .dummy {
    padding-top: 65%; }
  .grid-box .grid-box-container-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .grid-box .grid-box-container-wrapper .grid-box-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
        .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-wrapper-background {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background: -webkit-gradient(linear, left top, right top, from(#00aeef), to(transparent));
          background: -webkit-linear-gradient(left, #00aeef, transparent);
          background: linear-gradient(to right, #00aeef, transparent); }
        .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-inner {
          top: 1px;
          left: 1px;
          right: 1px;
          bottom: 1px;
          position: absolute;
          background: #020c17; }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-inner .grid-box-image {
            width: 100%;
            height: 100%; }
            .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-inner .grid-box-image .image {
              width: 100%;
              height: 100%;
              object-fit: cover; }
            .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-inner .grid-box-image .dimmer {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100%;
              height: 100%;
              background: rgba(41, 31, 15, 0.7);
              -webkit-transition-property: background;
              transition-property: background;
              -webkit-transition-duration: 0.35s;
                      transition-duration: 0.35s;
              -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                      transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .grid-box .grid-box-container-wrapper .grid-box-container .rectangle {
        width: 36.6%;
        height: 11.5%;
        background: white;
        position: absolute;
        top: 8%;
        right: -8%;
        opacity: 0.1;
        -webkit-transform: translateZ(1.5em);
                transform: translateZ(1.5em); }
      .grid-box .grid-box-container-wrapper .grid-box-container .top-vert-line {
        position: absolute;
        top: -5%;
        right: 4%;
        height: 15%;
        width: 1px;
        background: #B6B9DA;
        -webkit-transform: translateZ(0.5em);
                transform: translateZ(0.5em); }
      .grid-box .grid-box-container-wrapper .grid-box-container .top-small-square {
        position: absolute;
        top: -5%;
        right: 2%;
        background: #B6B9DA;
        width: 0.85%;
        padding-top: 0.85%;
        -webkit-transform: translateZ(1em);
                transform: translateZ(1em); }
      .grid-box .grid-box-container-wrapper .grid-box-container .bottom-small-line {
        bottom: 0;
        right: 0;
        width: 4%;
        height: 1px;
        background: #B6B9DA;
        position: absolute; }
      .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%) translateZ(0.5em) translateX(-0.1%);
                transform: translateY(-50%) translateZ(0.5em) translateX(-0.1%);
        padding: 0 15%;
        opacity: 0.7;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transition-duration: 0.35s;
                transition-duration: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
        .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .text {
          font-size: 1.1em;
          color: white;
          font-weight: bold; }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .text.long-title {
            font-size: 0.9em; }
        .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .date {
          margin-top: 0.75em;
          font-weight: 300;
          color: white;
          font-size: 0.8em; }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .date .slash {
            color: #00aeef; }
      .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(150%) translateZ(0.5em);
                transform: translateY(-50%) translateX(150%) translateZ(0.5em);
        opacity: 0;
        right: 0;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transition-duration: 0.35s;
                transition-duration: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
        .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title:before {
          content: '';
          position: absolute;
          bottom: -50%;
          left: -20%;
          height: 1px;
          width: 140%;
          background: white;
          -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transform-origin: center left;
              -ms-transform-origin: center left;
                  transform-origin: center left;
          -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          transition-property: transform;
          transition-property: transform, -webkit-transform;
          -webkit-transition-duration: 0.35s;
                  transition-duration: 0.35s;
          -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
        .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title span {
          display: inline-block;
          vertical-align: bottom; }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title span.text {
            font-weight: 600;
            color: white;
            font-size: 0.725em;
            margin-right: 0.5em; }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title span.icon {
            width: 1em;
            height: 1em; }
            .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title span.icon svg path {
              fill: #f89822; }
        .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title.down-subtitle {
          color: white;
          bottom: 0;
          left: auto;
          right: auto;
          width: 90%;
          font-size: .9em; }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title.down-subtitle:before {
            display: none; }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title.down-subtitle .grid-box-subtitle {
            top: 90%;
            font-weight: 500;
            bottom: 0;
            text-align: left; }
            @media screen and (min-width: 768px) {
              .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title.down-subtitle .grid-box-subtitle {
                right: 65%; } }
  .grid-box:hover .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-image .dimmer {
    background: rgba(41, 31, 15, 0.3); }
  .grid-box:hover .grid-box-container-wrapper .grid-box-container .grid-box-link-title {
    -webkit-transform: translateY(-50%) translateX(75%) translateZ(0.5em);
            transform: translateY(-50%) translateX(75%) translateZ(0.5em);
    opacity: 1;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s; }
    @media screen and (max-width: 768px) {
      .grid-box:hover .grid-box-container-wrapper .grid-box-container .grid-box-link-title {
        -webkit-transform: translateY(-50%) translateX(10%) translateZ(0.5em);
                transform: translateY(-50%) translateX(10%) translateZ(0.5em); } }
    .grid-box:hover .grid-box-container-wrapper .grid-box-container .grid-box-link-title:before {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s;
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
  .grid-box:hover .grid-box-container-wrapper .grid-box-container .grid-box-title {
    opacity: 0.99;
    -webkit-transform: translateX(-25%) translateY(-50%) translateZ(0.5em);
            transform: translateX(-25%) translateY(-50%) translateZ(0.5em); }
    @media screen and (max-width: 768px) {
      .grid-box:hover .grid-box-container-wrapper .grid-box-container .grid-box-title {
        -webkit-transform: translateX(-20%) translateY(-50%) translateZ(0.5em);
                transform: translateX(-20%) translateY(-50%) translateZ(0.5em); } }

.pagination-container {
  border-bottom: 1px solid white;
  z-index: 99;
  white-space: nowrap; }
  .pagination-container .arrow {
    width: 1em;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    width: 1.14em;
    z-index: 5;
    padding-top: 1em;
    padding-bottom: 0.7em;
    -webkit-box-sizing: initial;
            box-sizing: initial; }
    .pagination-container .arrow svg {
      height: auto;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .pagination-container .arrow svg path {
        fill: #f89822; }
    .pagination-container .arrow.left-arrow {
      padding-right: 1em; }
      .pagination-container .arrow.left-arrow svg {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
      .pagination-container .arrow.left-arrow:hover svg {
        -webkit-transform: rotateY(180deg) translateX(35%);
                transform: rotateY(180deg) translateX(35%); }
    .pagination-container .arrow.right-arrow {
      padding-left: 1em; }
      .pagination-container .arrow.right-arrow svg {
        -webkit-transform: rotateY(0.1deg);
                transform: rotateY(0.1deg); }
      .pagination-container .arrow.right-arrow:hover svg {
        -webkit-transform: translateX(35%);
            -ms-transform: translateX(35%);
                transform: translateX(35%); }
    .pagination-container .arrow.swiper-button-disabled {
      opacity: 0.35;
      cursor: default; }
      .pagination-container .arrow.swiper-button-disabled.left-arrow svg {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
      .pagination-container .arrow.swiper-button-disabled.right-arrow svg {
        -webkit-transform: rotateY(0.1deg);
                transform: rotateY(0.1deg); }
  .pagination-container .pagination-wrapper {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 0.7em; }
    .pagination-container .pagination-wrapper .pagination {
      position: initial;
      text-align: initial;
      -webkit-transition: initial;
      transition: initial;
      -webkit-transform: initial;
          -ms-transform: initial;
              transform: initial;
      z-index: initial;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      height: 2em;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .pagination-container .pagination-wrapper .pagination .pagination-bullet {
        width: 1px;
        height: 100%;
        display: block;
        -webkit-border-radius: 0;
                border-radius: 0;
        border: initial;
        opacity: 1;
        padding: 0em 0.9em;
        background: transparent; }
        .pagination-container .pagination-wrapper .pagination .pagination-bullet:before {
          content: '';
          height: 100%;
          background: white;
          width: 1px;
          position: absolute;
          top: 0;
          -webkit-transform-origin: center bottom;
              -ms-transform-origin: center bottom;
                  transform-origin: center bottom;
          -webkit-transform: scaleY(0);
              -ms-transform: scaleY(0);
                  transform: scaleY(0);
          -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          transition-property: transform;
          transition-property: transform, -webkit-transform;
          -webkit-transition-duration: 0.35s;
                  transition-duration: 0.35s;
          -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
        .pagination-container .pagination-wrapper .pagination .pagination-bullet:after {
          content: '';
          position: absolute;
          width: 3px;
          height: 3px;
          bottom: 0;
          margin-left: -2px;
          -webkit-border-radius: 100%;
                  border-radius: 100%;
          border: 1px solid white;
          -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          transition-property: transform;
          transition-property: transform, -webkit-transform;
          -webkit-transition-duration: 0.35s;
                  transition-duration: 0.35s;
          -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
        .pagination-container .pagination-wrapper .pagination .pagination-bullet.swiper-pagination-bullet-active:before, .pagination-container .pagination-wrapper .pagination .pagination-bullet.active:before {
          -webkit-transform: scaleY(1);
              -ms-transform: scaleY(1);
                  transform: scaleY(1); }
        .pagination-container .pagination-wrapper .pagination .pagination-bullet.swiper-pagination-bullet-active:after, .pagination-container .pagination-wrapper .pagination .pagination-bullet.active:after {
          -webkit-transform: scale(0);
              -ms-transform: scale(0);
                  transform: scale(0); }

.go-down-container {
  z-index: 100;
  position: absolute;
  bottom: -1.93em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 10em;
  text-align: center;
  color: white;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 100; }
  .go-down-container .title .text {
    font-weight: 300;
    font-size: 0.75em;
    letter-spacing: 0.05em; }
  .go-down-container .line-container {
    height: 3.86em;
    width: 100%;
    margin-top: 2em; }
    .go-down-container .line-container .line {
      height: 100%;
      width: 1px;
      background: white;
      margin: auto;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .go-down-container:hover {
    color: white; }
    .go-down-container:hover .line-container .line {
      -webkit-transform: translateY(-25%);
          -ms-transform: translateY(-25%);
              transform: translateY(-25%); }

.go-down {
  background: black; }

.video-module {
  width: 48em;
  margin: auto;
  -webkit-perspective: 55em;
          perspective: 55em; }
  .video-module * {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  @media screen and (max-width: 1120px) {
    .video-module {
      width: 68.5%; } }
  @media screen and (max-width: 768px) {
    .video-module {
      width: 80%; } }
  .video-module .video-container {
    width: 100%; }
    .video-module .video-container .dummy {
      padding-top: 56.25%; }
    .video-module .video-container .video-wrapper-3 {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .video-module .video-container .video-wrapper-3 .video-wrapper-2 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          border: 1px solid rgba(255, 255, 255, 0.26);
          background: #020c17; }
          .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 .video-file {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: black; }
            .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 .video-file video {
              width: 100%;
              height: 100%; }
            .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 .video-file .close-video {
              visibility: hidden;
              width: 1.25em;
              position: absolute;
              top: 0em;
              right: 0em;
              padding: 0.5em;
              -webkit-box-sizing: initial;
                      box-sizing: initial;
              cursor: pointer;
              -webkit-transform: translateZ(0.1em);
                      transform: translateZ(0.1em); }
              .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 .video-file .close-video svg {
                -webkit-transition-property: -webkit-transform;
                transition-property: -webkit-transform;
                transition-property: transform;
                transition-property: transform, -webkit-transform;
                -webkit-transition-duration: 0.35s;
                        transition-duration: 0.35s;
                -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
                .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 .video-file .close-video svg path {
                  fill: white;
                  -webkit-transition-property: fill;
                  transition-property: fill;
                  -webkit-transition-duration: 0.35s;
                          transition-duration: 0.35s;
                  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
              .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 .video-file .close-video:hover svg {
                -webkit-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                        transform: scale(1.1); }
                .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 .video-file .close-video:hover svg path {
                  fill: #f89822; }
          .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 .video-image {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: black; }
            .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 .video-image img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
    .video-module .video-container .video-elements {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .video-module .video-container .video-elements .numbers {
        position: absolute;
        top: 18%;
        left: 101.35%;
        width: auto;
        height: 12.5%; }
      .video-module .video-container .video-elements .border-dots {
        position: absolute;
        width: auto;
        height: 15%; }
        .video-module .video-container .video-elements .border-dots.top-left-corner {
          top: 1%;
          right: 101.5%; }
        .video-module .video-container .video-elements .border-dots.top-right-corner {
          top: 1%;
          left: 101.5%; }
        .video-module .video-container .video-elements .border-dots.bottom-left-corner {
          bottom: 1%;
          right: 101.5%; }
        .video-module .video-container .video-elements .border-dots.bottom-right-corner {
          bottom: 1%;
          left: 101.5%; }
      .video-module .video-container .video-elements .corner {
        position: absolute;
        width: 3.8%; }
        .video-module .video-container .video-elements .corner.top-left-corner {
          top: -0.15em;
          left: -0.15em; }
        .video-module .video-container .video-elements .corner.top-right-corner {
          top: -0.15em;
          right: -0.15em; }
        .video-module .video-container .video-elements .corner.bottom-left-corner {
          bottom: -0.15em;
          left: -0.15em; }
        .video-module .video-container .video-elements .corner.bottom-right-corner {
          bottom: -0.15em;
          right: -0.15em; }
      .video-module .video-container .video-elements .dots-line {
        position: absolute; }
        .video-module .video-container .video-elements .dots-line.top-dots-line {
          top: 6%;
          left: 50%;
          height: 27.5%;
          width: auto;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .video-module .video-container .video-elements .dots-line.bottom-dots-line {
          bottom: 6%;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          height: 27.5%;
          width: auto; }
        .video-module .video-container .video-elements .dots-line.left-dots-line {
          width: 38%;
          height: auto;
          top: 50%;
          left: 4.22%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .video-module .video-container .video-elements .dots-line.right-dots-line {
          width: 38%;
          height: auto;
          top: 50%;
          right: 4.22%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .video-module .video-container .video-elements .circles {
        position: absolute;
        top: 38%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 4.68em; }
      .video-module .video-container .video-elements .big-circle {
        position: absolute;
        bottom: 37%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 0.45em; }
      .video-module .video-container .video-elements .title {
        position: absolute;
        top: 35%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateZ(1.25em) translateY(0.25em);
                transform: translateX(-50%) translateZ(1.25em) translateY(0.25em); }
        .video-module .video-container .video-elements .title .text {
          font-size: 0.32em;
          color: #a8cdf7;
          text-transform: uppercase;
          font-weight: 600; }

@-webkit-keyframes bars-direction {
  0% {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  25% {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  50% {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  75% {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  100% {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; } }

@keyframes bars-direction {
  0% {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  25% {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  50% {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  75% {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  100% {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
      .video-module .video-container .video-elements .right-bars {
        left: 105%;
        top: 2.5%;
        height: 95%;
        width: 1em;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-animation: 3s bars-direction infinite step-end;
                animation: 3s bars-direction infinite step-end;
        -webkit-transform: translateZ(0.5em);
                transform: translateZ(0.5em); }

@-webkit-keyframes top-video-bar {
  0% {
    height: 10%;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  25% {
    height: 50%;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  50% {
    height: 10%;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  75% {
    height: 50%;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    height: 10%; } }

@keyframes top-video-bar {
  0% {
    height: 10%;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  25% {
    height: 50%;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  50% {
    height: 10%;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  75% {
    height: 50%;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    height: 10%; } }

@-webkit-keyframes bottom-video-bar {
  0% {
    height: 10%;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  25% {
    height: 50%;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  50% {
    height: 10%;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  75% {
    height: 50%;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    height: 10%; } }

@keyframes bottom-video-bar {
  0% {
    height: 10%;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  25% {
    height: 50%;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  50% {
    height: 10%;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  75% {
    height: 50%;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    height: 10%; } }
        .video-module .video-container .video-elements .right-bars .bar {
          height: 50%;
          width: -webkit-calc(100% - 2px);
          width: calc(100% - 2px);
          margin-left: 1px;
          background: #00aeef;
          height: 10%; }
          .video-module .video-container .video-elements .right-bars .bar.top {
            margin-bottom: 1px;
            opacity: 0.2;
            -webkit-animation-name: top-video-bar;
                    animation-name: top-video-bar;
            -webkit-animation-duration: 3s;
                    animation-duration: 3s;
            -webkit-animation-iteration-count: infinite;
                    animation-iteration-count: infinite;
            -webkit-animation-timing-function: step-end;
                    animation-timing-function: step-end; }
          .video-module .video-container .video-elements .right-bars .bar.bottom {
            opacity: 0.35;
            -webkit-animation-name: bottom-video-bar;
                    animation-name: bottom-video-bar;
            -webkit-animation-duration: 3s;
                    animation-duration: 3s;
            -webkit-animation-iteration-count: infinite;
                    animation-iteration-count: infinite;
            -webkit-animation-timing-function: step-end;
                    animation-timing-function: step-end; }
        .video-module .video-container .video-elements .right-bars:after {
          content: '';
          width: 1px;
          height: 100%;
          position: absolute;
          right: -1em;
          background: white;
          opacity: 0.2;
          top: 0; }
    .video-module .video-container .play-button-container {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) translateZ(3em);
              transform: translate(-50%, -50%) translateZ(3em);
      width: 10%;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .video-module .video-container .play-button-container .dummy {
        padding-top: 100%; }
      .video-module .video-container .play-button-container .play-button {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        cursor: pointer; }
        .video-module .video-container .play-button-container .play-button .cirlce {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          border: 1px solid #8cd2f4;
          -webkit-border-radius: 100%;
                  border-radius: 100%;
          opacity: 0.35; }

@-webkit-keyframes three-sixty {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes three-sixty {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
        .video-module .video-container .play-button-container .play-button .spinner {
          opacity: 0.15;
          position: absolute;
          top: 3px;
          left: 3px;
          right: 3px;
          bottom: 3px;
          -webkit-border-radius: 100%;
                  border-radius: 100%;
          border-top: 0.5em solid #8cd2f4;
          border-left: 0.5em solid #8cd2f4;
          border-right: 0.5em solid transparent;
          border-bottom: 0.5em solid transparent;
          -webkit-animation-name: three-sixty;
                  animation-name: three-sixty;
          -webkit-animation-duration: 1.75s;
                  animation-duration: 1.75s;
          -webkit-animation-iteration-count: infinite;
                  animation-iteration-count: infinite;
          -webkit-animation-timing-function: linear;
                  animation-timing-function: linear; }
        .video-module .video-container .play-button-container .play-button .icon {
          position: absolute;
          width: 35%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-40%, -50%);
              -ms-transform: translate(-40%, -50%);
                  transform: translate(-40%, -50%); }
          .video-module .video-container .play-button-container .play-button .icon svg path {
            fill: #f89822; }
      .video-module .video-container .play-button-container:hover {
        -webkit-transform: translate(-50%, -50%) translateZ(5em);
                transform: translate(-50%, -50%) translateZ(5em); }
        .video-module .video-container .play-button-container:hover .play-button .spinner {
          -webkit-animation-duration: 0.35s;
                  animation-duration: 0.35s; }
    .video-module .video-container .video-text {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-47.5%) translateX(-35%) translateZ(2em);
              transform: translateY(-47.5%) translateX(-35%) translateZ(2em);
      width: 45%; }
      @media screen and (max-width: 768px) {
        .video-module .video-container .video-text {
          width: 45%;
          -webkit-transform: translateY(-47.5%) translateX(-14%) translateZ(2em);
                  transform: translateY(-47.5%) translateX(-14%) translateZ(2em); } }
      .video-module .video-container .video-text .title-container {
        overflow: hidden; }
        .video-module .video-container .video-text .title-container .title {
          overflow: hidden; }
          .video-module .video-container .video-text .title-container .title .text {
            overflow: hidden; }
      .video-module .video-container .video-text .excerpt-container {
        overflow: hidden; }
        .video-module .video-container .video-text .excerpt-container .excerpt {
          overflow: hidden; }
          .video-module .video-container .video-text .excerpt-container .excerpt .text {
            overflow: hidden; }
      @media screen and (max-width: 768px) {
        .video-module .video-container .video-text .excerpt {
          display: none; } }
  .video-module .timeline {
    margin-top: 1em;
    width: 100%;
    height: 0.2em;
    background: #53596E; }
    .video-module .timeline .progress {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #4f92f6;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: center left;
          -ms-transform-origin: center left;
              transform-origin: center left; }
  .video-module .video-bottom {
    width: 100%;
    height: 1em;
    margin-top: 2em; }
    .video-module .video-bottom .corner {
      position: absolute;
      height: 100%;
      width: auto; }
      .video-module .video-bottom .corner.left {
        left: 0; }
      .video-module .video-bottom .corner.right {
        right: 0; }
    .video-module .video-bottom .border {
      width: -webkit-calc(100% - 3em);
      width: calc(100% - 3em);
      height: 1px;
      background: white;
      opacity: 0.2;
      margin-left: 1.5em;
      position: absolute;
      bottom: 0; }
    .video-module .video-bottom .title {
      position: absolute;
      right: 1.6em;
      bottom: 0.15em; }
      .video-module .video-bottom .title .text {
        font-size: 0.32em;
        color: #a8cdf7;
        text-transform: uppercase;
        font-weight: 600; }
    .video-module .video-bottom .chevron {
      position: absolute;
      width: 0.3em;
      bottom: 40%;
      right: 0.4em; }
    .video-module .video-bottom .timeline-small {
      width: -webkit-calc(100% - 3.5em);
      width: calc(100% - 3.5em);
      height: 1px;
      background: #53596E;
      margin-left: 1.5em;
      position: absolute;
      bottom: -0.25em; }
      .video-module .video-bottom .timeline-small .progress {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #4f92f6;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: center left;
            -ms-transform-origin: center left;
                transform-origin: center left; }

.arrow-title {
  display: inline-block;
  clear: both;
  color: white;
  padding-bottom: 0.5em;
  -webkit-backface-visibility: hidden; }
  .arrow-title:after {
    content: '';
    width: 100%;
    bottom: 0;
    right: 0;
    height: 1px;
    background: white;
    position: absolute;
    -webkit-transform-origin: center right;
        -ms-transform-origin: center right;
            transform-origin: center right;
    -webkit-transform: scaleX(0.65);
        -ms-transform: scaleX(0.65);
            transform: scaleX(0.65);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.35s;
            transition-duration: 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .arrow-title span {
    display: inline-block;
    vertical-align: top; }
    .arrow-title span.text {
      font-size: 0.75em;
      font-weight: 600;
      margin-right: 0.82em; }
    .arrow-title span.icon {
      width: 1.14em;
      height: auto;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .arrow-title span.icon svg path {
        fill: #f89822; }
  .arrow-title:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }
  .arrow-title:hover span.icon {
    -webkit-transform: translateX(40%);
        -ms-transform: translateX(40%);
            transform: translateX(40%); }

.page-view {
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 0.88s;
  --delay-anim: 0s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: #00aeef; }

.glitch-title.start, .glitch-text.start {
  -webkit-animation-name: glitch-anim-text;
          animation-name: glitch-anim-text;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }

.glitch-image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .glitch-image-container .single-glitch-image {
    position: absolute;
    top: -webkit-calc(-1 * var(--gap-vertical));
    top: calc(-1 * var(--gap-vertical));
    left: -webkit-calc(-1 * var(--gap-horizontal));
    left: calc(-1 * var(--gap-horizontal));
    width: -webkit-calc(100% + var(--gap-horizontal) * 2);
    width: calc(100% + var(--gap-horizontal) * 2);
    height: -webkit-calc(100% + var(--gap-vertical) * 2);
    height: calc(100% + var(--gap-vertical) * 2);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--blend-color-1);
    background-size: cover;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    background-blend-mode: var(--blend-mode-1); }
    .glitch-image-container .single-glitch-image:nth-child(n+2) {
      opacity: 0; }
  .glitch-image-container.start .single-glitch-image:nth-child(n+2) {
    -webkit-animation-duration: var(--time-anim);
            animation-duration: var(--time-anim);
    -webkit-animation-delay: var(--delay-anim);
            animation-delay: var(--delay-anim);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
  .glitch-image-container.start .single-glitch-image:nth-child(2) {
    background-color: var(--blend-color-2);
    background-blend-mode: var(--blend-mode-2);
    -webkit-animation-name: glitch-anim-1;
            animation-name: glitch-anim-1; }
  .glitch-image-container.start .single-glitch-image:nth-child(3) {
    background-color: var(--blend-color-3);
    background-blend-mode: var(--blend-mode-3);
    -webkit-animation-name: glitch-anim-2;
            animation-name: glitch-anim-2; }
  .glitch-image-container.start .single-glitch-image:nth-child(4) {
    background-color: var(--blend-color-4);
    background-blend-mode: var(--blend-mode-4);
    -webkit-animation-name: glitch-anim-3;
            animation-name: glitch-anim-3; }
  .glitch-image-container.start .single-glitch-image:nth-child(5) {
    background-color: var(--blend-color-5);
    background-blend-mode: var(--blend-mode-5);
    -webkit-animation-name: glitch-anim-flash;
            animation-name: glitch-anim-flash;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s; }

@-webkit-keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
            transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
            clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%); }
  9.09% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
            clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%); }
  18.18% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
            clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%); }
  27.27% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
            clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%); }
  36.36% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
            clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  45.45% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
            clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  54.54% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
            clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  63.63% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
            clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  72.72% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
            clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  81.82% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
            clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  90.91% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
            clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  99.54% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
            transform: translate3d(var(--gap-horizontal), 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
            transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
            clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%); }
  9.09% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
            clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%); }
  18.18% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
            clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%); }
  27.27% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
            clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%); }
  36.36% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
            clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  45.45% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
            clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  54.54% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
            clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  63.63% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
            clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  72.72% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
            clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  81.82% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
            clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  90.91% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
            clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  99.54% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
            transform: translate3d(var(--gap-horizontal), 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@-webkit-keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-webkit-calc(-1 * var(--gap-horizontal)), 0, 0);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
            clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%); }
  13.64% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
            clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%); }
  22.73% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
            clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%); }
  31.82% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
            clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  40.91% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
            clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%); }
  50% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
            clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%); }
  59.09% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
            clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  68.18% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
            clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%); }
  77.27% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
            clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%); }
  86.36% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
            clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%); }
  90.91% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
            clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%); }
  99.54% {
    opacity: 1;
    -webkit-transform: translate3d(-webkit-calc(-1 * var(--gap-horizontal)), 0, 0);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-webkit-calc(-1 * var(--gap-horizontal)), 0, 0);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
            clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%); }
  13.64% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
            clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%); }
  22.73% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
            clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%); }
  31.82% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
            clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  40.91% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
            clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%); }
  50% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
            clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%); }
  59.09% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
            clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  68.18% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
            clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%); }
  77.27% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
            clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%); }
  86.36% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
            clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%); }
  90.91% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
            clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%); }
  99.54% {
    opacity: 1;
    -webkit-transform: translate3d(-webkit-calc(-1 * var(--gap-horizontal)), 0, 0);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@-webkit-keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -webkit-calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
            transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
            clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%); }
  6.82% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
            clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%); }
  9.09% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
            clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%); }
  11.36% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
            clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  13.64% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
            clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%); }
  22.73% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
            clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%); }
  25% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
            clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%); }
  31.82% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
            clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%); }
  36.36% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
            clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  40.91% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
            clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%); }
  47.73% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
            clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%); }
  50% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
            clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%); }
  59.09% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
            clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%); }
  63.64% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
            clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%); }
  65.91% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
            clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%); }
  68.18% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
            clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%); }
  72.73% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
            clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  81.82% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
            clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%); }
  90.91% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
            clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%); }
  99.54% {
    opacity: 1;
    -webkit-transform: translate3d(0, -webkit-calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
            transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -webkit-calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
            transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
            clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%); }
  6.82% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
            clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%); }
  9.09% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
            clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%); }
  11.36% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
            clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  13.64% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
            clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%); }
  22.73% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
            clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%); }
  25% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
            clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%); }
  31.82% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
            clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%); }
  36.36% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
            clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  40.91% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
            clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%); }
  47.73% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
            clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%); }
  50% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
            clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%); }
  59.09% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
            clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%); }
  63.64% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
            clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%); }
  65.91% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
            clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%); }
  68.18% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
            clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%); }
  72.73% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
            clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  81.82% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
            clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%); }
  90.91% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
            clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%); }
  99.54% {
    opacity: 1;
    -webkit-transform: translate3d(0, -webkit-calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
            transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@-webkit-keyframes glitch-anim-text {
  0% {
    -webkit-transform: translate3d(-webkit-calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
            clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  20% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
            clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  40% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
            clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  50% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
            clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  60% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
            clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  70% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
            clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  80% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
            clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  90% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
            clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  99% {
    -webkit-transform: translate3d(-webkit-calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1); }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

@keyframes glitch-anim-text {
  0% {
    -webkit-transform: translate3d(-webkit-calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
            clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  20% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
            clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  40% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
            clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  50% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
            clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  60% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
            clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  70% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
            clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  80% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
            clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  90% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
            clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  99% {
    -webkit-transform: translate3d(-webkit-calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1); }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

@-webkit-keyframes glitch-anim-flash {
  0%, 90.91% {
    opacity: 0.2;
    -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
            transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes glitch-anim-flash {
  0%, 90.91% {
    opacity: 0.2;
    -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
            transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.slideshow-module .slideshow-module-main .dummy {
  padding-top: 50%; }

.slideshow-module .slideshow-module-main .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #020c17; }
  .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.image-slide .image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .video {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .play-button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 7%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.35s;
            transition-duration: 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
    .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .play-button-container .dummy {
      padding-top: 100%; }
    .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .play-button-container .play-button {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .play-button-container .play-button .cirlce {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #8cd2f4;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        opacity: 0.35; }

@keyframes three-sixty {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
      .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .play-button-container .play-button .spinner {
        opacity: 0.15;
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        border-top: 0.5em solid #8cd2f4;
        border-left: 0.5em solid #8cd2f4;
        border-right: 0.5em solid transparent;
        border-bottom: 0.5em solid transparent;
        -webkit-animation-name: three-sixty;
                animation-name: three-sixty;
        -webkit-animation-duration: 1.75s;
                animation-duration: 1.75s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear; }
      .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .play-button-container .play-button .icon {
        position: absolute;
        width: 35%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-40%, -50%);
            -ms-transform: translate(-40%, -50%);
                transform: translate(-40%, -50%); }
        .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .play-button-container .play-button .icon svg path {
          fill: #f89822; }
    .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .play-button-container:hover {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
          -ms-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1); }
      .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .play-button-container:hover .play-button .spinner {
        -webkit-animation-duration: 0.35s;
                animation-duration: 0.35s; }

.slideshow-module .slideshow-module-secondary {
  width: 80%;
  margin: auto;
  padding: 7.5em 10%;
  background: -webkit-gradient(linear, left top, right top, from(#1a1e21), to(rgba(26, 30, 33, 0.5)));
  background: -webkit-linear-gradient(left, #1a1e21, rgba(26, 30, 33, 0.5));
  background: linear-gradient(to right, #1a1e21, rgba(26, 30, 33, 0.5));
  border: 1px solid rgba(255, 255, 255, 0.26);
  margin-top: -3.45em;
  z-index: 1;
  -webkit-transition-property: margin;
  transition-property: margin;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .slideshow-module .slideshow-module-secondary.active {
    margin-top: 2em; }
  @media screen and (max-width: 1120px) {
    .slideshow-module .slideshow-module-secondary {
      width: 90%;
      margin-top: -2em; } }
  @media screen and (max-width: 768px) {
    .slideshow-module .slideshow-module-secondary {
      margin-top: -1.5em; } }
  @media screen and (max-width: 567px) {
    .slideshow-module .slideshow-module-secondary {
      margin-top: -0.75em; } }
  .slideshow-module .slideshow-module-secondary .swiper-container {
    width: 100%; }
    .slideshow-module .slideshow-module-secondary .swiper-container .swiper-wrapper {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .slideshow-module .slideshow-module-secondary .swiper-container .swiper-wrapper .swiper-slide .text-content {
        color: white; }
        .slideshow-module .slideshow-module-secondary .swiper-container .swiper-wrapper .swiper-slide .text-content .text {
          line-height: 1.5;
          font-size: 0.85em; }
  .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .numbers {
      position: absolute;
      top: 0;
      left: 101.35%;
      width: 0.7%;
      margin-top: 12%;
      height: auto; }
    .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .border-dots {
      position: absolute;
      width: 0.35%;
      height: auto; }
      .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .border-dots.top-left-corner {
        top: 1%;
        right: 101.5%; }
      .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .border-dots.top-right-corner {
        top: 1%;
        left: 101.5%; }
      .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .border-dots.bottom-left-corner {
        bottom: 1%;
        right: 101.5%; }
      .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .border-dots.bottom-right-corner {
        bottom: 1%;
        left: 101.5%; }
    .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .corner {
      position: absolute;
      width: 4.25%; }
      .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .corner.top-left-corner {
        top: -0.15em;
        left: -0.15em; }
      .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .corner.top-right-corner {
        top: -0.15em;
        right: -0.15em; }
      .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .corner.bottom-left-corner {
        bottom: -0.15em;
        left: -0.15em; }
      .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .corner.bottom-right-corner {
        bottom: -0.15em;
        right: -0.15em; }
  .slideshow-module .slideshow-module-secondary .pagination-container {
    position: absolute;
    left: 50%;
    top: 0.65em;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .slideshow-module .slideshow-module-secondary .pagination-container .pagination-wrapper .pagination .pagination-bullet:before {
      background: #00aeef;
      height: 200%;
      top: -100%; }
    .slideshow-module .slideshow-module-secondary .pagination-container .pagination-wrapper .pagination .pagination-bullet:after {
      border: 1px solid #00aeef; }

.carousel-container.container {
  z-index: 5; }
  .carousel-container.container .wrapper .carousel.swiper-container {
    overflow: initial; }
    .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper {
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important; }
      .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
        width: 24.5%;
        margin-right: 8.5%; }
        @media screen and (max-width: 1120px) {
          .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
            width: 40%; } }
        @media screen and (max-width: 567px) {
          .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
            width: 70%;
            margin-right: 15%; } }
        .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide:last-child {
          margin-right: 0; }
    .carousel-container.container .wrapper .carousel.swiper-container .swiper-scrollbar {
      background: transparent;
      margin-top: 2em;
      display: block;
      position: relative;
      height: auto;
      -webkit-border-radius: initial;
              border-radius: initial;
      overflow: hidden; }
      @media screen and (max-width: 567px) {
        .carousel-container.container .wrapper .carousel.swiper-container .swiper-scrollbar {
          overflow: initial; } }
      .carousel-container.container .wrapper .carousel.swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
        height: 2em;
        cursor: pointer;
        background: transparent;
        -webkit-border-radius: initial;
                border-radius: initial;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important; }
        .carousel-container.container .wrapper .carousel.swiper-container .swiper-scrollbar .swiper-scrollbar-drag:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          height: 3px;
          width: 150%;
          background: #00aeef;
          background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #00aeef), color-stop(80%, #00aeef), color-stop(80%, transparent));
          background: -webkit-linear-gradient(left, transparent, #00aeef 20%, #00aeef 80%, transparent);
          background: linear-gradient(to right, transparent, #00aeef 20%, #00aeef 80%, transparent);
          -webkit-transform: translateX(-50%) translateY(-2px);
              -ms-transform: translateX(-50%) translateY(-2px);
                  transform: translateX(-50%) translateY(-2px);
          min-width: 7.5em; }
        .carousel-container.container .wrapper .carousel.swiper-container .swiper-scrollbar .swiper-scrollbar-drag:after {
          content: '';
          background-image: url("../images/icons/scroll-arrows.svg");
          background-size: 75% 75%;
          background-repeat: no-repeat;
          background-position: center center;
          height: 22px;
          width: 22px;
          background-color: #00aeef;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
              -ms-transform: translateY(-50%) translateX(-50%);
                  transform: translateY(-50%) translateX(-50%);
          -webkit-border-radius: 100%;
                  border-radius: 100%;
          display: block;
          position: absolute; }

.testimonials-container {
  padding: 8.5em 0; }
  @media screen and (max-width: 768px) {
    .testimonials-container {
      padding: 2.5em 0; } }
  .testimonials-container .radial-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-radial-gradient(top left, circle, #061e2b, #020c17 100%);
    background-image: radial-gradient(circle at top left, #061e2b, #020c17 100%); }
  .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper {
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
            transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important; }

.single-testimonial, .fullTestimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .single-testimonial, .fullTestimonial {
      display: block; } }
  .single-testimonial .image-container, .fullTestimonial .image-container {
    width: 17.25%;
    margin-right: 6.75%; }
    @media screen and (max-width: 768px) {
      .single-testimonial .image-container, .fullTestimonial .image-container {
        width: 35%;
        margin: auto; } }
    @media screen and (max-width: 567px) {
      .single-testimonial .image-container, .fullTestimonial .image-container {
        width: 55%; } }
    .single-testimonial .image-container .dummy, .fullTestimonial .image-container .dummy {
      padding-top: 100%; }
    .single-testimonial .image-container .image-wrapper, .fullTestimonial .image-container .image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: translateX(-1px);
          -ms-transform: translateX(-1px);
              transform: translateX(-1px); }
      .single-testimonial .image-container .image-wrapper .background, .fullTestimonial .image-container .image-wrapper .background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -webkit-clip-path: polygon(100% 25%, 94% 31%, 94% 44%, 100% 50%, 100% 85%, 85% 100%, 10% 100%, 0 90%, 0 0, 100% 0);
                clip-path: polygon(100% 25%, 94% 31%, 94% 44%, 100% 50%, 100% 85%, 85% 100%, 10% 100%, 0 90%, 0 0, 100% 0);
        -webkit-transform: translateX(1px);
            -ms-transform: translateX(1px);
                transform: translateX(1px);
        background: #020c17; }
        .single-testimonial .image-container .image-wrapper .background .gradient, .fullTestimonial .image-container .image-wrapper .background .gradient {
          width: 100%;
          height: 100%;
          background: #8cd2f4;
          background: -webkit-gradient(linear, left top, left bottom, from(#8cd2f4), color-stop(#8cd2f4), color-stop(90%, transparent));
          background: -webkit-linear-gradient(#8cd2f4, #8cd2f4, transparent 90%);
          background: linear-gradient(#8cd2f4, #8cd2f4, transparent 90%);
          opacity: 0.75; }
      .single-testimonial .image-container .image-wrapper .person-image-container, .fullTestimonial .image-container .image-wrapper .person-image-container {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -webkit-clip-path: polygon(100% 25%, 94% 31%, 94% 44%, 100% 50%, 100% 85%, 85% 100%, 10% 100%, 0 90%, 0 0, 100% 0);
                clip-path: polygon(100% 25%, 94% 31%, 94% 44%, 100% 50%, 100% 85%, 85% 100%, 10% 100%, 0 90%, 0 0, 100% 0);
        background: #020c17; }
        .single-testimonial .image-container .image-wrapper .person-image-container .person-image, .fullTestimonial .image-container .image-wrapper .person-image-container .person-image {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .single-testimonial .image-container .image-wrapper .left-bar, .fullTestimonial .image-container .image-wrapper .left-bar {
        width: 3px;
        height: 40%;
        background: #8cd2f4;
        position: absolute;
        left: 1px;
        bottom: 10%;
        opacity: 0.5; }
  .single-testimonial .titles-container, .fullTestimonial .titles-container {
    width: 26.75%; }
    @media screen and (max-width: 768px) {
      .single-testimonial .titles-container, .fullTestimonial .titles-container {
        width: 100%;
        text-align: center;
        margin-top: 1.5em; } }
    .single-testimonial .titles-container .title .text, .fullTestimonial .titles-container .title .text {
      font-size: 1.1em;
      font-weight: 600; }
    .single-testimonial .titles-container .sub-title, .fullTestimonial .titles-container .sub-title {
      margin-top: 0.5em; }
      .single-testimonial .titles-container .sub-title .text, .fullTestimonial .titles-container .sub-title .text {
        font-size: 0.75em; }
    .single-testimonial .titles-container .pagination-container, .fullTestimonial .titles-container .pagination-container {
      margin-top: 1em;
      display: inline-block;
      clear: both; }
  .single-testimonial .excerpt-container, .fullTestimonial .excerpt-container {
    width: 49.25%; }
    @media screen and (max-width: 768px) {
      .single-testimonial .excerpt-container, .fullTestimonial .excerpt-container {
        width: 100%;
        text-align: center;
        margin-top: 1.5em; } }
    .single-testimonial .excerpt-container .content, .fullTestimonial .excerpt-container .content {
      margin-top: 1.72em; }
      @media screen and (max-width: 768px) {
        .single-testimonial .excerpt-container .content, .fullTestimonial .excerpt-container .content {
          margin-top: 0.75em; } }
      .single-testimonial .excerpt-container .content .text, .fullTestimonial .excerpt-container .content .text {
        font-size: 0.75em;
        line-height: 1.75;
        opacity: 0.8; }

.custom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed; }
  .custom-background .custom-background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .custom-background .custom-background-image .dimmer {
      opacity: 0.9; }
  .custom-background .custom-background-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .custom-background .custom-background-video .video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .custom-background .dimmer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #020c17;
    opacity: 0.75; }

.events-container .single-event {
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
  min-height: 25em; }
  @media screen and (max-width: 567px) {
    .events-container .single-event {
      width: 100%; } }
  .events-container .single-event .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .events-container .single-event .background .image {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .events-container .single-event .background .dimmer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0.7;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.15s;
              transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
              transition-timing-function: linear; }
  .events-container .single-event .event-content {
    padding: 5em 5%;
    text-align: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    min-width: 100%;
    width: 100%;
    max-width: 100%; }
    .events-container .single-event .event-content .title {
      margin-top: 5em;
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .events-container .single-event .event-content .title .text {
        font-weight: 600;
        font-size: 1.05em; }
    .events-container .single-event .event-content .sub-title {
      margin-top: 0.82em;
      -webkit-transition-delay: 0.05s;
              transition-delay: 0.05s;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .events-container .single-event .event-content .sub-title .text {
        font-size: 0.82em; }
    .events-container .single-event .event-content .details {
      margin-top: 2.63em;
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .events-container .single-event .event-content .details .text {
        font-size: 0.82em; }
        .events-container .single-event .event-content .details .text span.slash {
          color: white; }
    .events-container .single-event .event-content .arrow {
      width: 1.2em;
      margin: auto;
      margin-top: 2.27em;
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .events-container .single-event .event-content .arrow svg path {
        fill: #f89822; }
  .events-container .single-event:hover .background .dimmer {
    opacity: 0; }
  .events-container .single-event:hover .event-content .title {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
    opacity: 0;
    -webkit-transform: translateX(1em);
        -ms-transform: translateX(1em);
            transform: translateX(1em); }
  .events-container .single-event:hover .event-content .sub-title {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    opacity: 0;
    -webkit-transform: translateX(1em);
        -ms-transform: translateX(1em);
            transform: translateX(1em); }
  .events-container .single-event:hover .event-content .details {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
    opacity: 0;
    -webkit-transform: translateX(1em);
        -ms-transform: translateX(1em);
            transform: translateX(1em); }
  .events-container .single-event:hover .event-content .arrow {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0;
    -webkit-transform: translateX(1em);
        -ms-transform: translateX(1em);
            transform: translateX(1em); }

.button-with-icon {
  display: inline-block;
  color: white;
  padding-bottom: 0.75em;
  cursor: pointer; }
  .button-with-icon:after {
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #00aeef;
    -webkit-transform-origin: center right;
        -ms-transform-origin: center right;
            transform-origin: center right;
    -webkit-transform: scaleX(0.85);
        -ms-transform: scaleX(0.85);
            transform: scaleX(0.85);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.35s;
            transition-duration: 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .button-with-icon span {
    display: inline-block;
    vertical-align: middle; }
    .button-with-icon span.text {
      font-size: 0.75em;
      font-weight: 600;
      margin-right: 0.75em; }
    .button-with-icon span.icon {
      width: 0.9em; }
      .button-with-icon span.icon svg path {
        fill: #f89822; }
  .button-with-icon:hover {
    color: #00aeef; }
    .button-with-icon:hover:after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }

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

@keyframes opacity1 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@keyframes opacity2 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.input-animation:after, .input-animation:before {
  z-index: 10;
  content: '';
  width: -webkit-calc(100% + 0.25em);
  width: calc(100% + 0.25em);
  height: 0.2em;
  min-height: 4px;
  position: absolute;
  bottom: -0px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-filter: blur(5px);
          filter: blur(5px); }

.input-animation:after {
  left: -0.25em;
  background: -webkit-gradient(linear, left top, right top, from(#f5e28f), to(transparent));
  background: -webkit-linear-gradient(left, #f5e28f, transparent);
  background: linear-gradient(to right, #f5e28f, transparent);
  opacity: 1;
  -webkit-animation-name: opacity1;
          animation-name: opacity1;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.input-animation:before {
  right: -0.25em;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#f5e28f));
  background: -webkit-linear-gradient(left, transparent, #f5e28f);
  background: linear-gradient(to right, transparent, #f5e28f);
  opacity: 0;
  -webkit-animation-name: opacity2;
          animation-name: opacity2;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.top-title {
  position: absolute;
  top: 4em;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 17.5em;
  z-index: 901;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px; }
  .top-title .back-button {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    margin-top: -0.125em;
    margin-right: 0.5em; }
    .top-title .back-button svg {
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .top-title .back-button svg path {
        fill: white;
        -webkit-transition-property: fill;
        transition-property: fill;
        -webkit-transition-duration: 0.35s;
                transition-duration: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
    .top-title .back-button:hover svg {
      -webkit-transform: translateX(-20%);
          -ms-transform: translateX(-20%);
              transform: translateX(-20%); }
      .top-title .back-button:hover svg path {
        fill: #00aeef; }
  .top-title .text {
    display: inline-block;
    vertical-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
    .top-title .text.link {
      color: white; }
      .top-title .text.link:hover {
        color: #00aeef; }
  .top-title .sep {
    display: inline-block;
    vertical-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    margin: 0 0.35em 0;
    -webkit-transform: translateY(0.1em);
        -ms-transform: translateY(0.1em);
            transform: translateY(0.1em);
    color: #00aeef; }
  @media screen and (max-width: 768px) {
    .top-title {
      padding: 0 5%;
      top: 5em; } }
  @media screen and (max-width: 567px) {
    .top-title {
      top: 6em; } }

.page-view.scroll .top-title {
  height: 5em;
  top: 0; }

.lifechart-title .text {
  font-size: 3.18em; }

.lifechart .lifechart-container .lifechart-wrapper .lifechart-slider {
  background-color: #ffffff0f;
  margin-top: 2.1em;
  border-bottom: 2px solid #4fa0d8; }
  @media screen and (max-width: 768px) {
    .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider {
      margin-left: 2em; } }
  .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container {
    padding-top: 1em; }
    .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper {
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important; }
      .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .dashed-line {
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(30, 122, 226, 0.3)), color-stop(40%, rgba(255, 255, 255, 0)));
        background-image: -webkit-linear-gradient(left, rgba(30, 122, 226, 0.3) 40%, rgba(255, 255, 255, 0) 40%);
        background-image: linear-gradient(to right, rgba(30, 122, 226, 0.3) 40%, rgba(255, 255, 255, 0) 40%);
        background-position: bottom;
        background-size: 1.25em 1px;
        background-repeat: repeat-x; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .dashed-line.one {
          top: 0em; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .dashed-line.two {
          top: 4.25em; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .dashed-line.three {
          top: 8.5em; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .dashed-line.four {
          top: 12.75em; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .dashed-line.five {
          top: 17em; }
      .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide {
        width: 6.82em; }
        @media screen and (max-width: 768px) {
          .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide {
            width: 5em; } }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .dot-container {
          height: 17em;
          margin-bottom: 6.35em; }
          .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .dot-container .single-dot {
            width: 0.5em;
            height: 0.5em;
            bottom: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(50%);
                -ms-transform: translateX(-50%) translateY(50%);
                    transform: translateX(-50%) translateY(50%);
            background: #4fa0d8;
            position: absolute;
            -webkit-border-radius: 100%;
                    border-radius: 100%; }
            .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .dot-container .single-dot .connecting-line {
              position: absolute;
              left: 50%;
              height: 2px;
              margin-top: -1px;
              background: #4fa0d8;
              opacity: 0.65;
              -webkit-backface-visibility: hidden;
                      backface-visibility: hidden;
              top: 50%;
              -webkit-transform-origin: center left;
                  -ms-transform-origin: center left;
                      transform-origin: center left;
              -webkit-transform: rotate(0deg);
                  -ms-transform: rotate(0deg);
                      transform: rotate(0deg); }
              @media screen and (max-height: 699px) {
                .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .dot-container .single-dot .connecting-line {
                  height: 1px;
                  margin-top: 0; } }
              @media screen and (max-width: 768px) {
                .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .dot-container .single-dot .connecting-line {
                  height: 1px;
                  margin-top: 0; } }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .image-container {
          width: 100%;
          padding-top: 100%;
          -webkit-perspective: 55em;
                  perspective: 55em;
          display: block; }
          .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .image-container .flippy-link {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            display: block;
            -webkit-transform-style: preserve-3d;
                    transform-style: preserve-3d; }
            .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .image-container .flippy-link .image-wrapper {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100%;
              height: 100%;
              background-size: cover;
              background-position: center center;
              background-repeat: no-repeat;
              -webkit-backface-visibility: hidden;
                      backface-visibility: hidden;
              -webkit-transform: rotateY(0deg);
                      transform: rotateY(0deg);
              -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
            .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .image-container .flippy-link .text-wrapper {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100%;
              height: 100%;
              background: #4fa0d8;
              text-align: center;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-backface-visibility: hidden;
                      backface-visibility: hidden;
              -webkit-transform: rotateY(180deg);
                      transform: rotateY(180deg);
              -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
              .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .image-container .flippy-link .text-wrapper .text {
                line-height: 1.25;
                width: 100%;
                padding: 0 10%;
                color: white;
                font-weight: 300;
                font-size: 0.8em; }
                @media screen and (max-width: 768px) {
                  .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .image-container .flippy-link .text-wrapper .text {
                    font-size: 0.6em; } }
          .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .image-container:hover .image-wrapper {
            -webkit-transform: rotateY(-180deg);
                    transform: rotateY(-180deg); }
          .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .image-container:hover .text-wrapper {
            -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg); }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(2n+1) {
          background: rgba(30, 122, 226, 0.1); }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide:last-of-type .dot-container .single-dot .connecting-line {
          display: none; }
  .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    padding-top: 1em;
    width: 2em;
    margin-right: 0.75em; }
    .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .numbers-wrapper {
      width: 100%;
      height: 100%; }
      .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .numbers-wrapper .single-number {
        position: absolute;
        text-align: right;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        line-height: 1; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .numbers-wrapper .single-number .text {
          font-size: 0.75em; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .numbers-wrapper .single-number.one {
          top: 0em; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .numbers-wrapper .single-number.two {
          top: 4.25em; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .numbers-wrapper .single-number.three {
          top: 8.5em; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .numbers-wrapper .single-number.four {
          top: 12.75em; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .numbers-wrapper .single-number.five {
          top: 17em; }
    .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .text-wrapper {
      position: absolute;
      left: 100%;
      bottom: 0;
      width: 6em;
      text-align: left;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
              transform-origin: bottom left; }
      .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .text-wrapper .text {
        font-size: 0.75em; }

.lifechart .lifechart-container .lifechart-password-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 50; }
  .lifechart .lifechart-container .lifechart-password-container ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
    opacity: 1; }
  .lifechart .lifechart-container .lifechart-password-container ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.65);
    opacity: 1; }
  .lifechart .lifechart-container .lifechart-password-container :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
    opacity: 1; }
  .lifechart .lifechart-container .lifechart-password-container ::placeholder {
    color: rgba(255, 255, 255, 0.65);
    opacity: 1; }
  .lifechart .lifechart-container .lifechart-password-container :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.65); }
  .lifechart .lifechart-container .lifechart-password-container ::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.65); }
  .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper {
    margin-top: -1em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50%;
    background: #4fa0d8;
    color: white; }
    @media screen and (max-width: 1120px) {
      .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper {
        width: 75%; } }
    @media screen and (max-width: 768px) {
      .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper {
        width: 90%; } }
    .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form {
      font-size: 0.91em;
      font-weight: 300; }
      .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form p {
        margin: 0; }
        .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form p:nth-child(1) {
          text-align: center;
          padding: 1.75em 7.5%;
          background: #1062b7;
          vertical-align: middle;
          display: inline-block;
          line-height: 1;
          width: 100%; }
          .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form p:nth-child(1) img {
            margin-right: 1em;
            width: 1.5em;
            margin-top: -0.25em;
            vertical-align: middle;
            display: inline-block; }
        .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form p:nth-child(2) {
          padding: 2.5em 15% 2em;
          line-height: 1.25; }
        .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form p:nth-child(3) {
          width: 70%;
          margin: auto;
          margin-bottom: 2.5em;
          padding-bottom: 1em;
          border-bottom: 1px solid rgba(255, 255, 255, 0.65); }
          .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form p:nth-child(3) > label {
            display: block;
            width: 100%; }
            .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form p:nth-child(3) > label input {
              width: 100%;
              padding-right: 5em;
              background: transparent;
              border: 0;
              padding: 0;
              margin: 0;
              color: white;
              padding-right: 5em; }
            .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form p:nth-child(3) > label img {
              position: absolute;
              right: 3.5em;
              top: 0;
              width: 1em; }
          .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form p:nth-child(3) > input {
            position: absolute;
            right: 0;
            top: 0;
            color: white;
            background: transparent;
            color: white;
            border: 0;
            cursor: pointer;
            padding: 0;
            margin: 0;
            padding-left: 2em; }

.lifechart.password .lifechart-container .lifechart-wrapper {
  -webkit-filter: blur(7px) grayscale(100%);
          filter: blur(7px) grayscale(100%); }

.lifechart-scrollbar, .lifechart-detail-scrollbar {
  margin-top: 1em;
  height: 0.5em; }
  .lifechart-scrollbar .swiper-scrollbar-drag, .lifechart-detail-scrollbar .swiper-scrollbar-drag {
    background: #4fa0d8;
    cursor: pointer;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
            transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important; }
  .lifechart-scrollbar:before, .lifechart-detail-scrollbar:before {
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.newsletter {
  z-index: 500; }
  @media screen and (max-width: 768px) {
    .newsletter {
      width: auto;
      height: 10em;
      position: relative; } }
  .newsletter .outer-div {
    background: #efefef;
    color: #212121;
    width: 100%;
    bottom: 0em;
    height: auto;
    position: absolute; }
    .newsletter .outer-div.row-padding {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 768px) {
        .newsletter .outer-div.row-padding {
          display: block; } }
    .newsletter .outer-div .nl-img {
      margin-left: 3%;
      width: 10%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      z-index: 1;
      position: relative; }
      @media screen and (max-width: 768px) {
        .newsletter .outer-div .nl-img {
          display: none !important; } }
      .newsletter .outer-div .nl-img img {
        margin-top: -28px;
        max-height: 150px; }
    .newsletter .outer-div .nl-text {
      padding: 1em;
      width: 63%;
      margin-right: 2%; }
      @media screen and (max-width: 667px) {
        .newsletter .outer-div .nl-text {
          padding: 2em;
          width: 100%; } }
      .newsletter .outer-div .nl-text .title {
        font-size: larger;
        margin-bottom: 10px;
        font-weight: 500; }
      @media screen and (max-width: 768px) {
        .newsletter .outer-div .nl-text .excerpt {
          text-align: justify; } }
  .newsletter .nl-form {
    height: auto; }
    @media screen and (min-width: 769px) {
      .newsletter .nl-form {
        margin-left: 1%;
        width: 16%;
        margin-top: 10px; } }
    @media screen and (max-width: 768px) {
      .newsletter .nl-form .wpcf7 {
        padding: 2em; } }
    @media screen and (max-width: 567px) {
      .newsletter .nl-form .wpcf7 {
        padding: 2em !important; } }
    .newsletter .nl-form .wpcf7 .wpcf7-form {
      display: table;
      width: 100% !important; }
      @media screen and (max-width: 768px) {
        .newsletter .nl-form .wpcf7 .wpcf7-form {
          display: table;
          width: 100% !important; } }
      @media screen and (max-width: 1237px) {
        .newsletter .nl-form .wpcf7 .wpcf7-form {
          display: table; } }
      .newsletter .nl-form .wpcf7 .wpcf7-form .YOUREMAIL .wpcf7-text {
        height: 2em !important;
        padding: 10px !important;
        width: 100% !important;
        text-align: center;
        letter-spacing: 1.05px;
        margin: 5px 0 10px 0;
        -webkit-border-radius: .25rem;
                border-radius: .25rem;
        border: .05rem solid #ff715a; }
        @media screen and (max-width: 768px) {
          .newsletter .nl-form .wpcf7 .wpcf7-form .YOUREMAIL .wpcf7-text {
            -webkit-border-radius: 0;
                    border-radius: 0; } }
      @media screen and (min-width: 800px) {
        .newsletter .nl-form .wpcf7 .wpcf7-form .YOUREMAIL .wpcf7-not-valid-tip {
          background: #fdfdfd !important;
          padding: 2em;
          position: absolute;
          top: -2em;
          display: none !important; } }
    .newsletter .nl-form .wpcf7 .wpcf7-submit {
      width: 100%;
      color: #fff;
      text-align: center;
      background: #ffc107;
      cursor: pointer;
      letter-spacing: 1.5px;
      margin: 0px 0 0px 0;
      height: 2em;
      -webkit-border-radius: .25rem;
              border-radius: .25rem;
      border: .05rem solid transparent; }
      .newsletter .nl-form .wpcf7 .wpcf7-submit:hover {
        -webkit-transform: scale(1.02);
            -ms-transform: scale(1.02);
                transform: scale(1.02);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s; }
      @media screen and (max-width: 1237px) {
        .newsletter .nl-form .wpcf7 .wpcf7-submit {
          width: 100%; } }
      @media screen and (max-width: 567px) {
        .newsletter .nl-form .wpcf7 .wpcf7-submit {
          width: 100% !important;
          -webkit-border-radius: 0;
                  border-radius: 0; } }
      .newsletter .nl-form .wpcf7 .wpcf7-submit:hover {
        background: -webkit-gradient(linear, left top, right top, from(#ff8a00), color-stop(#ffc107), to(#F44336));
        background: -webkit-linear-gradient(left, #ff8a00, #ffc107, #F44336);
        background: linear-gradient(to right, #ff8a00, #ffc107, #F44336); }
    @media screen and (min-width: 800px) {
      .newsletter .nl-form .wpcf7 .g-recaptcha-response .wpcf7-not-valid-tip {
        background: #fdfdfd !important;
        padding: 2em;
        position: absolute;
        top: -2em;
        display: none !important; } }
    @media screen and (min-width: 800px) {
      .newsletter .nl-form .wpcf7 .wpcf7-validation-errors {
        display: block !important;
        position: absolute !important;
        top: -3em !important;
        background: #fdfdfd !important;
        line-height: 2em !important;
        -webkit-box-shadow: 0px 5px 5px #ffc107 !important;
                box-shadow: 0px 5px 5px #ffc107 !important;
        font-size: .8em !important;
        line-height: 1.5 !important;
        width: 80% !important;
        -webkit-border-radius: .25rem;
                border-radius: .25rem; } }

#anr_captcha_field_1 {
  opacity: 0; }

.page-view.home h1 {
  font-size: 1em !important;
  white-space: nowrap;
  margin-top: 0.6em; }

.page-view.home .main-section .slideshow-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1; }
  .page-view.home .main-section .slideshow-backgrounds .swiper-wrapper {
    width: 100%;
    height: 100%; }
    .page-view.home .main-section .slideshow-backgrounds .swiper-wrapper .swiper-slide {
      width: 100%;
      height: 100%; }
      .page-view.home .main-section .slideshow-backgrounds .swiper-wrapper .swiper-slide .image-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        position: fixed; }
        .page-view.home .main-section .slideshow-backgrounds .swiper-wrapper .swiper-slide .image-container .image {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .page-view.home .main-section .slideshow-backgrounds .swiper-wrapper .swiper-slide .video-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        position: fixed; }
        .page-view.home .main-section .slideshow-backgrounds .swiper-wrapper .swiper-slide .video-container .video {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .page-view.home .main-section .slideshow-backgrounds .dimmer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 12, 23, 0.35);
    z-index: 1; }

.page-view.home .main-section .slideshow.swiper-container {
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 40em;
  z-index: 20; }
  .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%; }
    .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide {
      width: 100%;
      height: 100%; }
      .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
        position: absolute;
        left: 5%;
        top: 50%;
        width: 25%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        color: white;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.35s;
                transition-duration: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
        @media screen and (max-width: 1120px) {
          .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
            width: 50%; } }
        @media screen and (max-width: 768px) {
          .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
            width: 60%; } }
        @media screen and (max-width: 567px) {
          .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
            width: 90%; } }
        .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .main-title {
          -webkit-transform: translateX(5em);
              -ms-transform: translateX(5em);
                  transform: translateX(5em);
          opacity: 0;
          -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
                  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          -webkit-transition-duration: 0.5s;
                  transition-duration: 0.5s;
          -webkit-transition-property: opacity, -webkit-transform;
          transition-property: opacity, -webkit-transform;
          transition-property: transform, opacity;
          transition-property: transform, opacity, -webkit-transform; }
          .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .main-title .text {
            font-size: 2.05em;
            font-weight: bold;
            text-transform: uppercase; }
        .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .excerpt {
          -webkit-transform: translateX(-5em);
              -ms-transform: translateX(-5em);
                  transform: translateX(-5em);
          opacity: 0;
          -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
                  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          -webkit-transition-duration: 0.5s;
                  transition-duration: 0.5s;
          -webkit-transition-property: opacity, -webkit-transform;
          transition-property: opacity, -webkit-transform;
          transition-property: transform, opacity;
          transition-property: transform, opacity, -webkit-transform;
          margin-top: 1em; }
          .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .excerpt .text {
            font-size: 1em;
            line-height: 1.5;
            color: white; }
            @media screen and (max-width: 567px) {
              .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .excerpt .text {
                font-size: 1em !important;
                line-height: 1.3 !important; } }
        .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .arrow-title {
          margin-top: 1.9em;
          -webkit-transform: translateX(5em);
              -ms-transform: translateX(5em);
                  transform: translateX(5em);
          opacity: 0;
          -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
                  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          -webkit-transition-duration: 0.5s;
                  transition-duration: 0.5s;
          -webkit-transition-property: opacity, -webkit-transform;
          transition-property: opacity, -webkit-transform;
          transition-property: transform, opacity;
          transition-property: transform, opacity, -webkit-transform; }
      .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .slideshow-title-container .main-title {
        -webkit-transform: translateX(0em);
            -ms-transform: translateX(0em);
                transform: translateX(0em);
        opacity: 1; }
      .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .slideshow-title-container .excerpt {
        -webkit-transform: translateX(0em);
            -ms-transform: translateX(0em);
                transform: translateX(0em);
        opacity: 1; }
      .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .slideshow-title-container .arrow-title {
        -webkit-transform: translateX(0em);
            -ms-transform: translateX(0em);
                transform: translateX(0em);
        opacity: 1; }
  .page-view.home .main-section .slideshow.swiper-container .pagination-container {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 567px) {
      .page-view.home .main-section .slideshow.swiper-container .pagination-container {
        top: initial;
        bottom: 7em;
        right: 50%;
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%); } }

.page-view.home .sub-section {
  background: #020c17; }
  .page-view.home .sub-section .sub-section-text .title .text {
    font-size: 2.1em;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .page-view.home .sub-section .sub-section-text .title .text {
        font-size: 1.8em; } }
  .page-view.home .sub-section .sub-section-text .excerpt {
    margin-top: 1.5em; }
    .page-view.home .sub-section .sub-section-text .excerpt .text {
      font-size: 1em;
      line-height: 1.5; }
  .page-view.home .sub-section.video {
    background: transparent;
    z-index: 30;
    padding-top: 0.75em;
    padding-bottom: 10em; }
    .page-view.home .sub-section.video .gradient {
      position: absolute;
      top: -12.5em;
      left: 0;
      width: 100%;
      height: -webkit-calc(100% + 12.5em);
      height: calc(100% + 12.5em);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(2, 12, 23, 0.5)), color-stop(75%, #020c17));
      background: -webkit-linear-gradient(transparent, rgba(2, 12, 23, 0.5), #020c17 75%);
      background: linear-gradient(transparent, rgba(2, 12, 23, 0.5), #020c17 75%);
      background: red;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #020c17), color-stop(10%, rgba(2, 12, 23, 0.25)), color-stop(90%, #020c17));
      background: -webkit-linear-gradient(#020c17 10%, rgba(2, 12, 23, 0.25), #020c17 90%);
      background: linear-gradient(#020c17 10%, rgba(2, 12, 23, 0.25), #020c17 90%); }
  .page-view.home .sub-section.team, .page-view.home .sub-section.approach {
    padding-top: 7.5em;
    padding-bottom: 12.5em;
    background: none;
    z-index: 35; }
    .page-view.home .sub-section.team .bottom-gradient, .page-view.home .sub-section.approach .bottom-gradient {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 12.51em;
      background: #020c17; }
    .page-view.home .sub-section.team .top-gradient, .page-view.home .sub-section.approach .top-gradient {
      position: absolute;
      top: -7.4em;
      left: 0;
      width: 100%;
      height: 15em;
      background: red;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, #020c17));
      background: -webkit-linear-gradient(transparent, #020c17 90%);
      background: linear-gradient(transparent, #020c17 90%); }
    .page-view.home .sub-section.team .container .background, .page-view.home .sub-section.approach .container .background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #020c17; }
      .page-view.home .sub-section.team .container .background .image, .page-view.home .sub-section.approach .container .background .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      .page-view.home .sub-section.team .container .background .gradient, .page-view.home .sub-section.approach .container .background .gradient {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: -webkit-radial-gradient(rgba(2, 12, 23, 0.35) 0%, #020c17 55%);
        background: radial-gradient(rgba(2, 12, 23, 0.35) 0%, #020c17 55%); }
    .page-view.home .sub-section.team .container .wrapper .left-container, .page-view.home .sub-section.approach .container .wrapper .left-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 34.25%;
      min-width: 350px; }
      @media screen and (max-width: 768px) {
        .page-view.home .sub-section.team .container .wrapper .left-container, .page-view.home .sub-section.approach .container .wrapper .left-container {
          min-width: 0;
          display: block;
          width: 100%; } }
      .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper {
        padding-top: 8.5em;
        padding-bottom: 8.5em; }
        @media screen and (max-width: 768px) {
          .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper {
            padding-top: 5em;
            padding-bottom: 2.5em; } }
        .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .title-container, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .title-container {
          overflow: hidden; }
          .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .title-container .title, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .title-container .title {
            overflow: hidden; }
            .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .title-container .title .text, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .title-container .title .text {
              overflow: hidden; }
        .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .excerpt-container, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .excerpt-container {
          overflow: hidden; }
          .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .excerpt-container .excerpt, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .excerpt-container .excerpt {
            overflow: hidden; }
            .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .excerpt-container .excerpt .text, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .excerpt-container .excerpt .text {
              overflow: hidden; }
        .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container {
          overflow: hidden; }
          .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper {
            overflow: hidden; }
            .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links {
              overflow: hidden;
              padding-top: 1.25em; }
              .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links > *, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links > * {
                margin-top: 1.25em;
                display: block; }
              .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link {
                color: #00aeef; }
                .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link:hover, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link:hover {
                  color: #f89822; }
                .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link .text, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link .text {
                  font-size: 1em;
                  font-weight: 600; }
          .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container.no-overflow, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container.no-overflow {
            overflow: initial; }
            .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container.no-overflow .bottom-links-wrapper, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container.no-overflow .bottom-links-wrapper {
              overflow: initial; }
              .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container.no-overflow .bottom-links-wrapper .bottom-links, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container.no-overflow .bottom-links-wrapper .bottom-links {
                overflow: initial; }
    .page-view.home .sub-section.team .container .wrapper .right-container, .page-view.home .sub-section.approach .container .wrapper .right-container {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 100%;
      width: 50%;
      padding-top: 2em; }
      @media screen and (max-width: 768px) {
        .page-view.home .sub-section.team .container .wrapper .right-container, .page-view.home .sub-section.approach .container .wrapper .right-container {
          position: relative;
          width: 100%;
          padding-top: 100%; } }
      .page-view.home .sub-section.team .container .wrapper .right-container .image-container, .page-view.home .sub-section.approach .container .wrapper .right-container .image-container {
        width: 100%;
        height: 100%;
        overflow: hidden;
        max-height: 22em; }
        @media screen and (max-width: 768px) {
          .page-view.home .sub-section.team .container .wrapper .right-container .image-container, .page-view.home .sub-section.approach .container .wrapper .right-container .image-container {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%; } }
        .page-view.home .sub-section.team .container .wrapper .right-container .image-container .image, .page-view.home .sub-section.approach .container .wrapper .right-container .image-container .image {
          width: 100%;
          height: 100%;
          object-fit: contain;
          z-index: 1; }
          @media screen and (max-width: 768px) {
            .page-view.home .sub-section.team .container .wrapper .right-container .image-container .image, .page-view.home .sub-section.approach .container .wrapper .right-container .image-container .image {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100%;
              height: 100%; } }
        @media screen and (max-width: 567px) {
          .page-view.home .sub-section.team .container .wrapper .right-container .image-container, .page-view.home .sub-section.approach .container .wrapper .right-container .image-container {
            max-height: 16em; } }
      .page-view.home .sub-section.team .container .wrapper .right-container .image-elements, .page-view.home .sub-section.approach .container .wrapper .right-container .image-elements {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
        .page-view.home .sub-section.team .container .wrapper .right-container .image-elements .line, .page-view.home .sub-section.approach .container .wrapper .right-container .image-elements .line {
          position: absolute;
          height: 1px;
          background: #00aeef;
          width: 100%;
          left: 0;
          bottom: 0;
          z-index: 2; }
          .page-view.home .sub-section.team .container .wrapper .right-container .image-elements .line:nth-child(1), .page-view.home .sub-section.approach .container .wrapper .right-container .image-elements .line:nth-child(1) {
            width: 50%;
            -webkit-transform-origin: center left;
                -ms-transform-origin: center left;
                    transform-origin: center left; }
          .page-view.home .sub-section.team .container .wrapper .right-container .image-elements .line:nth-child(2), .page-view.home .sub-section.approach .container .wrapper .right-container .image-elements .line:nth-child(2) {
            width: 60%;
            left: 50%;
            height: 1%;
            background: white;
            opacity: 0.4;
            -webkit-transform-origin: center right;
                -ms-transform-origin: center right;
                    transform-origin: center right; }
          .page-view.home .sub-section.team .container .wrapper .right-container .image-elements .line:nth-child(3), .page-view.home .sub-section.approach .container .wrapper .right-container .image-elements .line:nth-child(3) {
            opacity: 0.5;
            background: white;
            bottom: 15%;
            left: -10%;
            width: 60%;
            -webkit-transform-origin: center left;
                -ms-transform-origin: center left;
                    transform-origin: center left; }
          .page-view.home .sub-section.team .container .wrapper .right-container .image-elements .line:nth-child(4), .page-view.home .sub-section.approach .container .wrapper .right-container .image-elements .line:nth-child(4) {
            opacity: 0.5;
            bottom: 10%;
            height: 2px;
            left: 25%;
            width: 55%;
            -webkit-transform-origin: center right;
                -ms-transform-origin: center right;
                    transform-origin: center right; }
          .page-view.home .sub-section.team .container .wrapper .right-container .image-elements .line:nth-child(5), .page-view.home .sub-section.approach .container .wrapper .right-container .image-elements .line:nth-child(5) {
            opacity: 0.6;
            height: 2%;
            bottom: 10%;
            width: 10%;
            margin-bottom: 2px;
            left: 77.5%;
            -webkit-transform-origin: center left;
                -ms-transform-origin: center left;
                    transform-origin: center left; }
          .page-view.home .sub-section.team .container .wrapper .right-container .image-elements .line:nth-child(6), .page-view.home .sub-section.approach .container .wrapper .right-container .image-elements .line:nth-child(6) {
            opacity: 0.4;
            bottom: 30%;
            z-index: 0;
            left: 5%;
            width: 60%;
            -webkit-transform-origin: center left;
                -ms-transform-origin: center left;
                    transform-origin: center left; }
          .page-view.home .sub-section.team .container .wrapper .right-container .image-elements .line:nth-child(7), .page-view.home .sub-section.approach .container .wrapper .right-container .image-elements .line:nth-child(7) {
            opacity: 0.6;
            left: 50%;
            bottom: 45%;
            height: 2px;
            width: 40%;
            z-index: 0;
            -webkit-transform-origin: center right;
                -ms-transform-origin: center right;
                    transform-origin: center right; }
  .page-view.home .sub-section.projects {
    padding-top: 4em;
    padding-bottom: 4em; }

.page-view.home .top-title.horizontal {
  display: none; }

.split-section-container .split-sub-wrapper {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .split-section-container .split-sub-wrapper {
      min-height: 35em;
      max-height: 40em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 768px) {
    .split-section-container .split-sub-wrapper {
      display: block; } }
  @media screen and (min-width: 768px) {
    .split-section-container .split-sub-wrapper .image-container {
      width: 50%;
      height: inherit;
      position: relative; } }
  @media screen and (max-width: 768px) {
    .split-section-container .split-sub-wrapper .image-container {
      height: 25em; } }
  .split-section-container .split-sub-wrapper .image-container .image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fill-available;
    object-fit: cover;
    object-position: center;
    z-index: 2; }
  .split-section-container .split-sub-wrapper .image-container .dimmer {
    background: #ffc107;
    z-index: 4;
    height: inherit;
    bottom: 100%;
    opacity: 0; }
    @media screen and (min-width: 768px) {
      .split-section-container .split-sub-wrapper .image-container .dimmer {
        height: -webkit-fill-available; } }
  .split-section-container .split-sub-wrapper .image-container.background {
    width: 100%;
    z-index: 45; }
  .split-section-container .split-sub-wrapper .text-container {
    background: white;
    color: #B6B9DA;
    padding: 0 10%;
    display: block; }
    @media screen and (min-width: 768px) {
      .split-section-container .split-sub-wrapper .text-container {
        width: 50%;
        padding: 7% !important; } }
    @media screen and (max-width: 768px) {
      .split-section-container .split-sub-wrapper .text-container {
        padding: 10%; } }
    .split-section-container .split-sub-wrapper .text-container::-webkit-scrollbar {
      display: none; }
    .split-section-container .split-sub-wrapper .text-container .title-container {
      margin-bottom: 2em; }
      .split-section-container .split-sub-wrapper .text-container .title-container .split-review-stars {
        margin-bottom: 2em; }
        .split-section-container .split-sub-wrapper .text-container .title-container .split-review-stars .store svg {
          width: 9em;
          margin-bottom: .9em; }
        .split-section-container .split-sub-wrapper .text-container .title-container .split-review-stars .stars {
          width: 8em;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .split-section-container .split-sub-wrapper .text-container .title-container .split-review-stars .stars svg {
            fill: #FFC107;
            margin-right: 4px; }
      .split-section-container .split-sub-wrapper .text-container .title-container .text {
        font-size: xx-large;
        font-weight: 100;
        text-transform: uppercase; }
        @media screen and (min-width: 768px) {
          .split-section-container .split-sub-wrapper .text-container .title-container .text {
            font-size: 3em; } }
    .split-section-container .split-sub-wrapper .text-container .excerpt-container.left {
      margin-bottom: 2em; }
    .split-section-container .split-sub-wrapper .text-container .excerpt-container .text {
      line-height: 1.5;
      font-size: 0.6em; }
      .split-section-container .split-sub-wrapper .text-container .excerpt-container .text p {
        font-size: 1.2em; }
    .split-section-container .split-sub-wrapper .text-container .store-links-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 2em;
      width: 15em; }
      .split-section-container .split-sub-wrapper .text-container .store-links-container .logo {
        margin-right: 10px; }
  .split-section-container .split-sub-wrapper .split-background {
    display: -ms-grid;
    display: grid;
    width: 100%; }
    .split-section-container .split-sub-wrapper .split-background .text-container {
      width: 100%;
      background: none;
      color: white;
      padding-top: 10em;
      text-align: center;
      z-index: 50; }
      @media screen and (max-width: 768px) {
        .split-section-container .split-sub-wrapper .split-background .text-container {
          padding-top: 15%; } }
      .split-section-container .split-sub-wrapper .split-background .text-container .title-container {
        margin-bottom: 2em;
        z-index: 50; }
        .split-section-container .split-sub-wrapper .split-background .text-container .title-container .text {
          font-size: xx-large;
          font-weight: 700;
          text-transform: uppercase; }
          @media screen and (min-width: 768px) {
            .split-section-container .split-sub-wrapper .split-background .text-container .title-container .text {
              font-size: 3em; } }
      .split-section-container .split-sub-wrapper .split-background .text-container .excerpt-container {
        padding-top: 2em;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .split-section-container .split-sub-wrapper .split-background .text-container .excerpt-container {
            padding-top: 1em;
            padding-bottom: 1em; } }
        .split-section-container .split-sub-wrapper .split-background .text-container .excerpt-container .text {
          -webkit-border-radius: 5px;
                  border-radius: 5px;
          color: white; }
          .split-section-container .split-sub-wrapper .split-background .text-container .excerpt-container .text.btn-transform {
            background: #ffc107;
            padding: 1em 4em;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            font-weight: 700;
            font-size: 1.2em;
            -webkit-transition: padding .1s ease-in-out;
            transition: padding .1s ease-in-out; }
            @media screen and (max-width: 768px) {
              .split-section-container .split-sub-wrapper .split-background .text-container .excerpt-container .text.btn-transform {
                padding: 1em 3em; } }
            .split-section-container .split-sub-wrapper .split-background .text-container .excerpt-container .text.btn-transform:hover {
              background: -webkit-gradient(linear, left top, right top, from(#ff8a00), color-stop(#ffc107), to(#da1b60));
              background: -webkit-linear-gradient(left, #ff8a00, #ffc107, #da1b60);
              background: linear-gradient(to right, #ff8a00, #ffc107, #da1b60);
              padding: 1em 4.5em;
              -webkit-transition: background 1000ms linear, padding .1s ease-in-out;
              transition: background 1000ms linear, padding .1s ease-in-out; }
    .split-section-container .split-sub-wrapper .split-background .image-container {
      width: 100%;
      z-index: 45;
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 35em; }
      @media screen and (max-width: 768px) {
        .split-section-container .split-sub-wrapper .split-background .image-container {
          height: auto; } }
    .split-section-container .split-sub-wrapper .split-background .dimmer {
      background: -webkit-gradient(linear, left top, left bottom, from(#f5e28f), to(transparent));
      background: -webkit-linear-gradient(#f5e28f, transparent);
      background: linear-gradient(#f5e28f, transparent);
      z-index: 4;
      height: inherit;
      opacity: .3;
      position: absolute;
      width: 100%;
      top: 0; }
      @media screen and (max-width: 768px) {
        .split-section-container .split-sub-wrapper .split-background .dimmer {
          height: 20em; } }
    .split-section-container .split-sub-wrapper .split-background.excerpt-only .text-container {
      background: white;
      color: #212121;
      padding: 10%;
      text-align: left; }
      .split-section-container .split-sub-wrapper .split-background.excerpt-only .text-container .title-container .text {
        text-transform: none;
        font-size: 2em; }
      .split-section-container .split-sub-wrapper .split-background.excerpt-only .text-container .excerpt-container .text {
        text-transform: none;
        color: inherit;
        letter-spacing: .5px;
        background: none;
        padding: 0;
        font-size: 1em;
        font-weight: 300; }
    .split-section-container .split-sub-wrapper .split-background.background-transform {
      background: #f5e28f; }
      @media screen and (max-width: 768px) {
        .split-section-container .split-sub-wrapper .split-background.background-transform {
          display: block;
          min-height: 24em;
          padding: 27% 0; } }
      .split-section-container .split-sub-wrapper .split-background.background-transform .text-container {
        padding: 0 !important; }
        .split-section-container .split-sub-wrapper .split-background.background-transform .text-container .title-container {
          top: 40%;
          padding: 0 !important;
          margin: 0 !important;
          color: white;
          -webkit-transform: color .5s ease-in-out .3s, margin-top .5s ease-in-out;
              -ms-transform: color .5s ease-in-out .3s, margin-top .5s ease-in-out;
                  transform: color .5s ease-in-out .3s, margin-top .5s ease-in-out; }
        .split-section-container .split-sub-wrapper .split-background.background-transform .text-container .excerpt-container {
          position: relative;
          padding-top: 1.5em;
          text-align: center;
          top: 45%; }
          .split-section-container .split-sub-wrapper .split-background.background-transform .text-container .excerpt-container .text {
            color: white;
            text-align: center;
            font-size: 1.2em;
            font-weight: 700;
            letter-spacing: .5px;
            background: #ffc107;
            padding: .5em 1em; }
            .split-section-container .split-sub-wrapper .split-background.background-transform .text-container .excerpt-container .text:hover {
              background: -webkit-gradient(linear, left top, right top, from(#ff8a00), color-stop(#ffc107), to(#da1b60));
              background: -webkit-linear-gradient(left, #ff8a00, #ffc107, #da1b60);
              background: linear-gradient(to right, #ff8a00, #ffc107, #da1b60);
              padding: .6em 1.5em; }
      @media screen and (min-width: 768px) {
        .split-section-container .split-sub-wrapper .split-background.background-transform:hover .excerpt-container {
          opacity: 1;
          -webkit-transition: opacity .3s ease-in-out .3s;
          transition: opacity .3s ease-in-out .3s; } }
      .split-section-container .split-sub-wrapper .split-background.background-transform .image-container {
        opacity: 1;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
        width: inherit !important;
        display: block !important; }
        @media screen and (max-width: 768px) {
          .split-section-container .split-sub-wrapper .split-background.background-transform .image-container {
            z-index: 1;
            top: 0;
            max-height: 24em; } }
        .split-section-container .split-sub-wrapper .split-background.background-transform .image-container .image {
          width: 100% !important;
          object-position: center;
          object-fit: cover;
          background-repeat: no-repeat;
          -webkit-filter: grayscale(0);
                  filter: grayscale(0); }
          @media screen and (max-width: 768px) {
            .split-section-container .split-sub-wrapper .split-background.background-transform .image-container .image {
              height: auto;
              min-height: 24em; } }
        .split-section-container .split-sub-wrapper .split-background.background-transform .image-container .dimmer {
          background: -webkit-gradient(linear, left top, left bottom, from(#212121), to(black));
          background: -webkit-linear-gradient(top, #212121, black);
          background: linear-gradient(to bottom, #212121, black);
          opacity: .5; }
          @media screen and (max-width: 768px) {
            .split-section-container .split-sub-wrapper .split-background.background-transform .image-container .dimmer {
              min-height: 24em;
              height: auto; } }
        @media screen and (min-width: 768px) {
          .split-section-container .split-sub-wrapper .split-background.background-transform .image-container:after {
            content: "";
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: transparent -webkit-linear-gradient(top, transparent 0px, rgba(0, 0, 0, 0.6) 100%) repeat 0 0;
            background: transparent linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.6) 100%) repeat 0 0;
            z-index: 1; } }

.page-view.grid .page-excerpt-container {
  overflow: hidden;
  width: 90%;
  margin: auto;
  padding-top: 12em;
  padding-right: 67.5%;
  padding-bottom: 0px !important; }
  @media screen and (max-width: 1120px) {
    .page-view.grid .page-excerpt-container {
      padding-right: 50%; } }
  @media screen and (max-width: 768px) {
    .page-view.grid .page-excerpt-container {
      padding-right: 0;
      padding-top: 8em; } }
  .page-view.grid .page-excerpt-container .page-excerpt-wrapper {
    overflow: hidden; }
    .page-view.grid .page-excerpt-container .page-excerpt-wrapper .page-excerpt-content {
      overflow: hidden; }
      .page-view.grid .page-excerpt-container .page-excerpt-wrapper .page-excerpt-content .text {
        overflow: hidden;
        font-weight: 600;
        font-size: 1.27em;
        line-height: 1.32; }

.page-view.planet canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: -webkit-grab !important;
  cursor: grab !important; }
  .page-view.planet canvas.dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important; }
  .page-view.planet canvas.cursor-pointer {
    cursor: pointer !important; }

.page-view.planet .projection {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: auto;
  height: auto;
  max-height: initial;
  min-height: initial;
  max-width: initial;
  min-width: initial;
  z-index: 999; }

.page-view.planet .popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17.36em;
  visibility: hidden;
  opacity: 0; }
  .page-view.planet .popup-container .popup-wrapper {
    opacity: 0.85; }
    .page-view.planet .popup-container .popup-wrapper .close-container {
      width: 2em;
      height: 2em;
      left: 100%;
      top: -1.5%;
      position: absolute;
      padding: 2.5%;
      cursor: pointer; }
      .page-view.planet .popup-container .popup-wrapper .close-container .close {
        width: 100%;
        height: 100%;
        border: 1px solid white;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        padding: 20%;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.35s;
                transition-duration: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transform: scale(1.01);
            -ms-transform: scale(1.01);
                transform: scale(1.01); }
        .page-view.planet .popup-container .popup-wrapper .close-container .close svg {
          width: 100%;
          height: 100%; }
          .page-view.planet .popup-container .popup-wrapper .close-container .close svg path {
            fill: white; }
      .page-view.planet .popup-container .popup-wrapper .close-container:hover .close {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    .page-view.planet .popup-container .popup-wrapper .arrow-title-wrapper {
      position: absolute;
      bottom: 5%;
      right: -15%;
      z-index: 5;
      font-size: 0.8em; }
    .page-view.planet .popup-container .popup-wrapper .popup-bg {
      position: absolute;
      top: -1px;
      left: 0px;
      bottom: -1px;
      right: 0px;
      background: -webkit-gradient(linear, left top, right top, color-stop(70%, rgba(0, 155, 218, 0.4)), color-stop(70%, transparent));
      background: -webkit-linear-gradient(left, rgba(0, 155, 218, 0.4) 70%, transparent);
      background: linear-gradient(to right, rgba(0, 155, 218, 0.4) 70%, transparent);
      -webkit-clip-path: polygon(100% 0, 100% 20%, 95% 25%, 95% 35%, 100% 40%, 100% 100%, 7% 100%, 0 93%, 0 10%, 10% 0);
              clip-path: polygon(100% 0, 100% 20%, 95% 25%, 95% 35%, 100% 40%, 100% 100%, 7% 100%, 0 93%, 0 10%, 10% 0);
      -webkit-transform: translateX(-1px);
          -ms-transform: translateX(-1px);
              transform: translateX(-1px); }
    .page-view.planet .popup-container .popup-wrapper .popup-glow {
      position: absolute;
      top: 10%;
      right: -webkit-calc(5% + 1.35px);
      right: calc(5% + 1.35px);
      width: 5%;
      height: 30%;
      -webkit-box-shadow: 0.25em 0px 3em 0em rgba(140, 210, 244, 0.4);
              box-shadow: 0.25em 0px 3em 0em rgba(140, 210, 244, 0.4); }
    .page-view.planet .popup-container .popup-wrapper .popup-glow-line {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, #8cd2f4), color-stop(80%, transparent));
      background: -webkit-linear-gradient(transparent 0%, #8cd2f4 20%, transparent 80%);
      background: linear-gradient(transparent 0%, #8cd2f4 20%, transparent 80%);
      opacity: 0.75;
      -webkit-clip-path: polygon(100% 0, 100% 20%, 95% 25%, 95% 35%, 100% 40%, 100% 100%, 7% 100%, 0 93%, 0 10%, 10% 0);
              clip-path: polygon(100% 0, 100% 20%, 95% 25%, 95% 35%, 100% 40%, 100% 100%, 7% 100%, 0 93%, 0 10%, 10% 0);
      -webkit-transform: translateX(1.35px);
          -ms-transform: translateX(1.35px);
              transform: translateX(1.35px); }
    .page-view.planet .popup-container .popup-wrapper .popup-main {
      -webkit-clip-path: polygon(100% 0, 100% 20%, 95% 25%, 95% 35%, 100% 40%, 100% 100%, 7% 100%, 0 93%, 0 10%, 10% 0);
              clip-path: polygon(100% 0, 100% 20%, 95% 25%, 95% 35%, 100% 40%, 100% 100%, 7% 100%, 0 93%, 0 10%, 10% 0);
      background: rgba(0, 0, 0, 0.7);
      background: #020c17; }
      .page-view.planet .popup-container .popup-wrapper .popup-main .image-container {
        background: black; }
        .page-view.planet .popup-container .popup-wrapper .popup-main .image-container .dummy {
          padding-top: 50%; }
        .page-view.planet .popup-container .popup-wrapper .popup-main .image-container .image {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; }
          .page-view.planet .popup-container .popup-wrapper .popup-main .image-container .image .dimmer {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: #020c17;
            opacity: 0.35; }
      .page-view.planet .popup-container .popup-wrapper .popup-main .content-container {
        padding-top: 8%;
        padding-right: 8%;
        padding-bottom: 8%;
        padding-left: 8%; }
        .page-view.planet .popup-container .popup-wrapper .popup-main .content-container .alternative-title .text {
          font-size: 0.82em;
          font-weight: 600;
          line-height: 1.25;
          line-height: 1.25; }
        .page-view.planet .popup-container .popup-wrapper .popup-main .content-container .main-title {
          margin-top: 1.5em;
          padding-right: 20%; }
          .page-view.planet .popup-container .popup-wrapper .popup-main .content-container .main-title .text {
            font-size: 0.82em;
            line-height: 1.25; }
        .page-view.planet .popup-container .popup-wrapper .popup-main .content-container .details {
          margin-top: 1.05em;
          padding-right: 20%; }
          .page-view.planet .popup-container .popup-wrapper .popup-main .content-container .details .text {
            font-size: 0.65em;
            line-height: 1.25; }
            .page-view.planet .popup-container .popup-wrapper .popup-main .content-container .details .text span.sep {
              margin: 0 0.25em;
              color: #00aeef; }
    .page-view.planet .popup-container .popup-wrapper .left-big-bar {
      position: absolute;
      width: 2px;
      height: 32.5%;
      background: #B6B9DA;
      position: absolute;
      top: 10%;
      left: -2px; }
    .page-view.planet .popup-container .popup-wrapper .left-small-bar {
      position: absolute;
      width: 4px;
      height: 4%;
      background: #B6B9DA;
      position: absolute;
      top: 9%;
      left: -4px;
      opacity: 0.75; }

.page-view.planet .spinner {
  width: 70px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .page-view.planet .spinner > div {
    width: 18px;
    height: 18px;
    background-color: white;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .page-view.planet .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s; }
  .page-view.planet .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.page-view.bio .faded-mobile-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  display: none; }
  @media screen and (max-width: 768px) {
    .page-view.bio .faded-mobile-bg {
      display: block; } }
  .page-view.bio .faded-mobile-bg .dimmer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #020c17;
    opacity: 0.25; }

.page-view.bio .bio-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed; }
  .page-view.bio .bio-bg .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-position: center right; }
  @media screen and (max-width: 768px) {
    .page-view.bio .bio-bg {
      position: relative;
      padding-top: 100%;
      width: 100%;
      height: auto;
      border-bottom: 1px solid #4c4c4c; }
      .page-view.bio .bio-bg .image {
        background-position: right top;
        background-size: 200% auto; } }

.page-view.bio .content-dimmer {
  background: #020c17;
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#020c17), to(transparent));
  background: -webkit-linear-gradient(left, #020c17, transparent);
  background: linear-gradient(to right, #020c17, transparent);
  display: none; }
  @media screen and (max-width: 1120px) {
    .page-view.bio .content-dimmer {
      display: block; } }
  @media screen and (max-width: 768px) {
    .page-view.bio .content-dimmer {
      display: none; } }

.page-view.bio .content-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35.63%;
  margin-left: 12.55%; }
  @media screen and (max-width: 768px) {
    .page-view.bio .content-container {
      min-height: initial;
      width: 90%;
      margin: auto; } }
  .page-view.bio .content-container .content-wrapper {
    padding: 8em 0 4em; }
    @media screen and (max-width: 768px) {
      .page-view.bio .content-container .content-wrapper {
        padding: 4em 0; } }
    .page-view.bio .content-container .content-wrapper .titles-container {
      -webkit-perspective: 55em;
              perspective: 55em;
      -webkit-perspective-origin: 50% 100%;
              perspective-origin: 50% 100%; }
      .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper {
        padding-right: -webkit-calc(10% + 6em);
        padding-right: calc(10% + 6em); }
        .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .breadcrumbs {
          text-transform: uppercase; }
          .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .breadcrumbs .text > * {
            font-size: 0.75em;
            font-weight: normal; }
          .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .breadcrumbs .text .single-bread {
            color: white; }
            .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .breadcrumbs .text .single-bread:hover {
              color: #f89822; }
        .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .title {
          margin-top: 0.77em; }
          .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .title .text {
            font-size: 1.77em;
            font-weigh: bold; }
        .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .sub-title {
          margin-top: 0.35em; }
          .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .sub-title .text {
            font-weight: 300;
            font-size: 1.15em; }
        .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .contact-link {
          position: absolute;
          bottom: 0;
          right: 10%; }
    .page-view.bio .content-container .content-wrapper .bio-content {
      margin-top: 2.82em;
      -webkit-perspective: 55em;
              perspective: 55em;
      -webkit-perspective-origin: 50% 0%;
              perspective-origin: 50% 0%; }
      .page-view.bio .content-container .content-wrapper .bio-content .text-container {
        overflow: hidden; }
        .page-view.bio .content-container .content-wrapper .bio-content .text-container .text-wrapper {
          overflow: hidden; }
          .page-view.bio .content-container .content-wrapper .bio-content .text-container .text-wrapper .text {
            overflow: hidden;
            font-size: 0.75em;
            line-height: 2.125; }

.page-view.projectdetail img.image:hover {
  cursor: pointer; }

.page-view.projectdetail .content-container {
  width: 100%; }
  .page-view.projectdetail .content-container .content-wrapper {
    margin-left: 18.75%;
    width: 62.5%; }
    @media screen and (max-width: 1120px) {
      .page-view.projectdetail .content-container .content-wrapper {
        width: 76.25%;
        margin-left: 5%; } }
    @media screen and (max-width: 768px) {
      .page-view.projectdetail .content-container .content-wrapper {
        width: 90%;
        margin: auto; } }

.page-view.projectdetail .top-title-container .title-background-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .page-view.projectdetail .top-title-container .title-background-container .title-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .page-view.projectdetail .top-title-container .title-background-container .title-background .title-bg-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      overflow: hidden; }
      .page-view.projectdetail .top-title-container .title-background-container .title-background .title-bg-image .dimmer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #020c17;
        opacity: 0.35; }

.page-view.projectdetail .top-title-container .title-container {
  padding-top: 15em;
  padding-bottom: 3em; }
  @media screen and (max-width: 768px) {
    .page-view.projectdetail .top-title-container .title-container {
      padding-top: 10em; } }
  .page-view.projectdetail .top-title-container .title-container .title-wrapper .title-text {
    padding-right: 25%; }
    @media screen and (max-width: 1120px) {
      .page-view.projectdetail .top-title-container .title-container .title-wrapper .title-text {
        padding-right: 0; } }
    .page-view.projectdetail .top-title-container .title-container .title-wrapper .title-text .text {
      font-size: 2.73em;
      line-height: 1.23;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
      @media screen and (max-width: 768px) {
        .page-view.projectdetail .top-title-container .title-container .title-wrapper .title-text .text {
          font-size: 1.5em; } }

.page-view.projectdetail .body-container {
  color: black;
  padding-top: 5em;
  background: white; }
  @media screen and (max-width: 567px) {
    .page-view.projectdetail .body-container {
      padding-top: 2.5em; } }
  .page-view.projectdetail .body-container .body-wrapper {
    float: left; }
    @media screen and (max-width: 768px) {
      .page-view.projectdetail .body-container .body-wrapper {
        float: initial; } }
    .page-view.projectdetail .body-container .body-wrapper .main-content {
      padding-bottom: 5em; }
      .page-view.projectdetail .body-container .body-wrapper .main-content.has-slideshow-module {
        padding-bottom: 45%; }
        @media screen and (max-width: 768px) {
          .page-view.projectdetail .body-container .body-wrapper .main-content.has-slideshow-module {
            padding-bottom: 0; } }
      @media screen and (max-width: 768px) {
        .page-view.projectdetail .body-container .body-wrapper .main-content {
          padding-bottom: 0; } }
      .page-view.projectdetail .body-container .body-wrapper .main-content .content-side {
        width: 21.75%;
        margin-right: 10%;
        float: left; }
        @media screen and (max-width: 567px) {
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-side {
            float: none;
            width: 100%;
            margin-right: 0; } }
        .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .main-title .text {
          font-size: 0.82em; }
        .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .details {
          margin-top: 1.73em;
          line-height: 1.75; }
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .details > * {
            font-size: 0.75em; }
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .details .commodity {
            font-style: italic; }
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .details .location {
            font-weight: bold; }
        .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .contact {
          margin-top: 1.73em;
          line-height: 1.75; }
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .contact > * {
            font-size: 0.75em;
            display: block; }
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .contact > a {
            color: black; }
            .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .contact > a:hover {
              color: #00aeef; }
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .contact .email {
            font-weight: bold; }
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .contact .phone {
            font-weight: bold; }
      .page-view.projectdetail .body-container .body-wrapper .main-content .content-body {
        width: 55.25%;
        float: left; }
        @media screen and (max-width: 567px) {
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-body {
            float: none;
            width: 100%;
            margin-top: 2em; } }
        .page-view.projectdetail .body-container .body-wrapper .main-content .content-body .body-text .text {
          font-size: 0.75em;
          line-height: 1.75;
          letter-spacing: 0.06em; }
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-body .body-text .text p {
            margin-top: 2em; }
            .page-view.projectdetail .body-container .body-wrapper .main-content .content-body .body-text .text p:first-child {
              margin-top: 0; }
  .page-view.projectdetail .body-container .body-sidebar {
    float: left;
    width: 18.75%;
    padding-right: 6%;
    padding-left: 2.5%; }
    @media screen and (max-width: 1120px) {
      .page-view.projectdetail .body-container .body-sidebar {
        padding-right: 2.5%; } }
    @media screen and (max-width: 768px) {
      .page-view.projectdetail .body-container .body-sidebar {
        float: initial;
        width: 90%;
        margin: auto;
        padding: 0;
        margin-top: 2em;
        padding-bottom: 35%; } }
    .page-view.projectdetail .body-container .body-sidebar .sidebar {
      width: 100%;
      padding-bottom: 1.25em; }
      .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-title {
        text-align: center;
        padding-bottom: 0.25em; }
        .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-title .text {
          text-transform: uppercase;
          font-size: 0.8em; }
      .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item {
        margin-top: 1.25em;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
        @media screen and (max-width: 768px) {
          .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item {
            width: 47.5%;
            float: left; }
            .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item:nth-child(2n+1) {
              margin-right: 5%;
              clear: both; } }
        .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container {
          width: 100%;
          display: block;
          color: white; }
          .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container:hover {
            color: #f5e28f; }
          .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .dummy {
            padding-top: 100%; }
          .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .item-image-link {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%; }
            .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .item-image-link .image {
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              object-fit: cover; }
            .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .item-image-link .dimmer {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100%;
              height: 100%;
              background: #020c17;
              opacity: 0.35; }
            .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .item-image-link .link {
              text-align: center;
              display: inline-block;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%); }
              .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .item-image-link .link:after {
                width: 100%;
                position: absolute;
                right: 0;
                bottom: -0.5em;
                height: 1px;
                content: '';
                background: #f5e28f;
                -webkit-transform: scaleX(0.8);
                    -ms-transform: scaleX(0.8);
                        transform: scaleX(0.8);
                -webkit-transform-origin: center right;
                    -ms-transform-origin: center right;
                        transform-origin: center right; }
              .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .item-image-link .link span {
                display: inline-block;
                vertical-align: middle; }
                .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .item-image-link .link span.text {
                  font-weight: 600;
                  font-size: 0.75em;
                  margin-right: 1em; }
                .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .item-image-link .link span.arrow {
                  width: 1.25em; }
                  .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .item-image-link .link span.arrow svg path {
                    fill: #f5e28f; }
        .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .title {
          margin-top: 0.91em; }
          .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .title .text {
            font-size: 0.8em;
            display: block;
            color: black; }
            .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .title .text:hover {
              color: #f5e28f; }
        .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .details {
          margin-top: 0.91em;
          margin-bottom: 0.91em;
          line-height: 1.5; }
          .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .details > div {
            font-size: 0.7em;
            color: rgba(0, 0, 0, 0.6); }

.page-view.projectdetail .slideshow-module-container .slideshow-module {
  width: 62.5%;
  margin: -22.5% auto 0;
  padding-bottom: 3em; }
  @media screen and (max-width: 1120px) {
    .page-view.projectdetail .slideshow-module-container .slideshow-module {
      margin: -22.5% 0 0 5%;
      width: 76.25%; } }
  @media screen and (max-width: 768px) {
    .page-view.projectdetail .slideshow-module-container .slideshow-module {
      margin: -30% auto 0;
      width: 90%; } }

.page-view.projectdetail .related-projects {
  padding-top: 11em;
  padding-bottom: 2.5em; }
  .page-view.projectdetail .related-projects .go-down-container {
    bottom: initial;
    bottom: 2em; }

.page-view.servicedetail .content-container {
  margin: auto;
  width: 60%; }
  @media screen and (max-width: 1120px) {
    .page-view.servicedetail .content-container {
      width: 80%; } }
  @media screen and (max-width: 768px) {
    .page-view.servicedetail .content-container {
      width: 90%; } }

.page-view.servicedetail .top-title-container .title-background-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .page-view.servicedetail .top-title-container .title-background-container .title-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .page-view.servicedetail .top-title-container .title-background-container .title-background .title-bg-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      overflow: hidden; }
      .page-view.servicedetail .top-title-container .title-background-container .title-background .title-bg-image .dimmer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #020c17;
        opacity: 0.35; }

.page-view.servicedetail .top-title-container .title-container .links-wrapper {
  text-align: center;
  padding-top: 9em; }
  @media screen and (max-width: 768px) {
    .page-view.servicedetail .top-title-container .title-container .links-wrapper {
      padding-top: 7.5em; } }
  .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link {
    display: inline-block;
    margin: 0.75em 0.75em 0;
    color: rgba(255, 255, 255, 0.6); }
    .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link span {
      font-size: 0.75em;
      display: inline-block;
      vertical-align: middle;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
      .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link span.left-bracket {
        margin-right: 0.5em; }
      .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link span.text:after {
        content: '';
        position: absolute;
        bottom: -0.5em;
        left: 0;
        height: 1px;
        width: 100%;
        background: #00aeef;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.35s;
                transition-duration: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link span.right-bracket {
        margin-left: 0.5em; }
    .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link:hover {
      color: white; }
      .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link:hover span.text:after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
    .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link.active {
      color: white; }
      .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link.active span.text {
        font-weight: 500; }
      .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link.active:hover {
        cursor: default; }
        .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link.active:hover span.text:after {
          -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
                  transform: scaleX(0); }

.page-view.servicedetail .top-title-container .title-container .title-wrapper {
  padding: 4.14em 0; }
  @media screen and (max-width: 768px) {
    .page-view.servicedetail .top-title-container .title-container .title-wrapper {
      padding: 2em 0; } }
  .page-view.servicedetail .top-title-container .title-container .title-wrapper.padding {
    padding: 15em 0 3em; }
    @media screen and (max-width: 768px) {
      .page-view.servicedetail .top-title-container .title-container .title-wrapper.padding {
        padding: 10em 0 3em; } }
  .page-view.servicedetail .top-title-container .title-container .title-wrapper .title-text .text {
    font-size: 2.73em;
    line-height: 1.23;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 768px) {
      .page-view.servicedetail .top-title-container .title-container .title-wrapper .title-text .text {
        font-size: 1.5em; } }
  .page-view.servicedetail .top-title-container .title-container .title-wrapper .event-details {
    margin-top: 2em; }
    .page-view.servicedetail .top-title-container .title-container .title-wrapper .event-details > div {
      margin-top: 0.75em; }
      .page-view.servicedetail .top-title-container .title-container .title-wrapper .event-details > div:first-of-type {
        margin-top: 0; }
    .page-view.servicedetail .top-title-container .title-container .title-wrapper .event-details .client .text {
      font-size: 1.25em; }
    .page-view.servicedetail .top-title-container .title-container .title-wrapper .event-details .location-date .text span.sep {
      color: #00aeef;
      margin: 0 0.25em; }
  .page-view.servicedetail .top-title-container .title-container .title-wrapper .date {
    margin-top: 2em; }
  .page-view.servicedetail .top-title-container .title-container .title-wrapper .slash {
    color: #00aeef; }

.page-view.servicedetail .body-container {
  background: white;
  color: black; }
  .page-view.servicedetail .body-container.has-slideshow-module {
    padding-bottom: 10%; }
  .page-view.servicedetail .body-container .body-wrapper {
    padding: 5em 0; }
    .page-view.servicedetail .body-container .body-wrapper.jobvite {
      padding: 1em 0; }
    .page-view.servicedetail .body-container .body-wrapper .content {
      width: 75%;
      margin-left: 25%; }
      .page-view.servicedetail .body-container .body-wrapper .content.no-margin {
        margin-left: 0;
        width: 100%; }
      @media screen and (max-width: 768px) {
        .page-view.servicedetail .body-container .body-wrapper .content {
          margin: 0;
          width: 100%; } }
      @media screen and (max-width: 567px) {
        .page-view.servicedetail .body-container .body-wrapper .content {
          float: none;
          width: 100%;
          margin-top: 1em; } }
      .page-view.servicedetail .body-container .body-wrapper .content .text img {
        height: auto !important; }
      .page-view.servicedetail .body-container .body-wrapper .content .text p {
        margin-top: 0;
        margin-bottom: 1.5em; }
        .page-view.servicedetail .body-container .body-wrapper .content .text p:last-of-type {
          margin-bottom: 0; }
      .page-view.servicedetail .body-container .body-wrapper .content .text p, .page-view.servicedetail .body-container .body-wrapper .content .text h1, .page-view.servicedetail .body-container .body-wrapper .content .text h2, .page-view.servicedetail .body-container .body-wrapper .content .text h3, .page-view.servicedetail .body-container .body-wrapper .content .text h4, .page-view.servicedetail .body-container .body-wrapper .content .text h5, .page-view.servicedetail .body-container .body-wrapper .content .text h6, .page-view.servicedetail .body-container .body-wrapper .content .text li {
        font-size: 1em; }
      .page-view.servicedetail .body-container .body-wrapper .content .text p, .page-view.servicedetail .body-container .body-wrapper .content .text li {
        line-height: 1.75; }
      .page-view.servicedetail .body-container .body-wrapper .content .text h1, .page-view.servicedetail .body-container .body-wrapper .content .text h2, .page-view.servicedetail .body-container .body-wrapper .content .text h3, .page-view.servicedetail .body-container .body-wrapper .content .text h4, .page-view.servicedetail .body-container .body-wrapper .content .text h5, .page-view.servicedetail .body-container .body-wrapper .content .text h6 {
        font-weight: bold;
        display: inline-block;
        padding-bottom: 0.75em;
        position: absolute;
        right: 100%;
        width: 26.666%;
        margin-right: 6.666%; }
        .page-view.servicedetail .body-container .body-wrapper .content .text h1:after, .page-view.servicedetail .body-container .body-wrapper .content .text h2:after, .page-view.servicedetail .body-container .body-wrapper .content .text h3:after, .page-view.servicedetail .body-container .body-wrapper .content .text h4:after, .page-view.servicedetail .body-container .body-wrapper .content .text h5:after, .page-view.servicedetail .body-container .body-wrapper .content .text h6:after {
          width: 50%;
          height: 1px;
          background: #00aeef;
          position: absolute;
          bottom: 0;
          left: 0;
          content: ''; }
        @media screen and (max-width: 768px) {
          .page-view.servicedetail .body-container .body-wrapper .content .text h1, .page-view.servicedetail .body-container .body-wrapper .content .text h2, .page-view.servicedetail .body-container .body-wrapper .content .text h3, .page-view.servicedetail .body-container .body-wrapper .content .text h4, .page-view.servicedetail .body-container .body-wrapper .content .text h5, .page-view.servicedetail .body-container .body-wrapper .content .text h6 {
            width: auto;
            position: relative;
            margin: 0;
            right: initial;
            -webkit-transform: initial;
                -ms-transform: initial;
                    transform: initial;
            margin-bottom: 2em; }
            .page-view.servicedetail .body-container .body-wrapper .content .text h1:after, .page-view.servicedetail .body-container .body-wrapper .content .text h2:after, .page-view.servicedetail .body-container .body-wrapper .content .text h3:after, .page-view.servicedetail .body-container .body-wrapper .content .text h4:after, .page-view.servicedetail .body-container .body-wrapper .content .text h5:after, .page-view.servicedetail .body-container .body-wrapper .content .text h6:after {
              width: 100%; } }
      .page-view.servicedetail .body-container .body-wrapper .content .text .layout-hire-text-container {
        background: white;
        width: 70%;
        margin: 0;
        padding: 2em; }
        .page-view.servicedetail .body-container .body-wrapper .content .text .layout-hire-text-container.wpcf7 {
          top: 20em;
          padding-bottom: 20em; }

.page-view.servicedetail .slideshow-module-container .slideshow-module {
  margin-top: -15%;
  padding-bottom: 3em; }

.page-view.servicedetail .projects {
  padding-top: 4em;
  padding-bottom: 2.5em;
  padding-top: 11em;
  padding-bottom: 2.5em; }
  .page-view.servicedetail .projects .go-down-container {
    bottom: initial;
    top: 2em; }

.page-view.servicedetail .next-service {
  display: block;
  color: white; }
  .page-view.servicedetail .next-service .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .page-view.servicedetail .next-service .bg .image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .page-view.servicedetail .next-service .bg .dimmer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0.5;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.15s;
              transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
              transition-timing-function: linear; }
  .page-view.servicedetail .next-service .title-container {
    text-align: center;
    padding: 7.5em 0 9em; }
    .page-view.servicedetail .next-service .title-container .type .text {
      font-size: 1.1em; }
    .page-view.servicedetail .next-service .title-container .title {
      margin-top: 1.64em; }
      .page-view.servicedetail .next-service .title-container .title .text {
        font-size: 2em;
        font-weight: 600; }
    .page-view.servicedetail .next-service .title-container .arrow {
      margin: auto;
      width: 1.18em;
      margin-top: 1.86em;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .page-view.servicedetail .next-service .title-container .arrow svg path {
        fill: #f89822; }
  .page-view.servicedetail .next-service:hover {
    color: #00aeef; }
    .page-view.servicedetail .next-service:hover .bg .dimmer {
      opacity: 0.35; }
    .page-view.servicedetail .next-service:hover .title-container .arrow {
      -webkit-transform: translateX(75%);
          -ms-transform: translateX(75%);
              transform: translateX(75%); }

@media screen and (min-width: 768px) {
  .page-view.servicedetail .service-partials-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.page-view.servicedetail .service-partials-container .next-service.two-links {
  width: 50% !important; }
  @media screen and (max-width: 567px) {
    .page-view.servicedetail .service-partials-container .next-service.two-links {
      width: 100% !important; } }

@media screen and (max-width: 768px) {
  .page-view.servicedetail.split {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.page-view.servicedetail.split .secondary-container {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute;
  width: 50%;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .page-view.servicedetail.split .secondary-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      z-index: 2;
      position: relative;
      background: none;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin-top: auto; } }
  .page-view.servicedetail.split .secondary-container .body-container {
    background: #00aeef;
    width: 100%;
    position: relative;
    height: 100%; }
    .page-view.servicedetail.split .secondary-container .body-container .body-wrapper {
      margin: 0;
      width: auto;
      position: relative;
      height: 80%;
      top: 20%;
      padding: 5em;
      padding-top: 4em; }
      @media screen and (min-width: 768px) {
        .page-view.servicedetail.split .secondary-container .body-container .body-wrapper {
          padding-left: 8.5em;
          padding-right: 7em; } }
      @media screen and (max-width: 1380px) {
        .page-view.servicedetail.split .secondary-container .body-container .body-wrapper {
          padding-left: 5vw;
          padding-right: 5vw; } }
      @media screen and (max-width: 768px) {
        .page-view.servicedetail.split .secondary-container .body-container .body-wrapper {
          padding: 2em;
          top: 0;
          height: auto; } }
      .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .title-container {
        width: 100%;
        padding-bottom: 1em;
        font-size: -webkit-xxx-large;
        text-transform: uppercase;
        color: #f5e28f; }
        .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .title-container h1, .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .title-container h2 {
          font-size: 1em; }
      .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal {
        width: auto;
        height: auto;
        position: relative;
        bottom: 0;
        display: block; }
        @media screen and (max-width: 768px) {
          .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal {
            margin-top: 2em; } }
        .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .pagination-wrapper {
          display: none; }
        .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container {
          position: relative;
          display: inherit;
          width: auto;
          height: auto;
          left: 0;
          overflow: auto; }
          .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .arrow {
            color: #f5e28f;
            font-weight: 400;
            letter-spacing: .75px;
            font-size: .9em;
            cursor: pointer;
            width: auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            background: none !important;
            bottom: auto;
            position: relative;
            right: auto;
            width: auto;
            float: right;
            margin-right: 0 !important;
            font-weight: 600;
            text-transform: uppercase; }
            @media screen and (min-width: 768px) {
              .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .arrow {
                right: 0;
                bottom: 0;
                margin: 0 !important; } }
          .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .right-arrow:hover .next-pointer {
            width: 0em;
            -webkit-transition: width .5s ease-in-out;
            transition: width .5s ease-in-out; }
            @media screen and (max-width: 768px) {
              .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .right-arrow:hover .next-pointer {
                width: 2.5em; } }
          @media screen and (min-width: 768px) {
            .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .right-arrow:hover .text {
              margin-left: 2.5em;
              margin-right: 35px;
              color: #53596E;
              -webkit-transition: margin-left .5s ease-in-out, margin-right .5s ease-in-out, color .5s ease-in-out;
              transition: margin-left .5s ease-in-out, margin-right .5s ease-in-out, color .5s ease-in-out; } }
          @media screen and (max-width: 768px) {
            .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .right-arrow:hover .text {
              margin-left: 0; } }
          .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .right-arrow .text {
            margin-right: 15px;
            position: relative;
            -webkit-transition: margin-left .5s ease-in-out, color .5s ease-in-out, margin-right .5s ease-in-out;
            transition: margin-left .5s ease-in-out, color .5s ease-in-out, margin-right .5s ease-in-out;
            margin-left: 0;
            font-family: inherit;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content; }
          .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .right-arrow .next-pointer {
            opacity: .6;
            -webkit-transition: width .5s ease-in-out;
            transition: width .5s ease-in-out;
            width: 2.5em;
            height: 1.5px;
            background: black;
            position: relative; }
          .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .right-arrow .circles {
            width: 52px;
            height: 52px;
            border: 1.5px solid #53596E;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            opacity: .6;
            right: 31px; }
            @media screen and (max-width: 768px) {
              .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .right-arrow .circles {
                display: none; } }
  .page-view.servicedetail.split .secondary-container .slideshow-module-container {
    display: contents; }

.page-view.servicedetail.split .main-container {
  z-index: 1;
  display: absolute;
  right: 0;
  top: 0;
  position: fixed;
  width: 50%;
  height: 100vh; }
  @media screen and (min-width: 768px) {
    .page-view.servicedetail.split .main-container {
      top: 0; } }
  @media screen and (max-width: 768px) {
    .page-view.servicedetail.split .main-container {
      height: 40vh;
      z-index: 1;
      position: relative;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 100%; } }
  .page-view.servicedetail.split .main-container .top-title-container {
    width: 100%;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .page-view.servicedetail.split .main-container .top-title-container .title-background-container .title-background .title-bg-image {
        background-position: 75%; } }
    @media screen and (min-width: 768px) {
      .page-view.servicedetail.split .main-container .top-title-container .title-background-container .title-background .title-bg-image .dimmer {
        background: -webkit-gradient(linear, left top, right top, from(#cacaca), color-stop(transparent), to(transparent));
        background: -webkit-linear-gradient(left, #cacaca, transparent, transparent);
        background: linear-gradient(to right, #cacaca, transparent, transparent);
        opacity: 1; } }

.page-view.filter .main-title {
  left: 5%;
  top: 50%;
  width: 25%; }
  @media (max-width: 1120px) {
    .page-view.filter .main-title {
      width: 50%; } }
  @media (max-width: 1120px) and (max-width: 767px) {
    .page-view.filter .main-title {
      width: 90%; } }
  .page-view.filter .main-title .title h1 {
    font-size: 2.05em;
    font-weight: bold;
    text-transform: uppercase; }
  .page-view.filter .main-title .paragraph {
    margin-top: 1em; }
    .page-view.filter .main-title .paragraph p {
      font-size: 0.75em;
      line-height: 2;
      color: white; }

.page-view.filter .filter-container {
  padding-top: 10em;
  padding-bottom: 2em;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 1120px) {
    .page-view.filter .filter-container {
      display: block;
      padding-top: 8em; } }
  .page-view.filter .filter-container .content-container {
    width: 25%;
    max-width: 25%;
    min-width: 25%; }
    @media screen and (max-width: 1120px) {
      .page-view.filter .filter-container .content-container {
        width: 100%;
        max-width: initial;
        min-width: initial; } }
    .page-view.filter .filter-container .content-container .title-container {
      overflow: hidden; }
      .page-view.filter .filter-container .content-container .title-container .title-wrapper {
        overflow: hidden; }
        .page-view.filter .filter-container .content-container .title-container .title-wrapper .text {
          overflow: hidden;
          font-size: 2em;
          line-height: 1.23;
          font-weight: bold; }
          @media screen and (max-width: 567px) {
            .page-view.filter .filter-container .content-container .title-container .title-wrapper .text {
              font-size: 1.5em; } }
    .page-view.filter .filter-container .content-container .excerpt-container {
      margin-top: 2em;
      overflow: hidden; }
      @media screen and (max-width: 1120px) {
        .page-view.filter .filter-container .content-container .excerpt-container {
          margin-top: 1em; } }
      .page-view.filter .filter-container .content-container .excerpt-container .excerpt-wrapper {
        overflow: hidden; }
        .page-view.filter .filter-container .content-container .excerpt-container .excerpt-wrapper .text {
          overflow: hidden;
          font-size: 1em;
          line-height: 1.75; }
    .page-view.filter .filter-container .content-container .buttons-wrapper {
      margin-top: 2em; }
      @media screen and (max-width: 1120px) {
        .page-view.filter .filter-container .content-container .buttons-wrapper {
          margin-top: 1em; } }
  .page-view.filter .filter-container .dropdown-container {
    width: 55%;
    max-width: 55%;
    min-width: 55%; }
    @media screen and (max-width: 1120px) {
      .page-view.filter .filter-container .dropdown-container {
        width: 100%;
        max-width: initial;
        min-width: initial;
        margin-top: 3em; } }
    .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container {
      float: left;
      width: 33%;
      padding: 0 2%;
      z-index: 10; }
      .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container:hover {
        z-index: 15; }
      @media screen and (max-width: 567px) {
        .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container {
          width: 100%;
          float: none;
          padding: 0;
          margin-top: 2em; } }
      .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper {
        width: 100%;
        border-bottom: 1px solid rgba(0, 174, 239, 0.25); }
        .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-select {
          padding-bottom: 0.85em;
          z-index: 15; }
          .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-select .text {
            font-weight: 400;
            text-transform: uppercase;
            color: #00aeef;
            font-size: 0.75em; }
        .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items {
          width: 100%;
          background: rgba(2, 12, 23, 0.925);
          border: 1px solid rgba(0, 174, 239, 0.3);
          z-index: 10;
          position: absolute;
          top: 100%;
          left: 0;
          cursor: initial;
          padding: 1em;
          display: none; }
          .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox {
            margin-top: 0.75em; }
            .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox:first-child {
              margin-top: 0; }
            .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox input {
              position: absolute;
              display: block;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              cursor: pointer;
              margin: 0;
              opacity: 0;
              z-index: 1; }
            .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox label {
              display: inline-block;
              vertical-align: top;
              text-align: left;
              padding-left: 2em;
              padding-top: 0.17em;
              font-size: 0.7em;
              line-height: 1.5; }
              .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox label::before, .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox label::after {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                width: 1.15em;
                height: 1.15em;
                margin-right: 10px;
                background: transparent;
                -webkit-transition-property: border, opacity;
                transition-property: border, opacity;
                -webkit-transition-duration: 0.15s;
                        transition-duration: 0.15s;
                -webkit-transition-timing-function: linear;
                        transition-timing-function: linear;
                -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                        transform: translateY(-50%); }
              .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox label::before {
                border: 1px solid rgba(0, 174, 239, 0.4); }
              .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox label::after {
                opacity: 0;
                pointer-events: none;
                background: rgba(0, 174, 239, 0.6);
                border: 1px solid transparent; }
            .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox input:checked ~ label:after {
              opacity: 1; }
            .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox:hover label::before {
              border: 1px solid #00aeef; }
        .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper:hover {
          z-index: 100; }
          .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper:hover .dropdown-items {
            display: block; }

.page-view.filter .grid-items-none-found {
  text-align: center;
  display: none; }
  .page-view.filter .grid-items-none-found .text {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 1.15em;
    line-height: 1.5; }

.page-view.filter .grid-items-mix {
  width: 75%;
  margin: auto; }
  .page-view.filter .grid-items-mix .grid-box-single-mix {
    float: left;
    width: 33.33%;
    padding: 0 5%;
    margin-bottom: 5%; }

.page-view.contact .contact-container {
  width: 90%;
  margin: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.5em 0; }
  @media screen and (max-width: 768px) {
    .page-view.contact .contact-container {
      display: block;
      min-height: auto;
      padding: 10em 0 7.5em; } }
  .page-view.contact .contact-container .left-content {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    margin-right: 22%; }
    @media screen and (max-width: 768px) {
      .page-view.contact .contact-container .left-content {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-right: 0%; } }
    .page-view.contact .contact-container .left-content .excerpt-container ul li a {
      color: #f5e28f; }
    .page-view.contact .contact-container .left-content .title-container {
      overflow: hidden; }
      .page-view.contact .contact-container .left-content .title-container .title-wrapper {
        overflow: hidden; }
        .page-view.contact .contact-container .left-content .title-container .title-wrapper .text {
          overflow: hidden;
          font-size: 2.05em;
          font-weight: 600; }
    .page-view.contact .contact-container .left-content .excerpt-container {
      margin-top: 1.73em;
      overflow: hidden; }
      .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper {
        overflow: hidden; }
        .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text {
          overflow: hidden;
          font-size: 1em; }
          .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location {
            margin-top: 3em; }
            .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location .group-title {
              margin-bottom: 1.5em; }
              .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location .group-title .text {
                font-size: 1.15em; }
            .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location .group-item-list-item {
              margin-top: 1em;
              display: block; }
              .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location .group-item-list-item:first-child {
                margin-top: 0; }
              .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location .group-item-list-item .icon {
                width: 1em;
                float: left;
                margin-top: 0.05em; }
                .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location .group-item-list-item .icon svg path {
                  fill: white; }
              .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location .group-item-list-item .content {
                float: left;
                width: -webkit-calc(100% - 1em);
                width: calc(100% - 1em);
                padding-left: 0.9em; }
                .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location .group-item-list-item .content .text {
                  font-size: 1em;
                  line-height: 1.25; }
  .page-view.contact .contact-container .right-form {
    width: 48%;
    min-width: 48%;
    max-width: 48%; }
    @media screen and (max-width: 768px) {
      .page-view.contact .contact-container .right-form {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-top: 3em; } }

.page-view.contact .locations-container {
  background: white;
  color: black; }
  .page-view.contact .locations-container .locations-header {
    padding: 3.5em 0;
    text-align: center; }
    .page-view.contact .locations-container .locations-header .title .text {
      font-size: 1.1em; }
    .page-view.contact .locations-container .locations-header .buttons-wrapper {
      margin-top: 3.9em; }
      .page-view.contact .locations-container .locations-header .buttons-wrapper .single-locations-button {
        display: inline-block; }
        .page-view.contact .locations-container .locations-header .buttons-wrapper .single-locations-button:first-child {
          margin-right: 3.1em; }
        .page-view.contact .locations-container .locations-header .buttons-wrapper .single-locations-button .button-with-icon {
          color: rgba(36, 42, 46, 0.6) !important; }
          .page-view.contact .locations-container .locations-header .buttons-wrapper .single-locations-button .button-with-icon:hover {
            color: #00aeef !important; }
        .page-view.contact .locations-container .locations-header .buttons-wrapper .single-locations-button.active .button-with-icon {
          color: #00aeef !important;
          cursor: default; }
          .page-view.contact .locations-container .locations-header .buttons-wrapper .single-locations-button.active .button-with-icon:after {
            -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                    transform: scaleX(1); }
  .page-view.contact .locations-container .locations-json {
    width: 0px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  .page-view.contact .locations-container .location-types .list-container {
    width: 90%;
    margin: auto;
    padding-top: 1.5em;
    padding-bottom: 5em; }
    .page-view.contact .locations-container .location-types .list-container .list-group {
      margin-top: 5em; }
      .page-view.contact .locations-container .location-types .list-container .list-group:first-child {
        margin-top: 0; }
      .page-view.contact .locations-container .location-types .list-container .list-group .group-title {
        text-align: center; }
        @media screen and (max-width: 567px) {
          .page-view.contact .locations-container .location-types .list-container .list-group .group-title {
            text-align: left; } }
        .page-view.contact .locations-container .location-types .list-container .list-group .group-title .text {
          font-size: 1.63em;
          font-weight: 600;
          color: white; }
      .page-view.contact .locations-container .location-types .list-container .list-group .group-items {
        margin-top: 3.86em; }
        @media screen and (max-width: 567px) {
          .page-view.contact .locations-container .location-types .list-container .list-group .group-items {
            margin-top: 1em; } }
        .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item {
          width: 20%;
          float: left;
          margin-right: 6.66%; }
          .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item:nth-child(4n+4) {
            margin-right: 0; }
          @media screen and (max-width: 768px) {
            .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item {
              width: 45%;
              margin-top: 2em; }
              .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item:nth-child(4n+4) {
                margin-right: 6.66%; }
              .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item:nth-child(2n+2) {
                margin-right: 0; } }
          @media screen and (max-width: 567px) {
            .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item {
              width: 100%;
              margin-right: 0; } }
          .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-title .text {
            font-size: 1.1em;
            font-weight: 600;
            color: white; }
          .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items {
            margin-top: 2em; }
            .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item {
              margin-top: 0.75em;
              display: block;
              color: black; }
              .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item:first-child {
                margin-top: 0; }
              .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item .icon {
                width: 0.77em;
                float: left;
                margin-top: 0.05em; }
                .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item .icon svg path {
                  fill: white; }
              .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item .content {
                float: left;
                width: -webkit-calc(100% - 0.77em);
                width: calc(100% - 0.77em);
                padding-left: 0.9em; }
                .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item .content .text {
                  font-size: 0.75em;
                  line-height: 1.25; }
                  .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item .content .text a {
                    color: #202326 !important; }
                    .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item .content .text a:hover {
                      color: #f89822 !important; }
  .page-view.contact .locations-container .location-types .map-container {
    display: none;
    opacity: 0; }
    .page-view.contact .locations-container .location-types .map-container.single-location {
      display: block;
      opacity: 1; }
    .page-view.contact .locations-container .location-types .map-container img {
      max-height: initial; }
    .page-view.contact .locations-container .location-types .map-container .dummy {
      padding-top: 40%; }
      @media screen and (max-width: 768px) {
        .page-view.contact .locations-container .location-types .map-container .dummy {
          padding-top: 60%; } }
      @media screen and (max-width: 567px) {
        .page-view.contact .locations-container .location-types .map-container .dummy {
          padding-top: 100%; } }
    .page-view.contact .locations-container .location-types .map-container .map-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      font-size: 10px; }
      .page-view.contact .locations-container .location-types .map-container .map-wrapper #map {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
        .page-view.contact .locations-container .location-types .map-container .map-wrapper #map .gm-style-iw {
          font-family: 'Montserrat', sans-serif; }
          .page-view.contact .locations-container .location-types .map-container .map-wrapper #map .gm-style-iw .info-title {
            font-weight: 600;
            font-size: 15px;
            text-transform: uppercase;
            color: white; }
          .page-view.contact .locations-container .location-types .map-container .map-wrapper #map .gm-style-iw .info-address {
            margin-top: 8px;
            font-weight: 400;
            font-size: 12px; }

.page-view.careers .custom-background {
  z-index: -3; }

.page-view.careers .background-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/grid.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto; }
  @media screen and (max-width: 768px) {
    .page-view.careers .background-grid {
      background-size: cover; } }

.page-view.careers .content-container {
  width: 90%;
  margin: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.5em 0; }
  @media screen and (max-width: 768px) {
    .page-view.careers .content-container {
      display: block;
      min-height: auto;
      padding: 10em 0 7.5em; } }
  .page-view.careers .content-container .left-content {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    margin-right: 22%; }
    @media screen and (max-width: 768px) {
      .page-view.careers .content-container .left-content {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-right: 0%; } }
    .page-view.careers .content-container .left-content .title-container {
      overflow: hidden; }
      .page-view.careers .content-container .left-content .title-container .title-wrapper {
        overflow: hidden; }
        .page-view.careers .content-container .left-content .title-container .title-wrapper .text {
          overflow: hidden;
          font-size: 2.05em;
          font-weight: 600; }
    .page-view.careers .content-container .left-content .excerpt-container {
      margin-top: 1.73em; }
      .page-view.careers .content-container .left-content .excerpt-container .excerpt-wrapper {
        overflow: hidden; }
        .page-view.careers .content-container .left-content .excerpt-container .excerpt-wrapper .excerpt {
          overflow: hidden; }
          .page-view.careers .content-container .left-content .excerpt-container .excerpt-wrapper .excerpt .text {
            overflow: hidden;
            font-size: 1em;
            line-height: 1.75; }
      .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container {
        overflow: hidden; }
        .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container .bottom-links-wrapper {
          overflow: hidden; }
          .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container .bottom-links-wrapper .bottom-links {
            overflow: hidden;
            padding-top: 1.25em; }
            .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container .bottom-links-wrapper .bottom-links > * {
              margin-top: 1.25em;
              display: block; }
            .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link {
              color: white;
              cursor: pointer; }
              .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link:hover {
                color: #00aeef; }
              .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link .text {
                font-size: 0.75em;
                font-weight: 600; }
        .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container.no-overflow {
          overflow: initial; }
          .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container.no-overflow .bottom-links-wrapper {
            overflow: initial; }
            .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container.no-overflow .bottom-links-wrapper .bottom-links {
              overflow: initial; }

.page-view.careers .stars-template {
  width: 0px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  .page-view.careers .stars-template .stars-container {
    display: inline-block;
    clear: both; }
    @media screen and (max-width: 768px) {
      .page-view.careers .stars-template .stars-container {
        display: inline-block;
        clear: both; } }

.page-view.careers .process-form-wrapper .background {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, #072d3f), color-stop(25%, #020c17));
  background: -webkit-linear-gradient(transparent, #072d3f 25%, #020c17);
  background: linear-gradient(transparent, #072d3f 25%, #020c17);
  position: absolute;
  top: -20em;
  left: 0;
  height: -webkit-calc(100% + 20.1em);
  height: calc(100% + 20.1em);
  width: 100%;
  z-index: -2; }

.page-view.careers .process-form-wrapper .hiring-process-container {
  width: 54.2em;
  margin: auto;
  padding-top: 5em;
  padding-bottom: 3em;
  z-index: 1115; }
  @media screen and (max-width: 1120px) {
    .page-view.careers .process-form-wrapper .hiring-process-container {
      width: 80%; } }
  @media screen and (max-width: 768px) {
    .page-view.careers .process-form-wrapper .hiring-process-container {
      width: 90%; } }
  .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid {
    -webkit-perspective: 55em;
            perspective: 55em; }
    .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item {
      width: 20.125%;
      float: left;
      margin-right: 6.5%;
      margin-top: 3.25%;
      margin-bottom: 3.25%;
      cursor: pointer; }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item:nth-child(4n+4) {
        margin-right: 0; }
      @media screen and (max-width: 567px) {
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item {
          width: 46.75%; }
          .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item:nth-child(4n+4) {
            margin-right: 6.5%; }
          .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item:nth-child(2n+2) {
            margin-right: 0; } }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .dummy {
        padding-top: 70%; }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #ffc107;
        display: block;
        padding: 12.5%;
        -webkit-transition-property: border;
        transition-property: border;
        -webkit-transition-duration: 0.15s;
                transition-duration: 0.15s;
        -webkit-transition-timing-function: linear;
                transition-timing-function: linear;
        height: 100%; }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .number .text {
          font-size: 1.2em;
          font-weight: 600; }
          @media screen and (max-width: 1120px) {
            .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .number .text {
              font-size: 1em; } }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .title {
          margin-top: 1em; }
          @media screen and (max-width: 1120px) {
            .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .title {
              margin-top: 0.75em; } }
          .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .title .text {
            font-size: 1em; }
            @media screen and (max-width: 1120px) {
              .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .title .text {
                font-size: 1em; } }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .expand-icon {
          position: absolute;
          top: 14%;
          right: 10%;
          width: 0.75em;
          opacity: 0;
          -webkit-transition-property: opacity;
          transition-property: opacity;
          -webkit-transition-duration: 0.15s;
                  transition-duration: 0.15s;
          -webkit-transition-timing-function: linear;
                  transition-timing-function: linear; }
          .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .expand-icon svg {
            opacity: 0.75; }
            .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .expand-icon svg path {
              fill: #f89822; }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item:hover .single-hiring-process {
        border: 1px solid #f89822; }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item:hover .single-hiring-process .expand-icon {
          opacity: 1; }
  .page-view.careers .process-form-wrapper .hiring-process-container.wider {
    width: 75%; }
    .page-view.careers .process-form-wrapper .hiring-process-container.wider .single-hiring-process-grid-item .single-hiring-process {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .page-view.careers .process-form-wrapper .hiring-process-container.wider .single-hiring-process-grid-item .dimmer {
      -webkit-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s;
      z-index: 1;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .page-view.careers .process-form-wrapper .hiring-process-container.wider .single-hiring-process-grid-item:hover .dimmer {
      background: rgba(0, 0, 0, 0.8); }
  .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay {
    visibility: hidden;
    height: 0px;
    opacity: 0;
    width: 32.5em;
    overflow: initial;
    margin: 2.5em auto 5em; }
    @media screen and (max-width: 567px) {
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay {
        width: 100%; } }
    .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper {
      border: 1px solid rgba(248, 152, 34, 0.25);
      overflow: hidden;
      height: auto; }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide {
        padding: 7.5% 10%; }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-title .text {
          font-size: 1.5em;
          font-weight: 600; }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-desc {
          margin-top: 2em;
          margin-bottom: 2em; }
          .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-desc .text {
            font-size: 1em;
            line-height: 1.75; }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-tip .tip-title .icon {
          display: inline-block;
          vertical-align: middle;
          width: 1em;
          margin-right: 0.25em; }
          .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-tip .tip-title .icon svg path {
            fill: #f89822; }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-tip .tip-title .text {
          display: inline-block;
          vertical-align: middle;
          font-size: 1em;
          text-transform: uppercase;
          color: #f89822;
          letter-spacing: 0.02em; }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-tip .tip-desc {
          margin-top: 0.5em; }
          .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-tip .tip-desc .text {
            font-size: 1em;
            line-height: 1.75; }
    .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .close {
      position: absolute;
      top: 3%;
      right: 2%;
      width: 3%;
      cursor: pointer;
      z-index: 3; }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .close svg {
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.35s;
                transition-duration: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transform: scale(0.999);
            -ms-transform: scale(0.999);
                transform: scale(0.999); }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .close svg path {
          fill: #f89822; }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .close:hover svg {
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9); }
    .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .arrow {
      width: 3.5%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer;
      z-index: 3;
      background: none !important; }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .arrow svg {
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.35s;
                transition-duration: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .arrow svg polygon {
          fill: #f89822; }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .arrow.prev {
        left: 1%; }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .arrow.prev:hover svg {
          -webkit-transform: translateX(-15%);
              -ms-transform: translateX(-15%);
                  transform: translateX(-15%); }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .arrow.next {
        right: 1%; }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .arrow.next:hover svg {
          -webkit-transform: translateX(15%);
              -ms-transform: translateX(15%);
                  transform: translateX(15%); }

.page-view.careers .process-form-wrapper .feedback-form-container {
  width: 54.2em;
  margin: auto;
  padding-bottom: 10em; }
  @media screen and (max-width: 1120px) {
    .page-view.careers .process-form-wrapper .feedback-form-container {
      width: 80%; } }
  @media screen and (max-width: 768px) {
    .page-view.careers .process-form-wrapper .feedback-form-container {
      width: 90%; } }
  .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.26); }
    .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .corner {
      position: absolute;
      width: 3.5%; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .corner.top-left-corner {
        top: -0.15em;
        left: -0.15em; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .corner.top-right-corner {
        top: -0.15em;
        right: -0.15em; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .corner.bottom-left-corner {
        bottom: -0.15em;
        left: -0.15em; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .corner.bottom-right-corner {
        bottom: -0.15em;
        right: -0.15em; }
    .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form {
      padding: 10%; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .form-title {
        font-size: 1.1em;
        font-weight: 600;
        text-align: center;
        line-height: 1.25; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .form-desc {
        margin-top: 5em;
        margin-bottom: 3em; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .form-desc, .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .range-desc, .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .range-step-num {
        font-size: 0.75em; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .range-desc {
        line-height: 1.5; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .range-step-num {
        line-height: 1.5;
        position: absolute;
        right: 100%;
        top: 0;
        padding-right: 1.25em; }
        @media screen and (max-width: 768px) {
          .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .range-step-num {
            padding-right: 0.5em; } }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .single-form-range-container {
        margin-top: 1.5em; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .form-fillable-fields {
        margin-top: 5em; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .stars-range-wrapper {
        display: inline-block;
        margin-top: 1em; }
        .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .stars-range-wrapper .wpcf7-form-control-wrap {
          display: inline-block;
          float: none;
          border: none;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%; }
          .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .stars-range-wrapper .wpcf7-form-control-wrap:after {
            display: none; }
          .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .stars-range-wrapper .wpcf7-form-control-wrap input {
            opacity: 0;
            cursor: pointer;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%; }

.page-view.careers .sub-section {
  background: -webkit-gradient(linear, left bottom, right top, from(#ffc107), to(#8cd2f4));
  background: -webkit-linear-gradient(bottom left, #ffc107, #8cd2f4);
  background: linear-gradient(to top right, #ffc107, #8cd2f4); }
  .page-view.careers .sub-section .left-container .left-wrapper.sub-section-text .title-container .logo {
    height: 4.5em;
    margin-bottom: 4em; }
  .page-view.careers .sub-section .left-container .left-wrapper.sub-section-text .title-container .excerpt-container .excerpt .text p {
    text-align: center !important; }
  .page-view.careers .sub-section .left-container .left-wrapper.sub-section-text .title-container .excerpt-container .excerpt .text strong {
    color: #B6B9DA; }

.lity.lity-opened {
  z-index: 100000000; }

.lifechart-detail .lifechart-detail-date {
  color: #4fa0d8;
  display: block; }
  .lifechart-detail .lifechart-detail-date .back-arrow {
    width: 0.8em;
    padding-right: 0.75em;
    -webkit-box-sizing: initial;
            box-sizing: initial;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .lifechart-detail .lifechart-detail-date .back-arrow svg {
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .lifechart-detail .lifechart-detail-date .back-arrow svg path {
        -webkit-transition-property: fill;
        transition-property: fill;
        -webkit-transition-duration: 0.35s;
                transition-duration: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        fill: #4fa0d8; }
  .lifechart-detail .lifechart-detail-date .text {
    font-size: 0.91em; }
  .lifechart-detail .lifechart-detail-date:hover {
    color: #b7d8ef; }
    .lifechart-detail .lifechart-detail-date:hover svg {
      -webkit-transform: translateX(-0.25em);
          -ms-transform: translateX(-0.25em);
              transform: translateX(-0.25em); }
      .lifechart-detail .lifechart-detail-date:hover svg path {
        fill: #b7d8ef; }

.lifechart-detail .lifechart-detail-title {
  margin-top: 2em; }
  .lifechart-detail .lifechart-detail-title .text {
    font-weight: 300;
    font-size: 2.18em; }

.lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important; }
  .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide {
    width: 16.5em;
    margin-right: 2.25em; }
    @media screen and (max-width: 768px) {
      .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide {
        width: 12em;
        margin-right: 1em; } }
    .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide:last-child {
      margin-right: 0; }
    .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide .image-container {
      width: 100%;
      padding-top: 134%;
      display: block; }
      .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide .image-container .image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
        .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide .image-container .image-wrapper .image {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain; }
      .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide .image-container .zoom-icon {
        width: 2.5em;
        height: 2.5em;
        background: rgba(34, 138, 255, 0);
        overflow: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-border-radius: 100%;
                border-radius: 100%;
        padding: 4%;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide .image-container .zoom-icon svg path {
          fill: rgba(255, 255, 255, 0);
          -webkit-transition: all 0.15s linear;
          transition: all 0.15s linear; }
      .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide .image-container:hover .zoom-icon {
        background: rgba(34, 138, 255, 0.75); }
        .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide .image-container:hover .zoom-icon svg path {
          fill: white; }

.page-view.estimator .the-estimator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.page-view.estimator .estimator-wrapper {
  position: absolute;
  z-index: 100;
  left: 4.3em;
  top: 14em;
  max-width: 20em;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2em; }
  @media screen and (max-width: 768px) {
    .page-view.estimator .estimator-wrapper {
      top: 30vh; } }
  @media screen and (max-width: 567px) {
    .page-view.estimator .estimator-wrapper {
      top: 7em;
      left: 2em; } }
  .page-view.estimator .estimator-wrapper .ui.dropdown {
    background: none;
    width: 100%;
    border: none;
    color: white;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1;
    height: 2em;
    min-height: inherit; }
    .page-view.estimator .estimator-wrapper .ui.dropdown::-webkit-input-placeholder {
      color: #f89822;
      text-transform: uppercase; }
    .page-view.estimator .estimator-wrapper .ui.dropdown::-moz-placeholder {
      color: #f89822;
      text-transform: uppercase; }
    .page-view.estimator .estimator-wrapper .ui.dropdown:-ms-input-placeholder {
      color: #f89822;
      text-transform: uppercase; }
    .page-view.estimator .estimator-wrapper .ui.dropdown::placeholder {
      color: #f89822;
      text-transform: uppercase; }
  .page-view.estimator .estimator-wrapper .from_field {
    display: block; }
  .page-view.estimator .estimator-wrapper .to_field {
    display: block; }
  .page-view.estimator .estimator-wrapper .input {
    margin-bottom: 2em;
    width: 100%; }

.page-view.estimator .dropdown.ui {
  background: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  padding: 0;
  min-height: inherit; }
  .page-view.estimator .dropdown.ui .text {
    color: white !important;
    font-weight: bold !important; }
  .page-view.estimator .dropdown.ui .menu {
    -webkit-border-radius: 0;
            border-radius: 0; }
    .page-view.estimator .dropdown.ui .menu .item {
      padding: 0.5em; }
      .page-view.estimator .dropdown.ui .menu .item:hover {
        background: rgba(255, 255, 255, 0.5); }

.page-view.estimator .button-with-icon {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0;
  font-size: 0.8em;
  text-transform: uppercase; }
  .page-view.estimator .button-with-icon .icon {
    margin: 0;
    margin-left: 1em;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }
  .page-view.estimator .button-with-icon input {
    padding: 1em;
    font-weight: 600;
    background: none;
    font-weight: 100%;
    cursor: pointer;
    color: white;
    border: none;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }
  .page-view.estimator .button-with-icon:hover {
    color: white; }

.page-view.estimator .request-reservation-wrapper {
  display: none;
  margin-top: 1em; }
  .page-view.estimator .request-reservation-wrapper div {
    font-size: 0.8em;
    margin: 0.5em 0; }
  .page-view.estimator .request-reservation-wrapper .request-reservation {
    margin-top: 1em; }

.page-view.estimator #map {
  background: #000000;
  height: 100vh; }
  @media screen and (max-height: 400px) {
    .page-view.estimator #map {
      height: 150vh; } }

.pac-container {
  z-index: 100000; }

.ui-datepicker {
  z-index: 11111 !important;
  font-size: 0.8em !important; }
